Trace number 3370838

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 into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. 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.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. 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 X seconds (see the parameters in the trace). 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 X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    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.
  5. 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 provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1300.02 1300.05

General information on the benchmark

NameAPPLICATIONS/bitverif/
countbitssrl/countbitssrl064.cnf
MD5SUM4f9c883534eb89cad9b9cad9e6eccbd0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables75103
Number of clauses225116
Sum of the clauses size525268
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2150076
Number of clauses of size 375038
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3370838-1305379168.cnf'
0.00/0.00	c -- header says num vars:          75103
0.00/0.00	c -- header says num clauses:      225116
0.07/0.09	c -- clauses added:            0 learnts,       225116 normals,            0 xors
0.07/0.09	c -- vars added      75103
0.07/0.09	c Parsing time:  0.07 s
0.07/0.09	c  N st     0         0     75103     75038    150076         0    525266         0   no data   no data  --
0.29/0.36	c asymm  cl-useful: 0/2487/75037 lits-rem:0 time: 0.27
9.09/9.16	c Flit:  1025 Blit:  12472 bXBeca:    0 bXProp: 8315 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T:  8.62
9.09/9.16	c Cleaning up after failed var search:     0.01 s 
9.09/9.18	c Replacing     8315 vars Replaced   107073 lits Time:     0.01 s 
9.18/9.20	c bin-w-bin subsume rem         1892 bins  time:  0.01 s
9.18/9.22	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.02 s
11.08/11.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  53074 time:  1.92 s
11.18/11.28	c Removed useless bin:    1541  fixed:     0  props:  20.00M  time:  0.14 s
11.39/11.44	c lits-rem:         0  cl-subs:      128  v-elim:  17691  v-fix:    0  time:  0.16 s
12.00/12.07	c Finding binary XORs  T:     0.63 s  found:    3865
12.00/12.09	c Replacing     3865 vars Replaced    44985 lits Time:     0.01 s 
12.10/12.12	c Finding non-binary XORs:     0.03 s (found:     151, avg size: 3.0)
12.10/12.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     59 locsubst:     0 time:   0.01
12.10/12.15	c calculated reachability. Time: 0.02
12.10/12.15	c Calc default polars -  time:   0.00 s pos:     182 undec:   53495 neg:   21426
12.10/12.15	c =========================================================================================
12.10/12.15	c types(t): F = full restart, N = normal restart
12.10/12.15	c types(t): S = simplification begin/end, E = solution found
12.10/12.15	c restart types(rt): st = static, dy = dynamic
12.10/12.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
12.10/12.15	c  B st     0         0     31459     67468     48906         0    300553         0   no data   no data  --
13.10/13.16	c  N dy    17      4168     31360     67468     49081      3877    300553    116675      7.09      7.79  --
13.49/13.58	c  N dy    35      8460     31233     67468     49152      8045    300553    196735      6.66      7.08  --
14.20/14.29	c  N dy    59     12743     31119     67468     49252     12159    300553    288455      6.73      7.14  --
14.99/15.01	c  N dy    82     17253     31105     66654     48661     16472    296910    392272      6.79      7.20  --
15.48/15.56	c  N dy    99     21307     31043     66654     48766     10808    296910    110187      6.74     11.16  --
15.98/16.07	c  F st   113     25000     31043     66654     48798     14425    296910    188722      6.74      6.47  --
15.98/16.09	c Replacing        2 vars Replaced       14 lits Time:     0.01 s 
16.28/16.36	c  N st   115     25625     31041     66532     48695     15026    296345    204957      6.74   no data  --
16.68/16.77	c  N dy   119     30003     31041     66532     48711     19312    296345    310622      6.74   no data  --
16.68/16.77	c  S st   119     30003     31041     66532     48711     19312    296345    310622      6.74   no data  --
16.88/16.91	c  S st   119     30506     30918     66532     48779     19735    296345    321142      6.74   no data  --
16.88/16.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.01
16.88/16.94	c Cache  BProp: 15 Set: 3 BXProp: 0 T: 0.01
24.99/25.09	c Flit:     9 Blit:    805 bXBeca:    0 bXProp:  494 Bins:   5799 BRemL:     32 BRemN:    120 P: 113.0M T:  8.13
25.09/25.10	c Cleaning up after failed var search:     0.01 s 
25.09/25.12	c Replacing      495 vars Replaced    22626 lits Time:     0.02 s 
25.09/25.17	c bin-w-bin subsume rem         3905 bins  time:  0.01 s
25.20/25.22	c subs with bin:       98  lits-rem:      2981  v-fix:    0  time:  0.05 s
25.20/25.30	c Subs w/ non-existent bins:      1 l-rem:   2638 v-fix:     0 done:  11511 time:  0.08 s
25.30/25.35	c Removed useless bin:     251  fixed:     0  props:  16.91M  time:  0.05 s
25.89/25.98	c lits-rem:      1403  cl-subs:    20496  v-elim:  11050  v-fix:    0  time:  0.62 s
25.89/25.98	c Added XOR as norm:10
26.59/26.60	c asymm  cl-useful: 322/6415/73617 lits-rem:470 time: 0.62
26.59/26.64	c calculated reachability. Time: 0.03
26.59/26.64	c  N dy   119     30506     18545     73617     23134      1288    300074     11544      6.74   no data  --
27.09/27.12	c Finding binary XORs  T:     0.49 s  found:      33
27.59/27.69	c  N dy   147     34600     18510     73617     23283      5166    300074     86269      6.85      9.83  --
28.29/28.38	c  N dy   169     38808     18498     73617     23341      9273    300074    193032      6.96      7.39  --
28.79/28.89	c  N dy   190     43143     18495     73617     23390     13480    300074    276250      6.98      7.35  --
29.19/29.24	c  S st   206     45760     18491     73617     23411     16033    300074    328925      7.00      9.02  --
29.29/29.34	c  S st   206     46263     18491     73617     23480     16461    300074    332959      7.00   no data  --
29.29/29.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.01
29.29/29.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
32.49/32.50	c Flit:     0 Blit:     14 bXBeca:    0 bXProp:   10 Bins:   4279 BRemL:     37 BRemN:     66 P: 55.7M T:  3.14
32.49/32.52	c Replacing       43 vars Replaced     6585 lits Time:     0.02 s 
32.49/32.57	c bin-w-bin subsume rem           16 bins  time:  0.01 s
32.58/32.64	c subs with bin:      425  lits-rem:      2559  v-fix:    0  time:  0.07 s
32.58/32.68	c Subs w/ non-existent bins:     49 l-rem:   5334 v-fix:     0 done:   3729 time:  0.04 s
32.58/32.70	c Removed useless bin:     119  fixed:     0  props:   4.33M  time:  0.02 s
33.38/33.44	c lits-rem:       732  cl-subs:     1095  v-elim:     77  v-fix:    0  time:  0.75 s
33.38/33.44	c Added XOR as norm:0
33.48/33.56	c vivif2 --  cl tried    72966 cl shrink     2552 lits rem       2584 time: 0.12
33.58/33.62	c vivif2 --  cl tried    15350 cl shrink     5552 lits rem      22308 time: 0.06
33.88/33.94	c asymm  cl-useful: 706/9773/72353 lits-rem:709 time: 0.32
33.88/33.96	c calculated reachability. Time: 0.02
33.88/33.96	c  N dy   206     46263     18357     72352     27842     15320    292895    247444      7.00   no data  --
34.28/34.37	c Finding binary XORs  T:     0.41 s  found:       1
34.98/35.06	c  N dy   231     50554     18345     72352     27919     19465    292895    337569      7.05      7.55  --
35.88/35.93	c  N dy   261     54910     18332     72352     27978     23686    292895    438959      7.10      7.57  --
36.58/36.65	c  N dy   290     58922     18325     72352     28026     27609    292894    536531      7.24     15.03  --
37.09/37.18	c  N dy   310     63006     18324     72352     28063     17069    292894    190695      7.25     11.34  --
37.69/37.79	c  N dy   327     67426     18324     72352     28081     21414    292894    277781      7.24      7.62  --
38.09/38.13	c  S st   336     69394     18324     72352     28090     23362    292894    334000      7.25      7.16  --
38.19/38.23	c  S st   336     69895     18324     72352     28135     23815    292894    338827      7.25   no data  --
38.19/38.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.01
38.19/38.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
41.70/41.77	c Flit:     0 Blit:      1 bXBeca:    0 bXProp:    6 Bins:   1185 BRemL:    183 BRemN:      3 P: 60.2M T:  3.53
41.70/41.80	c Replacing        7 vars Replaced      340 lits Time:     0.02 s 
41.80/41.84	c bin-w-bin subsume rem           78 bins  time:  0.01 s
41.80/41.89	c subs with bin:      174  lits-rem:       871  v-fix:    0  time:  0.05 s
41.89/41.93	c Subs w/ non-existent bins:     11 l-rem:   5723 v-fix:     0 done:   4017 time:  0.04 s
41.89/41.95	c Removed useless bin:      25  fixed:     0  props:   3.48M  time:  0.01 s
42.49/42.56	c lits-rem:       963  cl-subs:     1301  v-elim:     12  v-fix:    0  time:  0.61 s
42.49/42.56	c Added XOR as norm:0
42.59/42.69	c vivif2 --  cl tried    71943 cl shrink      898 lits rem        904 time: 0.12
42.69/42.76	c vivif2 --  cl tried    22559 cl shrink     5546 lits rem      13872 time: 0.07
42.99/43.05	c asymm  cl-useful: 35/4352/71679 lits-rem:59 time: 0.29
42.99/43.07	c calculated reachability. Time: 0.02
42.99/43.07	c  N dy   336     69895     18303     71671     29101     22538    289722    270989      7.25   no data  --
43.39/43.47	c Finding binary XORs  T:     0.40 s  found:       9
44.29/44.36	c  N dy   369     74378     18298     71671     29155     26906    289722    380540      7.32      8.37  --
45.39/45.40	c  N dy   397     79174     18297     71671     29187     31613    289722    510207      7.38     16.19  --
46.39/46.48	c  N dy   427     84297     18294     71671     29220     18627    289722    164859      7.41      8.40  --
46.99/47.03	c  F st   453     87502     18293     71671     29238     21785    289722    239346      7.46   no data  --
46.99/47.05	c Replacing        9 vars Replaced      766 lits Time:     0.01 s 
47.79/47.80	c  N st   458     90800     18284     71573     29138     25023    289016    349785      7.46   no data  --
49.59/49.62	c  N dy   487     96620     18284     71573     29165     30774    289016    621287      7.51      8.03  --
50.79/50.85	c  N dy   527    102827     18281     71573     29214     36869    289016    774394      7.54      8.07  --
51.29/51.34	c  S st   541    104843     18281     71573     29226     38856    289016    837165      7.56      7.15  --
51.39/51.44	c  S st   541    105345     18281     71573     29265     39316    289016    841298      7.56   no data  --
51.39/51.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      1 locsubst:     0 time:   0.01
51.39/51.46	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
55.00/55.08	c Flit:     1 Blit:      2 bXBeca:    0 bXProp:   45 Bins:   3287 BRemL:    140 BRemN:      9 P: 70.5M T:  3.62
55.09/55.11	c Replacing       45 vars Replaced     1034 lits Time:     0.03 s 
55.09/55.18	c bin-w-bin subsume rem           52 bins  time:  0.01 s
55.28/55.36	c subs with bin:      403  lits-rem:      3263  v-fix:    0  time:  0.18 s
55.28/55.39	c Subs w/ non-existent bins:      3 l-rem:   3987 v-fix:     0 done:    891 time:  0.03 s
55.38/55.41	c Removed useless bin:       9  fixed:     0  props:   3.16M  time:  0.01 s
56.88/56.92	c lits-rem:      1876  cl-subs:     1567  v-elim:     15  v-fix:    0  time:  1.51 s
56.88/56.92	c Added XOR as norm:3
56.98/57.03	c vivif2 --  cl tried    70366 cl shrink      180 lits rem        187 time: 0.11
57.20/57.22	c vivif2 --  cl tried    37792 cl shrink    10746 lits rem      85427 time: 0.19
57.38/57.49	c asymm  cl-useful: 66/2927/70282 lits-rem:196 time: 0.27
57.48/57.51	c calculated reachability. Time: 0.02
57.48/57.51	c  N dy   541    105345     18216     70217     32592     37790    284313    724736      7.56   no data  --
57.88/57.91	c Finding binary XORs  T:     0.40 s  found:       5
58.98/59.06	c  N dy   581    112165     18213     70217     32667     24256    284313    232261      7.58      8.17  --
59.98/60.05	c  N dy   618    119405     18212     70217     32699     31372    284313    369774      7.61      8.98  --
61.08/61.11	c  N dy   648    127135     18210     70217     32736     38928    284313    517666      7.60      8.12  --
62.39/62.43	c  N dy   684    135342     18210     70217     32782     25082    284313    231763      7.60     13.27  --
63.49/63.58	c  N dy   730    144078     18210     70217     32823     33614    284313    404367      7.61      8.09  --
65.09/65.12	c  N dy   782    153491     18210     70217     32851     42854    284313    604313      7.62      8.12  --
65.79/65.82	c  S st   807    158020     18210     70217     32875     25512    284313    209824      7.62   no data  --
65.90/65.93	c  S st   807    158522     18210     70217     32903     25983    284313    218775      7.62   no data  --
65.90/65.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
65.90/65.95	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
69.59/69.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   12 Bins:   1212 BRemL:   3006 BRemN:     20 P: 65.6M T:  3.72
69.59/69.70	c Replacing       17 vars Replaced      727 lits Time:     0.02 s 
69.69/69.73	c bin-w-bin subsume rem           58 bins  time:  0.01 s
69.69/69.76	c subs with bin:      156  lits-rem:       396  v-fix:    0  time:  0.03 s
69.79/69.84	c Subs w/ non-existent bins:      6 l-rem:   2390 v-fix:     0 done:  14806 time:  0.08 s
69.79/69.86	c Removed useless bin:       6  fixed:     0  props:   3.06M  time:  0.01 s
70.09/70.17	c lits-rem:      1232  cl-subs:      637  v-elim:     14  v-fix:    0  time:  0.31 s
70.09/70.17	c Added XOR as norm:1
70.19/70.28	c vivif2 --  cl tried    69790 cl shrink      180 lits rem        180 time: 0.11
70.30/70.34	c vivif2 --  cl tried    25374 cl shrink      759 lits rem       2306 time: 0.05
70.89/70.96	c asymm  cl-useful: 174/5928/69697 lits-rem:522 time: 0.62
70.89/70.99	c calculated reachability. Time: 0.02
70.89/70.99	c  N dy   807    158522     18179     69523     30934     25367    282305    203784      7.62   no data  --
71.29/71.40	c Finding binary XORs  T:     0.41 s  found:       2
73.19/73.23	c  N dy   865    168845     18177     69523     30984     35530    282305    424645      7.62      8.19  --
75.19/75.22	c  N dy   920    179625     18177     69523     31023     46088    282305    689509      7.64      8.13  --
77.49/77.52	c  N dy   989    191369     18174     69523     31080     35687    282305    417973      7.67      8.16  --
79.48/79.60	c  N dy  1047    203656     18174     69523     31123     47796    282304    674832      7.66     10.47  --
82.08/82.12	c  N dy  1112    217055     18173     69523     31186     37939    282304    394707      7.67      8.07  --
84.49/84.59	c  N dy  1175    231110     18173     69523     31252     51685    282304    716096      7.67      8.07  --
85.80/85.85	c  S st  1198    237783     18173     69523     31273     58260    282304    887103      7.65      7.60  --
85.89/85.99	c  S st  1198    238285     18173     69523     31284     58745    282304    898072      7.65   no data  --
85.99/86.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
85.99/86.01	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.01
89.79/89.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    9 Bins:    244 BRemL:   1201 BRemN:      2 P: 87.3M T:  3.81
89.79/89.85	c Replacing       12 vars Replaced      690 lits Time:     0.03 s 
89.89/89.92	c bin-w-bin subsume rem           53 bins  time:  0.01 s
89.99/90.05	c subs with bin:      188  lits-rem:      1274  v-fix:    0  time:  0.13 s
89.99/90.09	c Subs w/ non-existent bins:      0 l-rem:   6992 v-fix:     0 done:    678 time:  0.04 s
90.10/90.11	c Removed useless bin:       2  fixed:     0  props:   2.97M  time:  0.01 s
91.49/91.51	c lits-rem:      4007  cl-subs:     1648  v-elim:     16  v-fix:    0  time:  1.41 s
91.49/91.51	c Added XOR as norm:1
91.59/91.62	c vivif2 --  cl tried    69145 cl shrink      240 lits rem        250 time: 0.11
91.79/91.83	c vivif2 --  cl tried    57077 cl shrink    13187 lits rem      83719 time: 0.21
92.09/92.13	c asymm  cl-useful: 26/1753/69032 lits-rem:78 time: 0.30
92.09/92.16	c calculated reachability. Time: 0.02
92.09/92.16	c  N dy  1198    238285     18145     69006     30031     57065    280442    773685      7.65   no data  --
92.49/92.57	c Finding binary XORs  T:     0.41 s  found:       1
95.09/95.13	c  N dy  1265    253616     18142     69006     30098     48486    280442    544382      7.63      8.23  --
99.09/99.14	c  N dy  1360    269992     18141     69006     30179     40006    280442    320486      7.69      8.15  --
102.30/102.36	c  N dy  1444    287260     18140     69006     30257     56988    280442    722028      7.68     11.23  --
105.99/106.07	c  N dy  1549    306173     18138     69006     30311     50042    280442    504086      7.71      8.12  --
105.99/106.09	c  F st  1550    306250     18138     69006     30311     50118    280442    505056      7.71   no data  --
106.09/106.11	c Replacing        1 vars Replaced       88 lits Time:     0.01 s 
106.79/106.85	c Finding binary XORs  T:     0.39 s  found:      13
111.00/111.10	c  N dy  1632    325735     18137     68794     30048     69234    279581   1060493      7.73     10.31  --
115.39/115.44	c  N dy  1729    345811     18137     68794     30107     62546    279581    733190      7.73      8.73  --
117.89/117.91	c  S st  1778    357427     18137     68794     30135     73986    279581   1016778      7.73   no data  --
118.09/118.10	c  S st  1778    357929     18137     68794     30153     74462    279581   1022958      7.73   no data  --
118.09/118.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
118.09/118.13	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
122.00/122.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    188 BRemL:    208 BRemN:      7 P: 94.0M T:  3.90
122.00/122.04	c Replacing       13 vars Replaced      378 lits Time:     0.02 s 
122.10/122.12	c bin-w-bin subsume rem           20 bins  time:  0.01 s
122.19/122.27	c subs with bin:      146  lits-rem:      1309  v-fix:    0  time:  0.15 s
122.29/122.31	c Subs w/ non-existent bins:      1 l-rem:   5120 v-fix:     0 done:    980 time:  0.03 s
122.29/122.32	c Removed useless bin:       2  fixed:     0  props:   2.81M  time:  0.01 s
123.78/123.86	c lits-rem:      7225  cl-subs:     2255  v-elim:     15  v-fix:    0  time:  1.53 s
123.78/123.86	c Added XOR as norm:0
123.88/123.97	c vivif2 --  cl tried    68616 cl shrink      282 lits rem        291 time: 0.11
124.20/124.24	c vivif2 --  cl tried    72235 cl shrink    12271 lits rem      75575 time: 0.27
124.48/124.53	c asymm  cl-useful: 8/1271/68469 lits-rem:24 time: 0.29
124.48/124.56	c calculated reachability. Time: 0.02
124.48/124.56	c  N dy  1778    357929     18109     68461     30236     72228    278600    886145      7.73   no data  --
124.88/124.96	c Finding binary XORs  T:     0.40 s  found:       0
130.80/130.85	c  N dy  1903    378071     18103     68461     30320     64561    278600    851242      7.75      8.26  --
136.19/136.24	c  N dy  2015    398164     18102     68461     30379     56708    278600    451383      7.78      8.20  --
140.89/140.97	c  N dy  2121    418165     18101     68461     30441     76422    278600   1030742      7.79      8.39  --
146.08/146.10	c  N dy  2227    438418     18101     68461     30515     67584    278600    694965      7.81      8.33  --
147.89/147.95	c Finding binary XORs  T:     0.40 s  found:      13
150.99/151.00	c  N dy  2320    458488     18101     68238     30233     87306    277715   1204068      7.82     11.34  --
155.19/155.20	c  N dy  2409    478495     18101     68238     30262     77092    277715    808385      7.81      8.40  --
160.59/160.61	c  N dy  2505    498572     18101     68238     30325     96790    277715   1344390      7.82      9.58  --
165.69/165.72	c  N dy  2609    518601     18101     68238     30371     86121    277715    986120      7.83      8.25  --
170.19/170.27	c  S st  2694    536894     18101     68238     30414    104134    277715   1446521      7.84      5.93  --
170.40/170.45	c  S st  2694    537396     18101     68238     30431    104615    277715   1452905      7.84   no data  --
170.40/170.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
170.40/170.48	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
174.80/174.85	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    191 BRemL:    172 BRemN:      2 P: 121.6M T:  4.37
174.80/174.89	c Replacing       15 vars Replaced      369 lits Time:     0.04 s 
174.90/174.99	c bin-w-bin subsume rem           27 bins  time:  0.01 s
175.18/175.22	c subs with bin:      202  lits-rem:      1575  v-fix:    0  time:  0.22 s
175.18/175.25	c Subs w/ non-existent bins:      0 l-rem:   4220 v-fix:     0 done:   1101 time:  0.03 s
175.18/175.27	c Removed useless bin:       6  fixed:     0  props:   2.66M  time:  0.01 s
177.39/177.44	c lits-rem:      8336  cl-subs:     3893  v-elim:     18  v-fix:    0  time:  2.17 s
177.39/177.44	c Added XOR as norm:1
177.49/177.56	c vivif2 --  cl tried    68032 cl shrink      397 lits rem        404 time: 0.12
177.89/177.92	c vivif2 --  cl tried   100718 cl shrink    15649 lits rem      90938 time: 0.36
178.10/178.18	c asymm  cl-useful: 6/836/67822 lits-rem:18 time: 0.26
178.20/178.21	c calculated reachability. Time: 0.02
178.20/178.21	c  N dy  2694    537396     18066     67816     30598    100707    276553   1175562      7.84   no data  --
178.59/178.62	c Finding binary XORs  T:     0.41 s  found:       1
184.69/184.75	c  N dy  2777    558105     18059     67816     30659     88454    276553   1001704      7.82      8.28  --
189.98/190.04	c  N dy  2882    578234     18058     67816     30701    108228    276553   1555194      7.83      8.35  --
195.19/195.25	c  N dy  2975    598237     18058     67816     30741     95857    276553   1035834      7.84      8.45  --
200.98/201.03	c  N dy  3091    618256     18058     67816     30778    115576    276553   1572583      7.86     10.98  --
206.18/206.29	c  N dy  3181    638419     18058     67816     30818    102245    276553   1104391      7.86      8.51  --
211.99/212.06	c  N dy  3269    659081     18057     67816     30865    122505    276553   1590875      7.86      9.21  --
214.89/214.90	c Finding binary XORs  T:     0.41 s  found:      15
217.80/217.88	c  N dy  3357    679143     18057     67576     30601    108651    275632   1193235      7.85     10.53  --
223.88/223.98	c  N dy  3463    699249     18057     67576     30657    128395    275632   1766548      7.86      8.33  --
229.39/229.46	c  N dy  3544    719340     18057     67576     30694    113074    275632   1244442      7.86     17.34  --
235.89/235.91	c  N dy  3619    739362     18057     67576     30720    132696    275632   1775075      7.86      8.59  --
241.78/241.81	c  N dy  3713    759779     18057     67576     30754    116984    275632   1229967      7.86      8.33  --
248.38/248.43	c  N dy  3818    780293     18057     67576     30785    137196    275632   1785403      7.86      8.31  --
254.58/254.66	c  N dy  3922    801491     18057     67576     30818    121185    275632   1222686      7.87      8.32  --
255.78/255.89	c  S st  3943    806095     18057     67576     30823    125731    275632   1328211      7.87      5.55  --
255.98/256.09	c  S st  3943    806597     18057     67576     30831    126217    275632   1337892      7.87   no data  --
256.08/256.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
256.08/256.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
260.88/260.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:   1872 BRemL:    218 BRemN:     15 P: 136.6M T:  4.83
260.88/260.97	c Replacing       17 vars Replaced      918 lits Time:     0.02 s 
260.98/261.07	c bin-w-bin subsume rem           50 bins  time:  0.01 s
261.18/261.23	c subs with bin:      247  lits-rem:      3600  v-fix:    0  time:  0.17 s
261.18/261.27	c Subs w/ non-existent bins:      2 l-rem:   3083 v-fix:     0 done:   3539 time:  0.04 s
261.18/261.29	c Removed useless bin:       5  fixed:     0  props:   2.55M  time:  0.01 s
263.38/263.46	c lits-rem:     11183  cl-subs:     4568  v-elim:     20  v-fix:    0  time:  2.17 s
263.38/263.46	c Added XOR as norm:1
263.48/263.58	c vivif2 --  cl tried    67361 cl shrink      441 lits rem        447 time: 0.12
263.89/263.96	c vivif2 --  cl tried   121623 cl shrink    11842 lits rem      58837 time: 0.38
264.18/264.22	c asymm  cl-useful: 20/700/67135 lits-rem:60 time: 0.27
264.18/264.25	c calculated reachability. Time: 0.02
264.18/264.25	c  N dy  3943    806597     18020     67115     32639    121588    274319   1200009      7.87   no data  --
264.58/264.65	c Finding binary XORs  T:     0.40 s  found:       3
272.48/272.55	c  N dy  4035    826778     18013     67115     32683    141481    274319   1915383      7.87      8.35  --
278.98/279.02	c  N dy  4114    847020     18013     67115     32719    121721    274319   1184944      7.87      8.31  --
286.28/286.37	c  N dy  4216    867328     18012     67115     32758    141758    274319   1811759      7.88      8.32  --
292.59/292.61	c  N dy  4314    887413     18012     67115     32776    122897    274319   1124268      7.89      8.32  --
299.19/299.28	c  N dy  4406    907796     18012     67115     32805    143001    274319   1688869      7.89      8.38  --
306.58/306.69	c  N dy  4492    927810     18011     67115     32825    122763    274319   1068189      7.90      8.38  --
312.98/313.08	c  N dy  4578    948127     18011     67115     32847    142793    274319   1638757      7.90      8.34  --
320.48/320.56	c  N dy  4674    968216     18011     67115     32858    162654    274319   2249391      7.90      8.34  --
327.38/327.40	c  N dy  4792    988425     18011     67115     32896    141692    274319   1465100      7.91      8.37  --
334.78/334.85	c  N dy  4896   1008582     18011     67115     32916    161631    274319   2110155      7.92      8.38  --
339.80/339.83	c Finding binary XORs  T:     0.41 s  found:      17
342.78/342.89	c  N dy  5009   1028656     18011     66860     32313    139322    273362   1297325      7.94      8.48  --
349.80/349.82	c  N dy  5103   1048716     18011     66860     32339    159165    273362   1892164      7.94     11.69  --
358.78/358.88	c  N dy  5216   1069146     18011     66860     32366    179395    273362   2565349      7.96      8.42  --
360.18/360.22	c  F st  5238   1071876     18011     66860     32372    138872    273362   1208598      7.96   no data  --
360.18/360.24	c Replacing       20 vars Replaced      633 lits Time:     0.02 s 
366.20/366.30	c  N dy  5308   1089168     17991     66819     32355    155952    273140   1722691      7.96      8.82  --
375.09/375.14	c  N dy  5440   1109380     17991     66819     32367    175974    273140   2436851      7.98      8.49  --
383.28/383.32	c  N dy  5540   1129534     17991     66819     32394    151730    273140   1456318      7.99      8.50  --
390.18/390.22	c  N dy  5639   1149648     17991     66819     32410    171638    273140   2011812      8.00      8.46  --
399.48/399.50	c  N dy  5776   1169732     17991     66819     32429    191552    273140   2717828      8.02     11.14  --
408.18/408.25	c  N dy  5901   1189816     17991     66819     32464    166523    273140   1857139      8.03      8.54  --
417.48/417.51	c  N dy  6026   1209895     17991     66819     32489    186392    273140   2532117      8.04   no data  --
417.48/417.51	c  S st  6026   1209895     17991     66819     32489    186392    273140   2532117      8.04   no data  --
417.68/417.74	c  S st  6026   1210396     17991     66819     32495    186885    273140   2541936      8.04   no data  --
417.68/417.77	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
417.68/417.78	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
422.48/422.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    162 BRemL:    977 BRemN:      0 P: 176.5M T:  4.76
422.48/422.56	c Replacing        1 vars Replaced      285 lits Time:     0.03 s 
422.68/422.73	c bin-w-bin subsume rem           62 bins  time:  0.01 s
423.08/423.19	c subs with bin:      401  lits-rem:      3569  v-fix:    0  time:  0.46 s
423.18/423.23	c Subs w/ non-existent bins:      0 l-rem:   3381 v-fix:     0 done:    960 time:  0.04 s
423.18/423.25	c Removed useless bin:       4  fixed:     0  props:   2.36M  time:  0.01 s
427.98/428.09	c lits-rem:      7835  cl-subs:     6488  v-elim:     20  v-fix:    0  time:  4.84 s
427.98/428.09	c Added XOR as norm:0
428.18/428.21	c vivif2 --  cl tried    66666 cl shrink      604 lits rem        612 time: 0.12
428.78/428.90	c vivif2 --  cl tried   180179 cl shrink    21607 lits rem     145973 time: 0.68
429.08/429.18	c asymm  cl-useful: 52/909/66254 lits-rem:156 time: 0.28
429.18/429.22	c calculated reachability. Time: 0.02
429.18/429.22	c  N dy  6026   1210396     17970     66202     32116    180116    271906   2195051      8.04   no data  --
429.58/429.63	c Finding binary XORs  T:     0.42 s  found:       0
440.48/440.58	c  N dy  6125   1230645     17965     66202     32151    151126    271906   1274204      8.05      8.49  --
449.49/449.59	c  N dy  6221   1250981     17963     66202     32180    171237    271905   2019357      8.05      8.48  --
456.98/457.03	c  N dy  6302   1271240     17961     66202     32207    191239    271905   2619651      8.05      8.50  --
465.78/465.82	c  N dy  6413   1292080     17961     66202     32226    165162    271905   1594825      8.06      8.64  --
474.48/474.50	c  N dy  6511   1312247     17961     66202     32249    185086    271905   2288066      8.06      8.56  --
485.09/485.13	c  N dy  6616   1332261     17961     66202     32279    204857    271905   3026069      8.07      8.86  --
495.28/495.31	c  N dy  6720   1352460     17961     66202     32307    177365    271905   1963493      8.07      8.59  --
503.98/504.09	c  N dy  6826   1372500     17960     66202     32333    197176    271905   2630367      8.08      9.38  --
513.78/513.88	c  N dy  6947   1392662     17959     66202     32356    168553    271904   1470642      8.09      8.53  --
521.98/522.02	c  N dy  7054   1412894     17959     66202     32372    188599    271904   2115407      8.10      8.60  --
530.68/530.71	c  N dy  7149   1432912     17959     66202     32397    208465    271904   2799217      8.10      8.54  --
534.37/534.46	c Finding binary XORs  T:     0.41 s  found:      24
540.48/540.51	c  N dy  7254   1454403     17959     66088     31942    179472    271068   1693836      8.11      8.54  --
549.48/549.59	c  N dy  7359   1474596     17959     66088     31964    199474    271068   2384169      8.11      8.58  --
558.88/558.98	c  N dy  7475   1494607     17959     66088     31986    219317    271068   3078097      8.12     23.21  --
567.68/567.80	c  N dy  7578   1514762     17959     66088     32002    188590    271068   1856284      8.13      8.61  --
576.97/577.06	c  N dy  7692   1535069     17959     66088     32024    208672    271068   2524640      8.14      8.58  --
587.98/588.00	c  N dy  7809   1555321     17959     66088     32045    228750    271068   3274014      8.15      8.64  --
598.29/598.33	c  N dy  7945   1575595     17959     66088     32071    197156    271068   2071733      8.16      8.61  --
607.88/607.90	c  N dy  8046   1595689     17959     66088     32083    217013    271068   2761083      8.16      8.71  --
617.97/618.09	c  N dy  8151   1615773     17959     66088     32102    236926    271068   3531229      8.18      9.25  --
627.57/627.69	c  N dy  8257   1636013     17959     66088     32122    204299    271068   2128039      8.18      8.62  --
637.48/637.59	c  N dy  8370   1656526     17959     66088     32136    224640    271068   2876275      8.19      8.80  --
647.58/647.61	c  N dy  8471   1676542     17959     66088     32151    244462    271068   3554435      8.20     12.18  --
657.69/657.77	c  N dy  8590   1696629     17956     66088     32163    210173    271068   2211083      8.21      8.74  --
664.47/664.56	c  S st  8662   1710396     17956     66088     32167    223800    271068   2663163      8.21   no data  --
664.77/664.84	c  S st  8662   1710896     17956     66088     32177    224288    271068   2675363      8.21   no data  --
664.77/664.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
664.77/664.87	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
671.27/671.30	c Flit:     3 Blit:      2 bXBeca:    0 bXProp:   34 Bins:   5402 BRemL:    513 BRemN:     13 P: 200.1M T:  6.43
671.27/671.37	c Replacing       58 vars Replaced     4887 lits Time:     0.07 s 
671.47/671.55	c bin-w-bin subsume rem          152 bins  time:  0.01 s
671.98/672.06	c subs with bin:     2213  lits-rem:     19606  v-fix:    0  time:  0.51 s
671.98/672.10	c Subs w/ non-existent bins:      2 l-rem:   3381 v-fix:     0 done:   1662 time:  0.04 s
672.08/672.12	c Removed useless bin:       6  fixed:     0  props:   3.00M  time:  0.01 s
676.98/677.05	c lits-rem:      8529  cl-subs:     6898  v-elim:     38  v-fix:    0  time:  4.92 s
676.98/677.05	c Added XOR as norm:1
677.08/677.18	c vivif2 --  cl tried    64002 cl shrink     1508 lits rem       1548 time: 0.12
677.98/678.00	c vivif2 --  cl tried   216752 cl shrink    19884 lits rem     112251 time: 0.82
678.18/678.25	c asymm  cl-useful: 7/350/63577 lits-rem:21 time: 0.25
678.18/678.29	c calculated reachability. Time: 0.02
678.18/678.29	c  N dy  8662   1710896     17851     63570     38001    216653    266049   2331389      8.21   no data  --
678.59/678.70	c Finding binary XORs  T:     0.42 s  found:      10
688.37/688.46	c  N dy  8739   1731137     17847     63570     38021    236605    266049   3074594      8.21      8.73  --
699.49/699.55	c  N dy  8862   1751595     17844     63570     38046    198223    266049   1795024      8.22      8.69  --
707.77/707.81	c  N dy  8951   1771645     17844     63570     38059    217976    266049   2327820      8.22     11.77  --
717.18/717.22	c  N dy  9036   1791704     17844     63570     38068    237709    266049   2945391      8.22     10.90  --
727.27/727.33	c  N dy  9144   1812094     17844     63570     38083    203230    266049   1794822      8.23      8.79  --
735.57/735.65	c  N dy  9233   1832163     17844     63570     38089    223038    266049   2354340      8.23     11.16  --
747.47/747.57	c  N dy  9348   1852270     17844     63570     38099    242962    266049   3152319      8.23      8.80  --
756.78/756.89	c  N dy  9421   1872327     17843     63570     38111    262783    266049   3795211      8.23      9.64  --
766.07/766.11	c  N dy  9519   1892373     17843     63570     38130    226882    266048   2353328      8.23     12.67  --
776.18/776.27	c  N dy  9638   1912402     17843     63570     38139    246723    266048   3019911      8.24      9.61  --
787.87/787.98	c  N dy  9752   1932419     17842     63570     38164    266527    266048   3766314      8.25      9.62  --
798.68/798.76	c  N dy  9872   1952468     17842     63570     38176    229951    266048   2372886      8.26      8.73  --
810.07/810.15	c  N dy  9969   1972533     17842     63570     38183    249827    266048   3152174      8.26      8.89  --
821.48/821.51	c  N dy 10072   1992605     17842     63570     38197    269693    266048   3865245      8.27     21.16  --
832.69/832.77	c  N dy 10188   2012614     17842     63570     38206    231862    266048   2297479      8.28      8.87  --
843.58/843.67	c  N dy 10293   2032620     17842     63570     38215    251649    266048   3034521      8.28     16.37  --
852.87/852.95	c  N dy 10396   2052635     17842     63570     38224    271487    266048   3606458      8.29     12.06  --
865.17/865.26	c  N dy 10521   2072983     17842     63570     38239    232784    266048   2196284      8.30      8.85  --
875.58/875.70	c  N dy 10631   2093022     17842     63570     38246    252649    266048   2838526      8.30      8.91  --
886.59/886.68	c  N dy 10735   2113153     17842     63570     38258    272576    266047   3531089      8.31      8.97  --
899.07/899.19	c  N dy 10854   2133184     17842     63570     38264    292450    266047   4317368      8.32      8.76  --
909.48/909.50	c  N dy 10967   2153249     17842     63570     38271    252295    266047   2695652      8.32      9.24  --
921.57/921.60	c  N dy 11064   2173665     17841     63570     38280    272555    266047   3568918      8.32      8.77  --
932.17/932.25	c Finding binary XORs  T:     0.41 s  found:      23
933.67/933.73	c  N dy 11176   2193729     17841     63470     38095    292280    265246   4261952      8.33     12.75  --
945.57/945.60	c  S st 11277   2210898     17836     63470     38105    248507    265246   2451164      8.34      8.07  --
945.88/945.97	c  S st 11277   2211398     17836     63470     38114    248993    265246   2459839      8.34   no data  --
945.88/946.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
945.98/946.01	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
951.77/951.88	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   20 Bins:   6368 BRemL:     71 BRemN:      3 P: 200.1M T:  5.87
951.87/951.96	c Replacing       53 vars Replaced     3115 lits Time:     0.07 s 
952.07/952.13	c bin-w-bin subsume rem          861 bins  time:  0.01 s
952.37/952.44	c subs with bin:      420  lits-rem:      6964  v-fix:    0  time:  0.31 s
952.37/952.47	c Subs w/ non-existent bins:      0 l-rem:   1541 v-fix:     0 done:   1365 time:  0.03 s
952.37/952.49	c Removed useless bin:       7  fixed:     0  props:   2.49M  time:  0.01 s
956.37/956.41	c lits-rem:     16724  cl-subs:     6184  v-elim:     37  v-fix:    0  time:  3.92 s
956.37/956.41	c Added XOR as norm:1
956.47/956.54	c vivif2 --  cl tried    63103 cl shrink      630 lits rem        644 time: 0.13
957.37/957.41	c vivif2 --  cl tried   242507 cl shrink     8924 lits rem      30522 time: 0.87
957.57/957.66	c asymm  cl-useful: 9/279/62804 lits-rem:27 time: 0.25
957.67/957.70	c calculated reachability. Time: 0.02
957.67/957.70	c  N dy 11277   2211398     17747     62795     43632    242465    261636   2305995      8.34   no data  --
958.09/958.13	c Finding binary XORs  T:     0.43 s  found:      13
970.87/970.91	c  N dy 11364   2231400     17740     62795     43669    262292    261636   3319181      8.34      9.00  --
984.27/984.39	c  N dy 11452   2251694     17739     62795     43676    282444    261636   4331815      8.34      8.79  --
999.08/999.11	c  N dy 11572   2271736     17737     62795     43690    302327    261636   5212804      8.35      8.82  --
1011.77/1011.80	c  N dy 11689   2291896     17737     62795     43697    254431    261636   2669521      8.35      9.55  --
1023.98/1024.04	c  N dy 11805   2311994     17737     62795     43710    274397    261636   3485005      8.36     11.03  --
1037.67/1037.75	c  N dy 11934   2332021     17737     62795     43721    294303    261636   4363057      8.37      8.98  --
1051.97/1052.02	c  N dy 12047   2352471     17737     62795     43730    251161    261636   2402918      8.37      8.82  --
1063.47/1063.51	c  N dy 12173   2372644     17737     62795     43743    271195    261636   3198289      8.38      8.85  --
1075.68/1075.77	c  N dy 12269   2392899     17737     62795     43750    291282    261636   3937396      8.39      8.89  --
1090.09/1090.11	c  N dy 12380   2413068     17737     62795     43759    311333    261636   4853056      8.39      8.84  --
1102.66/1102.70	c  N dy 12488   2433071     17737     62795     43765    266933    261636   2777390      8.40      9.30  --
1114.87/1114.96	c  N dy 12581   2453299     17737     62795     43772    286980    261636   3567954      8.40      8.86  --
1127.97/1128.06	c  N dy 12684   2473389     17737     62795     43788    306905    261636   4363444      8.40      9.20  --
1143.67/1143.77	c  N dy 12809   2493485     17737     62795     43798    261273    261636   2482750      8.41      8.96  --
1156.87/1156.94	c  N dy 12930   2514873     17737     62795     43802    282536    261636   3294352      8.42      8.88  --
1170.86/1170.92	c  N dy 13056   2534913     17737     62795     43808    302462    261636   4167669      8.43      9.54  --
1185.78/1185.85	c  N dy 13190   2555217     17737     62795     43815    322656    261636   5063236      8.44      8.96  --
1198.37/1198.44	c  N dy 13290   2575313     17737     62795     43820    275671    261636   2840341      8.44      9.14  --
1211.26/1211.37	c  N dy 13394   2595314     17737     62795     43829    295563    261636   3637209      8.44      9.61  --
1224.76/1224.84	c  N dy 13504   2615333     17737     62795     43835    315468    261636   4439101      8.45      8.99  --
1239.26/1239.30	c  N dy 13622   2635915     17737     62795     43839    335930    261636   5293737      8.45      8.92  --
1251.36/1251.43	c  N dy 13712   2655994     17737     62795     43840    288054    261636   3174905      8.46      9.13  --
1263.96/1264.04	c  N dy 13807   2675998     17737     62795     43845    307924    261636   3980939      8.46      9.42  --
1277.86/1277.98	c  N dy 13903   2696095     17737     62795     43853    327853    261636   4799974      8.46      8.95  --
1289.46/1289.56	c  S st 13990   2711399     17737     62795     43859    343052    261636   5439940      8.47      7.97  --
1289.86/1289.98	c  S st 13990   2711902     17737     62795     43862    343550    261636   5450646      8.47   no data  --
1289.96/1290.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1289.96/1290.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
1294.96/1295.07	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:   35 Bins:   3700 BRemL:    159 BRemN:     16 P: 200.0M T:  5.04
1295.16/1295.20	c Replacing       48 vars Replaced     6391 lits Time:     0.12 s 
1295.36/1295.48	c bin-w-bin subsume rem          125 bins  time:  0.01 s
1297.06/1297.11	c subs with bin:      461  lits-rem:     16191  v-fix:    0  time:  1.63 s
1297.06/1297.16	c Subs w/ non-existent bins:      0 l-rem:   3692 v-fix:     0 done:    232 time:  0.04 s
1297.06/1297.17	c Removed useless bin:      10  fixed:     0  props:   2.49M  time:  0.01 s

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3370838-1305379168/watcher-3370838-1305379168 -o /tmp/evaluation-result-3370838-1305379168/solver-3370838-1305379168 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3370838-1305379168.cnf 

