Trace number 3281471

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? (TO) 1300.02 1300.04

General information on the benchmark

NameSAT_RACE08/Q1/
SAT_dat.k85.cnf
MD5SUMdce41996d9c5153aa0c253fa128d227c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark43.2814
Satisfiable
(Un)Satisfiability was proved
Number of variables181484
Number of clauses890298
Sum of the clauses size2349692
Maximum clause length19
Minimum clause length1
Number of clauses of size 1771
Number of clauses of size 2667172
Number of clauses of size 3144951
Number of clauses of size 424791
Number of clauses of size 510950
Number of clauses of size over 541663

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-3281471-1303748245.cnf'
0.00/0.04	c -- header says num vars:         181484
0.00/0.04	c -- header says num clauses:      890298
0.29/0.35	c -- clauses added:            0 learnts,       890298 normals,            0 xors
0.29/0.35	c -- vars added     181484
0.29/0.35	c Parsing time:  0.32 s
0.29/0.35	c  N st     0         0    181484    222355    666308         0   2336082         0   no data   no data  --
0.59/0.64	c asymm  cl-useful: 1/8886/210966 lits-rem:1 time: 0.28
8.19/8.25	c Flit:   198 Blit:   1749 bXBeca:    0 bXProp: 16550 Bins:      0 BRemL:      0 BRemN:      0 P: 163.0M T:  7.53
8.19/8.28	c Cleaning up after failed var search:     0.03 s 
8.29/8.37	c Replacing    16550 vars Replaced   525004 lits Time:     0.09 s 
8.49/8.52	c bin-w-bin subsume rem        10779 bins  time:  0.05 s
8.59/8.64	c subs with bin:       87  lits-rem:      3077  v-fix:    0  time:  0.12 s
8.98/9.04	c Subs w/ non-existent bins:     69 l-rem:    812 v-fix:     0 done: 132342 time:  0.40 s
9.19/9.21	c Removed useless bin:    1872  fixed:     0  props:  20.00M  time:  0.17 s
9.80/9.87	c lits-rem:        15  cl-subs:     2065  v-elim:  51803  v-fix:    0  time:  0.64 s
10.09/10.17	c Finding binary XORs  T:     0.30 s  found:    9622
10.19/10.23	c Replacing     9622 vars Replaced   299230 lits Time:     0.06 s 
10.29/10.39	c Finding non-binary XORs:     0.11 s (found:   11702, avg size: 3.0)
10.29/10.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      3 locsubst:  7312 time:   0.04
10.39/10.44	c Replacing     3343 vars Replaced    49334 lits Time:     0.05 s 
10.49/10.51	c calculated reachability. Time: 0.05
10.49/10.54	c Calc default polars -  time:   0.02 s pos:   41790 undec:   91369 neg:   48325
10.49/10.54	c =========================================================================================
10.49/10.54	c types(t): F = full restart, N = normal restart
10.49/10.54	c types(t): S = simplification begin/end, E = solution found
10.49/10.54	c restart types(rt): st = static, dy = dynamic
10.49/10.54	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
10.49/10.54	c  B st     0         0     90639    163904    471590         0   1890773         0   no data   no data  --
11.09/11.15	c  N dy    17      4090     90603    163904    472266      3324   1890763     46556      4.79      5.66  --
11.69/11.75	c  N dy    39      8249     90480    163904    472869      6816   1890759     91854      4.85      5.13  --
12.29/12.35	c  N dy    66     12554     90478    163904    473429     10495   1890757    141293      4.93      5.23  --
12.89/12.93	c  N dy    97     16631     90477    163904    473959     13982   1890752    192795      5.04      5.64  --
13.49/13.59	c  N dy   118     20813     90474    163904    474532      9094   1890746     67402      5.01      5.32  --
14.09/14.16	c  N dy   140     24840     90474    163904    475143     12467   1890744    115381      5.01      5.30  --
14.09/14.19	c  F st   142     25000     90474    163904    475164     12605   1890744    117978      5.01   no data  --
14.19/14.25	c Replacing       19 vars Replaced      312 lits Time:     0.04 s 
14.79/14.84	c Found part     7758 vars:         19 clauses:        96 lits size:       256
14.79/14.84	c Found part     7807 vars:         19 clauses:        96 lits size:       256
14.79/14.84	c Found part     8037 vars:         19 clauses:        96 lits size:       256
14.79/14.84	c Found part     8208 vars:         19 clauses:        96 lits size:       256
14.79/14.84	c Found part     9589 vars:      90379 clauses:    644689 lits size:   1883418
14.79/14.84	c Found parts:          5 time: 0.66 s
14.79/14.84	c Solving part 7758
14.89/14.93	c  N st     0         0        19        16        80         0       256         0   no data   no data  --
14.89/14.93	c asymm  cl-useful: 0/16/16 lits-rem:0 time: 0.00
14.89/14.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
14.89/14.94	c Finding binary XORs  T:     0.01 s  found:       0
14.89/14.94	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
14.89/14.94	c calculated reachability. Time: 0.00
14.89/14.94	c Calc default polars -  time:   0.00 s pos:       8 undec:  181468 neg:       8
14.89/14.94	c =========================================================================================
14.89/14.94	c types(t): F = full restart, N = normal restart
14.89/14.94	c types(t): S = simplification begin/end, E = solution found
14.89/14.94	c restart types(rt): st = static, dy = dynamic
14.89/14.94	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
14.89/14.94	c  B st     0         0        19        16        80         0       256         0   no data   no data  --
14.89/14.94	c  E st     1         0         0        16        80         0       256         0   no data   no data  --
14.89/14.95	c Verified 16 clauses.
14.89/14.95	c Verified 16 clauses.
14.89/14.95	c Solved part
14.89/14.95	c =========================================================================================
14.89/14.95	c Solving part 7807
14.99/15.03	c  N st     0         0        19        16        80         0       256         0   no data   no data  --
14.99/15.03	c asymm  cl-useful: 0/16/16 lits-rem:0 time: 0.00
14.99/15.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
14.99/15.04	c Finding binary XORs  T:     0.01 s  found:       0
14.99/15.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
14.99/15.04	c calculated reachability. Time: 0.00
14.99/15.04	c Calc default polars -  time:   0.00 s pos:       8 undec:  181468 neg:       8
14.99/15.04	c =========================================================================================
14.99/15.04	c types(t): F = full restart, N = normal restart
14.99/15.04	c types(t): S = simplification begin/end, E = solution found
14.99/15.04	c restart types(rt): st = static, dy = dynamic
14.99/15.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
14.99/15.04	c  B st     0         0        19        16        80         0       256         0   no data   no data  --
14.99/15.04	c  E st     1         0         0        16        80         0       256         0   no data   no data  --
14.99/15.05	c Verified 16 clauses.
14.99/15.05	c Verified 16 clauses.
14.99/15.05	c Solved part
14.99/15.05	c =========================================================================================
14.99/15.05	c Solving part 8037
15.09/15.13	c  N st     0         0        19        16        80         0       256         0   no data   no data  --
15.09/15.13	c asymm  cl-useful: 0/16/16 lits-rem:0 time: 0.00
15.09/15.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
15.09/15.14	c Finding binary XORs  T:     0.01 s  found:       0
15.09/15.15	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
15.09/15.15	c calculated reachability. Time: 0.00
15.09/15.15	c Calc default polars -  time:   0.00 s pos:       8 undec:  181468 neg:       8
15.09/15.15	c =========================================================================================
15.09/15.15	c types(t): F = full restart, N = normal restart
15.09/15.15	c types(t): S = simplification begin/end, E = solution found
15.09/15.15	c restart types(rt): st = static, dy = dynamic
15.09/15.15	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
15.09/15.15	c  B st     0         0        19        16        80         0       256         0   no data   no data  --
15.09/15.15	c  E st     1         0         0        16        80         0       256         0   no data   no data  --
15.09/15.15	c Verified 16 clauses.
15.09/15.15	c Verified 16 clauses.
15.09/15.15	c Solved part
15.09/15.15	c =========================================================================================
15.09/15.15	c Solving part 8208
15.19/15.23	c  N st     0         0        19        16        80         0       256         0   no data   no data  --
15.19/15.23	c asymm  cl-useful: 0/16/16 lits-rem:0 time: 0.00
15.19/15.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
15.19/15.24	c Finding binary XORs  T:     0.01 s  found:       0
15.19/15.24	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
15.19/15.24	c calculated reachability. Time: 0.00
15.19/15.24	c Calc default polars -  time:   0.00 s pos:       8 undec:  181468 neg:       8
15.19/15.24	c =========================================================================================
15.19/15.24	c types(t): F = full restart, N = normal restart
15.19/15.24	c types(t): S = simplification begin/end, E = solution found
15.19/15.24	c restart types(rt): st = static, dy = dynamic
15.19/15.24	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
15.19/15.24	c  B st     0         0        19        16        80         0       256         0   no data   no data  --
15.19/15.24	c  E st     1         0         0        16        80         0       256         0   no data   no data  --
15.19/15.25	c Verified 16 clauses.
15.19/15.25	c Verified 16 clauses.
15.19/15.25	c Solved part
15.19/15.25	c =========================================================================================
15.19/15.25	c Coming back to original instance
15.19/15.25	c =========================================================================================
15.89/15.96	c  N dy   148     30001     90311    163347    473775     16952   1883412    176891      5.01   no data  --
15.89/15.96	c  S st   148     30001     90311    163347    473775     16952   1883412    176891      5.01   no data  --
16.19/16.24	c  S st   148     30501     90188    163347    474032     17177   1883412    178857      5.01   no data  --
16.19/16.28	c x-sub:  3329 x-cut:      0 vfix:      0 v-elim:      1 locsubst:   156 time:   0.04
16.19/16.29	c Cache  BProp: 12 Set: 5 BXProp: 1 T: 0.01
24.89/24.98	c Flit:   189 Blit:    187 bXBeca:    0 bXProp: 1298 Bins:  32705 BRemL:   7558 BRemN:    263 P: 170.7M T:  8.68
24.89/24.98	c Cleaning up after failed var search:     0.00 s 
24.99/25.07	c Replacing     1381 vars Replaced    57198 lits Time:     0.08 s 
25.09/25.19	c bin-w-bin subsume rem        38890 bins  time:  0.04 s
25.30/25.34	c subs with bin:     3617  lits-rem:      7964  v-fix:    0  time:  0.15 s
25.59/25.67	c Subs w/ non-existent bins:   1095 l-rem:   5106 v-fix:     0 done:  85594 time:  0.33 s
25.79/25.89	c Removed useless bin:    5709  fixed:     0  props:  18.81M  time:  0.22 s
26.89/26.92	c lits-rem:      3051  cl-subs:    17275  v-elim:  17323  v-fix:    0  time:  1.03 s
27.19/27.22	c asymm  cl-useful: 12522/15869/181156 lits-rem:64872 time: 0.29
27.29/27.31	c calculated reachability. Time: 0.08
27.29/27.31	c  N dy   148     30501     70970    181143    368761     11236   1666864    122509      5.01   no data  --
27.49/27.58	c Finding binary XORs  T:     0.27 s  found:    3954
27.59/27.65	c Replacing     3954 vars Replaced   147623 lits Time:     0.06 s 
28.09/28.18	c  N dy   170     34708     67013    180512    368750     14920   1662848    168981      5.01      5.34  --
28.69/28.78	c  N dy   188     39489     67007    180512    369236     19151   1662843    221497      4.99      5.25  --
29.29/29.36	c  N dy   209     43537     66995    180512    369634     22746   1662838    270587      5.00      6.26  --
29.59/29.68	c  S st   223     45751     66994    180512    369824     24744   1662837    297538      5.01      4.45  --
29.89/29.95	c  S st   223     46256     66993    180512    370041     25027   1662837    300159      5.01   no data  --
29.89/29.99	c x-sub:    81 x-cut:      0 vfix:      0 v-elim:    131 locsubst:  1042 time:   0.04
29.89/29.99	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.01
35.89/35.94	c Flit:    30 Blit:     47 bXBeca:    0 bXProp:  403 Bins:  26291 BRemL:   7665 BRemN:   1785 P: 133.7M T:  5.94
35.99/36.03	c Replacing      846 vars Replaced    32673 lits Time:     0.08 s 
36.09/36.15	c bin-w-bin subsume rem        27063 bins  time:  0.04 s
36.30/36.36	c subs with bin:     6667  lits-rem:     20122  v-fix:    0  time:  0.21 s
36.49/36.58	c Subs w/ non-existent bins:    635 l-rem:   6733 v-fix:     0 done:  50691 time:  0.22 s
36.69/36.75	c Removed useless bin:   19323  fixed:     0  props:  13.20M  time:  0.16 s
37.39/37.43	c lits-rem:      1179  cl-subs:     7693  v-elim:    975  v-fix:    0  time:  0.68 s
37.48/37.56	c vivif2 --  cl tried   169310 cl shrink    11311 lits rem      15447 time: 0.13
37.58/37.60	c vivif2 --  cl tried    22350 cl shrink     3908 lits rem      10354 time: 0.04
37.88/37.94	c asymm  cl-useful: 453/4449/167872 lits-rem:560 time: 0.33
37.98/38.01	c calculated reachability. Time: 0.06
37.98/38.02	c  N dy   223     46256     64943    167872    335252     22252   1459603    270989      5.01   no data  --
38.18/38.23	c Finding binary XORs  T:     0.21 s  found:     580
38.78/38.83	c  N dy   250     50307     64940    167872    335544     13506   1459599    143475      5.04      5.31  --
39.38/39.42	c  N dy   274     54382     64934    167872    335850     17221   1459596    194012      5.05      5.49  --
39.98/40.06	c  N dy   303     58740     64934    167872    336154     21228   1459592    249770      5.07      5.39  --
40.58/40.69	c  N dy   328     62760     64931    167872    336428     24922   1459592    299946      5.08      5.40  --
41.18/41.23	c  N dy   352     67004     64929    167872    336679     28862   1459591    354352      5.10      5.41  --
41.58/41.65	c  S st   373     69386     64926    167872    336827     31077   1459587    392116      5.13   no data  --
41.79/41.89	c  S st   373     69888     64926    167872    336959     31445   1459587    395630      5.13   no data  --
41.88/41.92	c x-sub:   438 x-cut:      0 vfix:      0 v-elim:     98 locsubst:    44 time:   0.04
41.88/41.93	c Cache  BProp: 0 Set: 0 BXProp: 2 T: 0.01
47.99/48.03	c Flit:    72 Blit:     35 bXBeca:    0 bXProp:  184 Bins:  26277 BRemL:  12178 BRemN:    347 P: 127.5M T:  6.09
47.99/48.03	c Cleaning up after failed var search:     0.00 s 
48.09/48.11	c Replacing      788 vars Replaced    26853 lits Time:     0.08 s 
48.19/48.22	c bin-w-bin subsume rem         2894 bins  time:  0.03 s
48.29/48.39	c subs with bin:      775  lits-rem:      6204  v-fix:    0  time:  0.18 s
48.59/48.60	c Subs w/ non-existent bins:    131 l-rem:   5404 v-fix:     0 done:  42579 time:  0.21 s
48.69/48.74	c Removed useless bin:     531  fixed:     0  props:  11.02M  time:  0.13 s
49.39/49.49	c lits-rem:      1643  cl-subs:     5274  v-elim:   1085  v-fix:    0  time:  0.75 s
49.59/49.62	c vivif2 --  cl tried   167506 cl shrink     2630 lits rem       3958 time: 0.13
49.59/49.67	c vivif2 --  cl tried    27819 cl shrink     4572 lits rem      13850 time: 0.05
49.89/49.98	c asymm  cl-useful: 1048/8529/167097 lits-rem:1096 time: 0.31
49.99/50.06	c calculated reachability. Time: 0.06
49.99/50.06	c  N dy   373     69888     62816    167094    334906     27760   1434507    320874      5.13   no data  --
50.19/50.27	c Finding binary XORs  T:     0.21 s  found:      48
50.99/51.07	c  N dy   409     74385     62813    167094    335177     31934   1434506    388005      5.15      7.26  --
51.79/51.82	c  N dy   442     79155     62810    167094    335434     21224   1434505    234074      5.18      6.10  --
52.59/52.65	c  N dy   478     84471     62810    167094    335712     26202   1434502    311271      5.21      5.52  --
53.09/53.18	c  F st   499     87500     62808    167094    335874     29026   1434500    355305      5.22   no data  --
53.19/53.24	c Replacing       48 vars Replaced     1304 lits Time:     0.04 s 
53.89/53.97	c  N st   504     90797     62759    167062    335753     32086   1434159    424179      5.22   no data  --
54.89/54.92	c  N dy   530     96711     62757    167062    336036     37650   1434158    516808      5.23      5.54  --
55.88/55.97	c  N dy   569    102909     62756    167062    336324     27725   1434155    281115      5.25      5.57  --
56.28/56.30	c  S st   584    104833     62756    167062    336415     29533   1434154    308258      5.26   no data  --
56.49/56.52	c  S st   584    105335     62756    167062    336529     29918   1434154    312593      5.26   no data  --
56.49/56.56	c x-sub:    22 x-cut:      0 vfix:      0 v-elim:     10 locsubst:   148 time:   0.04
56.49/56.57	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.01
62.78/62.80	c Flit:    37 Blit:      5 bXBeca:    0 bXProp:  142 Bins:  19972 BRemL:   9539 BRemN:    130 P: 126.4M T:  6.22
62.78/62.87	c Replacing      202 vars Replaced     9060 lits Time:     0.07 s 
62.88/62.98	c bin-w-bin subsume rem          662 bins  time:  0.03 s
63.08/63.12	c subs with bin:      980  lits-rem:      2689  v-fix:    0  time:  0.14 s
63.28/63.37	c Subs w/ non-existent bins:    184 l-rem:   2655 v-fix:     0 done:  49261 time:  0.25 s
63.48/63.51	c Removed useless bin:     486  fixed:     0  props:  10.70M  time:  0.14 s
63.98/64.04	c lits-rem:       490  cl-subs:     1546  v-elim:    158  v-fix:    0  time:  0.53 s
64.08/64.18	c vivif2 --  cl tried   165482 cl shrink      970 lits rem       1476 time: 0.14
64.18/64.22	c vivif2 --  cl tried    28662 cl shrink     2655 lits rem       8841 time: 0.04
64.48/64.57	c asymm  cl-useful: 619/7937/165137 lits-rem:717 time: 0.35
64.58/64.66	c calculated reachability. Time: 0.07
64.58/64.66	c  N dy   584    105335     62318    165122    341751     28596   1418994    303177      5.26   no data  --
64.78/64.87	c Finding binary XORs  T:     0.22 s  found:     207
66.08/66.17	c  N dy   635    112080     62317    165122    342067     34965   1418992    406242      5.30      7.09  --
67.38/67.42	c  N dy   682    119267     62315    165122    342397     41738   1418989    512301      5.31      6.52  --
68.88/68.92	c  N dy   736    126910     62314    165122    342730     32035   1418982    313466      5.34      5.62  --
70.48/70.55	c  N dy   798    135164     62311    165122    343085     39836   1418975    445909      5.38      5.67  --
72.18/72.27	c  N dy   865    143824     62309    165122    343413     48080   1418971    580996      5.41      6.94  --
74.48/74.52	c  N dy   939    153079     62308    165122    343727     38965   1418970    377553      5.46      7.65  --
75.68/75.75	c  S st   977    158002     62307    165122    343912     43645   1418964    464345      5.48   no data  --
76.08/76.10	c  S st   977    158503     62307    165122    344030     44023   1418963    468387      5.48   no data  --
76.08/76.15	c x-sub:    59 x-cut:      0 vfix:      0 v-elim:      1 locsubst:    78 time:   0.05
76.08/76.16	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
83.18/83.29	c Flit:    15 Blit:      5 bXBeca:    0 bXProp:  135 Bins:  13721 BRemL:   7451 BRemN:    130 P: 135.4M T:  7.13
83.28/83.39	c Replacing      375 vars Replaced    13789 lits Time:     0.09 s 
83.48/83.52	c bin-w-bin subsume rem          892 bins  time:  0.03 s
83.68/83.73	c subs with bin:      727  lits-rem:      2914  v-fix:    0  time:  0.21 s
83.88/83.96	c Subs w/ non-existent bins:     73 l-rem:   3398 v-fix:     0 done:  32141 time:  0.23 s
84.08/84.12	c Removed useless bin:     524  fixed:     0  props:  10.27M  time:  0.16 s
85.08/85.13	c lits-rem:       983  cl-subs:     1950  v-elim:    126  v-fix:    0  time:  1.01 s
85.18/85.29	c vivif2 --  cl tried   164301 cl shrink     1085 lits rem       1283 time: 0.16
85.28/85.38	c vivif2 --  cl tried    42026 cl shrink     4140 lits rem      15198 time: 0.09
85.79/85.82	c asymm  cl-useful: 318/5774/163888 lits-rem:402 time: 0.44
85.88/85.92	c calculated reachability. Time: 0.08
85.88/85.93	c  N dy   977    158503     61779    163867    346833     41923   1409113    432163      5.48   no data  --
86.08/86.17	c Finding binary XORs  T:     0.24 s  found:      92
88.68/88.70	c  N dy  1054    168718     61775    163867    347181     51691   1409103    607493      5.52      5.82  --
91.18/91.24	c  N dy  1132    179708     61772    163867    347580     42614   1409101    398459      5.55      5.86  --
94.09/94.15	c  N dy  1214    191204     61772    163867    347934     53665   1409099    595685      5.59      5.96  --
97.48/97.50	c  N dy  1308    203557     61768    163867    348305     45313   1409097    382555      5.63      6.10  --
100.98/101.00	c  N dy  1394    216562     61766    163867    348685     57831   1409091    600804      5.65      8.68  --
104.98/105.05	c  N dy  1505    230394     61763    163867    349091     71137   1409087    876458      5.69      6.02  --
106.88/106.96	c  S st  1554    237754     61763    163867    349302     57129   1409087    537780      5.71   no data  --
107.28/107.32	c  S st  1554    238256     61763    163867    349418     57512   1409087    542573      5.71   no data  --
107.28/107.36	c x-sub:    33 x-cut:      0 vfix:      0 v-elim:      2 locsubst:   144 time:   0.05
107.28/107.38	c Cache  BProp: 0 Set: 0 BXProp: 2 T: 0.01
114.58/114.68	c Flit:    46 Blit:     22 bXBeca:    0 bXProp:  185 Bins:  14013 BRemL:   9555 BRemN:     42 P: 143.7M T:  7.30
114.68/114.78	c Replacing      340 vars Replaced    21509 lits Time:     0.10 s 
114.88/114.92	c bin-w-bin subsume rem          867 bins  time:  0.03 s
115.08/115.14	c subs with bin:     1070  lits-rem:      3530  v-fix:    0  time:  0.21 s
115.28/115.34	c Subs w/ non-existent bins:    116 l-rem:   2903 v-fix:     0 done:  23461 time:  0.20 s
115.49/115.51	c Removed useless bin:     845  fixed:     0  props:  10.05M  time:  0.16 s
116.59/116.62	c lits-rem:      1503  cl-subs:     1704  v-elim:    166  v-fix:    0  time:  1.11 s
116.68/116.79	c vivif2 --  cl tried   162954 cl shrink     1376 lits rem       1665 time: 0.17
116.88/116.91	c vivif2 --  cl tried    54981 cl shrink     4020 lits rem      14423 time: 0.12
117.28/117.33	c asymm  cl-useful: 446/5005/162361 lits-rem:495 time: 0.42
117.38/117.43	c calculated reachability. Time: 0.08
117.38/117.43	c  N dy  1554    238256     61156    162351    346205     54812   1396010    502223      5.71   no data  --
117.58/117.66	c Finding binary XORs  T:     0.23 s  found:     139
121.98/122.08	c  N dy  1669    253486     61154    162351    346665     69454   1396005    785515      5.75      6.11  --
126.39/126.48	c  N dy  1782    269668     61152    162351    347172     61979   1396001    578812      5.79      6.17  --
130.98/131.03	c  N dy  1917    287016     61150    162351    347650     78688   1395998    900473      5.83      6.36  --
136.08/136.11	c  N dy  2062    305382     61145    162351    348117     73165   1395995    736704      5.87      6.20  --
136.28/136.34	c  F st  2071    306251     61144    162351    348142     74003   1395995    751143      5.87   no data  --
136.39/136.42	c Replacing      139 vars Replaced     4426 lits Time:     0.05 s 
141.28/141.30	c  N dy  2168    324980     61004    162255    347958     67863   1395370    555693      5.89      6.28  --
142.58/142.66	c Finding binary XORs  T:     0.22 s  found:      77
146.78/146.82	c  N dy  2310    345071     60998    162254    348408     87274   1395323    946433      5.93     12.40  --
150.07/150.19	c  S st  2404    357385     60998    162254    348670     73831   1395320    605424      5.95   no data  --
150.47/150.51	c  S st  2404    357887     60996    162254    348754     74242   1395320    610292      5.95   no data  --
150.47/150.55	c x-sub:    58 x-cut:      0 vfix:      0 v-elim:      7 locsubst:   308 time:   0.04
150.47/150.56	c Cache  BProp: 1 Set: 1 BXProp: 0 T: 0.01
157.37/157.46	c Flit:    17 Blit:      0 bXBeca:    0 bXProp:  119 Bins:  11734 BRemL:   7672 BRemN:    135 P: 152.1M T:  6.90
157.47/157.55	c Replacing      316 vars Replaced    14175 lits Time:     0.08 s 
157.57/157.67	c bin-w-bin subsume rem         1307 bins  time:  0.03 s
157.77/157.84	c subs with bin:     1564  lits-rem:      3720  v-fix:    0  time:  0.17 s
157.97/158.05	c Subs w/ non-existent bins:    114 l-rem:   1741 v-fix:     0 done:  37897 time:  0.21 s
158.07/158.18	c Removed useless bin:     807  fixed:     0  props:   9.27M  time:  0.12 s
159.07/159.14	c lits-rem:      1462  cl-subs:     2241  v-elim:    120  v-fix:    0  time:  0.96 s
159.17/159.28	c vivif2 --  cl tried   161201 cl shrink     1623 lits rem       2036 time: 0.15
159.38/159.40	c vivif2 --  cl tried    70795 cl shrink     3406 lits rem       9382 time: 0.12
159.67/159.77	c asymm  cl-useful: 423/5682/160526 lits-rem:455 time: 0.37
159.77/159.86	c calculated reachability. Time: 0.07
159.77/159.86	c  N dy  2404    357887     60522    160521    348437     70565   1381925    576280      5.95   no data  --
159.97/160.09	c Finding binary XORs  T:     0.23 s  found:     180
165.57/165.61	c  N dy  2554    377928     60516    160521    348888     90022   1381919    975013      5.99      6.49  --
171.08/171.17	c  N dy  2702    398089     60515    160521    349356     81674   1381912    736136      6.03      6.39  --
176.68/176.70	c  N dy  2850    418105     60512    160521    349801    101079   1381908   1169482      6.06      6.80  --
181.97/182.09	c  N dy  2989    438153     60510    160521    350339     93101   1381903    871165      6.09      8.21  --
187.57/187.68	c  N dy  3131    458289     60510    160521    350743    112689   1381897   1282260      6.12      6.46  --
191.67/191.71	c Finding binary XORs  T:     0.23 s  found:      91
193.67/193.75	c  N dy  3288    478336     60508    160448    350121    104225   1381276   1056180      6.14      8.23  --
199.87/199.96	c  N dy  3445    498356     60508    160448    350519     94429   1381273    763515      6.18      8.52  --
205.87/205.99	c  N dy  3596    518399     60506    160448    350878    113959   1381268   1199341      6.21      6.57  --
211.77/211.85	c  S st  3739    536830     60506    160448    351236    101491   1381263    835572      6.24   no data  --
212.07/212.19	c  S st  3739    537331     60506    160448    351322    101900   1381263    840859      6.24   no data  --
212.17/212.24	c x-sub:   121 x-cut:      0 vfix:      0 v-elim:      8 locsubst:   124 time:   0.04
212.17/212.25	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
219.57/219.61	c Flit:    14 Blit:      1 bXBeca:    0 bXProp:  139 Bins:   9128 BRemL:   5199 BRemN:     51 P: 166.6M T:  7.36
219.67/219.71	c Replacing      460 vars Replaced    22878 lits Time:     0.09 s 
219.77/219.85	c bin-w-bin subsume rem         1543 bins  time:  0.03 s
219.97/220.05	c subs with bin:     1764  lits-rem:      4868  v-fix:    0  time:  0.20 s
220.06/220.17	c Subs w/ non-existent bins:     87 l-rem:   2403 v-fix:     0 done:   9835 time:  0.11 s
220.16/220.29	c Removed useless bin:    1451  fixed:     0  props:   9.15M  time:  0.12 s
221.47/221.58	c lits-rem:      2830  cl-subs:     3388  v-elim:    151  v-fix:    0  time:  1.29 s
221.67/221.73	c vivif2 --  cl tried   159655 cl shrink     1670 lits rem       1966 time: 0.15
221.87/221.90	c vivif2 --  cl tried    96913 cl shrink     4968 lits rem      14076 time: 0.17
222.18/222.26	c asymm  cl-useful: 114/10251/159103 lits-rem:255 time: 0.36
222.27/222.36	c calculated reachability. Time: 0.07
222.27/222.36	c  N dy  3739    537331     59860    159056    349786     96629   1367505    788803      6.24   no data  --
222.47/222.59	c Finding binary XORs  T:     0.23 s  found:     178
228.87/228.98	c  N dy  3907    557639     59859    159056    350143    116463   1367504   1242310      6.27      6.65  --
235.57/235.61	c  N dy  4059    577747     59859    159056    350552    102038   1367499    822457      6.30      6.73  --
241.57/241.63	c  N dy  4212    597817     59856    159056    350898    121621   1367489   1294126      6.32      7.47  --
248.07/248.15	c  N dy  4365    617928     59853    159056    351224    109026   1367487    893716      6.35      6.73  --
254.57/254.60	c  N dy  4523    638302     59850    159056    351553    128943   1367481   1361977      6.37      6.77  --
261.56/261.69	c  N dy  4683    658544     59850    159056    351830    115823   1367479    966657      6.40      6.74  --
267.97/268.01	c  N dy  4828    678655     59850    159056    352170    135430   1367477   1420826      6.42      6.85  --
270.07/270.19	c Finding binary XORs  T:     0.23 s  found:      64
275.17/275.20	c  N dy  4981    698696     59850    158979    351938    121015   1367009    981710      6.44      6.84  --
282.16/282.26	c  N dy  5139    718743     59849    158979    352234    140644   1367008   1488988      6.46      6.96  --
289.17/289.30	c  N dy  5289    738878     59848    158979    352551    125282   1367006    988733      6.48      6.83  --
296.57/296.67	c  N dy  5454    758979     59848    158979    352740    145087   1367004   1508072      6.51      9.52  --
304.47/304.56	c  N dy  5616    779224     59848    158979    352949    164985   1367003   2019031      6.53      7.05  --
311.76/311.88	c  N dy  5780    799254     59848    158979    353139    148340   1367001   1475101      6.56      7.29  --
314.46/314.52	c  S st  5835    805997     59848    158979    353196    154982   1367001   1639539      6.57   no data  --
314.86/314.92	c  S st  5835    806500     59848    158979    353266    155415   1367001   1646327      6.57   no data  --
314.86/314.97	c x-sub:    50 x-cut:      0 vfix:      0 v-elim:      7 locsubst:   256 time:   0.05
314.86/314.98	c Cache  BProp: 2 Set: 1 BXProp: 0 T: 0.01
323.46/323.59	c Flit:    23 Blit:      6 bXBeca:    0 bXProp:  176 Bins:  10074 BRemL:   5035 BRemN:     39 P: 198.2M T:  8.61
323.66/323.71	c Replacing      519 vars Replaced    32577 lits Time:     0.12 s 
323.87/323.91	c bin-w-bin subsume rem         1597 bins  time:  0.03 s
324.27/324.38	c subs with bin:     2455  lits-rem:      9817  v-fix:    0  time:  0.47 s
324.47/324.52	c Subs w/ non-existent bins:     67 l-rem:   3673 v-fix:     0 done:  16669 time:  0.14 s
324.56/324.65	c Removed useless bin:    1817  fixed:     0  props:   9.06M  time:  0.12 s
327.06/327.15	c lits-rem:      6667  cl-subs:     4518  v-elim:     95  v-fix:    0  time:  2.50 s
327.26/327.30	c vivif2 --  cl tried   157739 cl shrink     1541 lits rem       2116 time: 0.15
327.56/327.66	c vivif2 --  cl tried   148373 cl shrink    16436 lits rem      70739 time: 0.36
327.96/328.06	c asymm  cl-useful: 95/9114/157236 lits-rem:185 time: 0.40
328.06/328.16	c calculated reachability. Time: 0.08
328.06/328.16	c  N dy  5835    806500     59188    157206    352130    147883   1350834   1493823      6.57   no data  --
328.36/328.40	c Finding binary XORs  T:     0.24 s  found:     162
336.06/336.11	c  N dy  6002    826593     59187    157206    352410    167606   1350831   2031581      6.59     10.90  --
342.96/343.02	c  N dy  6144    846655     59186    157206    352737    146016   1350827   1408222      6.60      6.97  --
350.26/350.32	c  N dy  6298    866883     59186    157206    353018    165844   1350823   1940244      6.62      7.03  --
357.27/357.37	c  N dy  6435    886910     59185    157206    353300    147833   1350818   1350897      6.63      8.36  --
365.47/365.56	c  N dy  6594    907056     59185    157206    353552    167597   1350809   1891710      6.65      7.11  --
373.87/373.96	c  N dy  6748    927268     59185    157206    353796    148414   1350805   1255328      6.67      7.14  --
382.56/382.69	c  N dy  6905    947295     59185    157206    354027    168093   1350805   1759423      6.69      9.11  --
392.46/392.52	c  N dy  7056    967312     59185    157206    354283    187738   1350804   2266306      6.71      7.15  --
399.86/399.97	c  N dy  7201    987358     59185    157206    354574    167116   1350802   1617451      6.72      7.82  --
404.96/405.02	c Finding binary XORs  T:     0.24 s  found:      69
408.36/408.49	c  N dy  7357   1007380     59185    157177    354726    186778   1350618   2165369      6.74      8.38  --
416.66/416.79	c  N dy  7521   1027384     59185    157177    354888    165468   1350614   1508922      6.76      7.57  --
424.66/424.73	c  N dy  7674   1047429     59184    157177    355058    185239   1350611   2030951      6.77      7.36  --
433.37/433.42	c  N dy  7836   1067563     59184    157177    355200    162644   1350610   1301414      6.79      7.18  --
435.06/435.15	c  F st  7873   1071875     59184    157177    355237    166897   1350610   1423104      6.80   no data  --
435.16/435.25	c Replacing      231 vars Replaced    11000 lits Time:     0.06 s 
441.17/441.24	c  N dy  7958   1087620     58953    157153    355106    182207   1350452   1885562      6.80      7.82  --
449.77/449.87	c  N dy  8109   1107765     58953    157153    355279    202057   1350450   2434413      6.82      7.18  --
458.16/458.21	c  N dy  8262   1127806     58953    157153    355473    178281   1350450   1634963      6.83      7.46  --
466.37/466.43	c  N dy  8419   1147895     58950    157153    355652    198078   1350449   2189810      6.85      8.66  --
475.36/475.42	c  N dy  8583   1167941     58950    157153    355833    173486   1350448   1394663      6.87      9.91  --
483.46/483.57	c  N dy  8743   1188025     58950    157153    356003    193269   1350445   1928648      6.88      8.48  --
492.16/492.27	c  N dy  8895   1208027     58950    157153    356188    212964   1350443   2477314      6.90      8.11  --
492.97/493.07	c  S st  8909   1209751     58950    157153    356197    214665   1350443   2523626      6.90   no data  --
493.47/493.58	c  S st  8909   1210251     58950    157153    356263    215099   1350443   2529290      6.90   no data  --
493.57/493.63	c x-sub:   104 x-cut:      0 vfix:      0 v-elim:     17 locsubst:   288 time:   0.05
493.57/493.64	c Cache  BProp: 0 Set: 0 BXProp: 3 T: 0.01
501.77/501.86	c Flit:    15 Blit:      0 bXBeca:    0 bXProp:  179 Bins:   7004 BRemL:   3310 BRemN:     40 P: 200.0M T:  8.22
501.97/502.00	c Replacing      301 vars Replaced    25382 lits Time:     0.13 s 
502.16/502.24	c bin-w-bin subsume rem         1658 bins  time:  0.04 s
502.96/503.05	c subs with bin:     2597  lits-rem:      9819  v-fix:    0  time:  0.80 s
503.07/503.15	c Subs w/ non-existent bins:     49 l-rem:   3484 v-fix:     0 done:   7299 time:  0.10 s
503.17/503.27	c Removed useless bin:    1914  fixed:     0  props:   9.11M  time:  0.11 s
507.07/507.16	c lits-rem:      3052  cl-subs:     5244  v-elim:     68  v-fix:    0  time:  3.89 s
507.26/507.32	c vivif2 --  cl tried   156216 cl shrink     1903 lits rem       2371 time: 0.16
507.86/507.92	c vivif2 --  cl tried   206058 cl shrink    27277 lits rem     129638 time: 0.60
508.26/508.33	c asymm  cl-useful: 128/9711/155644 lits-rem:186 time: 0.41
508.36/508.43	c calculated reachability. Time: 0.08
508.36/508.43	c  N dy  8909   1210251     58538    155622    356182    205249   1334843   2264749      6.90   no data  --
508.56/508.68	c Finding binary XORs  T:     0.25 s  found:     254
517.56/517.66	c  N dy  9067   1230302     58534    155622    356381    176182   1334843   1461097      6.91      8.53  --
526.06/526.10	c  N dy  9221   1250370     58533    155622    356574    195936   1334842   1998848      6.93      8.44  --
534.96/535.05	c  N dy  9381   1270444     58533    155622    356778    215680   1334840   2535187      6.94      7.36  --
544.06/544.15	c  N dy  9545   1290579     58532    155622    356984    190029   1334838   1757988      6.96      7.61  --
552.76/552.84	c  N dy  9687   1310636     58532    155622    357158    209803   1334835   2290302      6.97      7.34  --
561.86/561.93	c  N dy  9831   1330647     58531    155622    357373    229460   1334832   2815533      6.98      7.38  --
570.56/570.68	c  N dy  9987   1350906     58530    155622    357563    202938   1334829   1958544      6.99      7.45  --
579.76/579.88	c  N dy 10136   1370938     58530    155622    357768    222648   1334828   2513361      7.01      8.18  --
589.26/589.33	c  N dy 10293   1391008     58530    155622    357958    194965   1334827   1615297      7.02      8.59  --
597.77/597.85	c  N dy 10443   1411057     58529    155622    358086    214787   1334827   2154830      7.03      9.01  --
607.17/607.22	c  N dy 10600   1431265     58528    155622    358241    234741   1334826   2741894      7.05      7.53  --
616.46/616.55	c  N dy 10742   1451379     58526    155622    358358    205542   1334826   1785142      7.06      7.59  --
625.56/625.60	c  N dy 10880   1471432     58525    155622    358514    225320   1334826   2347064      7.06      8.17  --
635.16/635.21	c  N dy 11038   1491452     58525    155622    358632    245117   1334823   2941180      7.08      9.58  --
644.56/644.68	c  N dy 11198   1511531     58525    155622    358754    215228   1334823   1934348      7.09      7.48  --
645.27/645.34	c Finding binary XORs  T:     0.23 s  found:      55
653.87/653.95	c  N dy 11339   1531788     58525    155492    358566    235118   1334142   2523476      7.10      7.50  --
664.27/664.33	c  N dy 11502   1551873     58525    155492    358699    254953   1334140   3103686      7.11      7.51  --
676.57/676.65	c  N dy 11652   1571943     58525    155492    358831    224384   1334139   2073661      7.12      8.04  --
689.26/689.33	c  N dy 11798   1591958     58524    155492    358967    244108   1334136   2643049      7.13      7.97  --
702.17/702.27	c  N dy 11949   1612172     58523    155492    359104    264079   1334135   3227660      7.14      7.58  --
713.87/713.93	c  N dy 12095   1632683     58523    155492    359223    232902   1334133   2168948      7.15      7.72  --
725.57/725.66	c  N dy 12241   1652775     58523    155492    359338    252764   1334133   2739673      7.16      9.26  --
737.46/737.56	c  N dy 12404   1672871     58523    155492    359449    272636   1334133   3331699      7.17     12.38  --
748.36/748.43	c  N dy 12560   1692960     58523    155492    359576    239739   1334133   2251484      7.18      7.60  --
756.27/756.37	c  S st 12682   1710253     58522    155492    359690    256814   1334133   2731131      7.19   no data  --
756.77/756.89	c  S st 12682   1710755     58522    155492    359737    257268   1334133   2738044      7.19   no data  --
756.87/756.94	c x-sub:   119 x-cut:      0 vfix:      0 v-elim:     12 locsubst:    60 time:   0.05
756.87/756.96	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.01
765.17/765.27	c Flit:    12 Blit:      0 bXBeca:    0 bXProp:  203 Bins:  20712 BRemL:   2593 BRemN:     47 P: 200.0M T:  8.31
765.37/765.42	c Replacing      539 vars Replaced    40482 lits Time:     0.14 s 
765.57/765.67	c bin-w-bin subsume rem         2156 bins  time:  0.04 s
766.26/766.37	c subs with bin:     2186  lits-rem:     13713  v-fix:    0  time:  0.70 s
766.46/766.52	c Subs w/ non-existent bins:     99 l-rem:   2850 v-fix:     0 done:  18659 time:  0.15 s
766.56/766.63	c Removed useless bin:    3938  fixed:     0  props:   9.18M  time:  0.11 s
771.07/771.18	c lits-rem:      1889  cl-subs:     5678  v-elim:     98  v-fix:    0  time:  4.54 s
771.27/771.33	c vivif2 --  cl tried   154642 cl shrink     1487 lits rem       2063 time: 0.16
771.87/771.97	c vivif2 --  cl tried   248914 cl shrink    23535 lits rem      97810 time: 0.64
772.27/772.34	c asymm  cl-useful: 26/2141/154329 lits-rem:78 time: 0.37
772.37/772.45	c calculated reachability. Time: 0.08
772.37/772.45	c  N dy 12682   1710755     57862    154303    370889    248157   1314243   2567831      7.19   no data  --
772.67/772.71	c Finding binary XORs  T:     0.25 s  found:     126
782.07/782.13	c  N dy 12817   1730756     57857    154303    371042    267898   1314242   3123411      7.19      8.21  --
792.26/792.35	c  N dy 12976   1750760     57857    154303    371169    229581   1314240   2002810      7.20      8.06  --
801.26/801.36	c  N dy 13115   1770831     57854    154303    371308    249394   1314237   2561223      7.21      8.34  --
810.97/811.09	c  N dy 13271   1790906     57853    154303    371447    269218   1314236   3149562      7.22      8.21  --
820.96/821.01	c  N dy 13426   1810973     57853    154303    371578    234693   1314235   1999848      7.23     11.48  --
830.36/830.41	c  N dy 13570   1831053     57853    154303    371713    254512   1314235   2561857      7.24      7.65  --
840.26/840.38	c  N dy 13725   1851138     57853    154303    371869    274306   1314234   3142114      7.25      8.35  --
850.46/850.57	c  N dy 13888   1871146     57853    154303    371983    239024   1314234   1993123      7.26      8.05  --
859.97/860.02	c  N dy 14046   1891214     57853    154303    372135    258831   1314233   2589972      7.27      8.02  --
869.77/869.88	c  N dy 14192   1911219     57853    154303    372280    278561   1314231   3178893      7.28      8.21  --
878.96/879.08	c  N dy 14320   1931268     57853    154303    372397    298381   1314231   3724788      7.28      8.76  --
888.47/888.53	c  N dy 14469   1951320     57853    154303    372483    261880   1314231   2503218      7.29      7.71  --
898.37/898.44	c  N dy 14618   1971453     57853    154303    372555    281812   1314229   3076873      7.30      7.69  --
908.27/908.36	c  N dy 14765   1991552     57853    154303    372638    301717   1314227   3643139      7.31      8.28  --
918.27/918.31	c  N dy 14916   2011650     57853    154303    372705    263933   1314226   2438512      7.32      9.73  --
927.96/928.02	c  N dy 15052   2031709     57853    154303    372800    283721   1314226   3015157      7.32      7.78  --
937.67/937.77	c  N dy 15182   2051762     57853    154303    372902    303525   1314225   3570466      7.33      7.73  --
947.87/947.90	c  N dy 15313   2071824     57853    154303    373007    265483   1314223   2343356      7.33      7.78  --
957.07/957.12	c  N dy 15444   2091867     57851    154303    373104    285300   1314223   2915273      7.34      8.18  --
966.97/967.03	c  N dy 15580   2111981     57850    154303    373194    305172   1314223   3488801      7.34      7.89  --
977.57/977.63	c  N dy 15713   2132424     57849    154303    373292    266818   1314223   2218721      7.35      7.75  --
988.07/988.19	c  N dy 15863   2152511     57849    154303    373396    286692   1314222   2833230      7.36      8.30  --
997.87/997.99	c  N dy 15986   2172652     57849    154303    373495    306593   1314220   3403795      7.36      7.87  --
1008.68/1008.71	c  N dy 16128   2192814     57849    154303    373580    326551   1314219   4024194      7.37      7.78  --
1008.97/1009.00	c Finding binary XORs  T:     0.24 s  found:     100
1018.17/1018.23	c  S st 16255   2210755     57849    154077    373494    284156   1313272   2592155      7.37   no data  --
1018.67/1018.75	c  S st 16255   2211258     57849    154077    373533    284619   1313272   2600696      7.37   no data  --
1018.77/1018.80	c x-sub:    26 x-cut:      0 vfix:      0 v-elim:      5 locsubst:   172 time:   0.06
1018.77/1018.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.02
1026.77/1026.88	c Flit:     6 Blit:      0 bXBeca:    0 bXProp:  241 Bins:  20047 BRemL:   2775 BRemN:     66 P: 200.0M T:  8.05
1026.97/1027.02	c Replacing      536 vars Replaced    36977 lits Time:     0.14 s 
1027.17/1027.27	c bin-w-bin subsume rem         1802 bins  time:  0.04 s
1027.67/1027.77	c subs with bin:     2736  lits-rem:     15140  v-fix:    0  time:  0.50 s
1027.77/1027.87	c Subs w/ non-existent bins:     58 l-rem:   1730 v-fix:     0 done:   5391 time:  0.10 s
1027.87/1027.99	c Removed useless bin:    3963  fixed:     0  props:   9.27M  time:  0.11 s
1031.87/1031.96	c lits-rem:      3815  cl-subs:     5737  v-elim:     91  v-fix:    0  time:  3.97 s
1032.07/1032.13	c vivif2 --  cl tried   153347 cl shrink     1511 lits rem       2025 time: 0.16
1032.67/1032.75	c vivif2 --  cl tried   276218 cl shrink    13887 lits rem      46672 time: 0.62
1033.07/1033.11	c asymm  cl-useful: 51/2480/153123 lits-rem:153 time: 0.36
1033.17/1033.22	c calculated reachability. Time: 0.08
1033.17/1033.22	c  N dy 16255   2211258     57209    153072    384154    275597   1294723   2497000      7.37   no data  --
1033.37/1033.48	c Finding binary XORs  T:     0.26 s  found:     192
1043.67/1043.72	c  N dy 16393   2231337     57208    153072    384308    295389   1294722   3097542      7.38      7.90  --
1053.87/1053.96	c  N dy 16519   2251498     57208    153072    384458    315274   1294722   3691896      7.38      7.79  --
1065.37/1065.46	c  N dy 16668   2271694     57208    153072    384589    335244   1294721   4354440      7.39      7.89  --
1076.78/1076.84	c  N dy 16822   2291737     57207    153072    384708    288844   1294721   2801082      7.39      7.82  --
1087.77/1087.84	c  N dy 16962   2311775     57203    153072    384814    308682   1294721   3452278      7.40      7.79  --
1098.77/1098.81	c  N dy 17089   2331791     57203    153072    384901    328492   1294721   4076879      7.40      8.58  --
1110.27/1110.37	c  N dy 17235   2351821     57203    153072    385021    286938   1294720   2545599      7.41      7.96  --
1120.67/1120.72	c  N dy 17363   2372518     57203    153072    385110    307404   1294720   3166425      7.41      7.85  --
1132.28/1132.34	c  N dy 17512   2392705     57203    153072    385211    327398   1294718   3852380      7.42      7.81  --
1143.47/1143.51	c  N dy 17635   2412939     57203    153072    385311    347402   1294717   4485389      7.42      8.16  --
1153.47/1153.54	c  N dy 17749   2433015     57203    153072    385406    305063   1294717   2904296      7.42      8.91  --
1164.77/1164.89	c  N dy 17890   2453029     57203    153072    385469    324881   1294717   3548278      7.43      8.32  --
1176.17/1176.27	c  N dy 18030   2473030     57203    153072    385587    344628   1294715   4186327      7.43     12.18  --
1188.17/1188.26	c  N dy 18177   2493075     57202    153072    385670    301488   1294714   2644382      7.44      8.06  --
1199.57/1199.65	c  N dy 18317   2513227     57202    153072    385761    321468   1294714   3320931      7.45      7.97  --
1211.58/1211.63	c  N dy 18464   2533334     57202    153072    385844    341389   1294714   3973681      7.45      8.04  --
1223.87/1223.90	c  N dy 18614   2553477     57201    153072    385945    361335   1294714   4651489      7.46      7.92  --
1235.58/1235.69	c  N dy 18749   2573999     57201    153072    386015    317251   1294712   2963982      7.46      7.87  --
1247.78/1247.81	c  N dy 18899   2594027     57201    153072    386117    337077   1294711   3585403      7.47     12.35  --
1259.67/1259.73	c  N dy 19037   2614030     57201    153072    386201    356879   1294711   4246262      7.47      9.58  --
1271.88/1271.96	c  N dy 19180   2634509     57200    153072    386293    377141   1294711   4945453      7.48      7.88  --
1283.38/1283.46	c  N dy 19321   2654513     57200    153072    386392    331654   1294711   3310637      7.48      8.93  --
1295.79/1295.82	c  N dy 19480   2674615     57200    153072    386461    351574   1294710   3969252      7.49      7.97  --

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: 935)

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-3281471-1303748245/watcher-3281471-1303748245 -o /tmp/evaluation-result-3281471-1303748245/solver-3281471-1303748245 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3281471-1303748245.cnf 

