Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided in four parts:
  1. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provide some useful information on the computer.
  2. SOLVER DATA
    This is the output of the solver (stdout and stderr).
  3. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to 1200 seconds. After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to 1230 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (900Mb).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  4. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.

General information on the benchmark

Namenormalized-opb/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-grow15.opb
MD5SUM18d2e7037e36eb0868942f66e3c0ecc5
Bench Categoryoptimization, big integers (OPTBIGINT)
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of terms in the objective function 1335
Biggest coefficient in the objective function 3758096384
Number of bits for the biggest coefficient in the objective function 32
Sum of the numbers in the objective function 154618822482
Number of bits of the sum of numbers in the objective function 38
Biggest number in a constraint 878188741787648
Number of bits of the biggest number in a constraint 50
Biggest sum of numbers in a constraint 4550739094651140
Number of bits of the biggest sum of numbers53
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark1252.68
Number of variables17130
Total number of constraints900
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints900
Minimum length of a constraint22
Maximum length of a constraint491

Trace number 17491

#### BEGIN LAUNCHER DATA ####
LAUNCH ON wulflinc25 THE 2005-04-21 10:14:22 (client local time)
PB2005-SCRIPT v4.0 
MARKUPS: idlaunch=10903 boxname=wulflinc25 idbench=839 idsolver=9 numberseed=0
MD5SUM SOLVER: daf345f6fbf228671abfac48013b9cac  /oldhome/oroussel/solvers/sat4jPseudo.jar
MD5SUM BENCH:  18d2e7037e36eb0868942f66e3c0ecc5  /oldhome/oroussel/tmp/wulflinc25/normalized-mps-v2-20-10-grow15.opb
REAL COMMAND:  java -server -Xms650M -Xmx650M -jar /oldhome/oroussel/solvers/sat4jPseudo.jar /oldhome/oroussel/tmp/wulflinc25/normalized-mps-v2-20-10-grow15.opb
IDLAUNCH: 10903
/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 2
cpu MHz		: 451.220
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 888.83

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 7
model name	: Pentium III (Katmai)
stepping	: 3
cpu MHz		: 451.220
cache size	: 512 KB
fdiv_bug	: no
hlt_bug		: no
f00f_bug	: no
coma_bug	: no
fpu		: yes
fpu_exception	: yes
cpuid level	: 2
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 mmx fxsr sse
bogomips	: 901.12