running on 2 cores: 0,2

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1300 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 7864320 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 7915520 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.16 0.03 0.01 4/343 28585
/proc/meminfo: memFree=16918484/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=32304 CPUtime=0 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 1473 0 0 0 0 0 0 0 20 0 1 0 649517835 33079296 1310 33554432000 4194304 4650387 140737083256528 18446744073709551615 270612771525 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 8076 1314 328 112 0 3041 0

[startup+0.083654 s]
/proc/loadavg: 0.16 0.03 0.01 4/343 28585
/proc/meminfo: memFree=16918484/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=60320 CPUtime=0.07 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 9361 0 0 0 6 1 0 0 20 0 1 0 649517835 61767680 7162 33554432000 4194304 4650387 140737083256528 18446744073709551615 4319131 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 15080 7166 328 112 0 10045 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 60320

[startup+0.100585 s]
/proc/loadavg: 0.16 0.03 0.01 4/343 28585
/proc/meminfo: memFree=16918484/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=63288 CPUtime=0.09 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 9935 0 0 0 8 1 0 0 20 0 1 0 649517835 64806912 7721 33554432000 4194304 4650387 140737083256528 18446744073709551615 4370308 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 15822 7721 348 112 0 10787 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 63288

[startup+0.300622 s]
/proc/loadavg: 0.16 0.03 0.01 4/343 28585
/proc/meminfo: memFree=16918484/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=63288 CPUtime=0.29 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 9935 0 0 0 28 1 0 0 21 0 1 0 649517835 64806912 7721 33554432000 4194304 4650387 140737083256528 18446744073709551615 4370267 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 15822 7721 348 112 0 10787 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63288