running on 2 cores: 4,6

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: 3.92 3.95 3.12 6/189 703
/proc/meminfo: memFree=14373844/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=14904 CPUtime=0 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4194304 109 0 0 0 0 0 0 0 21 0 1 0 486422567 15261696 64 33554432000 4194304 4650387 140735590142400 18446744073709551615 228239378054 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/703/statm: 4582 68 51 112 0 55 0

[startup+0.0511081 s]
/proc/loadavg: 3.92 3.95 3.12 6/189 703
/proc/meminfo: memFree=14373844/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=32556 CPUtime=0.04 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 1483 0 0 0 4 0 0 0 21 0 1 0 486422567 33337344 1355 33554432000 4194304 4650387 140735590142400 18446744073709551615 4317100 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 8139 1355 331 112 0 3104 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 32556

[startup+0.101123 s]
/proc/loadavg: 3.92 3.95 3.12 6/189 703
/proc/meminfo: memFree=14373844/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=46880 CPUtime=0.09 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 5528 0 0 0 9 0 0 0 21 0 1 0 486422567 48005120 4445 33554432000 4194304 4650387 140735590142400 18446744073709551615 4316388 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 11720 4449 331 112 0 6685 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46880

[startup+0.301092 s]
/proc/loadavg: 3.92 3.95 3.12 6/189 703
/proc/meminfo: memFree=14373844/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=100280 CPUtime=0.29 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 21200 0 0 0 27 2 0 0 22 0 1 0 486422567 102686720 16821 33554432000 4194304 4650387 140735590142400 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 25070 16824 331 112 0 20035 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 100280