/proc/meminfo:
MemTotal:      1034660 kB
MemFree:        551292 kB
Buffers:         22424 kB
Cached:         440260 kB
SwapCached:        736 kB
Active:          51940 kB
Inactive:       412728 kB
HighTotal:      131008 kB
HighFree:          252 kB
LowTotal:       903652 kB
LowFree:        551040 kB
SwapTotal:     2097892 kB
SwapFree:      2096248 kB
Dirty:              28 kB
Writeback:           0 kB
Mapped:           5028 kB
Slab:            13068 kB
Committed_AS:    63592 kB
PageTables:        316 kB
VmallocTotal:   114680 kB
VmallocUsed:      1368 kB
VmallocChunk:   113252 kB
JOB ENDED THE 2005-04-21 10:35:45 (client local time) WITH STATUS 143 IN 1286.9 SECONDS
stats: 10903 7 1286.9 143
#### END LAUNCHER DATA ####
#### BEGIN SOLVER DATA ####
c solving /oldhome/oroussel/tmp/wulflinc25/normalized-mps-v2-20-10-grow15.opb
c reading problem 
c [nbvar=17130]
c [nbconstr=900]
c time 94.107
c #vars     17130
c #clauses  1201
c starts	: 0
c conflicts	: 0
c decisions	: 0
c propagations	: 0
c inspects	: 0
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 0
c SATISFIABLE
c OPTIMIZING...
c 
c CURRENT OPTIMUM=0
c Current CPU time (ms) : 99.901
c starts	: 1
c conflicts	: 0
c decisions	: 16590
c propagations	: 17130
c inspects	: 18785
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 1
c 
c CURRENT OPTIMUM=-1342177280
c Current CPU time (ms) : 101.247
c starts	: 2
c conflicts	: 0
c decisions	: 33178
c propagations	: 34260
c inspects	: 20441
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 2
c 
c CURRENT OPTIMUM=-2013265920
c Current CPU time (ms) : 102.671
c starts	: 3
c conflicts	: 0
c decisions	: 49765
c propagations	: 51390
c inspects	: 22110
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 3
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 104.108
c starts	: 4
c conflicts	: 0
c decisions	: 66351
c propagations	: 68520
c inspects	: 23805
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 4
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 105.593
c starts	: 5
c conflicts	: 0
c decisions	: 82937
c propagations	: 85650
c inspects	: 25491
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 5
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 107.096
c starts	: 6
c conflicts	: 0
c decisions	: 99523
c propagations	: 102780
c inspects	: 27179
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 6
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 108.581
c starts	: 7
c conflicts	: 0
c decisions	: 116109
c propagations	: 119910
c inspects	: 28868
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 7
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 110.134
c starts	: 8
c conflicts	: 0
c decisions	: 132695
c propagations	: 137040
c inspects	: 30555
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 8
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 111.628
c starts	: 9
c conflicts	: 0
c decisions	: 149281
c propagations	: 154170
c inspects	: 32244
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 9
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 113.14
c starts	: 10
c conflicts	: 0
c decisions	: 165867
c propagations	: 171300
c inspects	: 33930
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 10
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 114.686
c starts	: 11
c conflicts	: 0
c decisions	: 182453
c propagations	: 188430
c inspects	: 35619
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 11
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 116.283
c starts	: 12
c conflicts	: 0
c decisions	: 199039
c propagations	: 205560
c inspects	: 37306
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 12
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 117.785
c starts	: 13
c conflicts	: 0
c decisions	: 215625
c propagations	: 222690
c inspects	: 38994
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 13
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 119.273
c starts	: 14
c conflicts	: 0
c decisions	: 232211
c propagations	: 239820
c inspects	: 40685
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 14
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 120.902
c starts	: 15
c conflicts	: 0
c decisions	: 248797
c propagations	: 256950
c inspects	: 42371
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 15
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 122.413
c starts	: 16
c conflicts	: 0
c decisions	: 265383
c propagations	: 274080
c inspects	: 44059
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 16
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 123.953
c starts	: 17
c conflicts	: 0
c decisions	: 281969
c propagations	: 291210
c inspects	: 45747
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 17
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 125.392
c starts	: 18
c conflicts	: 0
c decisions	: 298555
c propagations	: 308340
c inspects	: 47433
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 18
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 126.894
c starts	: 19
c conflicts	: 0
c decisions	: 315141
c propagations	: 325470
c inspects	: 49123
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 19
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 128.389
c starts	: 20
c conflicts	: 0
c decisions	: 331727
c propagations	: 342600
c inspects	: 50813
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 20
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 129.831
c starts	: 21
c conflicts	: 0
c decisions	: 348313
c propagations	: 359730
c inspects	: 52502
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 21
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 131.322
c starts	: 22
c conflicts	: 0
c decisions	: 364899
c propagations	: 376860
c inspects	: 54189
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 22
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 132.81
c starts	: 23
c conflicts	: 0
c decisions	: 381485
c propagations	: 393990
c inspects	: 55876
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 23
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 134.245
c starts	: 24
c conflicts	: 0
c decisions	: 398071
c propagations	: 411120
c inspects	: 57564
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 24
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 135.74
c starts	: 25
c conflicts	: 0
c decisions	: 414657
c propagations	: 428250
c inspects	: 59254
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 25
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 137.226
c starts	: 26
c conflicts	: 0
c decisions	: 431243
c propagations	: 445380
c inspects	: 60943
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 26
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 138.719
c starts	: 27
c conflicts	: 0
c decisions	: 447829
c propagations	: 462510
c inspects	: 62631
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 27
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 140.156
c starts	: 28
c conflicts	: 0
c decisions	: 464415
c propagations	: 479640
c inspects	: 64319
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 28
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 141.65
c starts	: 29
c conflicts	: 0
c decisions	: 481001
c propagations	: 496770
c inspects	: 66007
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 29
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 143.146
c starts	: 30
c conflicts	: 0
c decisions	: 497587
c propagations	: 513900
c inspects	: 67694
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 30
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 144.569
c starts	: 31
c conflicts	: 0
c decisions	: 514173
c propagations	: 531030
c inspects	: 69383
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 31
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 146.074
c starts	: 32
c conflicts	: 0
c decisions	: 530759
c propagations	: 548160
c inspects	: 71071
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 32
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 147.616
c starts	: 33
c conflicts	: 0
c decisions	: 547345
c propagations	: 565290
c inspects	: 72759
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 33
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 149.004
c starts	: 34
c conflicts	: 0
c decisions	: 563931
c propagations	: 582420
c inspects	: 74448
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 34
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 150.405
c starts	: 35
c conflicts	: 0
c decisions	: 580517
c propagations	: 599550
c inspects	: 76137
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 35
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 151.771
c starts	: 36
c conflicts	: 0
c decisions	: 597103
c propagations	: 616680
c inspects	: 77825
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 36
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 153.234
c starts	: 37
c conflicts	: 0
c decisions	: 613689
c propagations	: 633810
c inspects	: 79514
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 37
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 154.651
c starts	: 38
c conflicts	: 0
c decisions	: 630275
c propagations	: 650940
c inspects	: 81201
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 38
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 156.041
c starts	: 39
c conflicts	: 0
c decisions	: 646861
c propagations	: 668070
c inspects	: 82887
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 39
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 157.532
c starts	: 40
c conflicts	: 0
c decisions	: 663447
c propagations	: 685200
c inspects	: 84573
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 40
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 158.923
c starts	: 41
c conflicts	: 0
c decisions	: 680033
c propagations	: 702330
c inspects	: 86263
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 41
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 160.465
c starts	: 42
c conflicts	: 0
c decisions	: 696619
c propagations	: 719460
c inspects	: 87953
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 42
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 161.866
c starts	: 43
c conflicts	: 0
c decisions	: 713205
c propagations	: 736590
c inspects	: 89642
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 43
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 163.319
c starts	: 44
c conflicts	: 0
c decisions	: 729791
c propagations	: 753720
c inspects	: 91329
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 44
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 164.724
c starts	: 45
c conflicts	: 0
c decisions	: 746377
c propagations	: 770850
c inspects	: 93015
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 45
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 166.135
c starts	: 46
c conflicts	: 0
c decisions	: 762963
c propagations	: 787980
c inspects	: 94703
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 46
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 167.641
c starts	: 47
c conflicts	: 0
c decisions	: 779549
c propagations	: 805110
c inspects	: 96389
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 47
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 169.076
c starts	: 48
c conflicts	: 0
c decisions	: 796135
c propagations	: 822240
c inspects	: 98077
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 48
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 170.547
c starts	: 49
c conflicts	: 0
c decisions	: 812721
c propagations	: 839370
c inspects	: 99765
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 49
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 172.142
c starts	: 50
c conflicts	: 0
c decisions	: 829307
c propagations	: 856500
c inspects	: 101451
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 50
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 173.616
c starts	: 51
c conflicts	: 0
c decisions	: 845893
c propagations	: 873630
c inspects	: 103138
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 51
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 175.219
c starts	: 52
c conflicts	: 0
c decisions	: 862479
c propagations	: 890760
c inspects	: 104827
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 52
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 176.817
c starts	: 53
c conflicts	: 0
c decisions	: 879065
c propagations	: 907890
c inspects	: 106513
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 53
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 178.368
c starts	: 54
c conflicts	: 0
c decisions	: 895651
c propagations	: 925020
c inspects	: 108202
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 54
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 179.818
c starts	: 55
c conflicts	: 0
c decisions	: 912237
c propagations	: 942150
c inspects	: 109891
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 55
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 181.262
c starts	: 56
c conflicts	: 0
c decisions	: 928823
c propagations	: 959280
c inspects	: 111580
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 56
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 182.706
c starts	: 57
c conflicts	: 0
c decisions	: 945409
c propagations	: 976410
c inspects	: 113267
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 57
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 184.085
c starts	: 58
c conflicts	: 0
c decisions	: 961995
c propagations	: 993540
c inspects	: 114955
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 58
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 185.674
c starts	: 59
c conflicts	: 0
c decisions	: 978581
c propagations	: 1010670
c inspects	: 116643
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 59
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 187.122
c starts	: 60
c conflicts	: 0
c decisions	: 995167
c propagations	: 1027800
c inspects	: 118330
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 60
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 188.597
c starts	: 61
c conflicts	: 0
c decisions	: 1011753
c propagations	: 1044930
c inspects	: 120018
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 61
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 190.184
c starts	: 62
c conflicts	: 0
c decisions	: 1028339
c propagations	: 1062060
c inspects	: 121707
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 62
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 191.732
c starts	: 63
c conflicts	: 0
c decisions	: 1044925
c propagations	: 1079190
c inspects	: 123397
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 63
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 193.455
c starts	: 64
c conflicts	: 0
c decisions	: 1061511
c propagations	: 1096320
c inspects	: 125085
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 64
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 194.898
c starts	: 65
c conflicts	: 0
c decisions	: 1078097
c propagations	: 1113450
c inspects	: 126773
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 65
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 196.37
c starts	: 66
c conflicts	: 0
c decisions	: 1094683
c propagations	: 1130580
c inspects	: 128462
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 66
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 197.893
c starts	: 67
c conflicts	: 0
c decisions	: 1111269
c propagations	: 1147710
c inspects	: 130151
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 67
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 199.357
c starts	: 68
c conflicts	: 0
c decisions	: 1127855
c propagations	: 1164840
c inspects	: 131840
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 68
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 200.943
c starts	: 69
c conflicts	: 0
c decisions	: 1144441
c propagations	: 1181970
c inspects	: 133529
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 69
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 202.398
c starts	: 70
c conflicts	: 0
c decisions	: 1161027
c propagations	: 1199100
c inspects	: 135218
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 70
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 203.95
c starts	: 71
c conflicts	: 0
c decisions	: 1177613
c propagations	: 1216230
c inspects	: 136907
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 71
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 205.396
c starts	: 72
c conflicts	: 0
c decisions	: 1194199
c propagations	: 1233360
c inspects	: 138595
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 72
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 206.841
c starts	: 73
c conflicts	: 0
c decisions	: 1210785
c propagations	: 1250490
c inspects	: 140281
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 73
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 208.303
c starts	: 74
c conflicts	: 0
c decisions	: 1227371
c propagations	: 1267620
c inspects	: 141970
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 74
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 209.703
c starts	: 75
c conflicts	: 0
c decisions	: 1243957
c propagations	: 1284750
c inspects	: 143660
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 75
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 211.147
c starts	: 76
c conflicts	: 0
c decisions	: 1260543
c propagations	: 1301880
c inspects	: 145346
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 76
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 212.586
c starts	: 77
c conflicts	: 0
c decisions	: 1277129
c propagations	: 1319010
c inspects	: 147031
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 77
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 213.995
c starts	: 78
c conflicts	: 0
c decisions	: 1293715
c propagations	: 1336140
c inspects	: 148720
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 78
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 215.588
c starts	: 79
c conflicts	: 0
c decisions	: 1310301
c propagations	: 1353270
c inspects	: 150409
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 79
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 217.072
c starts	: 80
c conflicts	: 0
c decisions	: 1326887
c propagations	: 1370400
c inspects	: 152096
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 80
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 218.492
c starts	: 81
c conflicts	: 0
c decisions	: 1343473
c propagations	: 1387530
c inspects	: 153785
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 81
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 219.938
c starts	: 82
c conflicts	: 0
c decisions	: 1360059
c propagations	: 1404660
c inspects	: 155473
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 82
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 221.389
c starts	: 83
c conflicts	: 0
c decisions	: 1376645
c propagations	: 1421790
c inspects	: 157161
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 83
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 222.979
c starts	: 84
c conflicts	: 0
c decisions	: 1393231
c propagations	: 1438920
c inspects	: 158848
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 84
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 224.529
c starts	: 85
c conflicts	: 0
c decisions	: 1409817
c propagations	: 1456050
c inspects	: 160537
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 85
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 226.125
c starts	: 86
c conflicts	: 0
c decisions	: 1426403
c propagations	: 1473180
c inspects	: 162226
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 86
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 227.721
c starts	: 87
c conflicts	: 0
c decisions	: 1442989
c propagations	: 1490310
c inspects	: 163914
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 87
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 229.114
c starts	: 88
c conflicts	: 0
c decisions	: 1459575
c propagations	: 1507440
c inspects	: 165602
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 88
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 230.561
c starts	: 89
c conflicts	: 0
c decisions	: 1476161
c propagations	: 1524570
c inspects	: 167291
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 89
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 232.045
c starts	: 90
c conflicts	: 0
c decisions	: 1492747
c propagations	: 1541700
c inspects	: 168978
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 90
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 233.516
c starts	: 91
c conflicts	: 0
c decisions	: 1509333
c propagations	: 1558830
c inspects	: 170667
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 91
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 235.109
c starts	: 92
c conflicts	: 0
c decisions	: 1525919
c propagations	: 1575960
c inspects	: 172354
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 92
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 236.544
c starts	: 93
c conflicts	: 0
c decisions	: 1542505
c propagations	: 1593090
c inspects	: 174043
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 93
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 237.978
c starts	: 94
c conflicts	: 0
c decisions	: 1559091
c propagations	: 1610220
c inspects	: 175729
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 94
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 239.429
c starts	: 95
c conflicts	: 0
c decisions	: 1575677
c propagations	: 1627350
c inspects	: 177419
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 95
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 240.998
c starts	: 96
c conflicts	: 0
c decisions	: 1592263
c propagations	: 1644480
c inspects	: 179105
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 96
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 242.486
c starts	: 97
c conflicts	: 0
c decisions	: 1608849
c propagations	: 1661610
c inspects	: 180795
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 97
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 243.968
c starts	: 98
c conflicts	: 0
c decisions	: 1625435
c propagations	: 1678740
c inspects	: 182483
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 98
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 245.422
c starts	: 99
c conflicts	: 0
c decisions	: 1642021
c propagations	: 1695870
c inspects	: 184171
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 99
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 246.874
c starts	: 100
c conflicts	: 0
c decisions	: 1658607
c propagations	: 1713000
c inspects	: 185859
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 100
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 248.352
c starts	: 101
c conflicts	: 0
c decisions	: 1675193
c propagations	: 1730130
c inspects	: 187548
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 101
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 249.805
c starts	: 102
c conflicts	: 0
c decisions	: 1691779
c propagations	: 1747260
c inspects	: 189237
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 102
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 251.27
c starts	: 103
c conflicts	: 0
c decisions	: 1708365
c propagations	: 1764390
c inspects	: 190926
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 103
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 252.713
c starts	: 104
c conflicts	: 0
c decisions	: 1724951
c propagations	: 1781520
c inspects	: 192616
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 104
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 254.182
c starts	: 105
c conflicts	: 0
c decisions	: 1741537
c propagations	: 1798650
c inspects	: 194303
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 105
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 255.79
c starts	: 106
c conflicts	: 0
c decisions	: 1758123
c propagations	: 1815780
c inspects	: 195991
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 106
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 257.25
c starts	: 107
c conflicts	: 0
c decisions	: 1774709
c propagations	: 1832910
c inspects	: 197679
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 107
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 258.651
c starts	: 108
c conflicts	: 0
c decisions	: 1791295
c propagations	: 1850040
c inspects	: 199369
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 108
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 260.104
c starts	: 109
c conflicts	: 0
c decisions	: 1807881
c propagations	: 1867170
c inspects	: 201056
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 109
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 261.554
c starts	: 110
c conflicts	: 0
c decisions	: 1824467
c propagations	: 1884300
c inspects	: 202745
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 110
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 263.034
c starts	: 111
c conflicts	: 0
c decisions	: 1841053
c propagations	: 1901430
c inspects	: 204433
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 111
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 264.499
c starts	: 112
c conflicts	: 0
c decisions	: 1857639
c propagations	: 1918560
c inspects	: 206121
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 112
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 266.116
c starts	: 113
c conflicts	: 0
c decisions	: 1874225
c propagations	: 1935690
c inspects	: 207810
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 113
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 267.678
c starts	: 114
c conflicts	: 0
c decisions	: 1890811
c propagations	: 1952820
c inspects	: 209497
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 114
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 269.291
c starts	: 115
c conflicts	: 0
c decisions	: 1907397
c propagations	: 1969950
c inspects	: 211185
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 115
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 270.736
c starts	: 116
c conflicts	: 0
c decisions	: 1923983
c propagations	: 1987080
c inspects	: 212873
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 116
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 272.207
c starts	: 117
c conflicts	: 0
c decisions	: 1940569
c propagations	: 2004210
c inspects	: 214561
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 117
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 273.632
c starts	: 118
c conflicts	: 0
c decisions	: 1957155
c propagations	: 2021340
c inspects	: 216250
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 118
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 275.074
c starts	: 119
c conflicts	: 0
c decisions	: 1973741
c propagations	: 2038470
c inspects	: 217938
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 119
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 276.675
c starts	: 120
c conflicts	: 0
c decisions	: 1990327
c propagations	: 2055600
c inspects	: 219628
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 120
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 278.099
c starts	: 121
c conflicts	: 0
c decisions	: 2006913
c propagations	: 2072730
c inspects	: 221317
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 121
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 279.694
c starts	: 122
c conflicts	: 0
c decisions	: 2023499
c propagations	: 2089860
c inspects	: 223007
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 122
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 281.302
c starts	: 123
c conflicts	: 0
c decisions	: 2040085
c propagations	: 2106990
c inspects	: 224696
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 123
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 282.781
c starts	: 124
c conflicts	: 0
c decisions	: 2056671
c propagations	: 2124120
c inspects	: 226383
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 124
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 284.234
c starts	: 125
c conflicts	: 0
c decisions	: 2073257
c propagations	: 2141250
c inspects	: 228073
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 125
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 285.679
c starts	: 126
c conflicts	: 0
c decisions	: 2089843
c propagations	: 2158380
c inspects	: 229761
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 126
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 287.124
c starts	: 127
c conflicts	: 0
c decisions	: 2106429
c propagations	: 2175510
c inspects	: 231447
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 127
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 288.866
c starts	: 128
c conflicts	: 0
c decisions	: 2123015
c propagations	: 2192640
c inspects	: 233135
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 128
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 290.323
c starts	: 129
c conflicts	: 0
c decisions	: 2139601
c propagations	: 2209770
c inspects	: 234825
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 129
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 291.836
c starts	: 130
c conflicts	: 0
c decisions	: 2156187
c propagations	: 2226900
c inspects	: 236514
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 130
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 293.35
c starts	: 131
c conflicts	: 0
c decisions	: 2172773
c propagations	: 2244030
c inspects	: 238202
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 131
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 294.78
c starts	: 132
c conflicts	: 0
c decisions	: 2189359
c propagations	: 2261160
c inspects	: 239891
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 132
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 296.288
c starts	: 133
c conflicts	: 0
c decisions	: 2205945
c propagations	: 2278290
c inspects	: 241578
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 133
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 297.779
c starts	: 134
c conflicts	: 0
c decisions	: 2222531
c propagations	: 2295420
c inspects	: 243266
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 134
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 299.227
c starts	: 135
c conflicts	: 0
c decisions	: 2239117
c propagations	: 2312550
c inspects	: 244955
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 135
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 300.728
c starts	: 136
c conflicts	: 0
c decisions	: 2255703
c propagations	: 2329680
c inspects	: 246645
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 136
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 302.23
c starts	: 137
c conflicts	: 0
c decisions	: 2272289
c propagations	: 2346810
c inspects	: 248335
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 137
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 303.722
c starts	: 138
c conflicts	: 0
c decisions	: 2288875
c propagations	: 2363940
c inspects	: 250024
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 138
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 305.175
c starts	: 139
c conflicts	: 0
c decisions	: 2305461
c propagations	: 2381070
c inspects	: 251711
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 139
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 306.674
c starts	: 140
c conflicts	: 0
c decisions	: 2322047
c propagations	: 2398200
c inspects	: 253398
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 140
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 308.173
c starts	: 141
c conflicts	: 0
c decisions	: 2338633
c propagations	: 2415330
c inspects	: 255085
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 141
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 309.623
c starts	: 142
c conflicts	: 0
c decisions	: 2355219
c propagations	: 2432460
c inspects	: 256772
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 142
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 311.117
c starts	: 143
c conflicts	: 0
c decisions	: 2371805
c propagations	: 2449590
c inspects	: 258460
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 143
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 312.612
c starts	: 144
c conflicts	: 0
c decisions	: 2388391
c propagations	: 2466720
c inspects	: 260150
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 144
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 314.063
c starts	: 145
c conflicts	: 0
c decisions	: 2404977
c propagations	: 2483850
c inspects	: 261837
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 145
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 315.562
c starts	: 146
c conflicts	: 0
c decisions	: 2421563
c propagations	: 2500980
c inspects	: 263523
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 146
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 317.066
c starts	: 147
c conflicts	: 0
c decisions	: 2438149
c propagations	: 2518110
c inspects	: 265210
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 147
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 318.558
c starts	: 148
c conflicts	: 0
c decisions	: 2454735
c propagations	: 2535240
c inspects	: 266899
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 148
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 320.01
c starts	: 149
c conflicts	: 0
c decisions	: 2471321
c propagations	: 2552370
c inspects	: 268585
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 149
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 321.498
c starts	: 150
c conflicts	: 0
c decisions	: 2487907
c propagations	: 2569500
c inspects	: 270274
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 150
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 322.985
c starts	: 151
c conflicts	: 0
c decisions	: 2504493
c propagations	: 2586630
c inspects	: 271962
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 151
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 324.427
c starts	: 152
c conflicts	: 0
c decisions	: 2521079
c propagations	: 2603760
c inspects	: 273648
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 152
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 325.917
c starts	: 153
c conflicts	: 0
c decisions	: 2537665
c propagations	: 2620890
c inspects	: 275336
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 153
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 327.411
c starts	: 154
c conflicts	: 0
c decisions	: 2554251
c propagations	: 2638020
c inspects	: 277025
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 154
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 328.855
c starts	: 155
c conflicts	: 0
c decisions	: 2570837
c propagations	: 2655150
c inspects	: 278709
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 155
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 330.353
c starts	: 156
c conflicts	: 0
c decisions	: 2587423
c propagations	: 2672280
c inspects	: 280396
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 156
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 331.854
c starts	: 157
c conflicts	: 0
c decisions	: 2604009
c propagations	: 2689410
c inspects	: 282085
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 157
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 333.3
c starts	: 158
c conflicts	: 0
c decisions	: 2620595
c propagations	: 2706540
c inspects	: 283773
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 158
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 334.798
c starts	: 159
c conflicts	: 0
c decisions	: 2637181
c propagations	: 2723670
c inspects	: 285460
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 159
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 336.291
c starts	: 160
c conflicts	: 0
c decisions	: 2653767
c propagations	: 2740800
c inspects	: 287148
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 160
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 337.792
c starts	: 161
c conflicts	: 0
c decisions	: 2670353
c propagations	: 2757930
c inspects	: 288837
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 161
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 339.241
c starts	: 162
c conflicts	: 0
c decisions	: 2686939
c propagations	: 2775060
c inspects	: 290526
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 162
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 340.738
c starts	: 163
c conflicts	: 0
c decisions	: 2703525
c propagations	: 2792190
c inspects	: 292214
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 163
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 342.227
c starts	: 164
c conflicts	: 0
c decisions	: 2720111
c propagations	: 2809320
c inspects	: 293902
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 164
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 343.677
c starts	: 165
c conflicts	: 0
c decisions	: 2736697
c propagations	: 2826450
c inspects	: 295590
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 165
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 345.17
c starts	: 166
c conflicts	: 0
c decisions	: 2753283
c propagations	: 2843580
c inspects	: 297278
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 166
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 346.665
c starts	: 167
c conflicts	: 0
c decisions	: 2769869
c propagations	: 2860710
c inspects	: 298964
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 167
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 348.111
c starts	: 168
c conflicts	: 0
c decisions	: 2786455
c propagations	: 2877840
c inspects	: 300653
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 168
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 349.612
c starts	: 169
c conflicts	: 0
c decisions	: 2803041
c propagations	: 2894970
c inspects	: 302341
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 169
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 351.112
c starts	: 170
c conflicts	: 0
c decisions	: 2819627
c propagations	: 2912100
c inspects	: 304029
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 170
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 352.61
c starts	: 171
c conflicts	: 0
c decisions	: 2836213
c propagations	: 2929230
c inspects	: 305718
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 171
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 354.057
c starts	: 172
c conflicts	: 0
c decisions	: 2852799
c propagations	: 2946360
c inspects	: 307405
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 172
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 355.56
c starts	: 173
c conflicts	: 0
c decisions	: 2869385
c propagations	: 2963490
c inspects	: 309094
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 173
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 357.054
c starts	: 174
c conflicts	: 0
c decisions	: 2885971
c propagations	: 2980620
c inspects	: 310782
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 174
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 358.506
c starts	: 175
c conflicts	: 0
c decisions	: 2902557
c propagations	: 2997750
c inspects	: 312470
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 175
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 360.005
c starts	: 176
c conflicts	: 0
c decisions	: 2919143
c propagations	: 3014880
c inspects	: 314158
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 176
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 361.502
c starts	: 177
c conflicts	: 0
c decisions	: 2935729
c propagations	: 3032010
c inspects	: 315845
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 177
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 362.952
c starts	: 178
c conflicts	: 0
c decisions	: 2952315
c propagations	: 3049140
c inspects	: 317532
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 178
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 364.449
c starts	: 179
c conflicts	: 0
c decisions	: 2968901
c propagations	: 3066270
c inspects	: 319221
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 179
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 365.944
c starts	: 180
c conflicts	: 0
c decisions	: 2985487
c propagations	: 3083400
c inspects	: 320908
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 180
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 367.436
c starts	: 181
c conflicts	: 0
c decisions	: 3002073
c propagations	: 3100530
c inspects	: 322595
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 181
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 368.882
c starts	: 182
c conflicts	: 0
c decisions	: 3018659
c propagations	: 3117660
c inspects	: 324282
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 182
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 370.382
c starts	: 183
c conflicts	: 0
c decisions	: 3035245
c propagations	: 3134790
c inspects	: 325970
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 183
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 371.879
c starts	: 184
c conflicts	: 0
c decisions	: 3051831
c propagations	: 3151920
c inspects	: 327658
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 184
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 373.329
c starts	: 185
c conflicts	: 0
c decisions	: 3068417
c propagations	: 3169050
c inspects	: 329345
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 185
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 374.829
c starts	: 186
c conflicts	: 0
c decisions	: 3085003
c propagations	: 3186180
c inspects	: 331034
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 186
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 376.33
c starts	: 187
c conflicts	: 0
c decisions	: 3101589
c propagations	: 3203310
c inspects	: 332723
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 187
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 377.782
c starts	: 188
c conflicts	: 0
c decisions	: 3118175
c propagations	: 3220440
c inspects	: 334411
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 188
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 379.28
c starts	: 189
c conflicts	: 0
c decisions	: 3134761
c propagations	: 3237570
c inspects	: 336097
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 189
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 380.776
c starts	: 190
c conflicts	: 0
c decisions	: 3151347
c propagations	: 3254700
c inspects	: 337783
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 190
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 382.27
c starts	: 191
c conflicts	: 0
c decisions	: 3167933
c propagations	: 3271830
c inspects	: 339469
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 191
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 383.717
c starts	: 192
c conflicts	: 0
c decisions	: 3184519
c propagations	: 3288960
c inspects	: 341157
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 192
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 385.239
c starts	: 193
c conflicts	: 0
c decisions	: 3201105
c propagations	: 3306090
c inspects	: 342847
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 193
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 386.761
c starts	: 194
c conflicts	: 0
c decisions	: 3217691
c propagations	: 3323220
c inspects	: 344536
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 194
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 388.222
c starts	: 195
c conflicts	: 0
c decisions	: 3234277
c propagations	: 3340350
c inspects	: 346222
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 195
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 389.741
c starts	: 196
c conflicts	: 0
c decisions	: 3250863
c propagations	: 3357480
c inspects	: 347909
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 196
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 391.261
c starts	: 197
c conflicts	: 0
c decisions	: 3267449
c propagations	: 3374610
c inspects	: 349598
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 197
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 392.723
c starts	: 198
c conflicts	: 0
c decisions	: 3284035
c propagations	: 3391740
c inspects	: 351286
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 198
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 394.244
c starts	: 199
c conflicts	: 0
c decisions	: 3300621
c propagations	: 3408870
c inspects	: 352973
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 199
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 395.759
c starts	: 200
c conflicts	: 0
c decisions	: 3317207
c propagations	: 3426000
c inspects	: 354659
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 200
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 397.273
c starts	: 201
c conflicts	: 0
c decisions	: 3333793
c propagations	: 3443130
c inspects	: 356349
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 201
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 398.735
c starts	: 202
c conflicts	: 0
c decisions	: 3350379
c propagations	: 3460260
c inspects	: 358037
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 202
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 400.254
c starts	: 203
c conflicts	: 0
c decisions	: 3366965
c propagations	: 3477390
c inspects	: 359723
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 203
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 401.768
c starts	: 204
c conflicts	: 0
c decisions	: 3383551
c propagations	: 3494520
c inspects	: 361411
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 204
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 403.233
c starts	: 205
c conflicts	: 0
c decisions	: 3400137
c propagations	: 3511650
c inspects	: 363097
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 205
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 404.752
c starts	: 206
c conflicts	: 0
c decisions	: 3416723
c propagations	: 3528780
c inspects	: 364784
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 206
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 406.268
c starts	: 207
c conflicts	: 0
c decisions	: 3433309
c propagations	: 3545910
c inspects	: 366472
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 207
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 407.731
c starts	: 208
c conflicts	: 0
c decisions	: 3449895
c propagations	: 3563040
c inspects	: 368161
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 208
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 409.256
c starts	: 209
c conflicts	: 0
c decisions	: 3466481
c propagations	: 3580170
c inspects	: 369849
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 209
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 410.779
c starts	: 210
c conflicts	: 0
c decisions	: 3483067
c propagations	: 3597300
c inspects	: 371539
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 210
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 412.248
c starts	: 211
c conflicts	: 0
c decisions	: 3499653
c propagations	: 3614430
c inspects	: 373229
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 211
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 413.767
c starts	: 212
c conflicts	: 0
c decisions	: 3516239
c propagations	: 3631560
c inspects	: 374917
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 212
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 415.271
c starts	: 213
c conflicts	: 0
c decisions	: 3532825
c propagations	: 3648690
c inspects	: 376606
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 213
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 416.769
c starts	: 214
c conflicts	: 0
c decisions	: 3549411
c propagations	: 3665820
c inspects	: 378295
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 214
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 418.225
c starts	: 215
c conflicts	: 0
c decisions	: 3565997
c propagations	: 3682950
c inspects	: 379982
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 215
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 419.728
c starts	: 216
c conflicts	: 0
c decisions	: 3582583
c propagations	: 3700080
c inspects	: 381671
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 216
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 421.226
c starts	: 217
c conflicts	: 0
c decisions	: 3599169
c propagations	: 3717210
c inspects	: 383357
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 217
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 422.68
c starts	: 218
c conflicts	: 0
c decisions	: 3615755
c propagations	: 3734340
c inspects	: 385046
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 218
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 424.183
c starts	: 219
c conflicts	: 0
c decisions	: 3632341
c propagations	: 3751470
c inspects	: 386733
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 219
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 425.684
c starts	: 220
c conflicts	: 0
c decisions	: 3648927
c propagations	: 3768600
c inspects	: 388421
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 220
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 427.141
c starts	: 221
c conflicts	: 0
c decisions	: 3665513
c propagations	: 3785730
c inspects	: 390110
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 221
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 428.64
c starts	: 222
c conflicts	: 0
c decisions	: 3682099
c propagations	: 3802860
c inspects	: 391798
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 222
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 430.14
c starts	: 223
c conflicts	: 0
c decisions	: 3698685
c propagations	: 3819990
c inspects	: 393486
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 223
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 431.637
c starts	: 224
c conflicts	: 0
c decisions	: 3715271
c propagations	: 3837120
c inspects	: 395172
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 224
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 433.093
c starts	: 225
c conflicts	: 0
c decisions	: 3731857
c propagations	: 3854250
c inspects	: 396861
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 225
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 434.594
c starts	: 226
c conflicts	: 0
c decisions	: 3748443
c propagations	: 3871380
c inspects	: 398550
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 226
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 436.094
c starts	: 227
c conflicts	: 0
c decisions	: 3765029
c propagations	: 3888510
c inspects	: 400237
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 227
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 437.55
c starts	: 228
c conflicts	: 0
c decisions	: 3781615
c propagations	: 3905640
c inspects	: 401924
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 228
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 439.051
c starts	: 229
c conflicts	: 0
c decisions	: 3798201
c propagations	: 3922770
c inspects	: 403614
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 229
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 440.553
c starts	: 230
c conflicts	: 0
c decisions	: 3814787
c propagations	: 3939900
c inspects	: 405301
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 230
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 442.014
c starts	: 231
c conflicts	: 0
c decisions	: 3831373
c propagations	: 3957030
c inspects	: 406989
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 231
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 443.515
c starts	: 232
c conflicts	: 0
c decisions	: 3847959
c propagations	: 3974160
c inspects	: 408677
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 232
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 445.016
c starts	: 233
c conflicts	: 0
c decisions	: 3864545
c propagations	: 3991290
c inspects	: 410365
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 233
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 446.512
c starts	: 234
c conflicts	: 0
c decisions	: 3881131
c propagations	: 4008420
c inspects	: 412053
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 234
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 447.966
c starts	: 235
c conflicts	: 0
c decisions	: 3897717
c propagations	: 4025550
c inspects	: 413739
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 235
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 449.468
c starts	: 236
c conflicts	: 0
c decisions	: 3914303
c propagations	: 4042680
c inspects	: 415428
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 236
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 450.975
c starts	: 237
c conflicts	: 0
c decisions	: 3930889
c propagations	: 4059810
c inspects	: 417115
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 237
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 452.434
c starts	: 238
c conflicts	: 0
c decisions	: 3947475
c propagations	: 4076940
c inspects	: 418801
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 238
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 453.936
c starts	: 239
c conflicts	: 0
c decisions	: 3964061
c propagations	: 4094070
c inspects	: 420488
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 239
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 455.434
c starts	: 240
c conflicts	: 0
c decisions	: 3980647
c propagations	: 4111200
c inspects	: 422175
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 240
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 456.892
c starts	: 241
c conflicts	: 0
c decisions	: 3997233
c propagations	: 4128330
c inspects	: 423863
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 241
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 458.394
c starts	: 242
c conflicts	: 0
c decisions	: 4013819
c propagations	: 4145460
c inspects	: 425552
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 242
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 459.897
c starts	: 243
c conflicts	: 0
c decisions	: 4030405
c propagations	: 4162590
c inspects	: 427241
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 243
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 461.4
c starts	: 244
c conflicts	: 0
c decisions	: 4046991
c propagations	: 4179720
c inspects	: 428929
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 244
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 462.859
c starts	: 245
c conflicts	: 0
c decisions	: 4063577
c propagations	: 4196850
c inspects	: 430617
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 245
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 464.363
c starts	: 246
c conflicts	: 0
c decisions	: 4080163
c propagations	: 4213980
c inspects	: 432307
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 246
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 465.863
c starts	: 247
c conflicts	: 0
c decisions	: 4096749
c propagations	: 4231110
c inspects	: 433995
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 247
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 467.319
c starts	: 248
c conflicts	: 0
c decisions	: 4113335
c propagations	: 4248240
c inspects	: 435684
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 248
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 468.821
c starts	: 249
c conflicts	: 0
c decisions	: 4129921
c propagations	: 4265370
c inspects	: 437374
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 249
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 470.321
c starts	: 250
c conflicts	: 0
c decisions	: 4146507
c propagations	: 4282500
c inspects	: 439062
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 250
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 471.774
c starts	: 251
c conflicts	: 0
c decisions	: 4163093
c propagations	: 4299630
c inspects	: 440751
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 251
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 473.281
c starts	: 252
c conflicts	: 0
c decisions	: 4179679
c propagations	: 4316760
c inspects	: 442440
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 252
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 474.791
c starts	: 253
c conflicts	: 0
c decisions	: 4196265
c propagations	: 4333890
c inspects	: 444129
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 253
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 476.249
c starts	: 254
c conflicts	: 0
c decisions	: 4212851
c propagations	: 4351020
c inspects	: 445817
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 254
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 477.76
c starts	: 255
c conflicts	: 0
c decisions	: 4229437
c propagations	: 4368150
c inspects	: 447506
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 255
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 479.86
c starts	: 256
c conflicts	: 0
c decisions	: 4246023
c propagations	: 4385280
c inspects	: 449195
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 256
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 481.333
c starts	: 257
c conflicts	: 0
c decisions	: 4262609
c propagations	: 4402410
c inspects	: 450884
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 257
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 482.846
c starts	: 258
c conflicts	: 0
c decisions	: 4279195
c propagations	: 4419540
c inspects	: 452571
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 258
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 484.376
c starts	: 259
c conflicts	: 0
c decisions	: 4295781
c propagations	: 4436670
c inspects	: 454260
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 259
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 485.864
c starts	: 260
c conflicts	: 0
c decisions	: 4312367
c propagations	: 4453800
c inspects	: 455948
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 260
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 487.412
c starts	: 261
c conflicts	: 0
c decisions	: 4328953
c propagations	: 4470930
c inspects	: 457636
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 261
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 488.956
c starts	: 262
c conflicts	: 0
c decisions	: 4345539
c propagations	: 4488060
c inspects	: 459324
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 262
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 490.506
c starts	: 263
c conflicts	: 0
c decisions	: 4362125
c propagations	: 4505190
c inspects	: 461012
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 263
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 491.993
c starts	: 264
c conflicts	: 0
c decisions	: 4378711
c propagations	: 4522320
c inspects	: 462700
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 264
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 493.531
c starts	: 265
c conflicts	: 0
c decisions	: 4395297
c propagations	: 4539450
c inspects	: 464388
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 265
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 495.078
c starts	: 266
c conflicts	: 0
c decisions	: 4411883
c propagations	: 4556580
c inspects	: 466076
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 266
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 496.566
c starts	: 267
c conflicts	: 0
c decisions	: 4428469
c propagations	: 4573710
c inspects	: 467763
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 267
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 498.106
c starts	: 268
c conflicts	: 0
c decisions	: 4445055
c propagations	: 4590840
c inspects	: 469452
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 268
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 499.654
c starts	: 269
c conflicts	: 0
c decisions	: 4461641
c propagations	: 4607970
c inspects	: 471141
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 269
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 501.139
c starts	: 270
c conflicts	: 0
c decisions	: 4478227
c propagations	: 4625100
c inspects	: 472829
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 270
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 502.685
c starts	: 271
c conflicts	: 0
c decisions	: 4494813
c propagations	: 4642230
c inspects	: 474514
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 271
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 504.229
c starts	: 272
c conflicts	: 0
c decisions	: 4511399
c propagations	: 4659360
c inspects	: 476203
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 272
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 505.772
c starts	: 273
c conflicts	: 0
c decisions	: 4527985
c propagations	: 4676490
c inspects	: 477890
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 273
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 507.267
c starts	: 274
c conflicts	: 0
c decisions	: 4544571
c propagations	: 4693620
c inspects	: 479579
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 274
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 508.813
c starts	: 275
c conflicts	: 0
c decisions	: 4561157
c propagations	: 4710750
c inspects	: 481265
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 275
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 510.326
c starts	: 276
c conflicts	: 0
c decisions	: 4577743
c propagations	: 4727880
c inspects	: 482953
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 276
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 511.791
c starts	: 277
c conflicts	: 0
c decisions	: 4594329
c propagations	: 4745010
c inspects	: 484641
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 277
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 513.321
c starts	: 278
c conflicts	: 0
c decisions	: 4610915
c propagations	: 4762140
c inspects	: 486329
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 278
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 514.849
c starts	: 279
c conflicts	: 0
c decisions	: 4627501
c propagations	: 4779270
c inspects	: 488016
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 279
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 516.33
c starts	: 280
c conflicts	: 0
c decisions	: 4644087
c propagations	: 4796400
c inspects	: 489703
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 280
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 517.859
c starts	: 281
c conflicts	: 0
c decisions	: 4660673
c propagations	: 4813530
c inspects	: 491393
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 281
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 519.387
c starts	: 282
c conflicts	: 0
c decisions	: 4677259
c propagations	: 4830660
c inspects	: 493080
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 282
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 520.924
c starts	: 283
c conflicts	: 0
c decisions	: 4693845
c propagations	: 4847790
c inspects	: 494770
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 283
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 522.409
c starts	: 284
c conflicts	: 0
c decisions	: 4710431
c propagations	: 4864920
c inspects	: 496459
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 284
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 523.931
c starts	: 285
c conflicts	: 0
c decisions	: 4727017
c propagations	: 4882050
c inspects	: 498148
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 285
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 525.456
c starts	: 286
c conflicts	: 0
c decisions	: 4743603
c propagations	: 4899180
c inspects	: 499837
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 286
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 526.944
c starts	: 287
c conflicts	: 0
c decisions	: 4760189
c propagations	: 4916310
c inspects	: 501524
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 287
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 528.475
c starts	: 288
c conflicts	: 0
c decisions	: 4776775
c propagations	: 4933440
c inspects	: 503213
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 288
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 530.004
c starts	: 289
c conflicts	: 0
c decisions	: 4793361
c propagations	: 4950570
c inspects	: 504901
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 289
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 531.49
c starts	: 290
c conflicts	: 0
c decisions	: 4809947
c propagations	: 4967700
c inspects	: 506589
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 290
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 533.028
c starts	: 291
c conflicts	: 0
c decisions	: 4826533
c propagations	: 4984830
c inspects	: 508276
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 291
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 534.563
c starts	: 292
c conflicts	: 0
c decisions	: 4843119
c propagations	: 5001960
c inspects	: 509964
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 292
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 536.051
c starts	: 293
c conflicts	: 0
c decisions	: 4859705
c propagations	: 5019090
c inspects	: 511652
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 293
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 537.582
c starts	: 294
c conflicts	: 0
c decisions	: 4876291
c propagations	: 5036220
c inspects	: 513341
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 294
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 539.114
c starts	: 295
c conflicts	: 0
c decisions	: 4892877
c propagations	: 5053350
c inspects	: 515031
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 295
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 540.646
c starts	: 296
c conflicts	: 0
c decisions	: 4909463
c propagations	: 5070480
c inspects	: 516715
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 296
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 542.13
c starts	: 297
c conflicts	: 0
c decisions	: 4926049
c propagations	: 5087610
c inspects	: 518405
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 297
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 543.66
c starts	: 298
c conflicts	: 0
c decisions	: 4942635
c propagations	: 5104740
c inspects	: 520093
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 298
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 545.176
c starts	: 299
c conflicts	: 0
c decisions	: 4959221
c propagations	: 5121870
c inspects	: 521780
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 299
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 546.662
c starts	: 300
c conflicts	: 0
c decisions	: 4975807
c propagations	: 5139000
c inspects	: 523468
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 300
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 548.191
c starts	: 301
c conflicts	: 0
c decisions	: 4992393
c propagations	: 5156130
c inspects	: 525156
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 301
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 549.722
c starts	: 302
c conflicts	: 0
c decisions	: 5008979
c propagations	: 5173260
c inspects	: 526845
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 302
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 551.213
c starts	: 303
c conflicts	: 0
c decisions	: 5025565
c propagations	: 5190390
c inspects	: 528533
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 303
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 552.746
c starts	: 304
c conflicts	: 0
c decisions	: 5042151
c propagations	: 5207520
c inspects	: 530221
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 304
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 554.279
c starts	: 305
c conflicts	: 0
c decisions	: 5058737
c propagations	: 5224650
c inspects	: 531909
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 305
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 555.808
c starts	: 306
c conflicts	: 0
c decisions	: 5075323
c propagations	: 5241780
c inspects	: 533596
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 306
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 557.297
c starts	: 307
c conflicts	: 0
c decisions	: 5091909
c propagations	: 5258910
c inspects	: 535286
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 307
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 558.827
c starts	: 308
c conflicts	: 0
c decisions	: 5108495
c propagations	: 5276040
c inspects	: 536970
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 308
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 560.364
c starts	: 309
c conflicts	: 0
c decisions	: 5125081
c propagations	: 5293170
c inspects	: 538658
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 309
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 561.857
c starts	: 310
c conflicts	: 0
c decisions	: 5141667
c propagations	: 5310300
c inspects	: 540345
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 310
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 563.403
c starts	: 311
c conflicts	: 0
c decisions	: 5158253
c propagations	: 5327430
c inspects	: 542034
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 311
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 564.927
c starts	: 312
c conflicts	: 0
c decisions	: 5174839
c propagations	: 5344560
c inspects	: 543723
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 312
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 566.42
c starts	: 313
c conflicts	: 0
c decisions	: 5191425
c propagations	: 5361690
c inspects	: 545411
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 313
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 567.956
c starts	: 314
c conflicts	: 0
c decisions	: 5208011
c propagations	: 5378820
c inspects	: 547099
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 314
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 569.495
c starts	: 315
c conflicts	: 0
c decisions	: 5224597
c propagations	: 5395950
c inspects	: 548788
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 315
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 571.033
c starts	: 316
c conflicts	: 0
c decisions	: 5241183
c propagations	: 5413080
c inspects	: 550476
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 316
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 572.522
c starts	: 317
c conflicts	: 0
c decisions	: 5257769
c propagations	: 5430210
c inspects	: 552164
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 317
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 574.059
c starts	: 318
c conflicts	: 0
c decisions	: 5274355
c propagations	: 5447340
c inspects	: 553852
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 318
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 575.58
c starts	: 319
c conflicts	: 0
c decisions	: 5290941
c propagations	: 5464470
c inspects	: 555538
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 319
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 577.07
c starts	: 320
c conflicts	: 0
c decisions	: 5307527
c propagations	: 5481600
c inspects	: 557224
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 320
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 578.616
c starts	: 321
c conflicts	: 0
c decisions	: 5324113
c propagations	: 5498730
c inspects	: 558912
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 321
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 580.159
c starts	: 322
c conflicts	: 0
c decisions	: 5340699
c propagations	: 5515860
c inspects	: 560602
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 322
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 581.653
c starts	: 323
c conflicts	: 0
c decisions	: 5357285
c propagations	: 5532990
c inspects	: 562289
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 323
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 583.193
c starts	: 324
c conflicts	: 0
c decisions	: 5373871
c propagations	: 5550120
c inspects	: 563979
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 324
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 584.734
c starts	: 325
c conflicts	: 0
c decisions	: 5390457
c propagations	: 5567250
c inspects	: 565664
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 325
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 586.277
c starts	: 326
c conflicts	: 0
c decisions	: 5407043
c propagations	: 5584380
c inspects	: 567352
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 326
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 587.77
c starts	: 327
c conflicts	: 0
c decisions	: 5423629
c propagations	: 5601510
c inspects	: 569042
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 327
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 589.303
c starts	: 328
c conflicts	: 0
c decisions	: 5440215
c propagations	: 5618640
c inspects	: 570732
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 328
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 590.829
c starts	: 329
c conflicts	: 0
c decisions	: 5456801
c propagations	: 5635770
c inspects	: 572420
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 329
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 592.298
c starts	: 330
c conflicts	: 0
c decisions	: 5473387
c propagations	: 5652900
c inspects	: 574108
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 330
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 593.835
c starts	: 331
c conflicts	: 0
c decisions	: 5489973
c propagations	: 5670030
c inspects	: 575796
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 331
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 595.37
c starts	: 332
c conflicts	: 0
c decisions	: 5506559
c propagations	: 5687160
c inspects	: 577484
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 332
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 596.864
c starts	: 333
c conflicts	: 0
c decisions	: 5523145
c propagations	: 5704290
c inspects	: 579173
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 333
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 598.404
c starts	: 334
c conflicts	: 0
c decisions	: 5539731
c propagations	: 5721420
c inspects	: 580861
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 334
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 599.943
c starts	: 335
c conflicts	: 0
c decisions	: 5556317
c propagations	: 5738550
c inspects	: 582548
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 335
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 601.433
c starts	: 336
c conflicts	: 0
c decisions	: 5572903
c propagations	: 5755680
c inspects	: 584235
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 336
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 602.971
c starts	: 337
c conflicts	: 0
c decisions	: 5589489
c propagations	: 5772810
c inspects	: 585923
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 337
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 604.507
c starts	: 338
c conflicts	: 0
c decisions	: 5606075
c propagations	: 5789940
c inspects	: 587611
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 338
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 606.038
c starts	: 339
c conflicts	: 0
c decisions	: 5622661
c propagations	: 5807070
c inspects	: 589298
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 339
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 607.53
c starts	: 340
c conflicts	: 0
c decisions	: 5639247
c propagations	: 5824200
c inspects	: 590984
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 340
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 609.076
c starts	: 341
c conflicts	: 0
c decisions	: 5655833
c propagations	: 5841330
c inspects	: 592671
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 341
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 610.615
c starts	: 342
c conflicts	: 0
c decisions	: 5672419
c propagations	: 5858460
c inspects	: 594360
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 342
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 612.109
c starts	: 343
c conflicts	: 0
c decisions	: 5689005
c propagations	: 5875590
c inspects	: 596047
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 343
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 613.651
c starts	: 344
c conflicts	: 0
c decisions	: 5705591
c propagations	: 5892720
c inspects	: 597737
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 344
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 615.183
c starts	: 345
c conflicts	: 0
c decisions	: 5722177
c propagations	: 5909850
c inspects	: 599421
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 345
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 616.679
c starts	: 346
c conflicts	: 0
c decisions	: 5738763
c propagations	: 5926980
c inspects	: 601109
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 346
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 618.222
c starts	: 347
c conflicts	: 0
c decisions	: 5755349
c propagations	: 5944110
c inspects	: 602795
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 347
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 619.757
c starts	: 348
c conflicts	: 0
c decisions	: 5771935
c propagations	: 5961240
c inspects	: 604484
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 348
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 621.296
c starts	: 349
c conflicts	: 0
c decisions	: 5788521
c propagations	: 5978370
c inspects	: 606171
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 349
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 622.79
c starts	: 350
c conflicts	: 0
c decisions	: 5805107
c propagations	: 5995500
c inspects	: 607860
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 350
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 624.326
c starts	: 351
c conflicts	: 0
c decisions	: 5821693
c propagations	: 6012630
c inspects	: 609548
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 351
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 625.858
c starts	: 352
c conflicts	: 0
c decisions	: 5838279
c propagations	: 6029760
c inspects	: 611236
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 352
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 627.344
c starts	: 353
c conflicts	: 0
c decisions	: 5854865
c propagations	: 6046890
c inspects	: 612923
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 353
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 628.873
c starts	: 354
c conflicts	: 0
c decisions	: 5871451
c propagations	: 6064020
c inspects	: 614612
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 354
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 630.407
c starts	: 355
c conflicts	: 0
c decisions	: 5888037
c propagations	: 6081150
c inspects	: 616298
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 355
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 631.881
c starts	: 356
c conflicts	: 0
c decisions	: 5904623
c propagations	: 6098280
c inspects	: 617984
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 356
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 633.425
c starts	: 357
c conflicts	: 0
c decisions	: 5921209
c propagations	: 6115410
c inspects	: 619673
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 357
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 634.964
c starts	: 358
c conflicts	: 0
c decisions	: 5937795
c propagations	: 6132540
c inspects	: 621360
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 358
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 636.507
c starts	: 359
c conflicts	: 0
c decisions	: 5954381
c propagations	: 6149670
c inspects	: 623046
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 359
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 638.002
c starts	: 360
c conflicts	: 0
c decisions	: 5970967
c propagations	: 6166800
c inspects	: 624733
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 360
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 639.546
c starts	: 361
c conflicts	: 0
c decisions	: 5987553
c propagations	: 6183930
c inspects	: 626420
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 361
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 641.075
c starts	: 362
c conflicts	: 0
c decisions	: 6004139
c propagations	: 6201060
c inspects	: 628110
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 362
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 642.572
c starts	: 363
c conflicts	: 0
c decisions	: 6020725
c propagations	: 6218190
c inspects	: 629799
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 363
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 644.113
c starts	: 364
c conflicts	: 0
c decisions	: 6037311
c propagations	: 6235320
c inspects	: 631487
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 364
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 645.657
c starts	: 365
c conflicts	: 0
c decisions	: 6053897
c propagations	: 6252450
c inspects	: 633176
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 365
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 647.135
c starts	: 366
c conflicts	: 0
c decisions	: 6070483
c propagations	: 6269580
c inspects	: 634864
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 366
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 648.682
c starts	: 367
c conflicts	: 0
c decisions	: 6087069
c propagations	: 6286710
c inspects	: 636553
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 367
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 650.226
c starts	: 368
c conflicts	: 0
c decisions	: 6103655
c propagations	: 6303840
c inspects	: 638241
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 368
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 651.767
c starts	: 369
c conflicts	: 0
c decisions	: 6120241
c propagations	: 6320970
c inspects	: 639928
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 369
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 653.265
c starts	: 370
c conflicts	: 0
c decisions	: 6136827
c propagations	: 6338100
c inspects	: 641616
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 370
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 654.811
c starts	: 371
c conflicts	: 0
c decisions	: 6153413
c propagations	: 6355230
c inspects	: 643303
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 371
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 656.334
c starts	: 372
c conflicts	: 0
c decisions	: 6169999
c propagations	: 6372360
c inspects	: 644992
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 372
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 657.833
c starts	: 373
c conflicts	: 0
c decisions	: 6186585
c propagations	: 6389490
c inspects	: 646681
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 373
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 659.379
c starts	: 374
c conflicts	: 0
c decisions	: 6203171
c propagations	: 6406620
c inspects	: 648370
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 374
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 660.917
c starts	: 375
c conflicts	: 0
c decisions	: 6219757
c propagations	: 6423750
c inspects	: 650060
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 375
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 662.411
c starts	: 376
c conflicts	: 0
c decisions	: 6236343
c propagations	: 6440880
c inspects	: 651748
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 376
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 663.955
c starts	: 377
c conflicts	: 0
c decisions	: 6252929
c propagations	: 6458010
c inspects	: 653437
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 377
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 665.502
c starts	: 378
c conflicts	: 0
c decisions	: 6269515
c propagations	: 6475140
c inspects	: 655126
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 378
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 667.002
c starts	: 379
c conflicts	: 0
c decisions	: 6286101
c propagations	: 6492270
c inspects	: 656814
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 379
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 668.547
c starts	: 380
c conflicts	: 0
c decisions	: 6302687
c propagations	: 6509400
c inspects	: 658503
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 380
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 670.093
c starts	: 381
c conflicts	: 0
c decisions	: 6319273
c propagations	: 6526530
c inspects	: 660189
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 381
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 671.635
c starts	: 382
c conflicts	: 0
c decisions	: 6335859
c propagations	: 6543660
c inspects	: 661876
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 382
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 673.109
c starts	: 383
c conflicts	: 0
c decisions	: 6352445
c propagations	: 6560790
c inspects	: 663563
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 383
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 674.649
c starts	: 384
c conflicts	: 0
c decisions	: 6369031
c propagations	: 6577920
c inspects	: 665251
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 384
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 676.22
c starts	: 385
c conflicts	: 0
c decisions	: 6385617
c propagations	: 6595050
c inspects	: 666940
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 385
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 677.721
c starts	: 386
c conflicts	: 0
c decisions	: 6402203
c propagations	: 6612180
c inspects	: 668628
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 386
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 679.284
c starts	: 387
c conflicts	: 0
c decisions	: 6418789
c propagations	: 6629310
c inspects	: 670314
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 387
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 680.834
c starts	: 388
c conflicts	: 0
c decisions	: 6435375
c propagations	: 6646440
c inspects	: 672003
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 388
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 682.389
c starts	: 389
c conflicts	: 0
c decisions	: 6451961
c propagations	: 6663570
c inspects	: 673691
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 389
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 683.888
c starts	: 390
c conflicts	: 0
c decisions	: 6468547
c propagations	: 6680700
c inspects	: 675380
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 390
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 685.443
c starts	: 391
c conflicts	: 0
c decisions	: 6485133
c propagations	: 6697830
c inspects	: 677066
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 391
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 686.995
c starts	: 392
c conflicts	: 0
c decisions	: 6501719
c propagations	: 6714960
c inspects	: 678754
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 392
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 688.476
c starts	: 393
c conflicts	: 0
c decisions	: 6518305
c propagations	: 6732090
c inspects	: 680441
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 393
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 690.026
c starts	: 394
c conflicts	: 0
c decisions	: 6534891
c propagations	: 6749220
c inspects	: 682129
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 394
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 691.581
c starts	: 395
c conflicts	: 0
c decisions	: 6551477
c propagations	: 6766350
c inspects	: 683817
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 395
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 693.075
c starts	: 396
c conflicts	: 0
c decisions	: 6568063
c propagations	: 6783480
c inspects	: 685506
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 396
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 694.62
c starts	: 397
c conflicts	: 0
c decisions	: 6584649
c propagations	: 6800610
c inspects	: 687194
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 397
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 696.168
c starts	: 398
c conflicts	: 0
c decisions	: 6601235
c propagations	: 6817740
c inspects	: 688882
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 398
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 697.672
c starts	: 399
c conflicts	: 0
c decisions	: 6617821
c propagations	: 6834870
c inspects	: 690568
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 399
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 699.236
c starts	: 400
c conflicts	: 0
c decisions	: 6634407
c propagations	: 6852000
c inspects	: 692254
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 400
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 700.799
c starts	: 401
c conflicts	: 0
c decisions	: 6650993
c propagations	: 6869130
c inspects	: 693942
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 401
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 702.365
c starts	: 402
c conflicts	: 0
c decisions	: 6667579
c propagations	: 6886260
c inspects	: 695628
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 402
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 703.876
c starts	: 403
c conflicts	: 0
c decisions	: 6684165
c propagations	: 6903390
c inspects	: 697315
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 403
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 705.443
c starts	: 404
c conflicts	: 0
c decisions	: 6700751
c propagations	: 6920520
c inspects	: 699005
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 404
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 706.989
c starts	: 405
c conflicts	: 0
c decisions	: 6717337
c propagations	: 6937650
c inspects	: 700693
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 405
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 708.487
c starts	: 406
c conflicts	: 0
c decisions	: 6733923
c propagations	: 6954780
c inspects	: 702383
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 406
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 710.035
c starts	: 407
c conflicts	: 0
c decisions	: 6750509
c propagations	: 6971910
c inspects	: 704071
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 407
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 711.58
c starts	: 408
c conflicts	: 0
c decisions	: 6767095
c propagations	: 6989040
c inspects	: 705759
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 408
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 713.067
c starts	: 409
c conflicts	: 0
c decisions	: 6783681
c propagations	: 7006170
c inspects	: 707449
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 409
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 714.613
c starts	: 410
c conflicts	: 0
c decisions	: 6800267
c propagations	: 7023300
c inspects	: 709138
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 410
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 716.161
c starts	: 411
c conflicts	: 0
c decisions	: 6816853
c propagations	: 7040430
c inspects	: 710824
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 411
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 717.704
c starts	: 412
c conflicts	: 0
c decisions	: 6833439
c propagations	: 7057560
c inspects	: 712512
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 412
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 719.2
c starts	: 413
c conflicts	: 0
c decisions	: 6850025
c propagations	: 7074690
c inspects	: 714198
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 413
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 720.747
c starts	: 414
c conflicts	: 0
c decisions	: 6866611
c propagations	: 7091820
c inspects	: 715885
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 414
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 722.291
c starts	: 415
c conflicts	: 0
c decisions	: 6883197
c propagations	: 7108950
c inspects	: 717574
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 415
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 723.789
c starts	: 416
c conflicts	: 0
c decisions	: 6899783
c propagations	: 7126080
c inspects	: 719261
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 416
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 725.343
c starts	: 417
c conflicts	: 0
c decisions	: 6916369
c propagations	: 7143210
c inspects	: 720949
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 417
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 726.894
c starts	: 418
c conflicts	: 0
c decisions	: 6932955
c propagations	: 7160340
c inspects	: 722637
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 418
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 728.396
c starts	: 419
c conflicts	: 0
c decisions	: 6949541
c propagations	: 7177470
c inspects	: 724325
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 419
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 729.941
c starts	: 420
c conflicts	: 0
c decisions	: 6966127
c propagations	: 7194600
c inspects	: 726012
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 420
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 731.489
c starts	: 421
c conflicts	: 0
c decisions	: 6982713
c propagations	: 7211730
c inspects	: 727701
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 421
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 733.035
c starts	: 422
c conflicts	: 0
c decisions	: 6999299
c propagations	: 7228860
c inspects	: 729388
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 422
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 734.535
c starts	: 423
c conflicts	: 0
c decisions	: 7015885
c propagations	: 7245990
c inspects	: 731077
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 423
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 736.079
c starts	: 424
c conflicts	: 0
c decisions	: 7032471
c propagations	: 7263120
c inspects	: 732765
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 424
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 737.613
c starts	: 425
c conflicts	: 0
c decisions	: 7049057
c propagations	: 7280250
c inspects	: 734453
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 425
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 739.113
c starts	: 426
c conflicts	: 0
c decisions	: 7065643
c propagations	: 7297380
c inspects	: 736142
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 426
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 740.662
c starts	: 427
c conflicts	: 0
c decisions	: 7082229
c propagations	: 7314510
c inspects	: 737831
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 427
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 742.208
c starts	: 428
c conflicts	: 0
c decisions	: 7098815
c propagations	: 7331640
c inspects	: 739520
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 428
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 743.713
c starts	: 429
c conflicts	: 0
c decisions	: 7115401
c propagations	: 7348770
c inspects	: 741208
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 429
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 745.258
c starts	: 430
c conflicts	: 0
c decisions	: 7131987
c propagations	: 7365900
c inspects	: 742895
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 430
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 746.807
c starts	: 431
c conflicts	: 0
c decisions	: 7148573
c propagations	: 7383030
c inspects	: 744582
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 431
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 748.351
c starts	: 432
c conflicts	: 0
c decisions	: 7165159
c propagations	: 7400160
c inspects	: 746268
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 432
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 749.857
c starts	: 433
c conflicts	: 0
c decisions	: 7181745
c propagations	: 7417290
c inspects	: 747955
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 433
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 751.403
c starts	: 434
c conflicts	: 0
c decisions	: 7198331
c propagations	: 7434420
c inspects	: 749645
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 434
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 752.939
c starts	: 435
c conflicts	: 0
c decisions	: 7214917
c propagations	: 7451550
c inspects	: 751333
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 435
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 754.439
c starts	: 436
c conflicts	: 0
c decisions	: 7231503
c propagations	: 7468680
c inspects	: 753022
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 436
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 755.984
c starts	: 437
c conflicts	: 0
c decisions	: 7248089
c propagations	: 7485810
c inspects	: 754712
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 437
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 757.528
c starts	: 438
c conflicts	: 0
c decisions	: 7264675
c propagations	: 7502940
c inspects	: 756399
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 438
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 759.033
c starts	: 439
c conflicts	: 0
c decisions	: 7281261
c propagations	: 7520070
c inspects	: 758084
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 439
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 760.583
c starts	: 440
c conflicts	: 0
c decisions	: 7297847
c propagations	: 7537200
c inspects	: 759772
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 440
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 762.128
c starts	: 441
c conflicts	: 0
c decisions	: 7314433
c propagations	: 7554330
c inspects	: 761461
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 441
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 763.63
c starts	: 442
c conflicts	: 0
c decisions	: 7331019
c propagations	: 7571460
c inspects	: 763145
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 442
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 765.187
c starts	: 443
c conflicts	: 0
c decisions	: 7347605
c propagations	: 7588590
c inspects	: 764834
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 443
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 766.741
c starts	: 444
c conflicts	: 0
c decisions	: 7364191
c propagations	: 7605720
c inspects	: 766522
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 444
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 768.291
c starts	: 445
c conflicts	: 0
c decisions	: 7380777
c propagations	: 7622850
c inspects	: 768210
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 445
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 769.793
c starts	: 446
c conflicts	: 0
c decisions	: 7397363
c propagations	: 7639980
c inspects	: 769896
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 446
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 771.344
c starts	: 447
c conflicts	: 0
c decisions	: 7413949
c propagations	: 7657110
c inspects	: 771584
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 447
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 772.89
c starts	: 448
c conflicts	: 0
c decisions	: 7430535
c propagations	: 7674240
c inspects	: 773272
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 448
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 774.395
c starts	: 449
c conflicts	: 0
c decisions	: 7447121
c propagations	: 7691370
c inspects	: 774958
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 449
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 775.945
c starts	: 450
c conflicts	: 0
c decisions	: 7463707
c propagations	: 7708500
c inspects	: 776648
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 450
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 777.497
c starts	: 451
c conflicts	: 0
c decisions	: 7480293
c propagations	: 7725630
c inspects	: 778337
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 451
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 779.005
c starts	: 452
c conflicts	: 0
c decisions	: 7496879
c propagations	: 7742760
c inspects	: 780025
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 452
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 780.56
c starts	: 453
c conflicts	: 0
c decisions	: 7513465
c propagations	: 7759890
c inspects	: 781713
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 453
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 782.104
c starts	: 454
c conflicts	: 0
c decisions	: 7530051
c propagations	: 7777020
c inspects	: 783400
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 454
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 783.64
c starts	: 455
c conflicts	: 0
c decisions	: 7546637
c propagations	: 7794150
c inspects	: 785087
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 455
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 785.146
c starts	: 456
c conflicts	: 0
c decisions	: 7563223
c propagations	: 7811280
c inspects	: 786774
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 456
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 786.701
c starts	: 457
c conflicts	: 0
c decisions	: 7579809
c propagations	: 7828410
c inspects	: 788462
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 457
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 788.256
c starts	: 458
c conflicts	: 0
c decisions	: 7596395
c propagations	: 7845540
c inspects	: 790151
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 458
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 789.769
c starts	: 459
c conflicts	: 0
c decisions	: 7612981
c propagations	: 7862670
c inspects	: 791838
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 459
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 791.32
c starts	: 460
c conflicts	: 0
c decisions	: 7629567
c propagations	: 7879800
c inspects	: 793524
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 460
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 792.861
c starts	: 461
c conflicts	: 0
c decisions	: 7646153
c propagations	: 7896930
c inspects	: 795209
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 461
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 794.371
c starts	: 462
c conflicts	: 0
c decisions	: 7662739
c propagations	: 7914060
c inspects	: 796898
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 462
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 795.925
c starts	: 463
c conflicts	: 0
c decisions	: 7679325
c propagations	: 7931190
c inspects	: 798588
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 463
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 797.484
c starts	: 464
c conflicts	: 0
c decisions	: 7695911
c propagations	: 7948320
c inspects	: 800278
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 464
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 799.039
c starts	: 465
c conflicts	: 0
c decisions	: 7712497
c propagations	: 7965450
c inspects	: 801966
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 465
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 800.546
c starts	: 466
c conflicts	: 0
c decisions	: 7729083
c propagations	: 7982580
c inspects	: 803654
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 466
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 802.102
c starts	: 467
c conflicts	: 0
c decisions	: 7745669
c propagations	: 7999710
c inspects	: 805342
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 467
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 803.653
c starts	: 468
c conflicts	: 0
c decisions	: 7762255
c propagations	: 8016840
c inspects	: 807030
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 468
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 805.164
c starts	: 469
c conflicts	: 0
c decisions	: 7778841
c propagations	: 8033970
c inspects	: 808719
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 469
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 806.722
c starts	: 470
c conflicts	: 0
c decisions	: 7795427
c propagations	: 8051100
c inspects	: 810406
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 470
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 808.282
c starts	: 471
c conflicts	: 0
c decisions	: 7812013
c propagations	: 8068230
c inspects	: 812096
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 471
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 809.766
c starts	: 472
c conflicts	: 0
c decisions	: 7828599
c propagations	: 8085360
c inspects	: 813784
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 472
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 811.323
c starts	: 473
c conflicts	: 0
c decisions	: 7845185
c propagations	: 8102490
c inspects	: 815469
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 473
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 812.877
c starts	: 474
c conflicts	: 0
c decisions	: 7861771
c propagations	: 8119620
c inspects	: 817153
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 474
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 814.432
c starts	: 475
c conflicts	: 0
c decisions	: 7878357
c propagations	: 8136750
c inspects	: 818841
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 475
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 815.94
c starts	: 476
c conflicts	: 0
c decisions	: 7894943
c propagations	: 8153880
c inspects	: 820528
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 476
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 817.501
c starts	: 477
c conflicts	: 0
c decisions	: 7911529
c propagations	: 8171010
c inspects	: 822217
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 477
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 819.036
c starts	: 478
c conflicts	: 0
c decisions	: 7928115
c propagations	: 8188140
c inspects	: 823906
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 478
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 820.548
c starts	: 479
c conflicts	: 0
c decisions	: 7944701
c propagations	: 8205270
c inspects	: 825594
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 479
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 822.101
c starts	: 480
c conflicts	: 0
c decisions	: 7961287
c propagations	: 8222400
c inspects	: 827283
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 480
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 823.651
c starts	: 481
c conflicts	: 0
c decisions	: 7977873
c propagations	: 8239530
c inspects	: 828973
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 481
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 825.157
c starts	: 482
c conflicts	: 0
c decisions	: 7994459
c propagations	: 8256660
c inspects	: 830657
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 482
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 826.714
c starts	: 483
c conflicts	: 0
c decisions	: 8011045
c propagations	: 8273790
c inspects	: 832347
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 483
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 828.268
c starts	: 484
c conflicts	: 0
c decisions	: 8027631
c propagations	: 8290920
c inspects	: 834036
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 484
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 829.781
c starts	: 485
c conflicts	: 0
c decisions	: 8044217
c propagations	: 8308050
c inspects	: 835722
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 485
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 831.335
c starts	: 486
c conflicts	: 0
c decisions	: 8060803
c propagations	: 8325180
c inspects	: 837411
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 486
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 832.89
c starts	: 487
c conflicts	: 0
c decisions	: 8077389
c propagations	: 8342310
c inspects	: 839100
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 487
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 834.426
c starts	: 488
c conflicts	: 0
c decisions	: 8093975
c propagations	: 8359440
c inspects	: 840789
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 488
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 835.936
c starts	: 489
c conflicts	: 0
c decisions	: 8110561
c propagations	: 8376570
c inspects	: 842478
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 489
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 837.492
c starts	: 490
c conflicts	: 0
c decisions	: 8127147
c propagations	: 8393700
c inspects	: 844165
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 490
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 839.045
c starts	: 491
c conflicts	: 0
c decisions	: 8143733
c propagations	: 8410830
c inspects	: 845851
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 491
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 840.558
c starts	: 492
c conflicts	: 0
c decisions	: 8160319
c propagations	: 8427960
c inspects	: 847541
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 492
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 842.116
c starts	: 493
c conflicts	: 0
c decisions	: 8176905
c propagations	: 8445090
c inspects	: 849229
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 493
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 843.668
c starts	: 494
c conflicts	: 0
c decisions	: 8193491
c propagations	: 8462220
c inspects	: 850917
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 494
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 845.178
c starts	: 495
c conflicts	: 0
c decisions	: 8210077
c propagations	: 8479350
c inspects	: 852605
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 495
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 846.737
c starts	: 496
c conflicts	: 0
c decisions	: 8226663
c propagations	: 8496480
c inspects	: 854292
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 496
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 848.287
c starts	: 497
c conflicts	: 0
c decisions	: 8243249
c propagations	: 8513610
c inspects	: 855981
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 497
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 849.829
c starts	: 498
c conflicts	: 0
c decisions	: 8259835
c propagations	: 8530740
c inspects	: 857670
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 498
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 851.321
c starts	: 499
c conflicts	: 0
c decisions	: 8276421
c propagations	: 8547870
c inspects	: 859356
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 499
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 852.877
c starts	: 500
c conflicts	: 0
c decisions	: 8293007
c propagations	: 8565000
c inspects	: 861044
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 500
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 854.434
c starts	: 501
c conflicts	: 0
c decisions	: 8309593
c propagations	: 8582130
c inspects	: 862733
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 501
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 855.942
c starts	: 502
c conflicts	: 0
c decisions	: 8326179
c propagations	: 8599260
c inspects	: 864421
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 502
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 857.498
c starts	: 503
c conflicts	: 0
c decisions	: 8342765
c propagations	: 8616390
c inspects	: 866110
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 503
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 859.04
c starts	: 504
c conflicts	: 0
c decisions	: 8359351
c propagations	: 8633520
c inspects	: 867799
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 504
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 860.55
c starts	: 505
c conflicts	: 0
c decisions	: 8375937
c propagations	: 8650650
c inspects	: 869487
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 505
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 862.11
c starts	: 506
c conflicts	: 0
c decisions	: 8392523
c propagations	: 8667780
c inspects	: 871175
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 506
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 863.665
c starts	: 507
c conflicts	: 0
c decisions	: 8409109
c propagations	: 8684910
c inspects	: 872859
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 507
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 865.209
c starts	: 508
c conflicts	: 0
c decisions	: 8425695
c propagations	: 8702040
c inspects	: 874548
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 508
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 866.727
c starts	: 509
c conflicts	: 0
c decisions	: 8442281
c propagations	: 8719170
c inspects	: 876236
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 509
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 868.287
c starts	: 510
c conflicts	: 0
c decisions	: 8458867
c propagations	: 8736300
c inspects	: 877926
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 510
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 869.848
c starts	: 511
c conflicts	: 0
c decisions	: 8475453
c propagations	: 8753430
c inspects	: 879613
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 511
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 874.382
c starts	: 512
c conflicts	: 0
c decisions	: 8492039
c propagations	: 8770560
c inspects	: 881302
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 512
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 875.886
c starts	: 513
c conflicts	: 0
c decisions	: 8508625
c propagations	: 8787690
c inspects	: 882987
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 513
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 877.371
c starts	: 514
c conflicts	: 0
c decisions	: 8525211
c propagations	: 8804820
c inspects	: 884675
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 514
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 878.893
c starts	: 515
c conflicts	: 0
c decisions	: 8541797
c propagations	: 8821950
c inspects	: 886365
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 515
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 880.401
c starts	: 516
c conflicts	: 0
c decisions	: 8558383
c propagations	: 8839080
c inspects	: 888054
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 516
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 881.902
c starts	: 517
c conflicts	: 0
c decisions	: 8574969
c propagations	: 8856210
c inspects	: 889743
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 517
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 883.43
c starts	: 518
c conflicts	: 0
c decisions	: 8591555
c propagations	: 8873340
c inspects	: 891430
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 518
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 884.953
c starts	: 519
c conflicts	: 0
c decisions	: 8608141
c propagations	: 8890470
c inspects	: 893118
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 519
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 886.392
c starts	: 520
c conflicts	: 0
c decisions	: 8624727
c propagations	: 8907600
c inspects	: 894804
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 520
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 887.904
c starts	: 521
c conflicts	: 0
c decisions	: 8641313
c propagations	: 8924730
c inspects	: 896491
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 521
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 889.554
c starts	: 522
c conflicts	: 0
c decisions	: 8657899
c propagations	: 8941860
c inspects	: 898178
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 522
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 891.161
c starts	: 523
c conflicts	: 0
c decisions	: 8674485
c propagations	: 8958990
c inspects	: 899865
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 523
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 892.818
c starts	: 524
c conflicts	: 0
c decisions	: 8691071
c propagations	: 8976120
c inspects	: 901553
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 524
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 894.483
c starts	: 525
c conflicts	: 0
c decisions	: 8707657
c propagations	: 8993250
c inspects	: 903242
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 525
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 895.984
c starts	: 526
c conflicts	: 0
c decisions	: 8724243
c propagations	: 9010380
c inspects	: 904927
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 526
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 897.638
c starts	: 527
c conflicts	: 0
c decisions	: 8740829
c propagations	: 9027510
c inspects	: 906615
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 527
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 899.244
c starts	: 528
c conflicts	: 0
c decisions	: 8757415
c propagations	: 9044640
c inspects	: 908303
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 528
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 900.869
c starts	: 529
c conflicts	: 0
c decisions	: 8774001
c propagations	: 9061770
c inspects	: 909989
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 529
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 902.421
c starts	: 530
c conflicts	: 0
c decisions	: 8790587
c propagations	: 9078900
c inspects	: 911676
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 530
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 904.085
c starts	: 531
c conflicts	: 0
c decisions	: 8807173
c propagations	: 9096030
c inspects	: 913365
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 531
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 905.747
c starts	: 532
c conflicts	: 0
c decisions	: 8823759
c propagations	: 9113160
c inspects	: 915053
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 532
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 907.359
c starts	: 533
c conflicts	: 0
c decisions	: 8840345
c propagations	: 9130290
c inspects	: 916743
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 533
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 908.883
c starts	: 534
c conflicts	: 0
c decisions	: 8856931
c propagations	: 9147420
c inspects	: 918429
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 534
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 910.485
c starts	: 535
c conflicts	: 0
c decisions	: 8873517
c propagations	: 9164550
c inspects	: 920117
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 535
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 911.971
c starts	: 536
c conflicts	: 0
c decisions	: 8890103
c propagations	: 9181680
c inspects	: 921806
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 536
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 913.499
c starts	: 537
c conflicts	: 0
c decisions	: 8906689
c propagations	: 9198810
c inspects	: 923495
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 537
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 915.162
c starts	: 538
c conflicts	: 0
c decisions	: 8923275
c propagations	: 9215940
c inspects	: 925183
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 538
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 916.773
c starts	: 539
c conflicts	: 0
c decisions	: 8939861
c propagations	: 9233070
c inspects	: 926871
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 539
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 918.429
c starts	: 540
c conflicts	: 0
c decisions	: 8956447
c propagations	: 9250200
c inspects	: 928561
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 540
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 920.093
c starts	: 541
c conflicts	: 0
c decisions	: 8973033
c propagations	: 9267330
c inspects	: 930249
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 541
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 921.753
c starts	: 542
c conflicts	: 0
c decisions	: 8989619
c propagations	: 9284460
c inspects	: 931937
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 542
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 923.233
c starts	: 543
c conflicts	: 0
c decisions	: 9006205
c propagations	: 9301590
c inspects	: 933627
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 543
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 924.759
c starts	: 544
c conflicts	: 0
c decisions	: 9022791
c propagations	: 9318720
c inspects	: 935317
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 544
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 926.298
c starts	: 545
c conflicts	: 0
c decisions	: 9039377
c propagations	: 9335850
c inspects	: 937004
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 545
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 927.907
c starts	: 546
c conflicts	: 0
c decisions	: 9055963
c propagations	: 9352980
c inspects	: 938693
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 546
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 929.437
c starts	: 547
c conflicts	: 0
c decisions	: 9072549
c propagations	: 9370110
c inspects	: 940379
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 547
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 931.052
c starts	: 548
c conflicts	: 0
c decisions	: 9089135
c propagations	: 9387240
c inspects	: 942067
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 548
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 932.535
c starts	: 549
c conflicts	: 0
c decisions	: 9105721
c propagations	: 9404370
c inspects	: 943756
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 549
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 934.195
c starts	: 550
c conflicts	: 0
c decisions	: 9122307
c propagations	: 9421500
c inspects	: 945442
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 550
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 935.86
c starts	: 551
c conflicts	: 0
c decisions	: 9138893
c propagations	: 9438630
c inspects	: 947130
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 551
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 937.486
c starts	: 552
c conflicts	: 0
c decisions	: 9155479
c propagations	: 9455760
c inspects	: 948817
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 552
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 938.967
c starts	: 553
c conflicts	: 0
c decisions	: 9172065
c propagations	: 9472890
c inspects	: 950505
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 553
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 940.619
c starts	: 554
c conflicts	: 0
c decisions	: 9188651
c propagations	: 9490020
c inspects	: 952194
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 554
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 942.147
c starts	: 555
c conflicts	: 0
c decisions	: 9205237
c propagations	: 9507150
c inspects	: 953882
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 555
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 943.638
c starts	: 556
c conflicts	: 0
c decisions	: 9221823
c propagations	: 9524280
c inspects	: 955572
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 556
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 945.166
c starts	: 557
c conflicts	: 0
c decisions	: 9238409
c propagations	: 9541410
c inspects	: 957261
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 557
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 946.69
c starts	: 558
c conflicts	: 0
c decisions	: 9254995
c propagations	: 9558540
c inspects	: 958949
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 558
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 948.22
c starts	: 559
c conflicts	: 0
c decisions	: 9271581
c propagations	: 9575670
c inspects	: 960638
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 559
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 949.883
c starts	: 560
c conflicts	: 0
c decisions	: 9288167
c propagations	: 9592800
c inspects	: 962326
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 560
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 951.41
c starts	: 561
c conflicts	: 0
c decisions	: 9304753
c propagations	: 9609930
c inspects	: 964015
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 561
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 953.035
c starts	: 562
c conflicts	: 0
c decisions	: 9321339
c propagations	: 9627060
c inspects	: 965704
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 562
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 954.496
c starts	: 563
c conflicts	: 0
c decisions	: 9337925
c propagations	: 9644190
c inspects	: 967392
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 563
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 956.026
c starts	: 564
c conflicts	: 0
c decisions	: 9354511
c propagations	: 9661320
c inspects	: 969079
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 564
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 957.553
c starts	: 565
c conflicts	: 0
c decisions	: 9371097
c propagations	: 9678450
c inspects	: 970767
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 565
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 959.007
c starts	: 566
c conflicts	: 0
c decisions	: 9387683
c propagations	: 9695580
c inspects	: 972455
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 566
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 960.676
c starts	: 567
c conflicts	: 0
c decisions	: 9404269
c propagations	: 9712710
c inspects	: 974145
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 567
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 962.337
c starts	: 568
c conflicts	: 0
c decisions	: 9420855
c propagations	: 9729840
c inspects	: 975834
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 568
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 963.952
c starts	: 569
c conflicts	: 0
c decisions	: 9437441
c propagations	: 9746970
c inspects	: 977520
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 569
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 965.482
c starts	: 570
c conflicts	: 0
c decisions	: 9454027
c propagations	: 9764100
c inspects	: 979208
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 570
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 967.118
c starts	: 571
c conflicts	: 0
c decisions	: 9470613
c propagations	: 9781230
c inspects	: 980897
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 571
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 968.633
c starts	: 572
c conflicts	: 0
c decisions	: 9487199
c propagations	: 9798360
c inspects	: 982584
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 572
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 970.194
c starts	: 573
c conflicts	: 0
c decisions	: 9503785
c propagations	: 9815490
c inspects	: 984270
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 573
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 971.724
c starts	: 574
c conflicts	: 0
c decisions	: 9520371
c propagations	: 9832620
c inspects	: 985960
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 574
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 973.252
c starts	: 575
c conflicts	: 0
c decisions	: 9536957
c propagations	: 9849750
c inspects	: 987649
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 575
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 974.718
c starts	: 576
c conflicts	: 0
c decisions	: 9553543
c propagations	: 9866880
c inspects	: 989336
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 576
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 976.363
c starts	: 577
c conflicts	: 0
c decisions	: 9570129
c propagations	: 9884010
c inspects	: 991023
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 577
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 977.985
c starts	: 578
c conflicts	: 0
c decisions	: 9586715
c propagations	: 9901140
c inspects	: 992711
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 578
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 979.47
c starts	: 579
c conflicts	: 0
c decisions	: 9603301
c propagations	: 9918270
c inspects	: 994401
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 579
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 981.002
c starts	: 580
c conflicts	: 0
c decisions	: 9619887
c propagations	: 9935400
c inspects	: 996089
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 580
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 982.567
c starts	: 581
c conflicts	: 0
c decisions	: 9636473
c propagations	: 9952530
c inspects	: 997776
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 581
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 984.028
c starts	: 582
c conflicts	: 0
c decisions	: 9653059
c propagations	: 9969660
c inspects	: 999463
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 582
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 985.563
c starts	: 583
c conflicts	: 0
c decisions	: 9669645
c propagations	: 9986790
c inspects	: 1001153
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 583
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 987.096
c starts	: 584
c conflicts	: 0
c decisions	: 9686231
c propagations	: 10003920
c inspects	: 1002841
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 584
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 988.676
c starts	: 585
c conflicts	: 0
c decisions	: 9702817
c propagations	: 10021050
c inspects	: 1004529
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 585
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 990.19
c starts	: 586
c conflicts	: 0
c decisions	: 9719403
c propagations	: 10038180
c inspects	: 1006217
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 586
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 991.726
c starts	: 587
c conflicts	: 0
c decisions	: 9735989
c propagations	: 10055310
c inspects	: 1007904
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 587
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 993.238
c starts	: 588
c conflicts	: 0
c decisions	: 9752575
c propagations	: 10072440
c inspects	: 1009592
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 588
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 994.809
c starts	: 589
c conflicts	: 0
c decisions	: 9769161
c propagations	: 10089570
c inspects	: 1011279
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 589
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 996.465
c starts	: 590
c conflicts	: 0
c decisions	: 9785747
c propagations	: 10106700
c inspects	: 1012967
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 590
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 998.133
c starts	: 591
c conflicts	: 0
c decisions	: 9802333
c propagations	: 10123830
c inspects	: 1014657
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 591
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 999.749
c starts	: 592
c conflicts	: 0
c decisions	: 9818919
c propagations	: 10140960
c inspects	: 1016346
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 592
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1001.418
c starts	: 593
c conflicts	: 0
c decisions	: 9835505
c propagations	: 10158090
c inspects	: 1018033
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 593
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1003.084
c starts	: 594
c conflicts	: 0
c decisions	: 9852091
c propagations	: 10175220
c inspects	: 1019719
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 594
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1004.618
c starts	: 595
c conflicts	: 0
c decisions	: 9868677
c propagations	: 10192350
c inspects	: 1021409
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 595
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1006.071
c starts	: 596
c conflicts	: 0
c decisions	: 9885263
c propagations	: 10209480
c inspects	: 1023096
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 596
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1007.613
c starts	: 597
c conflicts	: 0
c decisions	: 9901849
c propagations	: 10226610
c inspects	: 1024783
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 597
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1009.185
c starts	: 598
c conflicts	: 0
c decisions	: 9918435
c propagations	: 10243740
c inspects	: 1026470
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 598
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1010.741
c starts	: 599
c conflicts	: 0
c decisions	: 9935021
c propagations	: 10260870
c inspects	: 1028158
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 599
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1012.287
c starts	: 600
c conflicts	: 0
c decisions	: 9951607
c propagations	: 10278000
c inspects	: 1029848
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 600
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1013.848
c starts	: 601
c conflicts	: 0
c decisions	: 9968193
c propagations	: 10295130
c inspects	: 1031536
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 601
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1015.379
c starts	: 602
c conflicts	: 0
c decisions	: 9984779
c propagations	: 10312260
c inspects	: 1033223
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 602
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1017.051
c starts	: 603
c conflicts	: 0
c decisions	: 10001365
c propagations	: 10329390
c inspects	: 1034912
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 603
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1018.585
c starts	: 604
c conflicts	: 0
c decisions	: 10017951
c propagations	: 10346520
c inspects	: 1036600
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 604
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1020.183
c starts	: 605
c conflicts	: 0
c decisions	: 10034537
c propagations	: 10363650
c inspects	: 1038287
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 605
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1021.693
c starts	: 606
c conflicts	: 0
c decisions	: 10051123
c propagations	: 10380780
c inspects	: 1039973
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 606
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1023.349
c starts	: 607
c conflicts	: 0
c decisions	: 10067709
c propagations	: 10397910
c inspects	: 1041658
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 607
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1024.881
c starts	: 608
c conflicts	: 0
c decisions	: 10084295
c propagations	: 10415040
c inspects	: 1043348
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 608
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1026.333
c starts	: 609
c conflicts	: 0
c decisions	: 10100881
c propagations	: 10432170
c inspects	: 1045037
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 609
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1027.852
c starts	: 610
c conflicts	: 0
c decisions	: 10117467
c propagations	: 10449300
c inspects	: 1046726
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 610
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1029.361
c starts	: 611
c conflicts	: 0
c decisions	: 10134053
c propagations	: 10466430
c inspects	: 1048413
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 611
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1030.9
c starts	: 612
c conflicts	: 0
c decisions	: 10150639
c propagations	: 10483560
c inspects	: 1050102
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 612
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1032.563
c starts	: 613
c conflicts	: 0
c decisions	: 10167225
c propagations	: 10500690
c inspects	: 1051790
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 613
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1034.116
c starts	: 614
c conflicts	: 0
c decisions	: 10183811
c propagations	: 10517820
c inspects	: 1053478
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 614
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1035.648
c starts	: 615
c conflicts	: 0
c decisions	: 10200397
c propagations	: 10534950
c inspects	: 1055165
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 615
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1037.263
c starts	: 616
c conflicts	: 0
c decisions	: 10216983
c propagations	: 10552080
c inspects	: 1056853
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 616
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1038.934
c starts	: 617
c conflicts	: 0
c decisions	: 10233569
c propagations	: 10569210
c inspects	: 1058543
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 617
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1040.574
c starts	: 618
c conflicts	: 0
c decisions	: 10250155
c propagations	: 10586340
c inspects	: 1060230
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 618
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1042.061
c starts	: 619
c conflicts	: 0
c decisions	: 10266741
c propagations	: 10603470
c inspects	: 1061918
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 619
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1043.598
c starts	: 620
c conflicts	: 0
c decisions	: 10283327
c propagations	: 10620600
c inspects	: 1063607
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 620
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1045.172
c starts	: 621
c conflicts	: 0
c decisions	: 10299913
c propagations	: 10637730
c inspects	: 1065296
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 621
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1046.639
c starts	: 622
c conflicts	: 0
c decisions	: 10316499
c propagations	: 10654860
c inspects	: 1066985
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 622
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1048.186
c starts	: 623
c conflicts	: 0
c decisions	: 10333085
c propagations	: 10671990
c inspects	: 1068673
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 623
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1049.732
c starts	: 624
c conflicts	: 0
c decisions	: 10349671
c propagations	: 10689120
c inspects	: 1070359
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 624
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1051.281
c starts	: 625
c conflicts	: 0
c decisions	: 10366257
c propagations	: 10706250
c inspects	: 1072049
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 625
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1052.83
c starts	: 626
c conflicts	: 0
c decisions	: 10382843
c propagations	: 10723380
c inspects	: 1073737
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 626
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1054.369
c starts	: 627
c conflicts	: 0
c decisions	: 10399429
c propagations	: 10740510
c inspects	: 1075425
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 627
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1055.921
c starts	: 628
c conflicts	: 0
c decisions	: 10416015
c propagations	: 10757640
c inspects	: 1077112
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 628
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1057.419
c starts	: 629
c conflicts	: 0
c decisions	: 10432601
c propagations	: 10774770
c inspects	: 1078800
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 629
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1058.964
c starts	: 630
c conflicts	: 0
c decisions	: 10449187
c propagations	: 10791900
c inspects	: 1080488
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 630
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1060.592
c starts	: 631
c conflicts	: 0
c decisions	: 10465773
c propagations	: 10809030
c inspects	: 1082176
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 631
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1062.087
c starts	: 632
c conflicts	: 0
c decisions	: 10482359
c propagations	: 10826160
c inspects	: 1083864
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 632
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1063.757
c starts	: 633
c conflicts	: 0
c decisions	: 10498945
c propagations	: 10843290
c inspects	: 1085552
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 633
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1065.431
c starts	: 634
c conflicts	: 0
c decisions	: 10515531
c propagations	: 10860420
c inspects	: 1087239
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 634
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1066.923
c starts	: 635
c conflicts	: 0
c decisions	: 10532117
c propagations	: 10877550
c inspects	: 1088927
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 635
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1068.461
c starts	: 636
c conflicts	: 0
c decisions	: 10548703
c propagations	: 10894680
c inspects	: 1090616
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 636
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1070.112
c starts	: 637
c conflicts	: 0
c decisions	: 10565289
c propagations	: 10911810
c inspects	: 1092304
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 637
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1071.656
c starts	: 638
c conflicts	: 0
c decisions	: 10581875
c propagations	: 10928940
c inspects	: 1093990
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 638
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1073.22
c starts	: 639
c conflicts	: 0
c decisions	: 10598461
c propagations	: 10946070
c inspects	: 1095677
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 639
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1074.748
c starts	: 640
c conflicts	: 0
c decisions	: 10615047
c propagations	: 10963200
c inspects	: 1097364
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 640
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1076.359
c starts	: 641
c conflicts	: 0
c decisions	: 10631633
c propagations	: 10980330
c inspects	: 1099053
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 641
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1077.903
c starts	: 642
c conflicts	: 0
c decisions	: 10648219
c propagations	: 10997460
c inspects	: 1100741
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 642
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1079.583
c starts	: 643
c conflicts	: 0
c decisions	: 10664805
c propagations	: 11014590
c inspects	: 1102428
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 643
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1081.13
c starts	: 644
c conflicts	: 0
c decisions	: 10681391
c propagations	: 11031720
c inspects	: 1104116
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 644
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1082.622
c starts	: 645
c conflicts	: 0
c decisions	: 10697977
c propagations	: 11048850
c inspects	: 1105804
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 645
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1084.297
c starts	: 646
c conflicts	: 0
c decisions	: 10714563
c propagations	: 11065980
c inspects	: 1107492
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 646
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1085.954
c starts	: 647
c conflicts	: 0
c decisions	: 10731149
c propagations	: 11083110
c inspects	: 1109179
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 647
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1087.624
c starts	: 648
c conflicts	: 0
c decisions	: 10747735
c propagations	: 11100240
c inspects	: 1110867
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 648
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1089.118
c starts	: 649
c conflicts	: 0
c decisions	: 10764321
c propagations	: 11117370
c inspects	: 1112557
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 649
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1090.796
c starts	: 650
c conflicts	: 0
c decisions	: 10780907
c propagations	: 11134500
c inspects	: 1114246
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 650
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1092.468
c starts	: 651
c conflicts	: 0
c decisions	: 10797493
c propagations	: 11151630
c inspects	: 1115934
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 651
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1094.091
c starts	: 652
c conflicts	: 0
c decisions	: 10814079
c propagations	: 11168760
c inspects	: 1117623
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 652
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1095.635
c starts	: 653
c conflicts	: 0
c decisions	: 10830665
c propagations	: 11185890
c inspects	: 1119311
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 653
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1097.307
c starts	: 654
c conflicts	: 0
c decisions	: 10847251
c propagations	: 11203020
c inspects	: 1120999
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 654
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1098.819
c starts	: 655
c conflicts	: 0
c decisions	: 10863837
c propagations	: 11220150
c inspects	: 1122687
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 655
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1100.359
c starts	: 656
c conflicts	: 0
c decisions	: 10880423
c propagations	: 11237280
c inspects	: 1124375
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 656
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1101.997
c starts	: 657
c conflicts	: 0
c decisions	: 10897009
c propagations	: 11254410
c inspects	: 1126065
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 657
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1103.671
c starts	: 658
c conflicts	: 0
c decisions	: 10913595
c propagations	: 11271540
c inspects	: 1127753
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 658
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1105.165
c starts	: 659
c conflicts	: 0
c decisions	: 10930181
c propagations	: 11288670
c inspects	: 1129443
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 659
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1106.813
c starts	: 660
c conflicts	: 0
c decisions	: 10946767
c propagations	: 11305800
c inspects	: 1131131
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 660
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1108.352
c starts	: 661
c conflicts	: 0
c decisions	: 10963353
c propagations	: 11322930
c inspects	: 1132821
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 661
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1109.976
c starts	: 662
c conflicts	: 0
c decisions	: 10979939
c propagations	: 11340060
c inspects	: 1134508
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 662
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1111.534
c starts	: 663
c conflicts	: 0
c decisions	: 10996525
c propagations	: 11357190
c inspects	: 1136198
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 663
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1113.056
c starts	: 664
c conflicts	: 0
c decisions	: 11013111
c propagations	: 11374320
c inspects	: 1137886
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 664
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1114.549
c starts	: 665
c conflicts	: 0
c decisions	: 11029697
c propagations	: 11391450
c inspects	: 1139573
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 665
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1116.227
c starts	: 666
c conflicts	: 0
c decisions	: 11046283
c propagations	: 11408580
c inspects	: 1141262
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 666
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1117.77
c starts	: 667
c conflicts	: 0
c decisions	: 11062869
c propagations	: 11425710
c inspects	: 1142951
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 667
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1119.317
c starts	: 668
c conflicts	: 0
c decisions	: 11079455
c propagations	: 11442840
c inspects	: 1144640
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 668
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1120.864
c starts	: 669
c conflicts	: 0
c decisions	: 11096041
c propagations	: 11459970
c inspects	: 1146327
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 669
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1122.394
c starts	: 670
c conflicts	: 0
c decisions	: 11112627
c propagations	: 11477100
c inspects	: 1148016
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 670
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1123.935
c starts	: 671
c conflicts	: 0
c decisions	: 11129213
c propagations	: 11494230
c inspects	: 1149704
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 671
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1125.398
c starts	: 672
c conflicts	: 0
c decisions	: 11145799
c propagations	: 11511360
c inspects	: 1151391
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 672
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1126.946
c starts	: 673
c conflicts	: 0
c decisions	: 11162385
c propagations	: 11528490
c inspects	: 1153080
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 673
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1128.477
c starts	: 674
c conflicts	: 0
c decisions	: 11178971
c propagations	: 11545620
c inspects	: 1154768
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 674
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1129.946
c starts	: 675
c conflicts	: 0
c decisions	: 11195557
c propagations	: 11562750
c inspects	: 1156457
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 675
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1131.625
c starts	: 676
c conflicts	: 0
c decisions	: 11212143
c propagations	: 11579880
c inspects	: 1158146
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 676
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1133.306
c starts	: 677
c conflicts	: 0
c decisions	: 11228729
c propagations	: 11597010
c inspects	: 1159833
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 677
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1134.93
c starts	: 678
c conflicts	: 0
c decisions	: 11245315
c propagations	: 11614140
c inspects	: 1161521
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 678
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1136.609
c starts	: 679
c conflicts	: 0
c decisions	: 11261901
c propagations	: 11631270
c inspects	: 1163207
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 679
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1138.25
c starts	: 680
c conflicts	: 0
c decisions	: 11278487
c propagations	: 11648400
c inspects	: 1164896
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 680
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1139.812
c starts	: 681
c conflicts	: 0
c decisions	: 11295073
c propagations	: 11665530
c inspects	: 1166584
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 681
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1141.318
c starts	: 682
c conflicts	: 0
c decisions	: 11311659
c propagations	: 11682660
c inspects	: 1168271
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 682
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1142.858
c starts	: 683
c conflicts	: 0
c decisions	: 11328245
c propagations	: 11699790
c inspects	: 1169961
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 683
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1144.441
c starts	: 684
c conflicts	: 0
c decisions	: 11344831
c propagations	: 11716920
c inspects	: 1171649
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 684
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1145.978
c starts	: 685
c conflicts	: 0
c decisions	: 11361417
c propagations	: 11734050
c inspects	: 1173336
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 685
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1147.654
c starts	: 686
c conflicts	: 0
c decisions	: 11378003
c propagations	: 11751180
c inspects	: 1175023
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 686
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1149.198
c starts	: 687
c conflicts	: 0
c decisions	: 11394589
c propagations	: 11768310
c inspects	: 1176712
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 687
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1150.745
c starts	: 688
c conflicts	: 0
c decisions	: 11411175
c propagations	: 11785440
c inspects	: 1178401
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 688
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1152.297
c starts	: 689
c conflicts	: 0
c decisions	: 11427761
c propagations	: 11802570
c inspects	: 1180090
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 689
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1153.954
c starts	: 690
c conflicts	: 0
c decisions	: 11444347
c propagations	: 11819700
c inspects	: 1181776
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 690
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1155.593
c starts	: 691
c conflicts	: 0
c decisions	: 11460933
c propagations	: 11836830
c inspects	: 1183463
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 691
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1157.093
c starts	: 692
c conflicts	: 0
c decisions	: 11477519
c propagations	: 11853960
c inspects	: 1185148
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 692
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1158.774
c starts	: 693
c conflicts	: 0
c decisions	: 11494105
c propagations	: 11871090
c inspects	: 1186838
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 693
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1160.448
c starts	: 694
c conflicts	: 0
c decisions	: 11510691
c propagations	: 11888220
c inspects	: 1188529
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 694
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1162.074
c starts	: 695
c conflicts	: 0
c decisions	: 11527277
c propagations	: 11905350
c inspects	: 1190217
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 695
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1163.625
c starts	: 696
c conflicts	: 0
c decisions	: 11543863
c propagations	: 11922480
c inspects	: 1191905
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 696
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1165.175
c starts	: 697
c conflicts	: 0
c decisions	: 11560449
c propagations	: 11939610
c inspects	: 1193593
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 697
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1166.661
c starts	: 698
c conflicts	: 0
c decisions	: 11577035
c propagations	: 11956740
c inspects	: 1195280
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 698
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1168.217
c starts	: 699
c conflicts	: 0
c decisions	: 11593621
c propagations	: 11973870
c inspects	: 1196968
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 699
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1169.88
c starts	: 700
c conflicts	: 0
c decisions	: 11610207
c propagations	: 11991000
c inspects	: 1198659
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 700
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1171.428
c starts	: 701
c conflicts	: 0
c decisions	: 11626793
c propagations	: 12008130
c inspects	: 1200346
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 701
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1172.912
c starts	: 702
c conflicts	: 0
c decisions	: 11643379
c propagations	: 12025260
c inspects	: 1202034
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 702
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1174.567
c starts	: 703
c conflicts	: 0
c decisions	: 11659965
c propagations	: 12042390
c inspects	: 1203724
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 703
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1176.245
c starts	: 704
c conflicts	: 0
c decisions	: 11676551
c propagations	: 12059520
c inspects	: 1205414
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 704
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1177.831
c starts	: 705
c conflicts	: 0
c decisions	: 11693137
c propagations	: 12076650
c inspects	: 1207101
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 705
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1179.514
c starts	: 706
c conflicts	: 0
c decisions	: 11709723
c propagations	: 12093780
c inspects	: 1208790
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 706
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1181.055
c starts	: 707
c conflicts	: 0
c decisions	: 11726309
c propagations	: 12110910
c inspects	: 1210478
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 707
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1182.679
c starts	: 708
c conflicts	: 0
c decisions	: 11742895
c propagations	: 12128040
c inspects	: 1212169
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 708
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1184.235
c starts	: 709
c conflicts	: 0
c decisions	: 11759481
c propagations	: 12145170
c inspects	: 1213858
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 709
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1185.786
c starts	: 710
c conflicts	: 0
c decisions	: 11776067
c propagations	: 12162300
c inspects	: 1215545
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 710
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1187.344
c starts	: 711
c conflicts	: 0
c decisions	: 11792653
c propagations	: 12179430
c inspects	: 1217235
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 711
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1188.895
c starts	: 712
c conflicts	: 0
c decisions	: 11809239
c propagations	: 12196560
c inspects	: 1218922
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 712
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1190.474
c starts	: 713
c conflicts	: 0
c decisions	: 11825825
c propagations	: 12213690
c inspects	: 1220610
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 713
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1192.071
c starts	: 714
c conflicts	: 0
c decisions	: 11842411
c propagations	: 12230820
c inspects	: 1222299
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 714
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1193.655
c starts	: 715
c conflicts	: 0
c decisions	: 11858997
c propagations	: 12247950
c inspects	: 1223989
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 715
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1195.309
c starts	: 716
c conflicts	: 0
c decisions	: 11875583
c propagations	: 12265080
c inspects	: 1225678
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 716
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1196.861
c starts	: 717
c conflicts	: 0
c decisions	: 11892169
c propagations	: 12282210
c inspects	: 1227367
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 717
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1198.359
c starts	: 718
c conflicts	: 0
c decisions	: 11908755
c propagations	: 12299340
c inspects	: 1229055
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 718
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1199.908
c starts	: 719
c conflicts	: 0
c decisions	: 11925341
c propagations	: 12316470
c inspects	: 1230743
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 719
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1201.456
c starts	: 720
c conflicts	: 0
c decisions	: 11941927
c propagations	: 12333600
c inspects	: 1232433
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 720
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1202.934
c starts	: 721
c conflicts	: 0
c decisions	: 11958513
c propagations	: 12350730
c inspects	: 1234120
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 721
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1204.611
c starts	: 722
c conflicts	: 0
c decisions	: 11975099
c propagations	: 12367860
c inspects	: 1235806
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 722
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1206.165
c starts	: 723
c conflicts	: 0
c decisions	: 11991685
c propagations	: 12384990
c inspects	: 1237492
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 723
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1207.842
c starts	: 724
c conflicts	: 0
c decisions	: 12008271
c propagations	: 12402120
c inspects	: 1239179
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 724
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1209.371
c starts	: 725
c conflicts	: 0
c decisions	: 12024857
c propagations	: 12419250
c inspects	: 1240868
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 725
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1210.934
c starts	: 726
c conflicts	: 0
c decisions	: 12041443
c propagations	: 12436380
c inspects	: 1242557
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 726
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1212.527
c starts	: 727
c conflicts	: 0
c decisions	: 12058029
c propagations	: 12453510
c inspects	: 1244246
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 727
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1214.065
c starts	: 728
c conflicts	: 0
c decisions	: 12074615
c propagations	: 12470640
c inspects	: 1245934
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 728
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1215.748
c starts	: 729
c conflicts	: 0
c decisions	: 12091201
c propagations	: 12487770
c inspects	: 1247623
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 729
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1217.427
c starts	: 730
c conflicts	: 0
c decisions	: 12107787
c propagations	: 12504900
c inspects	: 1249312
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 730
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1218.93
c starts	: 731
c conflicts	: 0
c decisions	: 12124373
c propagations	: 12522030
c inspects	: 1250999
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 731
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1220.487
c starts	: 732
c conflicts	: 0
c decisions	: 12140959
c propagations	: 12539160
c inspects	: 1252689
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 732
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1222.144
c starts	: 733
c conflicts	: 0
c decisions	: 12157545
c propagations	: 12556290
c inspects	: 1254378
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 733
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1223.676
c starts	: 734
c conflicts	: 0
c decisions	: 12174131
c propagations	: 12573420
c inspects	: 1256067
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 734
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1225.153
c starts	: 735
c conflicts	: 0
c decisions	: 12190717
c propagations	: 12590550
c inspects	: 1257753
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 735
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1226.834
c starts	: 736
c conflicts	: 0
c decisions	: 12207303
c propagations	: 12607680
c inspects	: 1259441
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 736
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1228.389
c starts	: 737
c conflicts	: 0
c decisions	: 12223889
c propagations	: 12624810
c inspects	: 1261130
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 737
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1229.959
c starts	: 738
c conflicts	: 0
c decisions	: 12240475
c propagations	: 12641940
c inspects	: 1262819
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 738
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1231.511
c starts	: 739
c conflicts	: 0
c decisions	: 12257061
c propagations	: 12659070
c inspects	: 1264506
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 739
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1233.05
c starts	: 740
c conflicts	: 0
c decisions	: 12273647
c propagations	: 12676200
c inspects	: 1266194
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 740
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1234.553
c starts	: 741
c conflicts	: 0
c decisions	: 12290233
c propagations	: 12693330
c inspects	: 1267881
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 741
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1236.105
c starts	: 742
c conflicts	: 0
c decisions	: 12306819
c propagations	: 12710460
c inspects	: 1269569
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 742
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1237.664
c starts	: 743
c conflicts	: 0
c decisions	: 12323405
c propagations	: 12727590
c inspects	: 1271256
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 743
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1239.258
c starts	: 744
c conflicts	: 0
c decisions	: 12339991
c propagations	: 12744720
c inspects	: 1272944
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 744
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1240.736
c starts	: 745
c conflicts	: 0
c decisions	: 12356577
c propagations	: 12761850
c inspects	: 1274630
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 745
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1242.29
c starts	: 746
c conflicts	: 0
c decisions	: 12373163
c propagations	: 12778980
c inspects	: 1276318
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 746
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1243.97
c starts	: 747
c conflicts	: 0
c decisions	: 12389749
c propagations	: 12796110
c inspects	: 1278007
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 747
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1245.603
c starts	: 748
c conflicts	: 0
c decisions	: 12406335
c propagations	: 12813240
c inspects	: 1279695
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 748
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1247.273
c starts	: 749
c conflicts	: 0
c decisions	: 12422921
c propagations	: 12830370
c inspects	: 1281383
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 749
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1248.896
c starts	: 750
c conflicts	: 0
c decisions	: 12439507
c propagations	: 12847500
c inspects	: 1283071
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 750
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1250.422
c starts	: 751
c conflicts	: 0
c decisions	: 12456093
c propagations	: 12864630
c inspects	: 1284758
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 751
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1252.103
c starts	: 752
c conflicts	: 0
c decisions	: 12472679
c propagations	: 12881760
c inspects	: 1286446
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 752
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1253.788
c starts	: 753
c conflicts	: 0
c decisions	: 12489265
c propagations	: 12898890
c inspects	: 1288135
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 753
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1255.479
c starts	: 754
c conflicts	: 0
c decisions	: 12505851
c propagations	: 12916020
c inspects	: 1289823
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 754
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1257.113
c starts	: 755
c conflicts	: 0
c decisions	: 12522437
c propagations	: 12933150
c inspects	: 1291507
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 755
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1258.802
c starts	: 756
c conflicts	: 0
c decisions	: 12539023
c propagations	: 12950280
c inspects	: 1293194
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 756
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1260.354
c starts	: 757
c conflicts	: 0
c decisions	: 12555609
c propagations	: 12967410
c inspects	: 1294880
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 757
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1261.89
c starts	: 758
c conflicts	: 0
c decisions	: 12572195
c propagations	: 12984540
c inspects	: 1296569
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 758
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1263.459
c starts	: 759
c conflicts	: 0
c decisions	: 12588781
c propagations	: 13001670
c inspects	: 1298256
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 759
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1265.148
c starts	: 760
c conflicts	: 0
c decisions	: 12605367
c propagations	: 13018800
c inspects	: 1299943
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 760
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1266.745
c starts	: 761
c conflicts	: 0
c decisions	: 12621953
c propagations	: 13035930
c inspects	: 1301631
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 761
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1268.432
c starts	: 762
c conflicts	: 0
c decisions	: 12638539
c propagations	: 13053060
c inspects	: 1303319
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 762
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1270.118
c starts	: 763
c conflicts	: 0
c decisions	: 12655125
c propagations	: 13070190
c inspects	: 1305009
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 763
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1271.751
c starts	: 764
c conflicts	: 0
c decisions	: 12671711
c propagations	: 13087320
c inspects	: 1306697
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 764
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1273.435
c starts	: 765
c conflicts	: 0
c decisions	: 12688297
c propagations	: 13104450
c inspects	: 1308385
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 765
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1274.993
c starts	: 766
c conflicts	: 0
c decisions	: 12704883
c propagations	: 13121580
c inspects	: 1310073
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 766
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1276.552
c starts	: 767
c conflicts	: 0
c decisions	: 12721469
c propagations	: 13138710
c inspects	: 1311763
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 767
c 
c CURRENT OPTIMUM=1946157056
c Current CPU time (ms) : 1278.113
c starts	: 768
c conflicts	: 0
c decisions	: 12738055
c propagations	: 13155840
c inspects	: 1313453
c learned literals	: 0
c learned binary clauses	: 0
c learned ternary clauses	: 0
c learned clauses	: 0
c root simplifications	: 768
#### END SOLVER DATA ####
#### BEGIN WATCHER DATA ####
Enforcing CPU limit (will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime (will send SIGXCPU) limit: 1230 seconds
Enforcing VSIZE limit: 943718400 bytes
Raw data (loadavg): 0.59 0.83 0.87 1/54 1820
Raw data (stat): 1820 (runsolver) D 1819 28099 28098 0 -1 64 4 0 0 0 0 0 0 0 18 0 1 0 544287092 1052672 99 4294967295 134512640 135381576 3221224432 3221219680 135158418 0 2147483391 7 90112 3225161850 0 0 17 0 0 0
Raw data (statm): 257 99 215 215 0 42 0
vsize: 1028
[startup+10.001 s]
Raw data (loadavg): 0.65 0.84 0.87 2/63 1829
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18004 0 1 0 878 37 0 0 25 0 10 0 544287092 854093824 19499 4294967295 134512640 134569956 3221224400 3221214504 1076461328 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208519 19499 13073 16 0 208503 0
vsize: 834076
[startup+20.0014 s]
Raw data (loadavg): 0.70 0.84 0.87 2/63 1829
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18004 0 1 0 1773 37 0 0 24 0 10 0 544287092 853569536 19868 4294967295 134512640 134569956 3221224400 3221214552 1077558368 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208391 19868 13073 16 0 208375 0
vsize: 833564
[startup+30.0095 s]
Raw data (loadavg): 0.75 0.85 0.88 2/63 1829
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18004 0 1 0 2652 37 0 0 25 0 10 0 544287092 855105536 20829 4294967295 134512640 134569956 3221224400 3221214504 1076461336 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208766 20829 13073 16 0 208750 0
vsize: 835064
[startup+40.0091 s]
Raw data (loadavg): 0.79 0.85 0.88 2/63 1829
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18004 0 1 0 3563 38 0 0 25 0 10 0 544287092 855105536 21047 4294967295 134512640 134569956 3221224400 3221214432 1079276148 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208766 21047 13073 16 0 208750 0
vsize: 835064
[startup+50.0102 s]
Raw data (loadavg): 0.82 0.86 0.88 2/63 1829
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18004 0 1 0 4490 38 0 0 25 0 10 0 544287092 855105536 21232 4294967295 134512640 134569956 3221224400 3221214504 1074489757 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208766 21232 13073 16 0 208750 0
vsize: 835064
[startup+60.0103 s]
Raw data (loadavg): 0.85 0.86 0.88 2/63 1829
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18004 0 1 0 5413 38 0 0 24 0 10 0 544287092 855105536 21365 4294967295 134512640 134569956 3221224400 3221214432 1079276148 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208766 21365 13073 16 0 208750 0
vsize: 835064
[startup+70.0106 s]
Raw data (loadavg): 0.87 0.87 0.88 2/63 1829
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18004 0 1 0 6339 39 0 0 25 0 10 0 544287092 854618112 21348 4294967295 134512640 134569956 3221224400 3221214296 1080019608 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208647 21348 13073 16 0 208631 0
vsize: 834588
[startup+80.0105 s]
Raw data (loadavg): 0.89 0.87 0.88 2/63 1829
Raw data (stat): 1820 (java) S 1819 28099 28098 0 -1 0 18004 0 1 0 7270 39 0 0 25 0 10 0 544287092 854618112 21538 4294967295 134512640 134569956 3221224400 3221213536 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208647 21538 13073 16 0 208631 0
vsize: 834588
[startup+90.0101 s]
Raw data (loadavg): 0.91 0.87 0.88 2/63 1829
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18004 0 1 0 8166 40 0 0 24 0 10 0 544287092 854618112 21616 4294967295 134512640 134569956 3221224400 3221214272 1077558376 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208647 21616 13073 16 0 208631 0
vsize: 834588
[startup+100.011 s]
Raw data (loadavg): 0.99 0.89 0.89 2/64 1830
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 0 1 0 9046 43 0 0 25 0 11 0 544287092 855887872 26584 4294967295 134512640 134569956 3221224400 3221214688 1131231508 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 26584 13073 16 0 208941 0
vsize: 835828
[startup+110.011 s]
Raw data (loadavg): 0.99 0.90 0.89 2/64 1837
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 9981 44 0 0 25 0 11 0 544287092 855887872 26648 4294967295 134512640 134569956 3221224400 3221214808 1131336762 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 26648 13073 16 0 208941 0
vsize: 835828
[startup+120.011 s]
Raw data (loadavg): 0.99 0.90 0.89 2/64 1844
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 10913 45 0 0 25 0 11 0 544287092 855887872 26649 4294967295 134512640 134569956 3221224400 3221214720 1131232493 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 26649 13073 16 0 208941 0
vsize: 835828
[startup+130.011 s]
Raw data (loadavg): 0.99 0.90 0.89 2/64 1850
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 11833 46 0 0 25 0 11 0 544287092 855887872 26947 4294967295 134512640 134569956 3221224400 3221214808 1131336762 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 26947 13073 16 0 208941 0
vsize: 835828
[startup+140.011 s]
Raw data (loadavg): 0.99 0.90 0.89 2/64 1857
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 12771 47 0 0 25 0 11 0 544287092 855887872 27103 4294967295 134512640 134569956 3221224400 3221214808 1131336762 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 27103 13073 16 0 208941 0
vsize: 835828
[startup+150.012 s]
Raw data (loadavg): 0.99 0.91 0.89 2/64 1864
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 13710 47 1 0 25 0 11 0 544287092 855887872 29229 4294967295 134512640 134569956 3221224400 3221214720 1131231771 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 29229 13073 16 0 208941 0
vsize: 835828
[startup+160.012 s]
Raw data (loadavg): 0.99 0.91 0.89 2/64 1871
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 14685 48 1 1 25 0 11 0 544287092 855887872 29229 4294967295 134512640 134569956 3221224400 3221214720 1131231041 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 29229 13073 16 0 208941 0
vsize: 835828
[startup+170.011 s]
Raw data (loadavg): 0.99 0.91 0.89 2/64 1878
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 15641 49 1 1 24 0 11 0 544287092 855887872 29229 4294967295 134512640 134569956 3221224400 3221214720 1131232525 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 29229 13073 16 0 208941 0
vsize: 835828
[startup+180.012 s]
Raw data (loadavg): 0.99 0.91 0.90 2/64 1884
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 16585 50 2 1 25 0 11 0 544287092 855887872 29344 4294967295 134512640 134569956 3221224400 3221214720 1131231616 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 29344 13073 16 0 208941 0
vsize: 835828
[startup+190.012 s]
Raw data (loadavg): 0.99 0.92 0.90 2/64 1891
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 17527 50 2 1 25 0 11 0 544287092 855887872 29488 4294967295 134512640 134569956 3221224400 3221214720 1131231020 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 29488 13073 16 0 208941 0
vsize: 835828
[startup+200.012 s]
Raw data (loadavg): 0.99 0.92 0.90 2/63 1897
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 18462 51 2 1 25 0 10 0 544287092 855887872 31874 4294967295 134512640 134569956 3221224400 3221214656 1131273728 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 31874 13073 16 0 208941 0
vsize: 835828
[startup+210.012 s]
Raw data (loadavg): 0.99 0.92 0.90 2/64 1904
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 19399 52 2 1 25 0 11 0 544287092 855887872 32028 4294967295 134512640 134569956 3221224400 3221214720 1131231630 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 32028 13073 16 0 208941 0
vsize: 835828
[startup+220.012 s]
Raw data (loadavg): 0.99 0.92 0.90 2/64 1911
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 20342 52 3 1 25 0 11 0 544287092 855887872 32167 4294967295 134512640 134569956 3221224400 3221214720 1131231528 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 32167 13073 16 0 208941 0
vsize: 835828
[startup+230.013 s]
Raw data (loadavg): 0.99 0.92 0.90 2/64 1918
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 21282 53 3 1 24 0 11 0 544287092 855887872 32395 4294967295 134512640 134569956 3221224400 3221214720 1131232403 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 32395 13073 16 0 208941 0
vsize: 835828
[startup+240.012 s]
Raw data (loadavg): 0.99 0.93 0.90 2/64 1924
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 22228 54 3 2 25 0 11 0 544287092 855887872 32549 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 32549 13073 16 0 208941 0
vsize: 835828
[startup+250.014 s]
Raw data (loadavg): 0.99 0.93 0.90 2/64 1931
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 23164 55 4 2 24 0 11 0 544287092 855887872 32727 4294967295 134512640 134569956 3221224400 3221214808 1131336698 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 32727 13073 16 0 208941 0
vsize: 835828
[startup+260.013 s]
Raw data (loadavg): 0.99 0.93 0.90 2/64 1938
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 24103 55 4 2 25 0 11 0 544287092 855887872 32859 4294967295 134512640 134569956 3221224400 3221214808 1131335626 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 32859 13073 16 0 208941 0
vsize: 835828
[startup+270.014 s]
Raw data (loadavg): 0.99 0.93 0.90 2/64 1945
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 25042 56 4 2 25 0 11 0 544287092 855887872 33065 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 33065 13073 16 0 208941 0
vsize: 835828
[startup+280.014 s]
Raw data (loadavg): 0.99 0.93 0.91 2/64 1952
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 25981 57 5 2 20 0 11 0 544287092 855887872 33338 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 33338 13073 16 0 208941 0
vsize: 835828
[startup+290.013 s]
Raw data (loadavg): 0.99 0.94 0.91 2/64 1959
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 26912 58 5 2 21 0 11 0 544287092 855887872 37760 4294967295 134512640 134569956 3221224400 3221214720 1131231869 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 37760 13073 16 0 208941 0
vsize: 835828
[startup+300.015 s]
Raw data (loadavg): 0.99 0.94 0.91 2/64 1966
Raw data (stat): 1820 (java) S 1819 28099 28098 0 -1 0 18033 3 1 0 27848 58 5 2 25 0 11 0 544287092 855887872 37926 4294967295 134512640 134569956 3221224400 3221213464 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 37926 13073 16 0 208941 0
vsize: 835828
[startup+310.015 s]
Raw data (loadavg): 0.99 0.94 0.91 2/64 1972
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 28786 59 6 2 20 0 11 0 544287092 855887872 38080 4294967295 134512640 134569956 3221224400 3221214720 1131231665 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 38080 13073 16 0 208941 0
vsize: 835828
[startup+320.015 s]
Raw data (loadavg): 0.99 0.94 0.91 2/64 1979
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 29728 60 6 2 25 0 11 0 544287092 855887872 38361 4294967295 134512640 134569956 3221224400 3221214720 1131231824 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 38361 13073 16 0 208941 0
vsize: 835828
[startup+330.015 s]
Raw data (loadavg): 0.99 0.94 0.91 2/64 1986
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 30668 61 6 2 25 0 11 0 544287092 855887872 38515 4294967295 134512640 134569956 3221224400 3221214720 1131231791 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 38515 13073 16 0 208941 0
vsize: 835828
[startup+340.015 s]
Raw data (loadavg): 0.99 0.94 0.91 2/64 1993
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 31613 62 7 3 25 0 11 0 544287092 855887872 38669 4294967295 134512640 134569956 3221224400 3221214720 1131231791 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 38669 13073 16 0 208941 0
vsize: 835828
[startup+350.023 s]
Raw data (loadavg): 0.99 0.94 0.91 2/64 1999
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 32553 62 7 3 25 0 11 0 544287092 855887872 38823 4294967295 134512640 134569956 3221224400 3221214720 1131231771 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 38823 13073 16 0 208941 0
vsize: 835828
[startup+360.024 s]
Raw data (loadavg): 0.99 0.95 0.91 2/64 2006
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 33496 63 7 3 25 0 11 0 544287092 855887872 39001 4294967295 134512640 134569956 3221224400 3221214808 1131335619 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 39001 13073 16 0 208941 0
vsize: 835828
[startup+370.024 s]
Raw data (loadavg): 0.99 0.95 0.91 2/64 2013
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 34436 64 8 3 25 0 11 0 544287092 855887872 39155 4294967295 134512640 134569956 3221224400 3221214720 1131232357 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 39155 13073 16 0 208941 0
vsize: 835828
[startup+380.024 s]
Raw data (loadavg): 0.99 0.95 0.91 2/64 2020
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 35381 64 8 3 25 0 11 0 544287092 855887872 39310 4294967295 134512640 134569956 3221224400 3221214808 1131336708 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 39310 13073 16 0 208941 0
vsize: 835828
[startup+390.024 s]
Raw data (loadavg): 0.99 0.95 0.91 2/64 2026
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 36316 64 8 3 24 0 11 0 544287092 855887872 39464 4294967295 134512640 134569956 3221224400 3221214720 1131231005 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 39464 13073 16 0 208941 0
vsize: 835828
[startup+400.024 s]
Raw data (loadavg): 0.99 0.95 0.91 2/64 2033
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 37250 65 8 3 25 0 11 0 544287092 855887872 39596 4294967295 134512640 134569956 3221224400 3221214720 1131231614 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 39596 13073 16 0 208941 0
vsize: 835828
[startup+410.024 s]
Raw data (loadavg): 0.99 0.95 0.91 2/64 2040
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 38184 66 9 3 25 0 11 0 544287092 855887872 39751 4294967295 134512640 134569956 3221224400 3221214720 1131231038 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 39751 13073 16 0 208941 0
vsize: 835828
[startup+420.024 s]
Raw data (loadavg): 0.99 0.95 0.91 2/64 2046
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 39119 67 9 3 24 0 11 0 544287092 855887872 40242 4294967295 134512640 134569956 3221224400 3221214760 1131179882 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 40242 13073 16 0 208941 0
vsize: 835828
[startup+430.024 s]
Raw data (loadavg): 0.99 0.95 0.91 2/64 2053
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 40063 67 9 3 25 0 11 0 544287092 855887872 40375 4294967295 134512640 134569956 3221224400 3221214720 1131231543 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 40375 13073 16 0 208941 0
vsize: 835828
[startup+440.025 s]
Raw data (loadavg): 0.99 0.95 0.91 2/64 2060
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 41009 68 9 4 25 0 11 0 544287092 855887872 40529 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 40529 13073 16 0 208941 0
vsize: 835828
[startup+450.026 s]
Raw data (loadavg): 0.99 0.95 0.91 2/64 2066
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 41949 68 9 4 25 0 11 0 544287092 855887872 40683 4294967295 134512640 134569956 3221224400 3221214720 1131231630 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 40683 13073 16 0 208941 0
vsize: 835828
[startup+460.026 s]
Raw data (loadavg): 0.99 0.96 0.91 2/64 2073
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 42895 69 9 4 25 0 11 0 544287092 855887872 40815 4294967295 134512640 134569956 3221224400 3221214808 1131335691 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 40815 13073 16 0 208941 0
vsize: 835828
[startup+470.026 s]
Raw data (loadavg): 0.99 0.96 0.91 2/64 2080
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 43835 70 10 4 25 0 11 0 544287092 855887872 41016 4294967295 134512640 134569956 3221224400 3221214808 1131337612 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 41016 13073 16 0 208941 0
vsize: 835828
[startup+480.026 s]
Raw data (loadavg): 0.99 0.96 0.91 2/64 2086
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 44779 70 10 4 25 0 11 0 544287092 855887872 41148 4294967295 134512640 134569956 3221224400 3221214720 1131232100 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 41148 13073 16 0 208941 0
vsize: 835828
[startup+490.027 s]
Raw data (loadavg): 0.99 0.96 0.91 2/64 2093
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 45687 71 11 4 25 0 11 0 544287092 855887872 49861 4294967295 134512640 134569956 3221224400 3221214720 1131231001 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 49861 13073 16 0 208941 0
vsize: 835828
[startup+500.027 s]
Raw data (loadavg): 1.07 0.98 0.91 2/64 2100
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 46621 71 11 4 25 0 11 0 544287092 855887872 50015 4294967295 134512640 134569956 3221224400 3221214808 1131340445 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 50015 13073 16 0 208941 0
vsize: 835828
[startup+510.027 s]
Raw data (loadavg): 1.06 0.98 0.91 2/64 2107
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 47552 72 11 4 24 0 11 0 544287092 855887872 50464 4294967295 134512640 134569956 3221224400 3221214720 1131231986 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 50464 13073 16 0 208941 0
vsize: 835828
[startup+520.026 s]
Raw data (loadavg): 1.05 0.98 0.91 2/64 2113
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 48497 72 12 4 25 0 11 0 544287092 855887872 50597 4294967295 134512640 134569956 3221224400 3221214948 1130885175 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 50597 13073 16 0 208941 0
vsize: 835828
[startup+530.026 s]
Raw data (loadavg): 1.04 0.98 0.91 2/64 2120
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 49442 73 12 5 25 0 11 0 544287092 855887872 50751 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 50751 13073 16 0 208941 0
vsize: 835828
[startup+540.025 s]
Raw data (loadavg): 1.04 0.98 0.91 2/64 2128
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 50386 74 12 5 25 0 11 0 544287092 855887872 50883 4294967295 134512640 134569956 3221224400 3221214720 1131231602 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 50883 13073 16 0 208941 0
vsize: 835828
[startup+550.027 s]
Raw data (loadavg): 1.03 0.98 0.91 2/64 2134
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 51330 75 12 5 25 0 11 0 544287092 855887872 51014 4294967295 134512640 134569956 3221224400 3221214720 1131231541 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 51014 13073 16 0 208941 0
vsize: 835828
[startup+560.027 s]
Raw data (loadavg): 1.03 0.98 0.91 2/64 2141
Raw data (stat): 1820 (java) S 1819 28099 28098 0 -1 0 18033 3 1 0 52270 76 13 5 25 0 11 0 544287092 855887872 51169 4294967295 134512640 134569956 3221224400 3221213464 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 51169 13073 16 0 208941 0
vsize: 835828
[startup+570.026 s]
Raw data (loadavg): 1.02 0.98 0.91 2/64 2147
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 53212 76 13 5 25 0 11 0 544287092 855887872 51323 4294967295 134512640 134569956 3221224400 3221214720 1131231506 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 51323 13073 16 0 208941 0
vsize: 835828
[startup+580.026 s]
Raw data (loadavg): 1.02 0.98 0.91 2/64 2155
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 54153 77 13 6 25 0 11 0 544287092 855887872 51477 4294967295 134512640 134569956 3221224400 3221214720 1131231020 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 51477 13073 16 0 208941 0
vsize: 835828
[startup+590.026 s]
Raw data (loadavg): 1.01 0.98 0.91 2/64 2162
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 55096 77 13 6 25 0 11 0 544287092 855887872 51700 4294967295 134512640 134569956 3221224400 3221214720 1131232055 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 51700 13073 16 0 208941 0
vsize: 835828
[startup+600.027 s]
Raw data (loadavg): 1.01 0.98 0.91 2/64 2168
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 56039 78 13 6 25 0 11 0 544287092 855887872 51832 4294967295 134512640 134569956 3221224400 3221214808 1131336669 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 51832 13073 16 0 208941 0
vsize: 835828
[startup+610.027 s]
Raw data (loadavg): 1.01 0.98 0.91 2/64 2175
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18033 3 1 0 56983 79 13 6 25 0 11 0 544287092 855887872 51986 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 51986 13073 16 0 208941 0
vsize: 835828
[startup+620.027 s]
Raw data (loadavg): 1.01 0.98 0.91 2/64 2181
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 57924 80 14 6 25 0 11 0 544287092 855887872 52120 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 52120 13073 16 0 208941 0
vsize: 835828
[startup+630.027 s]
Raw data (loadavg): 1.01 0.98 0.91 2/64 2188
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 58862 80 14 6 24 0 11 0 544287092 855887872 52297 4294967295 134512640 134569956 3221224400 3221214720 1131231771 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 52297 13073 16 0 208941 0
vsize: 835828
[startup+640.026 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2194
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 59806 81 14 6 25 0 11 0 544287092 855887872 52432 4294967295 134512640 134569956 3221224400 3221214808 1131337608 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 52432 13073 16 0 208941 0
vsize: 835828
[startup+650.027 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2201
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 60748 82 14 6 25 0 11 0 544287092 855887872 52564 4294967295 134512640 134569956 3221224400 3221214720 1131231602 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 52564 13073 16 0 208941 0
vsize: 835828
[startup+660.028 s]
Raw data (loadavg): 1.00 0.98 0.91 2/63 2207
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 61690 82 15 6 25 0 10 0 544287092 855887872 52719 4294967295 134512640 134569956 3221224400 3221215128 1131390714 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 52719 13073 16 0 208941 0
vsize: 835828
[startup+670.028 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2214
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 62633 83 15 6 25 0 11 0 544287092 855887872 52852 4294967295 134512640 134569956 3221224400 3221214808 1131335691 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 52852 13073 16 0 208941 0
vsize: 835828
[startup+680.028 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2221
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 63571 83 15 7 25 0 11 0 544287092 855887872 53183 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 53183 13073 16 0 208941 0
vsize: 835828
[startup+690.029 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2227
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 64510 84 15 7 25 0 11 0 544287092 855887872 53315 4294967295 134512640 134569956 3221224400 3221214720 1131232474 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 53315 13073 16 0 208941 0
vsize: 835828
[startup+700.029 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2234
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 65450 85 16 7 25 0 11 0 544287092 855887872 53540 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 53540 13073 16 0 208941 0
vsize: 835828
[startup+710.029 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2240
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 66386 86 16 7 25 0 11 0 544287092 855887872 54098 4294967295 134512640 134569956 3221224400 3221214720 1131231009 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 54098 13073 16 0 208941 0
vsize: 835828
[startup+720.029 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2247
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 67330 86 16 7 25 0 11 0 544287092 855887872 54253 4294967295 134512640 134569956 3221224400 3221214720 1131231545 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 54253 13073 16 0 208941 0
vsize: 835828
[startup+730.031 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2253
Raw data (stat): 1820 (java) S 1819 28099 28098 0 -1 0 18034 3 1 0 68272 87 16 7 25 0 11 0 544287092 855887872 54385 4294967295 134512640 134569956 3221224400 3221213464 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 54385 13073 16 0 208941 0
vsize: 835828
[startup+740.03 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2260
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 69214 88 17 7 24 0 11 0 544287092 855887872 54539 4294967295 134512640 134569956 3221224400 3221215032 1131349688 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 54539 13073 16 0 208941 0
vsize: 835828
[startup+750.032 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2266
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 70158 88 17 7 25 0 11 0 544287092 855887872 54693 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 54693 13073 16 0 208941 0
vsize: 835828
[startup+760.032 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2273
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 71103 88 17 7 25 0 11 0 544287092 855887872 54825 4294967295 134512640 134569956 3221224400 3221214720 1131231636 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 54825 13073 16 0 208941 0
vsize: 835828
[startup+770.031 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2279
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 72047 89 18 8 25 0 11 0 544287092 855887872 54979 4294967295 134512640 134569956 3221224400 3221214720 1131232493 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 54979 13073 16 0 208941 0
vsize: 835828
[startup+780.032 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2286
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 72990 90 18 8 25 0 11 0 544287092 855887872 55111 4294967295 134512640 134569956 3221224400 3221214720 1131231543 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 55111 13073 16 0 208941 0
vsize: 835828
[startup+790.032 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2292
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 73934 90 18 8 25 0 11 0 544287092 855887872 55266 4294967295 134512640 134569956 3221224400 3221214760 1131180026 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 55266 13073 16 0 208941 0
vsize: 835828
[startup+800.033 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2299
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 74877 91 19 8 25 0 11 0 544287092 855887872 55398 4294967295 134512640 134569956 3221224400 3221214808 1131337612 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 55398 13073 16 0 208941 0
vsize: 835828
[startup+810.036 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2305
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 75819 91 19 8 25 0 11 0 544287092 855887872 55552 4294967295 134512640 134569956 3221224400 3221214760 1131179954 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 55552 13073 16 0 208941 0
vsize: 835828
[startup+820.04 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2312
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 76762 92 19 8 25 0 11 0 544287092 855887872 55733 4294967295 134512640 134569956 3221224400 3221214720 1131231251 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 55733 13073 16 0 208941 0
vsize: 835828
[startup+830.045 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2318
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 77706 93 19 8 25 0 11 0 544287092 855887872 55887 4294967295 134512640 134569956 3221224400 3221214720 1131232521 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 55887 13073 16 0 208941 0
vsize: 835828
[startup+840.045 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2325
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 78651 93 20 9 25 0 11 0 544287092 855887872 56019 4294967295 134512640 134569956 3221224400 3221214720 1131231665 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 56019 13073 16 0 208941 0
vsize: 835828
[startup+850.054 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2331
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 79595 94 20 9 25 0 11 0 544287092 855887872 56173 4294967295 134512640 134569956 3221224400 3221214720 1131232418 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 56173 13073 16 0 208941 0
vsize: 835828
[startup+860.054 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2338
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 80539 94 20 9 25 0 11 0 544287092 855887872 56306 4294967295 134512640 134569956 3221224400 3221214728 1131363998 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 208957 56306 13073 16 0 208941 0
vsize: 835828
[startup+870.057 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2344
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 18034 3 1 0 81480 95 20 10 25 0 11 0 544287092 855887872 56460 4294967295 134512640 134569956 3221224400 3221214720 1131231041 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 56460 13073 16 0 208941 0
vsize: 835828
[startup+880.057 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2349
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 82193 124 20 10 25 0 11 0 544287092 855887872 69210 4294967295 134512640 134569956 3221224400 3221214720 1131231986 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 69210 13073 16 0 208941 0
vsize: 835828
[startup+890.057 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2355
Raw data (stat): 1820 (java) S 1819 28099 28098 0 -1 0 30736 3 1 0 83143 125 20 10 25 0 11 0 544287092 855887872 69210 4294967295 134512640 134569956 3221224400 3221213424 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 69210 13073 16 0 208941 0
vsize: 835828
[startup+900.059 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2362
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 84085 126 21 10 25 0 11 0 544287092 855887872 69558 4294967295 134512640 134569956 3221224400 3221214720 1131231528 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 69558 13073 16 0 208941 0
vsize: 835828
[startup+910.059 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2368
Raw data (stat): 1820 (java) S 1819 28099 28098 0 -1 0 30736 3 1 0 85024 128 21 10 25 0 11 0 544287092 855887872 69885 4294967295 134512640 134569956 3221224400 3221213424 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 69885 13073 16 0 208941 0
vsize: 835828
[startup+920.063 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2374
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 85970 128 22 10 25 0 11 0 544287092 855887872 70017 4294967295 134512640 134569956 3221224400 3221214720 1131232378 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 70017 13073 16 0 208941 0
vsize: 835828
[startup+930.063 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2380
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 86911 128 22 10 25 0 11 0 544287092 855887872 70172 4294967295 134512640 134569956 3221224400 3221214976 1131392115 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 70172 13073 16 0 208941 0
vsize: 835828
[startup+940.064 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2387
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 87851 129 22 11 25 0 11 0 544287092 855887872 70304 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 70304 13073 16 0 208941 0
vsize: 835828
[startup+950.064 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2393
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 88792 130 22 11 25 0 11 0 544287092 855887872 70458 4294967295 134512640 134569956 3221224400 3221214720 1131231700 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 70458 13073 16 0 208941 0
vsize: 835828
[startup+960.064 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2400
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 89734 130 23 11 24 0 11 0 544287092 855887872 70592 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 70592 13073 16 0 208941 0
vsize: 835828
[startup+970.064 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2406
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 90679 131 23 11 25 0 11 0 544287092 855887872 70724 4294967295 134512640 134569956 3221224400 3221214720 1131231041 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 70724 13073 16 0 208941 0
vsize: 835828
[startup+980.064 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2412
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 91620 132 23 11 25 0 11 0 544287092 855887872 70878 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 70878 13073 16 0 208941 0
vsize: 835828
[startup+990.064 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2419
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 92562 132 24 11 25 0 11 0 544287092 855887872 71010 4294967295 134512640 134569956 3221224400 3221214720 1131231543 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 71010 13073 16 0 208941 0
vsize: 835828
[startup+1000.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2425
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 93503 133 24 11 25 0 11 0 544287092 855887872 71165 4294967295 134512640 134569956 3221224400 3221214720 1131231270 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 71165 13073 16 0 208941 0
vsize: 835828
[startup+1010.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2432
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 94444 134 24 11 18 0 11 0 544287092 855887872 71297 4294967295 134512640 134569956 3221224400 3221214952 1131359473 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 71297 13073 16 0 208941 0
vsize: 835828
[startup+1020.06 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2438
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 95385 134 25 12 25 0 11 0 544287092 855887872 71451 4294967295 134512640 134569956 3221224400 3221214808 1131337721 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 71451 13073 16 0 208941 0
vsize: 835828
[startup+1030.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2445
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 96327 135 25 12 25 0 11 0 544287092 855887872 71583 4294967295 134512640 134569956 3221224400 3221214832 1131325296 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 71583 13073 16 0 208941 0
vsize: 835828
[startup+1040.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2451
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 97271 135 25 12 25 0 11 0 544287092 855887872 71715 4294967295 134512640 134569956 3221224400 3221214720 1131232525 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 71715 13073 16 0 208941 0
vsize: 835828
[startup+1050.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2457
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 98207 136 25 12 25 0 11 0 544287092 855887872 71847 4294967295 134512640 134569956 3221224400 3221214720 1131231986 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 71847 13073 16 0 208941 0
vsize: 835828
[startup+1060.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2464
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 99144 137 26 12 25 0 11 0 544287092 855887872 72001 4294967295 134512640 134569956 3221224400 3221214720 1131231020 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 72001 13073 16 0 208941 0
vsize: 835828
[startup+1070.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2470
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 100081 137 26 12 25 0 11 0 544287092 855887872 72314 4294967295 134512640 134569956 3221224400 3221214720 1131231791 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 72314 13073 16 0 208941 0
vsize: 835828
[startup+1080.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2476
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 101022 138 26 12 25 0 11 0 544287092 855887872 72468 4294967295 134512640 134569956 3221224400 3221214808 1131336762 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 72468 13073 16 0 208941 0
vsize: 835828
[startup+1090.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2483
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 101968 138 26 13 25 0 11 0 544287092 855887872 72600 4294967295 134512640 134569956 3221224400 3221214720 1131231585 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 72600 13073 16 0 208941 0
vsize: 835828
[startup+1100.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2489
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 102908 139 26 13 25 0 11 0 544287092 855887872 72733 4294967295 134512640 134569956 3221224400 3221214720 1131231247 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 72733 13073 16 0 208941 0
vsize: 835828
[startup+1110.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2495
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 103848 140 27 13 25 0 11 0 544287092 855887872 72887 4294967295 134512640 134569956 3221224400 3221214808 1131340224 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 72887 13073 16 0 208941 0
vsize: 835828
[startup+1120.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2502
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 104795 140 27 13 25 0 11 0 544287092 855887872 73019 4294967295 134512640 134569956 3221224400 3221214832 1131325263 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 73019 13073 16 0 208941 0
vsize: 835828
[startup+1130.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2508
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 105732 141 27 13 25 0 11 0 544287092 855887872 73174 4294967295 134512640 134569956 3221224400 3221214808 1131335626 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 73174 13073 16 0 208941 0
vsize: 835828
[startup+1140.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2514
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 106676 141 27 13 25 0 11 0 544287092 855887872 73306 4294967295 134512640 134569956 3221224400 3221214720 1131231700 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 73306 13073 16 0 208941 0
vsize: 835828
[startup+1150.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2521
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 107618 142 27 13 25 0 11 0 544287092 855887872 73438 4294967295 134512640 134569956 3221224400 3221214992 1131332017 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 73438 13073 16 0 208941 0
vsize: 835828
[startup+1160.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2527
Raw data (stat): 1820 (java) S 1819 28099 28098 0 -1 0 30736 3 1 0 108559 143 27 14 25 0 11 0 544287092 855887872 73592 4294967295 134512640 134569956 3221224400 3221213424 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 73592 13073 16 0 208941 0
vsize: 835828
[startup+1170.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2533
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 109505 143 28 14 25 0 11 0 544287092 855887872 73703 4294967295 134512640 134569956 3221224400 3221214808 1131335626 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 73703 13073 16 0 208941 0
vsize: 835828
[startup+1180.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2539
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 110444 144 28 14 25 0 11 0 544287092 855887872 73857 4294967295 134512640 134569956 3221224400 3221214720 1131231877 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 73857 13073 16 0 208941 0
vsize: 835828
[startup+1190.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2546
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 111383 144 28 14 25 0 11 0 544287092 855887872 73989 4294967295 134512640 134569956 3221224400 3221214720 1131231013 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 73989 13073 16 0 208941 0
vsize: 835828
[startup+1200.07 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2552
Raw data (stat): 1820 (java) S 1819 28099 28098 0 -1 0 30736 3 1 0 112326 145 28 14 25 0 11 0 544287092 855887872 74124 4294967295 134512640 134569956 3221224400 3221213464 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 74124 13073 16 0 208941 0
vsize: 835828
[startup+1210.08 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2559
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 113271 146 29 14 25 0 11 0 544287092 855887872 74278 4294967295 134512640 134569956 3221224400 3221214832 1131324465 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 74278 13073 16 0 208941 0
vsize: 835828
[startup+1220.09 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2565
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 114212 147 29 14 25 0 11 0 544287092 855887872 74410 4294967295 134512640 134569956 3221224400 3221214804 1131230988 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 74410 13073 16 0 208941 0
vsize: 835828
[startup+1230.09 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2571
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 115151 148 29 14 25 0 11 0 544287092 855887872 74564 4294967295 134512640 134569956 3221224400 3221214804 1131179827 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 74564 13073 16 0 208941 0
vsize: 835828
[startup+1240.09 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2578
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 116093 148 30 14 25 0 11 0 544287092 855887872 74698 4294967295 134512640 134569956 3221224400 3221214720 1131231824 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 74698 13073 16 0 208941 0
vsize: 835828
[startup+1250.09 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2584
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 117040 149 30 14 25 0 11 0 544287092 855887872 74830 4294967295 134512640 134569956 3221224400 3221214808 1131335626 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 74830 13073 16 0 208941 0
vsize: 835828
[startup+1260.09 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2590
Raw data (stat): 1820 (java) S 1819 28099 28098 0 -1 0 30736 3 1 0 117979 150 30 14 25 0 11 0 544287092 855887872 74962 4294967295 134512640 134569956 3221224400 3221213464 1073943035 0 4 3 23756 0 0 0 17 0 0 0
Raw data (statm): 208957 74962 13073 16 0 208941 0
vsize: 835828
[startup+1270.09 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2596
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 118923 151 30 15 25 0 11 0 544287092 855887872 75094 4294967295 134512640 134569956 3221224400 3221214720 1131231834 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 208957 75094 13073 16 0 208941 0
vsize: 835828
[startup+1280.09 s]
Raw data (loadavg): 1.00 0.98 0.91 2/64 2602
Raw data (stat): 1820 (java) R 1819 28099 28098 0 -1 0 30736 3 1 0 119861 152 31 15 25 0 11 0 544287092 855887872 75249 4294967295 134512640 134569956 3221224400 3221214732 1080204031 0 4 3 23756 0 0 0 17 1 0 0
Raw data (statm): 208957 75249 13073 16 0 208941 0
vsize: 835828
Maximum CPU time exceeded: sending SIGTERM and SIGKILL
[startup+1280.25 s]
Raw data (loadavg): 1.00 0.98 0.91 1/54 2603
Raw data (stat): 1820 (java) Z 1819 28099 28098 0 -1 1036 30736 46195 1 2 119863 165 8533 126 25 0 1 0 544287092 0 0 4294967295 0 0 0 0 0 0 4 3 23756 3222412051 0 0 17 0 0 0
Raw data (statm): 0 0 0 0 0 0 0
vsize: 0
Maximum CPU time exceeded: sending SIGTERM and SIGKILL

Child status: 143
Real time (s): 1280.25
CPU time (s): 1286.9
CPU user time (s): 1283.97
CPU system time (s): 2.92655
CPU usage (%): 100.519
Max. virtual memory (Kb): 835828
#### END WATCHER DATA ####
#### BEGIN VERIFIER DATA ####
ERROR: no interpretation found !
#### END VERIFIER DATA ####