[startup+0.70054 s]
/proc/loadavg: 0.16 0.03 0.01 4/343 28585
/proc/meminfo: memFree=16918484/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=90212 CPUtime=0.68 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 15027 0 0 0 67 1 0 0 22 0 1 0 649517835 92377088 12372 33554432000 4194304 4650387 140737083256528 18446744073709551615 4245165 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 22553 12372 354 112 0 17518 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 90212

[startup+1.5004 s]
/proc/loadavg: 0.16 0.03 0.01 5/349 28596
/proc/meminfo: memFree=16696032/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=138480 CPUtime=1.48 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 24103 0 0 0 146 2 0 0 25 0 1 0 649517835 141803520 21448 33554432000 4194304 4650387 140737083256528 18446744073709551615 4369346 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 34620 21448 354 112 0 29585 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 138480

[startup+3.10113 s]
/proc/loadavg: 0.47 0.10 0.03 5/349 28596
/proc/meminfo: memFree=16496520/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=233400 CPUtime=3.09 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 42519 0 0 0 303 6 0 0 25 0 1 0 649517835 239001600 39864 33554432000 4194304 4650387 140737083256528 18446744073709551615 4369344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 58350 39864 354 112 0 53315 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 233400

[startup+6.30055 s]
/proc/loadavg: 0.47 0.10 0.03 5/349 28597
/proc/meminfo: memFree=15953656/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=429112 CPUtime=6.29 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 80555 0 0 0 617 12 0 0 25 0 1 0 649517835 439410688 77900 33554432000 4194304 4650387 140737083256528 18446744073709551615 4369091 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 107278 77900 354 112 0 102243 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 429112