[startup+0.700991 s]
/proc/loadavg: 3.92 3.95 3.12 6/189 703
/proc/meminfo: memFree=14373844/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=126700 CPUtime=0.68 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 27360 0 0 0 65 3 0 0 23 0 1 0 486422567 129740800 21291 33554432000 4194304 4650387 140735590142400 18446744073709551615 4369128 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 31675 21291 353 112 0 26640 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 126700

[startup+1.50086 s]
/proc/loadavg: 3.92 3.95 3.12 6/190 704
/proc/meminfo: memFree=14274884/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=168484 CPUtime=1.49 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 37431 0 0 0 144 5 0 0 25 0 1 0 486422567 172527616 31362 33554432000 4194304 4650387 140735590142400 18446744073709551615 4370356 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 42121 31362 353 112 0 37086 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 168484

[startup+3.10059 s]
/proc/loadavg: 3.92 3.95 3.12 6/190 704
/proc/meminfo: memFree=14215860/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=254820 CPUtime=3.09 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 58421 0 0 0 303 6 0 0 25 0 1 0 486422567 260935680 52352 33554432000 4194304 4650387 140735590142400 18446744073709551615 4244897 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 63705 52352 353 112 0 58670 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 254820

[startup+6.30103 s]
/proc/loadavg: 3.93 3.95 3.13 5/190 704
/proc/meminfo: memFree=14094848/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=336108 CPUtime=6.29 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 78074 0 0 0 620 9 0 0 25 0 1 0 486422567 344174592 72005 33554432000 4194304 4650387 140735590142400 18446744073709551615 4244332 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 84027 72005 353 112 0 78992 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 336108

[startup+12.7009 s]
/proc/loadavg: 3.93 3.95 3.13 6/190 705
/proc/meminfo: memFree=14012268/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=411508 CPUtime=12.69 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 97674 0 0 0 1257 12 0 0 25 0 1 0 486422567 421384192 91605 33554432000 4194304 4650387 140735590142400 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 102877 91605 379 112 0 97842 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 411508

[startup+25.5007 s]
/proc/loadavg: 3.95 3.96 3.14 5/190 705
/proc/meminfo: memFree=13937840/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=492508 CPUtime=25.49 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 136720 0 0 0 2532 17 0 0 25 0 1 0 486422567 504328192 110679 33554432000 4194304 4650387 140735590142400 18446744073709551615 4550359 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 123127 110679 384 112 0 118092 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 492508

[startup+51.1011 s]
/proc/loadavg: 3.96 3.96 3.16 5/190 706
/proc/meminfo: memFree=13847792/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=523180 CPUtime=51.09 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 147816 0 0 0 5090 19 0 0 25 0 1 0 486422567 535736320 118816 33554432000 4194304 4650387 140735590142400 18446744073709551615 4367200 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 130795 118816 384 112 0 125760 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 523180

[startup+102.307 s]
/proc/loadavg: 4.02 3.96 3.21 5/190 791
/proc/meminfo: memFree=12823520/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=555648 CPUtime=102.29 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 153127 0 0 0 10205 24 0 0 25 0 1 0 486422567 568983552 124127 33554432000 4194304 4650387 140735590142400 18446744073709551615 4367297 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 138912 124127 384 112 0 133877 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 555648