[startup+12.7004 s]
/proc/loadavg: 1.01 0.23 0.07 5/349 28597
/proc/meminfo: memFree=15286404/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=638884 CPUtime=12.69 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 122350 0 0 0 1250 19 0 0 25 0 1 0 649517835 654217216 119695 33554432000 4194304 4650387 140737083256528 18446744073709551615 4328299 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 159721 119695 379 112 0 154686 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 638884

[startup+25.5011 s]
/proc/loadavg: 1.47 0.35 0.12 5/349 28597
/proc/meminfo: memFree=15054028/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=721152 CPUtime=25.48 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 142799 0 0 0 2526 22 0 0 25 0 1 0 649517835 738459648 138866 33554432000 4194304 4650387 140737083256528 18446744073709551615 4476079 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 180288 138866 381 112 0 175253 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 721152

[startup+51.1006 s]
/proc/loadavg: 2.33 0.64 0.22 5/349 28652
/proc/meminfo: memFree=15402508/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=744292 CPUtime=51.09 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 152412 0 0 0 5085 24 0 0 25 0 1 0 649517835 762155008 145015 33554432000 4194304 4650387 140737083256528 18446744073709551615 4333603 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 186073 145015 381 112 0 181038 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 744292

[startup+102.313 s]
/proc/loadavg: 3.33 1.21 0.43 5/349 28653
/proc/meminfo: memFree=15081956/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=768240 CPUtime=102.3 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 168597 0 0 0 10204 26 0 0 25 0 1 0 649517835 786677760 150482 33554432000 4194304 4650387 140737083256528 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 192060 150482 381 112 0 187025 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 768240