[startup+162.301 s]
/proc/loadavg: 4.00 3.97 3.25 5/190 793
/proc/meminfo: memFree=12258280/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=556492 CPUtime=162.27 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 160433 0 0 0 16200 27 0 0 25 0 1 0 486422567 569847808 125267 33554432000 4194304 4650387 140735590142400 18446744073709551615 4303920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 139123 125267 384 112 0 134088 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 556492

[startup+222.301 s]
/proc/loadavg: 4.07 3.99 3.30 5/190 794
/proc/meminfo: memFree=11771832/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=557888 CPUtime=222.27 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 171927 0 0 0 22197 30 0 0 25 0 1 0 486422567 571277312 125820 33554432000 4194304 4650387 140735590142400 18446744073709551615 4302432 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 139472 125820 384 112 0 134437 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 557888

[startup+282.3 s]
/proc/loadavg: 4.07 4.00 3.35 5/190 796
/proc/meminfo: memFree=11716368/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=558508 CPUtime=282.26 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 181245 0 0 0 28193 33 0 0 25 0 1 0 486422567 571912192 127490 33554432000 4194304 4650387 140735590142400 18446744073709551615 4363291 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 139627 127490 384 112 0 134592 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 558508

[startup+342.301 s]
/proc/loadavg: 4.02 4.00 3.39 5/190 797
/proc/meminfo: memFree=11376456/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=579732 CPUtime=342.27 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 197805 0 0 0 34191 36 0 0 25 0 1 0 486422567 593645568 131502 33554432000 4194304 4650387 140735590142400 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 144933 131502 384 112 0 139898 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 579732