[startup+162.301 s]
/proc/loadavg: 3.93 1.76 0.67 5/349 28655
/proc/meminfo: memFree=14849740/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=778640 CPUtime=162.29 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 184830 0 0 0 16197 32 0 0 25 0 1 0 649517835 797327360 152742 33554432000 4194304 4650387 140737083256528 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 194660 152742 381 112 0 189625 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 778640

[startup+222.3 s]
/proc/loadavg: 4.04 2.18 0.88 5/349 28656
/proc/meminfo: memFree=14118816/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=792436 CPUtime=222.28 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 199184 0 0 0 22193 35 0 0 25 0 1 0 649517835 811454464 157069 33554432000 4194304 4650387 140737083256528 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 198109 157069 388 112 0 193074 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 792436

[startup+282.301 s]
/proc/loadavg: 4.01 2.51 1.07 5/349 28658
/proc/meminfo: memFree=13947300/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=805580 CPUtime=282.28 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 213301 0 0 0 28189 39 0 0 25 0 1 0 649517835 824913920 159704 33554432000 4194304 4650387 140737083256528 18446744073709551615 4364326 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 201395 159704 385 112 0 196360 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 805580

[startup+342.301 s]
/proc/loadavg: 4.00 2.78 1.25 5/349 28660
/proc/meminfo: memFree=13890584/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=806756 CPUtime=342.28 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 225824 0 0 0 34186 42 0 0 25 0 1 0 649517835 826118144 159518 33554432000 4194304 4650387 140737083256528 18446744073709551615 4333842 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 201689 159518 385 112 0 196654 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 806756