[startup+402.3 s]
/proc/loadavg: 4.01 4.00 3.42 5/190 799
/proc/meminfo: memFree=11335580/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=580556 CPUtime=402.26 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 209853 0 0 0 40187 39 0 0 25 0 1 0 486422567 594489344 131995 33554432000 4194304 4650387 140735590142400 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 145139 131995 384 112 0 140104 0
Current children cumulated CPU time (s) 402.26
Current children cumulated vsize (KiB) 580556

[startup+462.301 s]
/proc/loadavg: 4.00 4.00 3.46 5/190 801
/proc/meminfo: memFree=11325192/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=581480 CPUtime=462.26 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 222622 0 0 0 46184 42 0 0 25 0 1 0 486422567 595435520 132164 33554432000 4194304 4650387 140735590142400 18446744073709551615 4363736 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 145370 132164 384 112 0 140335 0
Current children cumulated CPU time (s) 462.26
Current children cumulated vsize (KiB) 581480

[startup+522.301 s]
/proc/loadavg: 4.07 4.02 3.49 5/190 802
/proc/meminfo: memFree=10983372/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=606476 CPUtime=522.27 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 238517 0 0 0 52181 46 0 0 25 0 1 0 486422567 621031424 138086 33554432000 4194304 4650387 140735590142400 18446744073709551615 4363677 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 151619 138086 384 112 0 146584 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 606476