[startup+402.3 s]
/proc/loadavg: 4.06 3.01 1.43 5/349 28661
/proc/meminfo: memFree=13842584/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=807728 CPUtime=402.28 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 236881 0 0 0 40181 47 0 0 25 0 1 0 649517835 827113472 159719 33554432000 4194304 4650387 140737083256528 18446744073709551615 4303957 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 201932 159719 385 112 0 196897 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 807728

[startup+462.301 s]
/proc/loadavg: 4.02 3.19 1.58 5/349 28663
/proc/meminfo: memFree=13782640/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=836140 CPUtime=462.28 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 250526 0 0 0 46178 50 0 0 25 0 1 0 649517835 856207360 168211 33554432000 4194304 4650387 140737083256528 18446744073709551615 4363490 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 209035 168211 381 112 0 204000 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 836140

[startup+522.301 s]
/proc/loadavg: 4.15 3.38 1.75 5/349 28664
/proc/meminfo: memFree=13704244/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=837184 CPUtime=522.28 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 262001 0 0 0 52175 53 0 0 25 0 1 0 649517835 857276416 167324 33554432000 4194304 4650387 140737083256528 18446744073709551615 4366874 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 209296 167324 381 112 0 204261 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 837184

[startup+582.3 s]
/proc/loadavg: 4.05 3.49 1.89 5/349 28666
/proc/meminfo: memFree=13701372/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=837852 CPUtime=582.28 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 271509 0 0 0 58172 56 0 0 25 0 1 0 649517835 857960448 168180 33554432000 4194304 4650387 140737083256528 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 209463 168180 381 112 0 204428 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 837852

[startup+642.301 s]
/proc/loadavg: 4.02 3.58 2.02 5/349 28668
/proc/meminfo: memFree=13634880/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=838572 CPUtime=642.29 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 281155 0 0 0 64170 59 0 0 25 0 1 0 649517835 858697728 168482 33554432000 4194304 4650387 140737083256528 18446744073709551615 4328254 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 209643 168482 381 112 0 204608 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 838572

[startup+702.301 s]
/proc/loadavg: 4.08 3.67 2.14 5/349 28669
/proc/meminfo: memFree=13589960/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=854692 CPUtime=702.28 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 294710 0 0 0 70166 62 0 0 25 0 1 0 649517835 875204608 171359 33554432000 4194304 4650387 140737083256528 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 213673 171359 381 112 0 208638 0
Current children cumulated CPU time (s) 702.28
Current children cumulated vsize (KiB) 854692

[startup+762.313 s]
/proc/loadavg: 4.17 3.77 2.27 5/349 28671
/proc/meminfo: memFree=13560540/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=855384 CPUtime=762.29 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 304485 0 0 0 76164 65 0 0 25 0 1 0 649517835 875913216 171509 33554432000 4194304 4650387 140737083256528 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 213846 171509 381 112 0 208811 0
Current children cumulated CPU time (s) 762.29
Current children cumulated vsize (KiB) 855384