[startup+582.301 s]
/proc/loadavg: 4.02 4.01 3.52 5/190 804
/proc/meminfo: memFree=10941112/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=607100 CPUtime=582.26 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 248569 0 0 0 58177 49 0 0 25 0 1 0 486422567 621670400 139087 33554432000 4194304 4650387 140735590142400 18446744073709551615 4366891 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 151775 139087 384 112 0 146740 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 607100

[startup+642.301 s]
/proc/loadavg: 4.01 4.00 3.55 5/190 805
/proc/meminfo: memFree=10648548/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=608160 CPUtime=642.26 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 262226 0 0 0 64174 52 0 0 25 0 1 0 486422567 622755840 138171 33554432000 4194304 4650387 140735590142400 18446744073709551615 4368052 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 152040 138171 384 112 0 147005 0
Current children cumulated CPU time (s) 642.26
Current children cumulated vsize (KiB) 608160

[startup+702.3 s]
/proc/loadavg: 4.00 4.00 3.57 5/190 807
/proc/meminfo: memFree=10317168/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=608544 CPUtime=702.27 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 268885 0 0 0 70172 55 0 0 25 0 1 0 486422567 623149056 139741 33554432000 4194304 4650387 140735590142400 18446744073709551615 4365257 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 152136 139741 384 112 0 147101 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 608544