[startup+822.301 s]
/proc/loadavg: 4.10 3.82 2.38 5/349 28672
/proc/meminfo: memFree=13554548/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=855848 CPUtime=822.28 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 311515 0 0 0 82160 68 0 0 25 0 1 0 649517835 876388352 173448 33554432000 4194304 4650387 140737083256528 18446744073709551615 4365235 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 213962 173448 381 112 0 208927 0
Current children cumulated CPU time (s) 822.28
Current children cumulated vsize (KiB) 855848

[startup+882.3 s]
/proc/loadavg: 4.03 3.85 2.48 5/349 28674
/proc/meminfo: memFree=13559608/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=856720 CPUtime=882.28 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 321717 0 0 0 88157 71 0 0 25 0 1 0 649517835 877281280 172927 33554432000 4194304 4650387 140737083256528 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 214180 172927 381 112 0 209145 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 856720

[startup+942.301 s]
/proc/loadavg: 4.09 3.89 2.58 5/349 28675
/proc/meminfo: memFree=13551996/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=857572 CPUtime=942.27 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 332180 0 0 0 94155 72 0 0 25 0 1 0 649517835 878153728 171906 33554432000 4194304 4650387 140737083256528 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 214393 171906 381 112 0 209358 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 857572

[startup+1002.3 s]
/proc/loadavg: 4.03 3.91 2.66 5/349 28677
/proc/meminfo: memFree=13473708/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=937268 CPUtime=1002.27 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 339442 0 0 0 100151 76 0 0 25 0 1 0 649517835 959762432 179168 33554432000 4194304 4650387 140737083256528 18446744073709551615 4367200 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 234317 179168 381 112 0 229282 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 937268

[startup+1062.3 s]
/proc/loadavg: 4.01 3.92 2.75 5/349 28679
/proc/meminfo: memFree=13493384/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=872028 CPUtime=1062.27 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 350176 0 0 0 106148 79 0 0 25 0 1 0 649517835 892956672 176363 33554432000 4194304 4650387 140737083256528 18446744073709551615 4328502 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 218007 176363 381 112 0 212972 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 872028

[startup+1122.3 s]
/proc/loadavg: 4.04 3.95 2.83 5/349 28680
/proc/meminfo: memFree=13474360/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=872460 CPUtime=1122.27 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 357553 0 0 0 112146 81 0 0 25 0 1 0 649517835 893399040 177327 33554432000 4194304 4650387 140737083256528 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 218115 177327 381 112 0 213080 0
Current children cumulated CPU time (s) 1122.27
Current children cumulated vsize (KiB) 872460

[startup+1182.3 s]
/proc/loadavg: 4.01 3.95 2.90 5/349 28682
/proc/meminfo: memFree=13471592/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=872884 CPUtime=1182.27 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 364916 0 0 0 118144 83 0 0 25 0 1 0 649517835 893833216 178210 33554432000 4194304 4650387 140737083256528 18446744073709551615 4368052 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 218221 178210 381 112 0 213186 0
Current children cumulated CPU time (s) 1182.27
Current children cumulated vsize (KiB) 872884

[startup+1242.3 s]
/proc/loadavg: 4.00 3.96 2.96 5/349 28683
/proc/meminfo: memFree=13467688/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=938804 CPUtime=1242.26 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 372276 0 0 0 124142 84 0 0 25 0 1 0 649517835 961335296 178889 33554432000 4194304 4650387 140737083256528 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 234701 178889 381 112 0 229666 0
Current children cumulated CPU time (s) 1242.26
Current children cumulated vsize (KiB) 938804



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.14 4.01 3.04 6/349 28713
/proc/meminfo: memFree=14904404/32951124 swapFree=67056804/67111528
[pid=28585] ppid=28583 vsize=990780 CPUtime=1299.97 cores=0,2
/proc/28585/stat : 28585 (strangenight1-s) R 28583 28585 28535 0 -1 4202496 390718 0 0 0 129909 88 0 0 25 0 1 0 649517835 1014558720 190629 33554432000 4194304 4650387 140737083256528 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/28585/statm: 247695 190629 381 112 0 242660 0
Current children cumulated CPU time (s) 1299.97
Current children cumulated vsize (KiB) 990780

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Solver just ended. Dumping a history of the last processes samples

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 1300.02
CPU user time (s): 1299.1
CPU system time (s): 0.91886
CPU usage (%): 99.9975
Max. virtual memory (cumulated for all children) (KiB): 990780

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.1
system time used= 0.91886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 390718
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 3130

runsolver used 4.64229 second user time and 9.58954 second system time

The end

Launcher Data

Begin job on node108 at 2011-05-14 15:19:29
IDJOB=3370838
IDBENCH=70781
IDSOLVER=1847
FILE ID=node108/3370838-1305379168
RUNJOBID= node108-1305379156-28553
PBS_JOBID= 13324394
Free space on /tmp= 73500 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT09/APPLICATIONS/bitverif/countbitssrl/countbitssrl064.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370838-1305379168/watcher-3370838-1305379168 -o /tmp/evaluation-result-3370838-1305379168/solver-3370838-1305379168 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370838-1305379168.cnf

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 7680 MiB
NBCORE= 2

MD5SUM BENCH= 4f9c883534eb89cad9b9cad9e6eccbd0
RANDOM SEED=229244636

node108.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.64
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.77
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.820
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16918888 kB
Buffers:        292500 kB
Cached:        4575336 kB
SwapCached:       8700 kB
Active:       11818288 kB
Inactive:      3898160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16918888 kB
SwapTotal:    67111528 kB
SwapFree:     67056804 kB
Dirty:           61884 kB
Writeback:           0 kB
AnonPages:    10845580 kB
Mapped:          27556 kB
Slab:           210648 kB
PageTables:      40704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53273820 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296008 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73500 MiB
End job on node108 at 2011-05-14 15:41:11