[startup+762.307 s]
/proc/loadavg: 3.78 3.95 3.58 4/184 827
/proc/meminfo: memFree=10694576/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=609308 CPUtime=762.27 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 278888 0 0 0 76170 57 0 0 25 0 1 0 486422567 623931392 139241 33554432000 4194304 4650387 140735590142400 18446744073709551615 4369204 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 152327 139241 384 112 0 147292 0
Current children cumulated CPU time (s) 762.27
Current children cumulated vsize (KiB) 609308

[startup+822.3 s]
/proc/loadavg: 3.32 3.79 3.54 4/184 828
/proc/meminfo: memFree=10455236/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=632248 CPUtime=822.26 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 295215 0 0 0 82166 60 0 0 25 0 1 0 486422567 647421952 143789 33554432000 4194304 4650387 140735590142400 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 158062 143789 384 112 0 153027 0
Current children cumulated CPU time (s) 822.26
Current children cumulated vsize (KiB) 632248

[startup+882.301 s]
/proc/loadavg: 3.12 3.64 3.51 4/184 830
/proc/meminfo: memFree=10413564/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=633036 CPUtime=882.27 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 306490 0 0 0 88164 63 0 0 25 0 1 0 486422567 648228864 143872 33554432000 4194304 4650387 140735590142400 18446744073709551615 4363409 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 158259 143872 384 112 0 153224 0
Current children cumulated CPU time (s) 882.27
Current children cumulated vsize (KiB) 633036

[startup+942.301 s]
/proc/loadavg: 3.04 3.52 3.47 4/184 831
/proc/meminfo: memFree=10388716/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=633416 CPUtime=942.27 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 314127 0 0 0 94161 66 0 0 25 0 1 0 486422567 648617984 145739 33554432000 4194304 4650387 140735590142400 18446744073709551615 4366864 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 158354 145739 384 112 0 153319 0
Current children cumulated CPU time (s) 942.27
Current children cumulated vsize (KiB) 633416

[startup+1002.3 s]
/proc/loadavg: 3.01 3.42 3.44 4/184 833
/proc/meminfo: memFree=10375664/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=634280 CPUtime=1002.27 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 326076 0 0 0 100158 69 0 0 25 0 1 0 486422567 649502720 145789 33554432000 4194304 4650387 140735590142400 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 158570 145789 384 112 0 153535 0
Current children cumulated CPU time (s) 1002.27
Current children cumulated vsize (KiB) 634280

[startup+1062.3 s]
/proc/loadavg: 3.07 3.36 3.42 4/184 844
/proc/meminfo: memFree=10161352/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=652376 CPUtime=1062.27 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 338429 0 0 0 106156 71 0 0 25 0 1 0 486422567 668033024 151938 33554432000 4194304 4650387 140735590142400 18446744073709551615 4334262 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 163094 151938 384 112 0 158059 0
Current children cumulated CPU time (s) 1062.27
Current children cumulated vsize (KiB) 652376

[startup+1122.3 s]
/proc/loadavg: 3.06 3.31 3.39 4/184 845
/proc/meminfo: memFree=10156960/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=652764 CPUtime=1122.28 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 350438 0 0 0 112154 74 0 0 25 0 1 0 486422567 668430336 150484 33554432000 4194304 4650387 140735590142400 18446744073709551615 4364704 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 163191 150484 384 112 0 158156 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 652764

[startup+1182.3 s]
/proc/loadavg: 3.02 3.25 3.36 4/184 847
/proc/meminfo: memFree=10121184/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=653232 CPUtime=1182.28 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 358424 0 0 0 118152 76 0 0 25 0 1 0 486422567 668909568 151859 33554432000 4194304 4650387 140735590142400 18446744073709551615 4363303 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 163308 151859 384 112 0 158273 0
Current children cumulated CPU time (s) 1182.28
Current children cumulated vsize (KiB) 653232

[startup+1242.3 s]
/proc/loadavg: 3.00 3.20 3.34 4/184 848
/proc/meminfo: memFree=9940432/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=654176 CPUtime=1242.28 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 370867 0 0 0 124150 78 0 0 25 0 1 0 486422567 669876224 150579 33554432000 4194304 4650387 140735590142400 18446744073709551615 4364753 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 163544 150579 384 112 0 158509 0
Current children cumulated CPU time (s) 1242.28
Current children cumulated vsize (KiB) 654176



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.00 3.16 3.32 4/184 850
/proc/meminfo: memFree=9951164/32951124 swapFree=67111524/67111528
[pid=703] ppid=701 vsize=654644 CPUtime=1299.98 cores=4,6
/proc/703/stat : 703 (strangenight1-s) R 701 703 32761 0 -1 4202496 378879 0 0 0 129918 80 0 0 25 0 1 0 486422567 670355456 151545 33554432000 4194304 4650387 140735590142400 18446744073709551615 4363303 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/703/statm: 163661 151545 384 112 0 158626 0
Current children cumulated CPU time (s) 1299.98
Current children cumulated vsize (KiB) 654644

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.04
CPU time (s): 1300.02
CPU user time (s): 1299.19
CPU system time (s): 0.830873
CPU usage (%): 99.9989
Max. virtual memory (cumulated for all children) (KiB): 697480

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.19
system time used= 0.830873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 378879
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= 13
involuntary context switches= 2366

runsolver used 2.33164 second user time and 4.79527 second system time

The end

Launcher Data

Begin job on node136 at 2011-04-25 18:17:26
IDJOB=3281471
IDBENCH=53034
IDSOLVER=1589
FILE ID=node136/3281471-1303748245
RUNJOBID= node136-1303746810-321
PBS_JOBID= 13154026
Free space on /tmp= 72184 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT_RACE08/Q1/SAT_dat.k85.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281471-1303748245/watcher-3281471-1303748245 -o /tmp/evaluation-result-3281471-1303748245/solver-3281471-1303748245 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3281471-1303748245.cnf

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

MD5SUM BENCH= dce41996d9c5153aa0c253fa128d227c
RANDOM SEED=1606795053

node136.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.809
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.61
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.809
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	: 5332.75
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.809
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.75
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.809
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.76
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.809
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.75
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.809
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.83
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.809
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.809
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      14374000 kB
Buffers:       1704452 kB
Cached:       15685408 kB
SwapCached:          4 kB
Active:        9759864 kB
Inactive:      8249420 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      14374000 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           27668 kB
Writeback:           0 kB
AnonPages:      619408 kB
Mapped:          16344 kB
Slab:           501980 kB
PageTables:       6704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   908232 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= 72096 MiB
End job on node136 at 2011-04-25 18:39:08