Trace number 3370513

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.04 1300.02

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/
VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
MD5SUMad5b26aa9760a3817f3ab03e9314a5d6
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark284.707
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses7308
Sum of the clauses size31804
Maximum clause length13
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 36320
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5988

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3370513-1305392508.cnf'
0.00/0.01	c -- header says num vars:            160
0.00/0.01	c -- header says num clauses:        7308
0.00/0.01	c -- clauses added:            0 learnts,         7308 normals,            0 xors
0.00/0.01	c -- vars added        160
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       160      7308         0         0     31804         0   no data   no data  --
0.00/0.03	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.02
0.00/0.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
0.00/0.03	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
0.00/0.04	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.04	c calculated reachability. Time: 0.00
0.00/0.04	c Calc default polars -  time:   0.00 s pos:     160 undec:       0 neg:       0
0.00/0.04	c =========================================================================================
0.00/0.04	c types(t): F = full restart, N = normal restart
0.00/0.04	c types(t): S = simplification begin/end, E = solution found
0.00/0.04	c restart types(rt): st = static, dy = dynamic
0.00/0.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.04	c  B st     0         0       160      7308         0         0     31804         0   no data   no data  --
0.09/0.20	c  N dy    15      4428       160      7308         0      4245     31804     86609     13.13     13.84  --
0.29/0.35	c  N dy    21      8478       160      7308         0      5664     31804    101963     11.80     15.50  --
0.49/0.53	c  N dy    50     12519       160      7308         0      5476     31804     95666     12.42     13.72  --
0.69/0.71	c  N dy    63     16614       160      7308         0      9328     31804    168239     12.32     15.70  --
0.88/0.94	c  N dy    72     21522       160      7308         0      8601     31804    140615     12.12     12.87  --
0.99/1.08	c  F st    77     25000       160      7308         0     11887     31804    202005     11.97     10.42  --
1.09/1.12	c  N st    79     25625       160      7308         0     12491     31804    213740     11.97   no data  --
1.28/1.33	c  N dy    83     30000       160      7308         0     10231     31804    177847     11.97   no data  --
1.28/1.33	c  S st    83     30000       160      7308         0     10231     31804    177847     11.97   no data  --
1.28/1.35	c  S st    83     30502       160      7308         0     10726     31804    188056     11.97   no data  --
1.28/1.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.28/1.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.28/1.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.28/1.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.28/1.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.28/1.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1.28/1.36	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.09/2.20	c lits-rem:       174  cl-subs:     1141  v-elim:      0  v-fix:    0  time:  0.83 s
2.19/2.29	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.09
2.19/2.29	c calculated reachability. Time: 0.00
2.19/2.29	c  N dy    83     30502       160      7308         0      9585     31804    173511     11.97   no data  --
2.38/2.48	c  N dy   109     34646       160      7308         0     13537     31804    252048     12.21     13.00  --
2.68/2.72	c  N dy   134     39381       160      7308         0     10571     31804    177964     12.32     13.07  --
2.88/2.92	c  N dy   150     43408       160      7308         0     14369     31804    248682     12.31     14.42  --
2.98/3.05	c  S st   161     45753       160      7308         0     16616     31804    292144     12.34     11.66  --
2.98/3.09	c  S st   161     46255       160      7308         0      8617     31804    133399     12.34   no data  --
2.98/3.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.98/3.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.98/3.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
3.09/3.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.09/3.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.09/3.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
3.09/3.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
3.49/3.56	c lits-rem:        20  cl-subs:      120  v-elim:      0  v-fix:    0  time:  0.46 s
3.49/3.56	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
3.49/3.56	c vivif2 --  cl tried     8497 cl shrink        0 lits rem          0 time: 0.00
3.59/3.65	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.08
3.59/3.65	c calculated reachability. Time: 0.00
3.59/3.65	c  N dy   161     46255       160      7308         0      8497     31804    132180     12.34   no data  --
3.79/3.85	c  N dy   182     50412       160      7308         0     12493     31804    210565     12.42     13.10  --
3.99/4.08	c  N dy   200     54437       160      7308         0     16333     31804    285645     12.45     13.58  --
4.30/4.32	c  N dy   221     58585       160      7308         0     10770     31804    171851     12.49     13.21  --
4.49/4.56	c  N dy   231     63410       160      7308         0     15295     31804    254548     12.42     13.08  --
4.79/4.82	c  N dy   236     68040       160      7308         0     19649     31804    333058     12.33     13.04  --
4.89/4.91	c  S st   239     69383       160      7308         0     10504     31804    156712     12.31      9.68  --
4.89/4.94	c  S st   239     69884       160      7308         0     11002     31804    167454     12.31   no data  --
4.89/4.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.89/4.94	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
4.89/4.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.89/4.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.89/4.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.89/4.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
4.89/4.95	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
5.59/5.66	c lits-rem:        45  cl-subs:      166  v-elim:      0  v-fix:    0  time:  0.71 s
5.59/5.66	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
5.59/5.66	c vivif2 --  cl tried    10836 cl shrink        0 lits rem          0 time: 0.00
5.69/5.76	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.10
5.69/5.76	c calculated reachability. Time: 0.00
5.69/5.76	c  N dy   239     69884       160      7308         0     10836     31804    165658     12.31   no data  --
5.99/6.06	c  N dy   250     75941       160      7308         0     16528     31804    266885     12.21     12.91  --
6.29/6.34	c  N dy   266     80814       160      7308         0     21147     31804    353846     12.21     12.94  --
6.68/6.72	c  N dy   287     87252       160      7308         0     15891     31804    247485     12.17     13.00  --
6.68/6.73	c  F st   288     87501       160      7308         0     16132     31804    252296     12.16     12.10  --
6.99/7.03	c  N dy   295     92854       160      7308         0     21225     31804    353869     12.16     12.82  --
7.38/7.43	c  N dy   319     99738       160      7308         0     15439     31804    236412     12.17     12.88  --
7.59/7.70	c  S st   326    104826       160      7308         0     20227     31804    318388     12.10     12.24  --
7.69/7.74	c  S st   326    105328       160      7308         0     20726     31804    328850     12.10   no data  --
7.69/7.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.69/7.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
7.69/7.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
7.69/7.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.69/7.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.69/7.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
7.69/7.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
8.79/8.85	c lits-rem:       149  cl-subs:     2644  v-elim:      0  v-fix:    0  time:  1.10 s
8.79/8.85	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
8.79/8.86	c vivif2 --  cl tried    18082 cl shrink        0 lits rem          0 time: 0.00
8.88/8.99	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.14
8.88/8.99	c calculated reachability. Time: 0.00
8.88/8.99	c  N dy   326    105328       160      7308         0     18082     31804    295069     12.10   no data  --
9.28/9.39	c  N dy   361    112147       160      7308         0     24538     31804    416120     12.12     12.78  --
9.79/9.90	c  N dy   396    120929       160      7308         0     19699     31804    316079     12.13     12.96  --
10.38/10.41	c  N dy   420    128851       160      7308         0     27163     31804    451382     12.09     12.73  --
10.89/10.91	c  N dy   437    137162       160      7308         0     20801     31804    328050     12.04     12.78  --
11.38/11.49	c  N dy   459    146101       160      7308         0     29258     31804    481309     12.02     12.66  --
12.10/12.12	c  N dy   502    155911       160      7308         0     23485     31804    371499     12.05     12.70  --
12.19/12.25	c  S st   509    157992       160      7308         0     25452     31804    407578     12.05   no data  --
12.19/12.29	c  S st   509    158496       160      7308         0     25948     31804    417987     12.05   no data  --
12.19/12.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.19/12.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
12.29/12.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
12.29/12.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.29/12.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.29/12.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
12.29/12.31	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
13.39/13.42	c lits-rem:       292  cl-subs:     1747  v-elim:      0  v-fix:    0  time:  1.11 s
13.39/13.42	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
13.39/13.42	c vivif2 --  cl tried    24201 cl shrink        0 lits rem          0 time: 0.00
13.59/13.62	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.20
13.59/13.62	c calculated reachability. Time: 0.00
13.59/13.62	c  N dy   509    158496       160      7308         0     24201     31804    394809     12.05   no data  --
14.30/14.33	c  N dy   552    169101       160      7308         0     18195     31804    263249     12.06     12.85  --
14.99/15.02	c  N dy   601    179917       160      7308         0     28444     31804    456596     12.07     15.09  --
15.88/15.99	c  N dy   643    194045       160      7308         0     24818     31804    372884     12.05     12.74  --
16.78/16.87	c  N dy   668    206434       160      7308         0     18485     31804    255067     11.99     12.87  --
17.78/17.85	c  N dy   710    221765       160      7308         0     32852     31804    510792     11.96     12.63  --
18.78/18.88	c  N dy   751    236520       160      7308         0     27987     31804    423482     11.93     12.58  --
18.88/18.97	c  S st   761    237745       160      7308         0     29156     31804    445914     11.94   no data  --
18.98/19.02	c  S st   761    238246       160      7308         0     29645     31804    455794     11.94   no data  --
18.98/19.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
18.98/19.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
18.98/19.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
18.98/19.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
18.98/19.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
18.98/19.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
18.98/19.04	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
20.08/20.11	c lits-rem:       233  cl-subs:     2147  v-elim:      0  v-fix:    0  time:  1.07 s
20.08/20.11	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
20.08/20.12	c vivif2 --  cl tried    27498 cl shrink        0 lits rem          0 time: 0.00
20.28/20.34	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.22
20.28/20.34	c calculated reachability. Time: 0.00
20.28/20.34	c  N dy   761    238246       160      7308         0     27498     31804    429175     11.94   no data  --
21.38/21.45	c  N dy   791    254376       160      7308         0     22865     31804    325520     11.88     12.58  --
22.59/22.68	c  N dy   872    271106       160      7308         0     38800     31804    621645     11.91     12.65  --
23.89/23.97	c  N dy   936    288635       160      7308         0     34656     31804    534758     11.91     12.54  --
25.19/25.28	c  F st   976    306251       160      7308         0     29366     31804    423950     11.85     11.33  --
25.30/25.37	c  N st   979    307443       160      7308         0     30490     31804    444307     11.85   no data  --
26.88/26.94	c  N dy  1025    327120       160      7308         0     26514     31804    382828     11.84     13.47  --
28.59/28.62	c  N dy  1114    347442       160      7308         0     45717     31804    729309     11.85     12.47  --
29.38/29.40	c  S st  1154    357369       160      7308         0     31491     31804    470024     11.85     11.88  --
29.38/29.45	c  S st  1154    357872       160      7308         0     31986     31804    480813     11.85   no data  --
29.38/29.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.38/29.45	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
29.38/29.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
29.38/29.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.38/29.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.38/29.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
29.38/29.47	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
30.58/30.67	c lits-rem:       205  cl-subs:     1732  v-elim:      0  v-fix:    0  time:  1.20 s
30.58/30.67	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
30.58/30.68	c vivif2 --  cl tried    30254 cl shrink        0 lits rem          0 time: 0.00
30.88/30.92	c asymm  cl-useful: 0/7308/7308 lits-rem:0 time: 0.24
30.88/30.92	c calculated reachability. Time: 0.00
30.88/30.92	c  N dy  1154    357872       160      7308         0     30254     31804    459014     11.85   no data  --
32.68/32.70	c  N dy  1230    379357       160      7308         0     25998     31804    362792     11.83     12.48  --
34.38/34.41	c  N dy  1316    401312       160      7308         0     46622     31804    739345     11.84     12.52  --
35.99/36.03	c  N dy  1371    421320       160      7308         0     40050     31804    603470     11.82     12.45  --
37.79/37.87	c  N dy  1449    441704       160      7308         0     32998     31804    470631     11.81     12.44  --
39.60/39.69	c  N dy  1547    461756       160      7308         0     51888     31804    810433     11.83     12.54  --
41.39/41.47	c  N dy  1614    481932       160      7308         0     43555     31804    648452     11.82     12.45  --
43.49/43.55	c  N dy  1668    505432       160      7308         0     37390     31804    523503     11.79     12.51  --
45.39/45.48	c  N dy  1733    526777       160      7308         0     57584     31804    875780     11.77     12.52  --
46.28/46.37	c  S st  1778    536809       160      7308         0     37886     31804    538135     11.77      9.99  --
46.39/46.42	c  S st  1778    537310       160      7308         0     38383     31804    548817     11.77   no data  --
46.39/46.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
46.39/46.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
46.39/46.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
46.39/46.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.39/46.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.39/46.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
46.39/46.45	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
47.79/47.80	c lits-rem:       193  cl-subs:     1891  v-elim:      0  v-fix:    0  time:  1.35 s
47.79/47.80	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
47.79/47.81	c vivif2 --  cl tried    36492 cl shrink        0 lits rem          0 time: 0.00
47.89/47.97	c asymm  cl-useful: 0/4061/7308 lits-rem:0 time: 0.16
47.89/47.97	c calculated reachability. Time: 0.00
47.89/47.97	c  N dy  1778    537310       160      7308         0     36492     31804    526414     11.77   no data  --
49.78/49.81	c  N dy  1861    557386       160      7308         0     55493     31804    866866     11.78     13.09  --
51.59/51.68	c  N dy  1932    578094       160      7308         0     44826     31804    659421     11.77     12.54  --
53.69/53.76	c  N dy  1994    598134       160      7308         0     32574     31804    435061     11.76     14.79  --
55.49/55.52	c  N dy  2055    618879       160      7308         0     52128     31804    779213     11.75     12.38  --
57.59/57.62	c  N dy  2149    638902       160      7308         0     39026     31804    545995     11.76     12.48  --
59.48/59.55	c  N dy  2229    658994       160      7308         0     58056     31804    882317     11.77     12.46  --
61.38/61.48	c  N dy  2283    679061       160      7308         0     43882     31804    621951     11.75     14.45  --
63.59/63.64	c  N dy  2366    700144       160      7308         0     63857     31804    975779     11.75     12.42  --
65.59/65.64	c  N dy  2444    720372       160      7308         0     48902     31804    709611     11.75     12.49  --
67.89/67.91	c  N dy  2519    741625       160      7308         0     68884     31804   1058974     11.75     12.38  --
69.79/69.84	c  N dy  2585    761695       160      7308         0     52959     31804    765320     11.74     12.96  --
71.98/72.05	c  N dy  2624    781766       160      7308         0     35966     31804    469447     11.72     12.34  --
73.79/73.88	c  N dy  2693    802270       160      7308         0     55331     31804    813083     11.71     12.36  --
74.29/74.31	c  S st  2718    805965       160      7308         0     58838     31804    876293     11.72      9.90  --
74.29/74.38	c  S st  2718    806467       160      7308         0     59334     31804    886884     11.72   no data  --
74.29/74.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
74.29/74.39	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
74.39/74.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
74.39/74.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
74.39/74.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
74.39/74.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
74.39/74.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
79.09/79.12	c lits-rem:       418  cl-subs:     3680  v-elim:      0  v-fix:    0  time:  4.68 s
79.09/79.12	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
79.09/79.13	c vivif2 --  cl tried    55654 cl shrink        0 lits rem          0 time: 0.01
79.39/79.41	c asymm  cl-useful: 0/2845/7308 lits-rem:0 time: 0.28
79.39/79.41	c calculated reachability. Time: 0.00
79.39/79.41	c  N dy  2718    806467       160      7308         0     55654     31804    839048     11.72   no data  --
81.98/82.01	c  N dy  2785    827256       160      7308         0     38519     31804    509698     11.71     12.35  --
83.88/83.95	c  N dy  2817    847265       160      7308         0     57251     31804    821473     11.69     12.37  --
86.49/86.54	c  N dy  2881    867587       160      7308         0     38845     31804    509905     11.68     12.32  --
88.58/88.64	c  N dy  2957    887659       160      7308         0     57750     31804    839997     11.68     12.47  --
91.30/91.31	c  N dy  3034    908133       160      7308         0     77078     31804   1179108     11.67     12.31  --
93.49/93.59	c  N dy  3110    928349       160      7308         0     57423     31804    831743     11.67     12.37  --
96.29/96.34	c  N dy  3186    948597       160      7308         0     76560     31804   1169147     11.68     12.36  --
98.69/98.73	c  N dy  3250    968599       160      7308         0     55849     31804    796484     11.67     12.83  --
101.38/101.43	c  N dy  3329    989004       160      7308         0     75087     31804   1130670     11.67     12.34  --
103.98/104.02	c  N dy  3401   1009420       160      7308         0     53908     31804    760321     11.67     12.36  --
106.69/106.73	c  N dy  3447   1032792       160      7308         0     75701     31804   1124344     11.65     12.31  --
109.19/109.28	c  N dy  3521   1052800       160      7308         0     53230     31804    749595     11.65     12.26  --
111.68/111.76	c  F st  3603   1071875       160      7308         0     71265     31804   1063866     11.65      9.98  --
111.89/111.93	c  N st  3606   1073065       160      7308         0     72396     31804   1084702     11.65   no data  --
114.58/114.64	c  N dy  3659   1093193       160      7308         0     48986     31804    667777     11.65     12.31  --
116.99/117.02	c  N dy  3721   1113216       160      7308         0     67844     31804    993584     11.64     12.60  --
119.69/119.73	c  N dy  3771   1133223       160      7308         0     86597     31804   1314287     11.63     12.28  --
121.89/121.98	c  N dy  3821   1153291       160      7308         0     62048     31804    880895     11.62     12.95  --
124.79/124.82	c  N dy  3891   1174093       160      7308         0     81712     31804   1216997     11.62     12.27  --
127.29/127.39	c  N dy  3981   1194615       160      7308         0     56886     31804    800301     11.62     12.33  --
129.09/129.14	c  S st  4041   1209701       160      7308         0     71087     31804   1045130     11.63     10.41  --
129.19/129.22	c  S st  4041   1210204       160      7308         0     71587     31804   1055550     11.63   no data  --
129.19/129.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
129.19/129.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
129.19/129.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
129.19/129.27	c bin-w-bin subsume rem            0 bins  time:  0.00 s
129.19/129.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
129.19/129.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
129.19/129.27	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
133.79/133.87	c lits-rem:       258  cl-subs:     5317  v-elim:      0  v-fix:    0  time:  4.60 s
133.79/133.87	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
133.79/133.88	c vivif2 --  cl tried    66270 cl shrink        0 lits rem          0 time: 0.01
133.99/134.06	c asymm  cl-useful: 0/2873/7308 lits-rem:0 time: 0.18
133.99/134.06	c calculated reachability. Time: 0.00
133.99/134.06	c  N dy  4041   1210204       160      7308         0     66270     31804    989386     11.63   no data  --
136.29/136.40	c  N dy  4106   1230353       160      7308         0     85101     31804   1313569     11.62     12.27  --
138.68/138.79	c  N dy  4169   1251165       160      7308         0     59702     31804    847727     11.62     12.28  --
141.18/141.28	c  N dy  4228   1272504       160      7308         0     79760     31804   1189713     11.61     12.28  --
143.89/143.94	c  N dy  4288   1293493       160      7308         0     53433     31804    737403     11.61     12.22  --
146.20/146.22	c  N dy  4353   1313545       160      7308         0     72263     31804   1061702     11.60     14.81  --
148.79/148.87	c  N dy  4428   1333602       160      7308         0     91116     31804   1385283     11.60     12.42  --
151.29/151.39	c  N dy  4508   1354567       160      7308         0     64003     31804    918134     11.60     12.27  --
154.49/154.57	c  N dy  4556   1382069       160      7308         0     89831     31804   1351992     11.59     12.21  --
157.08/157.14	c  N dy  4633   1402385       160      7308         0     60931     31804    854618     11.59     12.20  --
159.59/159.68	c  N dy  4705   1422588       160      7308         0     80002     31804   1174889     11.59     12.22  --
162.80/162.82	c  N dy  4764   1443407       160      7308         0     50693     31804    670257     11.58     12.23  --
164.90/164.99	c  N dy  4815   1464023       160      7308         0     69896     31804    990989     11.57     12.21  --
167.69/167.70	c  N dy  4897   1484319       160      7308         0     89073     31804   1320248     11.58     12.38  --
170.40/170.47	c  N dy  4962   1504658       160      7308         0     58299     31804    786260     11.57     12.28  --
172.89/172.95	c  N dy  5045   1525019       160      7308         0     77569     31804   1120019     11.57     12.26  --
175.79/175.81	c  N dy  5128   1545068       160      7308         0     96450     31804   1447456     11.57     12.31  --
178.39/178.45	c  N dy  5219   1565077       160      7308         0     64523     31804    894769     11.58     12.23  --
180.99/181.04	c  N dy  5303   1585167       160      7308         0     83524     31804   1222504     11.58     12.80  --
183.79/183.87	c  N dy  5367   1605485       160      7308         0    102622     31804   1548542     11.58     12.20  --
186.39/186.48	c  N dy  5437   1626219       160      7308         0     70443     31804    986726     11.58     12.24  --
188.89/188.99	c  N dy  5493   1646306       160      7308         0     89290     31804   1305420     11.57     12.20  --
191.99/192.08	c  N dy  5555   1666615       160      7308         0     55553     31804    721719     11.57     12.19  --
194.29/194.30	c  N dy  5604   1686794       160      7308         0     74517     31804   1037946     11.56     12.18  --
196.99/197.00	c  N dy  5661   1706894       160      7308         0     93362     31804   1354676     11.56     13.08  --
197.59/197.62	c  S st  5680   1710204       160      7308         0     96494     31804   1409759     11.56   no data  --
197.69/197.74	c  S st  5680   1710707       160      7308         0     96994     31804   1419357     11.56   no data  --
197.69/197.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
197.69/197.75	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
197.79/197.80	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.05
197.79/197.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
197.79/197.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
197.79/197.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
197.79/197.84	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
209.99/210.03	c lits-rem:       483  cl-subs:    10953  v-elim:      0  v-fix:    0  time: 12.19 s
209.99/210.03	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
209.99/210.05	c vivif2 --  cl tried    86041 cl shrink        0 lits rem          0 time: 0.02
210.29/210.37	c asymm  cl-useful: 0/1351/7308 lits-rem:0 time: 0.32
210.29/210.37	c calculated reachability. Time: 0.00
210.29/210.37	c  N dy  5680   1710707       160      7308         0     86041     31804   1278494     11.56   no data  --
213.49/213.55	c  N dy  5755   1731031       160      7308         0    105234     31804   1606399     11.56     12.22  --
216.70/216.76	c  N dy  5831   1752968       160      7308         0     72559     31804   1007695     11.56     12.21  --
219.90/219.96	c  N dy  5916   1773221       160      7308         0     91691     31804   1335579     11.56     12.21  --
223.59/223.68	c  N dy  5993   1793585       160      7308         0     56427     31804    728219     11.56     12.36  --
226.39/226.48	c  N dy  6064   1814309       160      7308         0     75981     31804   1061148     11.56     12.19  --
229.49/229.56	c  N dy  6111   1834326       160      7308         0     94576     31804   1366749     11.55     12.90  --
233.29/233.37	c  N dy  6193   1854333       160      7308         0     58023     31804    750077     11.55     12.24  --
235.99/236.04	c  N dy  6257   1874571       160      7308         0     77056     31804   1073578     11.55     12.22  --
239.09/239.10	c  N dy  6313   1894665       160      7308         0     95881     31804   1389445     11.54     12.21  --
242.89/242.95	c  N dy  6379   1915144       160      7308         0     58781     31804    753749     11.54     12.19  --
245.69/245.75	c  N dy  6441   1935823       160      7308         0     78213     31804   1077129     11.54     12.17  --
248.70/248.76	c  N dy  6535   1956006       160      7308         0     97309     31804   1406307     11.54     12.19  --
252.29/252.31	c  N dy  6627   1976141       160      7308         0     58945     31804    753279     11.54     12.19  --
254.69/254.79	c  N dy  6679   1997231       160      7308         0     78744     31804   1078311     11.54     12.28  --
257.59/257.66	c  N dy  6741   2018254       160      7308         0     98469     31804   1408147     11.54     12.18  --
261.10/261.14	c  N dy  6799   2038322       160      7308         0     59041     31804    747787     11.53     12.22  --
263.39/263.43	c  N dy  6856   2058956       160      7308         0     78386     31804   1074669     11.53     12.16  --
266.20/266.21	c  N dy  6915   2079083       160      7308         0     97175     31804   1385977     11.53     12.14  --
269.29/269.32	c  N dy  6974   2099108       160      7308         0    116040     31804   1701774     11.52     12.17  --
272.19/272.29	c  N dy  7045   2120479       160      7308         0     77024     31804   1048776     11.52     12.15  --
275.09/275.10	c  N dy  7118   2140604       160      7308         0     95869     31804   1366667     11.52     12.14  --
278.30/278.37	c  N dy  7202   2160626       160      7308         0    114740     31804   1688832     11.52     12.27  --
281.29/281.38	c  N dy  7263   2180638       160      7308         0     73368     31804    974310     11.52     13.86  --
284.29/284.31	c  N dy  7335   2202541       160      7308         0     93912     31804   1320715     11.52     12.13  --
285.39/285.49	c  S st  7359   2210707       160      7308         0    101625     31804   1451983     11.52   no data  --
285.49/285.60	c  S st  7359   2211209       160      7308         0    102119     31804   1462008     11.52   no data  --
285.59/285.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
285.59/285.60	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
285.59/285.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
285.59/285.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
285.59/285.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
285.59/285.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
285.59/285.68	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
297.40/297.46	c lits-rem:       499  cl-subs:     8922  v-elim:      0  v-fix:    0  time: 11.78 s
297.40/297.46	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
297.40/297.47	c vivif2 --  cl tried    93197 cl shrink        0 lits rem          0 time: 0.02
297.70/297.70	c asymm  cl-useful: 0/1417/7308 lits-rem:0 time: 0.22
297.70/297.70	c calculated reachability. Time: 0.00
297.70/297.70	c  N dy  7359   2211209       160      7308         0     93197     31804   1349454     11.52   no data  --
300.70/300.70	c  N dy  7436   2231431       160      7308         0    112226     31804   1671650     11.52     12.21  --
303.79/303.80	c  N dy  7492   2251745       160      7308         0     70422     31804    925500     11.51     12.13  --
306.29/306.36	c  N dy  7559   2271922       160      7308         0     89524     31804   1249908     11.51     12.28  --
309.29/309.32	c  N dy  7619   2291963       160      7308         0    108261     31804   1558055     11.51     12.18  --
312.79/312.83	c  N dy  7681   2312119       160      7308         0     65315     31804    834200     11.50     12.26  --
315.30/315.39	c  N dy  7724   2332381       160      7308         0     84234     31804   1144652     11.50     12.21  --
318.30/318.35	c  N dy  7788   2353579       160      7308         0    104105     31804   1473342     11.50     12.29  --
321.39/321.41	c  N dy  7826   2373961       160      7308         0    123138     31804   1785995     11.49     12.13  --
324.70/324.74	c  N dy  7908   2393982       160      7308         0     79266     31804   1068161     11.49     12.13  --
327.90/327.94	c  N dy  7994   2414000       160      7308         0     98134     31804   1386955     11.49     14.45  --
332.10/332.11	c  N dy  8072   2436910       160      7308         0    119750     31804   1754594     11.49     12.36  --
335.69/335.72	c  N dy  8131   2457015       160      7308         0     74695     31804    977968     11.49     12.11  --
338.59/338.60	c  N dy  8179   2477846       160      7308         0     94226     31804   1297206     11.48     12.11  --
341.69/341.74	c  N dy  8238   2498915       160      7308         0    113978     31804   1622360     11.48     12.11  --
345.30/345.35	c  N dy  8290   2519026       160      7308         0     68094     31804    861255     11.47     12.10  --
348.00/348.03	c  N dy  8348   2539913       160      7308         0     87705     31804   1189294     11.47     12.13  --
351.00/351.00	c  N dy  8415   2560911       160      7308         0    107462     31804   1514314     11.47     12.09  --
354.40/354.43	c  N dy  8483   2581190       160      7308         0    126539     31804   1832461     11.47     12.09  --
357.60/357.63	c  N dy  8540   2602184       160      7308         0     80442     31804   1062844     11.47     12.16  --
360.49/360.50	c  N dy  8612   2622304       160      7308         0     99398     31804   1381582     11.47     12.15  --
363.79/363.82	c  N dy  8687   2643073       160      7308         0    118939     31804   1709641     11.47     12.11  --
367.59/367.61	c  N dy  8764   2663373       160      7308         0     71380     31804    910204     11.47     12.11  --
370.30/370.33	c  N dy  8834   2683709       160      7308         0     90573     31804   1232749     11.46     12.09  --
373.39/373.46	c  N dy  8918   2703969       160      7308         0    109674     31804   1555449     11.47     12.11  --
374.60/374.61	c  S st  8941   2711209       160      7308         0    116506     31804   1671110     11.46     10.26  --
374.70/374.71	c  S st  8941   2711711       160      7308         0    117004     31804   1681217     11.46   no data  --
374.70/374.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
374.70/374.72	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
374.70/374.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
374.80/374.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
374.80/374.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
374.80/374.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
374.80/374.81	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
390.50/390.52	c lits-rem:       643  cl-subs:     9581  v-elim:      0  v-fix:    0  time: 15.71 s
390.50/390.52	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
390.50/390.54	c vivif2 --  cl tried   107423 cl shrink        0 lits rem          0 time: 0.02
390.69/390.73	c asymm  cl-useful: 0/1667/7308 lits-rem:0 time: 0.19
390.69/390.74	c calculated reachability. Time: 0.00
390.69/390.74	c  N dy  8941   2711711       160      7308         0    107423     31804   1558136     11.46   no data  --
394.09/394.13	c  N dy  9014   2732062       160      7308         0    126481     31804   1875349     11.46     12.09  --
397.59/397.68	c  N dy  9090   2753165       160      7308         0     78853     31804   1030213     11.46     12.08  --
400.31/400.37	c  N dy  9144   2773202       160      7308         0     97602     31804   1339841     11.46     12.11  --
403.71/403.74	c  N dy  9218   2794011       160      7308         0    117216     31804   1668327     11.46     12.10  --
408.01/408.02	c  N dy  9282   2816217       160      7308         0     69571     31804    869798     11.46     12.07  --
410.70/410.73	c  N dy  9375   2836488       160      7308         0     88745     31804   1198227     11.46     12.08  --
413.61/413.68	c  N dy  9416   2856583       160      7308         0    107576     31804   1505615     11.46     12.53  --
417.49/417.54	c  N dy  9485   2876607       160      7308         0    126385     31804   1820081     11.45     13.21  --
421.80/421.85	c  N dy  9577   2896646       160      7308         0     75802     31804    972216     11.46     12.71  --
424.80/424.81	c  N dy  9619   2916670       160      7308         0     94498     31804   1275527     11.45     12.16  --
428.60/428.63	c  N dy  9694   2937829       160      7308         0    114442     31804   1607869     11.45     12.14  --
432.69/432.76	c  N dy  9770   2957880       160      7308         0    133367     31804   1928010     11.45     12.10  --
436.71/436.73	c  N dy  9835   2978070       160      7308         0     81809     31804   1060751     11.45     12.06  --
439.80/439.83	c  N dy  9879   2998660       160      7308         0    101080     31804   1374260     11.45     12.05  --
443.00/443.08	c  N dy  9927   3019759       160      7308         0    120825     31804   1696153     11.44     12.20  --
446.50/446.53	c  N dy  9974   3039870       160      7308         0    139747     31804   2005971     11.44     12.11  --
449.69/449.75	c  N dy 10035   3059955       160      7308         0     87210     31804   1148520     11.44     14.17  --
452.69/452.78	c  N dy 10115   3080053       160      7308         0    106176     31804   1469666     11.44     12.05  --
456.10/456.16	c  N dy 10175   3100065       160      7308         0    124949     31804   1782845     11.44     13.48  --
459.81/459.85	c  N dy 10242   3120293       160      7308         0    143923     31804   2095915     11.44     12.09  --
463.00/463.03	c  N dy 10285   3140620       160      7308         0     90627     31804   1193782     11.43     12.05  --
466.00/466.05	c  N dy 10326   3160699       160      7308         0    109326     31804   1495072     11.43     12.09  --
469.70/469.76	c  N dy 10413   3181807       160      7308         0    129257     31804   1831095     11.43     12.18  --
474.01/474.01	c  N dy 10467   3202704       160      7308         0     75685     31804    945178     11.42     12.27  --
475.00/475.06	c  S st 10468   3211713       160      7308         0     83978     31804   1069530     11.42     10.29  --
475.11/475.15	c  S st 10468   3212215       160      7308         0     84473     31804   1079646     11.42   no data  --
475.11/475.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
475.11/475.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
475.11/475.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
475.21/475.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
475.21/475.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
475.21/475.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
475.21/475.21	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
481.10/481.17	c lits-rem:        69  cl-subs:     5618  v-elim:      0  v-fix:    0  time:  5.96 s
481.10/481.17	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
481.10/481.18	c vivif2 --  cl tried    78855 cl shrink        0 lits rem          0 time: 0.01
481.30/481.38	c asymm  cl-useful: 0/2417/7308 lits-rem:0 time: 0.19
481.30/481.38	c calculated reachability. Time: 0.00
481.30/481.38	c  N dy 10468   3212215       160      7308         0     78855     31804   1013989     11.42   no data  --
483.91/483.97	c  N dy 10510   3232291       160      7308         0     97586     31804   1319100     11.41     12.03  --
487.21/487.29	c  N dy 10601   3252373       160      7308         0    116523     31804   1642473     11.42     12.45  --
490.80/490.85	c  N dy 10661   3272779       160      7308         0    135682     31804   1954597     11.41     12.09  --
494.70/494.72	c  N dy 10703   3293162       160      7308         0     80863     31804   1027169     11.41     12.08  --
497.70/497.70	c  N dy 10773   3313261       160      7308         0     99798     31804   1343878     11.41     12.03  --
500.89/500.93	c  N dy 10841   3333576       160      7308         0    118971     31804   1665699     11.41     12.02  --
504.70/504.78	c  N dy 10915   3354930       160      7308         0    139028     31804   1996609     11.41     12.12  --
508.70/508.79	c  N dy 10983   3375440       160      7308         0     83302     31804   1060237     11.41     12.06  --
511.70/511.76	c  N dy 11053   3395771       160      7308         0    102333     31804   1375736     11.41     12.01  --
515.00/515.06	c  N dy 11070   3417363       160      7308         0    122479     31804   1691848     11.40     12.09  --
518.80/518.88	c  N dy 11145   3437438       160      7308         0    141296     31804   2000827     11.40     12.03  --
523.09/523.13	c  N dy 11204   3458338       160      7308         0     85033     31804   1085829     11.40     12.01  --
526.30/526.37	c  N dy 11267   3478406       160      7308         0    103874     31804   1399651     11.40     12.00  --
530.00/530.05	c  N dy 11325   3498634       160      7308         0    122776     31804   1707905     11.39     12.02  --
534.39/534.46	c  N dy 11398   3518900       160      7308         0    141862     31804   2027198     11.39     12.03  --
539.30/539.30	c  N dy 11468   3540995       160      7308         0     85630     31804   1086195     11.39     12.05  --
542.70/542.73	c  N dy 11540   3561342       160      7308         0    104799     31804   1404590     11.39     12.08  --
546.60/546.66	c  N dy 11599   3582075       160      7308         0    124101     31804   1719346     11.39     12.00  --
550.50/550.51	c  N dy 11676   3602584       160      7308         0    143406     31804   2038687     11.39     11.99  --
554.60/554.68	c  N dy 11730   3623359       160      7308         0     84968     31804   1071668     11.39     12.08  --
557.70/557.76	c  N dy 11804   3643640       160      7308         0    104087     31804   1386993     11.39     12.08  --
561.29/561.32	c  N dy 11877   3664046       160      7308         0    123241     31804   1700371     11.38     12.01  --
564.99/565.01	c  N dy 11929   3684847       160      7308         0    142623     31804   2017019     11.38     12.03  --
569.20/569.20	c  N dy 11979   3704999       160      7308         0     82839     31804   1034255     11.38     12.05  --
570.20/570.23	c  S st 12006   3712216       160      7308         0     89631     31804   1145750     11.38     11.31  --
570.30/570.32	c  S st 12006   3712719       160      7308         0     90124     31804   1155406     11.38   no data  --
570.30/570.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
570.30/570.32	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
570.30/570.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
570.30/570.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
570.30/570.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
570.30/570.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
570.30/570.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
577.20/577.23	c lits-rem:       103  cl-subs:     2631  v-elim:      0  v-fix:    0  time:  6.84 s
577.20/577.23	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
577.20/577.24	c vivif2 --  cl tried    87493 cl shrink        0 lits rem          0 time: 0.01
577.41/577.44	c asymm  cl-useful: 0/1236/7308 lits-rem:0 time: 0.20
577.41/577.45	c calculated reachability. Time: 0.00
577.41/577.45	c  N dy 12006   3712719       160      7308         0     87493     31804   1123954     11.38   no data  --
580.30/580.39	c  N dy 12065   3733894       160      7308         0    107391     31804   1447149     11.38     11.98  --
583.30/583.30	c  F st 12107   3751562       160      7308         0    123949     31804   1714395     11.37      9.84  --
583.80/583.83	c  N st 12112   3754859       160      7308         0    127075     31804   1770058     11.37   no data  --
587.80/587.87	c  N dy 12195   3776396       160      7308         0    147323     31804   2106606     11.37     11.98  --
592.30/592.36	c  N dy 12267   3797806       160      7308         0     87665     31804   1107004     11.37     12.03  --
595.30/595.39	c  N dy 12327   3818582       160      7308         0    107163     31804   1427366     11.37     12.01  --
599.00/599.09	c  N dy 12398   3840373       160      7308         0    127465     31804   1757532     11.37     11.97  --
603.30/603.36	c  N dy 12473   3863172       160      7308         0    148830     31804   2110365     11.37     12.18  --
607.70/607.73	c  N dy 12538   3883446       160      7308         0     87236     31804   1094235     11.37     11.98  --
610.60/610.65	c  N dy 12601   3903478       160      7308         0    106010     31804   1396185     11.37     13.09  --
614.30/614.35	c  N dy 12701   3924357       160      7308         0    125715     31804   1727578     11.37     12.02  --
618.00/618.04	c  N dy 12759   3944480       160      7308         0    144588     31804   2037068     11.37     12.03  --
622.80/622.82	c  N dy 12844   3964540       160      7308         0     81803     31804   1004526     11.37     12.82  --
626.10/626.14	c  N dy 12924   3988016       160      7308         0    103831     31804   1368968     11.37     12.13  --
629.40/629.43	c  N dy 12989   4008090       160      7308         0    122574     31804   1673340     11.36     12.08  --
633.80/633.84	c  N dy 13086   4028188       160      7308         0    141390     31804   1989567     11.36     13.90  --
638.80/638.81	c  N dy 13179   4048253       160      7308         0    160252     31804   2304364     11.37     13.09  --
643.30/643.33	c  N dy 13268   4068567       160      7308         0     96783     31804   1248911     11.37     12.02  --
647.00/647.04	c  N dy 13360   4090625       160      7308         0    117508     31804   1596991     11.37     11.98  --
650.60/650.62	c  N dy 13404   4110883       160      7308         0    136454     31804   1906050     11.36     11.97  --
654.70/654.71	c  N dy 13471   4131380       160      7308         0    155675     31804   2218527     11.36     11.98  --
659.10/659.16	c  N dy 13547   4151402       160      7308         0     90969     31804   1144936     11.36     15.02  --
662.30/662.34	c  N dy 13596   4172354       160      7308         0    110579     31804   1460564     11.36     12.03  --
665.70/665.76	c  N dy 13653   4192639       160      7308         0    129579     31804   1767755     11.36     12.05  --
669.50/669.58	c  N dy 13726   4212723       160      7308         0    148338     31804   2076153     11.36     11.44  --
669.50/669.58	c  S st 13726   4212723       160      7308         0    148338     31804   2076153     11.36     11.44  --
669.70/669.72	c  S st 13726   4213226       160      7308         0    148832     31804   2086433     11.36   no data  --
669.70/669.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
669.70/669.73	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
669.70/669.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
669.81/669.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
669.81/669.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
669.81/669.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
669.81/669.85	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
721.40/721.42	c lits-rem:       968  cl-subs:    15856  v-elim:      0  v-fix:    0  time: 51.57 s
721.40/721.42	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
721.40/721.44	c vivif2 --  cl tried   132976 cl shrink        0 lits rem          0 time: 0.02
721.70/721.71	c asymm  cl-useful: 0/1004/7308 lits-rem:0 time: 0.26
721.70/721.71	c calculated reachability. Time: 0.00
721.70/721.71	c  N dy 13726   4213226       160      7308         0    132976     31804   1889013     11.36   no data  --
725.30/725.31	c  N dy 13800   4233511       160      7308         0    151948     31804   2202473     11.36     11.96  --
730.01/730.05	c  N dy 13880   4253733       160      7308         0     87137     31804   1080294     11.36     12.10  --
733.20/733.29	c  N dy 13965   4274291       160      7308         0    106494     31804   1404567     11.36     12.01  --
737.30/737.40	c  N dy 14035   4294519       160      7308         0    125442     31804   1715792     11.36     11.96  --
741.70/741.75	c  N dy 14113   4314684       160      7308         0    144376     31804   2030209     11.36     11.96  --
746.61/746.67	c  N dy 14164   4337114       160      7308         0    165331     31804   2367148     11.36     11.96  --
751.00/751.03	c  N dy 14230   4357312       160      7308         0     99354     31804   1279707     11.36     11.96  --
754.71/754.78	c  N dy 14284   4377660       160      7308         0    118438     31804   1590777     11.35     11.99  --
759.10/759.16	c  N dy 14354   4398271       160      7308         0    137747     31804   1907808     11.35     11.97  --
764.00/764.04	c  N dy 14429   4418331       160      7308         0    156554     31804   2215170     11.35     12.37  --
769.40/769.43	c  N dy 14496   4438385       160      7308         0     89182     31804   1105694     11.35     11.96  --
773.10/773.19	c  N dy 14595   4458479       160      7308         0    108084     31804   1419912     11.35     13.37  --
777.30/777.34	c  N dy 14668   4478552       160      7308         0    126936     31804   1729250     11.35     13.39  --
781.91/781.94	c  N dy 14729   4498828       160      7308         0    145958     31804   2038972     11.35     12.00  --
787.10/787.12	c  N dy 14825   4518926       160      7308         0    164886     31804   2356393     11.35     11.97  --
792.71/792.77	c  N dy 14914   4541884       160      7308         0     99257     31804   1264567     11.35     11.97  --
796.31/796.39	c  N dy 14961   4561923       160      7308         0    118015     31804   1562968     11.35     11.97  --
800.50/800.57	c  N dy 15032   4581965       160      7308         0    136733     31804   1866035     11.35     13.64  --
805.40/805.44	c  N dy 15095   4603338       160      7308         0    156748     31804   2195628     11.35     11.96  --
811.51/811.51	c  N dy 15182   4624280       160      7308         0     88308     31804   1078614     11.35     11.95  --
814.91/814.92	c  N dy 15249   4644299       160      7308         0    107077     31804   1384495     11.35     12.27  --
818.50/818.54	c  N dy 15330   4664618       160      7308         0    126222     31804   1701672     11.35     11.97  --
822.60/822.66	c  N dy 15364   4688222       160      7308         0    148172     31804   2044604     11.34     12.00  --
827.00/827.03	c  N dy 15446   4708781       160      7308         0    167509     31804   2363010     11.34     11.99  --
827.90/827.98	c  S st 15457   4713227       160      7308         0    171646     31804   2430366     11.34      9.82  --
828.10/828.13	c  S st 15457   4713729       160      7308         0    172143     31804   2440446     11.34   no data  --
828.10/828.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
828.10/828.14	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
828.21/828.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
828.21/828.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
828.21/828.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
828.21/828.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
828.21/828.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
924.61/924.66	c lits-rem:       921  cl-subs:    19913  v-elim:      0  v-fix:    0  time: 96.38 s
924.61/924.66	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
924.61/924.69	c vivif2 --  cl tried   152230 cl shrink        0 lits rem          0 time: 0.03
925.02/925.06	c asymm  cl-useful: 0/930/7308 lits-rem:0 time: 0.37
925.02/925.07	c calculated reachability. Time: 0.00
925.02/925.07	c  N dy 15457   4713729       160      7308         0    152230     31804   2193854     11.34   no data  --
929.61/929.60	c  N dy 15525   4734873       160      7308         0    172104     31804   2515269     11.34     12.04  --
933.71/933.70	c  N dy 15570   4756335       160      7308         0    103739     31804   1329851     11.34     11.98  --
937.00/937.09	c  N dy 15635   4776359       160      7308         0    122551     31804   1638540     11.34     12.07  --
940.81/940.80	c  N dy 15687   4796877       160      7308         0    141845     31804   1951183     11.34     12.05  --
944.51/944.57	c  N dy 15742   4816906       160      7308         0    160544     31804   2246435     11.33     14.89  --
948.91/948.96	c  N dy 15809   4837020       160      7308         0    179363     31804   2554723     11.33     12.06  --
952.62/952.62	c  N dy 15876   4857068       160      7308         0    108570     31804   1403780     11.33     12.52  --
956.01/956.03	c  N dy 15948   4877450       160      7308         0    127733     31804   1716986     11.33     12.10  --
959.60/959.69	c  N dy 16018   4897770       160      7308         0    146721     31804   2026674     11.33     12.01  --
963.62/963.66	c  N dy 16082   4917933       160      7308         0    165624     31804   2333011     11.33     12.02  --
969.01/969.05	c  N dy 16169   4940186       160      7308         0     95695     31804   1186850     11.33     12.02  --
972.61/972.66	c  N dy 16251   4963652       160      7308         0    117630     31804   1542225     11.33     11.95  --
976.31/976.32	c  N dy 16347   4983912       160      7308         0    136680     31804   1860826     11.33     11.95  --
981.21/981.27	c  N dy 16417   5009822       160      7308         0    160878     31804   2244657     11.33     11.97  --
985.71/985.76	c  N dy 16493   5030055       160      7308         0    179829     31804   2551960     11.33     11.94  --
989.81/989.83	c  N dy 16558   5050864       160      7308         0    107472     31804   1370917     11.33     11.94  --
993.32/993.39	c  N dy 16620   5073047       160      7308         0    128273     31804   1705915     11.33     11.97  --
997.11/997.15	c  N dy 16665   5093818       160      7308         0    147753     31804   2015019     11.33     12.04  --
1001.51/1001.52	c  N dy 16762   5113850       160      7308         0    166536     31804   2323983     11.33     11.93  --
1007.01/1007.00	c  N dy 16840   5134663       160      7308         0     93335     31804   1139387     11.33     11.93  --
1010.11/1010.17	c  N dy 16922   5154696       160      7308         0    112173     31804   1448335     11.33     12.00  --
1014.12/1014.14	c  N dy 16969   5178016       160      7308         0    134038     31804   1797419     11.32     11.96  --
1017.81/1017.89	c  N dy 17014   5198072       160      7308         0    152680     31804   2091770     11.32     17.40  --
1021.11/1021.13	c  S st 17074   5213729       160      7308         0    167429     31804   2333646     11.32     11.10  --
1021.21/1021.28	c  S st 17074   5214233       160      7308         0    167928     31804   2343010     11.32   no data  --
1021.21/1021.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1021.21/1021.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1021.31/1021.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.06
1021.41/1021.41	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1021.41/1021.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1021.41/1021.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1021.41/1021.41	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1104.11/1104.15	c lits-rem:      1064  cl-subs:    17152  v-elim:      0  v-fix:    0  time: 82.74 s
1104.11/1104.15	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
1104.11/1104.18	c vivif2 --  cl tried   150776 cl shrink        0 lits rem          0 time: 0.02
1104.42/1104.42	c asymm  cl-useful: 0/1458/7308 lits-rem:0 time: 0.24
1104.42/1104.42	c calculated reachability. Time: 0.00
1104.42/1104.42	c  N dy 17074   5214233       160      7308         0    150776     31804   2131748     11.32   no data  --
1108.61/1108.61	c  N dy 17126   5236008       160      7308         0    171173     31804   2455362     11.32     11.97  --
1113.42/1113.40	c  N dy 17195   5256016       160      7308         0     96780     31804   1197996     11.32     12.02  --
1116.32/1116.33	c  N dy 17244   5276097       160      7308         0    115411     31804   1494329     11.32     11.97  --
1119.82/1119.82	c  N dy 17302   5296438       160      7308         0    134537     31804   1803230     11.32     11.93  --
1124.22/1124.21	c  N dy 17394   5319302       160      7308         0    155898     31804   2151029     11.32     11.95  --
1128.91/1128.93	c  N dy 17462   5342054       160      7308         0    177093     31804   2489424     11.31     12.05  --
1133.62/1133.66	c  N dy 17528   5362088       160      7308         0    101658     31804   1270742     11.31     11.98  --
1137.02/1137.03	c  N dy 17616   5382144       160      7308         0    120513     31804   1582785     11.31     11.95  --
1140.82/1140.86	c  N dy 17680   5404299       160      7308         0    141171     31804   1915981     11.31     11.93  --
1145.21/1145.20	c  N dy 17757   5426152       160      7308         0    161540     31804   2244630     11.31     11.91  --
1149.71/1149.70	c  N dy 17843   5446379       160      7308         0    180513     31804   2558921     11.31     11.95  --
1154.42/1154.47	c  N dy 17918   5466401       160      7308         0    103970     31804   1307173     11.31     12.52  --
1157.82/1157.88	c  N dy 17990   5486704       160      7308         0    123023     31804   1619816     11.31     11.91  --
1161.62/1161.65	c  N dy 18065   5507158       160      7308         0    142206     31804   1934816     11.31     11.95  --
1165.51/1165.52	c  N dy 18120   5527203       160      7308         0    161032     31804   2242342     11.31     12.04  --
1169.91/1169.93	c  N dy 18204   5547294       160      7308         0    179923     31804   2550710     11.31     14.84  --
1174.92/1174.90	c  N dy 18273   5567521       160      7308         0    102408     31804   1272614     11.31     11.94  --
1178.22/1178.29	c  N dy 18349   5587613       160      7308         0    121259     31804   1579973     11.31     11.97  --
1181.72/1181.71	c  N dy 18381   5607978       160      7308         0    140097     31804   1876673     11.31     11.92  --
1185.82/1185.85	c  N dy 18469   5628164       160      7308         0    159052     31804   2190397     11.31     11.95  --
1190.23/1190.23	c  N dy 18542   5648845       160      7308         0    178497     31804   2509231     11.31     12.06  --
1195.51/1195.50	c  N dy 18600   5669752       160      7308         0    100632     31804   1239242     11.31     11.91  --
1198.71/1198.74	c  N dy 18666   5690240       160      7308         0    119849     31804   1552417     11.31     11.94  --
1202.33/1202.38	c  N dy 18726   5711483       160      7308         0    139609     31804   1866834     11.31     12.03  --
1202.92/1202.92	c  S st 18738   5714233       160      7308         0    142183     31804   1908381     11.31      9.35  --
1203.02/1203.05	c  S st 18738   5714740       160      7308         0    142679     31804   1917542     11.31   no data  --
1203.02/1203.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1203.02/1203.06	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1203.12/1203.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.04
1203.12/1203.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1203.12/1203.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1203.12/1203.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    160 time:  0.00 s
1203.12/1203.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1226.02/1226.00	c lits-rem:       711  cl-subs:    12099  v-elim:      0  v-fix:    0  time: 22.84 s
1226.02/1226.00	c vivif2 --  cl tried     7308 cl shrink        0 lits rem          0 time: 0.00
1226.02/1226.02	c vivif2 --  cl tried   130580 cl shrink        0 lits rem          0 time: 0.02
1226.22/1226.22	c asymm  cl-useful: 0/1435/7308 lits-rem:0 time: 0.20
1226.22/1226.22	c calculated reachability. Time: 0.00
1226.22/1226.22	c  N dy 18738   5714740       160      7308         0    130580     31804   1769791     11.31   no data  --
1229.73/1229.80	c  N dy 18812   5734781       160      7308         0    149369     31804   2075809     11.31     12.07  --
1234.02/1234.00	c  N dy 18867   5756551       160      7308         0    169565     31804   2394868     11.30     11.91  --
1238.52/1238.57	c  N dy 18940   5776707       160      7308         0    188412     31804   2701292     11.30     11.94  --
1243.32/1243.34	c  N dy 19031   5796861       160      7308         0    109622     31804   1390914     11.30     11.94  --
1246.62/1246.68	c  N dy 19088   5816881       160      7308         0    128416     31804   1698736     11.30     12.06  --
1250.52/1250.50	c  N dy 19166   5836894       160      7308         0    147158     31804   2005184     11.30     13.18  --
1254.71/1254.72	c  N dy 19244   5857416       160      7308         0    166374     31804   2318231     11.30     11.96  --
1259.21/1259.22	c  N dy 19314   5877812       160      7308         0    185425     31804   2627423     11.30     11.91  --
1264.41/1264.46	c  N dy 19407   5898098       160      7308         0    105443     31804   1315857     11.30     11.91  --
1267.81/1267.83	c  N dy 19482   5918171       160      7308         0    124389     31804   1626968     11.30     14.74  --
1271.63/1271.67	c  N dy 19572   5938634       160      7308         0    143613     31804   1945420     11.30     11.99  --
1275.72/1275.72	c  N dy 19641   5958974       160      7308         0    162725     31804   2258617     11.30     11.90  --
1280.12/1280.13	c  N dy 19718   5979004       160      7308         0    181440     31804   2565883     11.30     12.29  --
1286.01/1286.00	c  N dy 19782   6000012       160      7308         0    100942     31804   1233207     11.30     11.91  --
1289.32/1289.34	c  N dy 19854   6020516       160      7308         0    120101     31804   1546624     11.30     11.99  --
1293.11/1293.19	c  N dy 19949   6041273       160      7308         0    139529     31804   1867891     11.30     11.91  --
1297.21/1297.22	c  N dy 20017   6061717       160      7308         0    158595     31804   2172284     11.30     11.98  --

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

running on 2 cores: 1,3

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.97 4.01 3.94 4/286 17691
/proc/meminfo: memFree=24850152/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=29812 CPUtime=0 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 533 0 0 0 0 0 0 0 25 0 1 0 631666158 30527488 473 33554432000 4194304 4650387 140733285411040 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 7453 473 327 112 0 2418 0

[startup+0.094332 s]
/proc/loadavg: 3.97 4.01 3.94 4/286 17691
/proc/meminfo: memFree=24850152/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=31800 CPUtime=0.08 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 1129 0 0 0 8 0 0 0 25 0 1 0 631666158 32563200 1015 33554432000 4194304 4650387 140733285411040 18446744073709551615 4365305 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 7950 1015 377 112 0 2915 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 31800

[startup+0.100332 s]
/proc/loadavg: 3.97 4.01 3.94 4/286 17691
/proc/meminfo: memFree=24850152/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=31800 CPUtime=0.09 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 1133 0 0 0 9 0 0 0 25 0 1 0 631666158 32563200 1019 33554432000 4194304 4650387 140733285411040 18446744073709551615 4314694 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 7950 1019 377 112 0 2915 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31800

[startup+0.300296 s]
/proc/loadavg: 3.97 4.01 3.94 4/286 17691
/proc/meminfo: memFree=24850152/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=32032 CPUtime=0.29 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 1354 0 0 0 29 0 0 0 25 0 1 0 631666158 32800768 1077 33554432000 4194304 4650387 140733285411040 18446744073709551615 4363568 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 8008 1077 379 112 0 2973 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32032

[startup+0.700223 s]
/proc/loadavg: 3.97 4.01 3.94 4/286 17691
/proc/meminfo: memFree=24850152/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=32556 CPUtime=0.69 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 1751 0 0 0 69 0 0 0 25 0 1 0 631666158 33337344 1251 33554432000 4194304 4650387 140733285411040 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 8139 1251 379 112 0 3104 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32556

[startup+1.50108 s]
/proc/loadavg: 3.97 4.01 3.94 5/292 17702
/proc/meminfo: memFree=24828724/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=38396 CPUtime=1.48 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 3736 0 0 0 148 0 0 0 25 0 1 0 631666158 39317504 2652 33554432000 4194304 4650387 140733285411040 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 9599 2652 381 112 0 4564 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 38396

[startup+3.1008 s]
/proc/loadavg: 3.97 4.01 3.94 5/292 17702
/proc/meminfo: memFree=24822152/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=38584 CPUtime=3.09 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 4479 0 0 0 308 1 0 0 18 0 1 0 631666158 39510016 2610 33554432000 4194304 4650387 140733285411040 18446744073709551615 4426526 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 9646 2610 381 112 0 4611 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 38584

[startup+6.30023 s]
/proc/loadavg: 4.05 4.03 3.95 5/292 17702
/proc/meminfo: memFree=24807652/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=39392 CPUtime=6.29 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 5752 0 0 0 628 1 0 0 25 0 1 0 631666158 40337408 2981 33554432000 4194304 4650387 140733285411040 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 9848 2981 381 112 0 4813 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 39392

[startup+12.7011 s]
/proc/loadavg: 4.04 4.02 3.95 5/292 17702
/proc/meminfo: memFree=24798568/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=47440 CPUtime=12.69 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 10559 0 0 0 1267 2 0 0 25 0 1 0 631666158 48578560 4914 33554432000 4194304 4650387 140733285411040 18446744073709551615 4476256 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 11860 4914 381 112 0 6825 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47440

[startup+25.5008 s]
/proc/loadavg: 4.03 4.02 3.95 5/292 17703
/proc/meminfo: memFree=24785192/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=50416 CPUtime=25.49 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 16651 0 0 0 2546 3 0 0 25 0 1 0 631666158 51625984 5620 33554432000 4194304 4650387 140733285411040 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 12604 5620 381 112 0 7569 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50416

[startup+51.1003 s]
/proc/loadavg: 4.02 4.02 3.95 5/292 17703
/proc/meminfo: memFree=24769476/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=55620 CPUtime=51.08 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 27164 0 0 0 5104 4 0 0 25 0 1 0 631666158 56954880 6882 33554432000 4194304 4650387 140733285411040 18446744073709551615 4364743 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 13905 6882 381 112 0 8870 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55620

[startup+102.311 s]
/proc/loadavg: 3.79 3.97 3.93 4/286 17723
/proc/meminfo: memFree=24930248/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=66716 CPUtime=102.29 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 43658 0 0 0 10219 10 0 0 25 0 1 0 631666158 68317184 10076 33554432000 4194304 4650387 140733285411040 18446744073709551615 4365329 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 16679 10076 381 112 0 11644 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 66716

[startup+162.301 s]
/proc/loadavg: 3.29 3.79 3.87 4/286 17724
/proc/meminfo: memFree=24900916/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=77056 CPUtime=162.29 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 60627 0 0 0 16213 16 0 0 25 0 1 0 631666158 78905344 12278 33554432000 4194304 4650387 140733285411040 18446744073709551615 4363490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 19264 12278 381 112 0 14229 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 77056

[startup+222.301 s]
/proc/loadavg: 3.16 3.66 3.82 4/286 17726
/proc/meminfo: memFree=24882616/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=87692 CPUtime=222.29 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 74886 0 0 0 22210 19 0 0 25 0 1 0 631666158 89796608 15136 33554432000 4194304 4650387 140733285411040 18446744073709551615 4365210 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 21923 15136 381 112 0 16888 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 87692

[startup+282.3 s]
/proc/loadavg: 3.11 3.55 3.77 4/286 17727
/proc/meminfo: memFree=24865696/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=88144 CPUtime=282.29 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 88753 0 0 0 28206 23 0 0 25 0 1 0 631666158 90259456 14644 33554432000 4194304 4650387 140733285411040 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 22036 14644 381 112 0 17001 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 88144

[startup+342.301 s]
/proc/loadavg: 3.17 3.48 3.73 4/286 17729
/proc/meminfo: memFree=24846184/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=92620 CPUtime=342.29 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 99457 0 0 0 34202 27 0 0 25 0 1 0 631666158 94842880 16335 33554432000 4194304 4650387 140733285411040 18446744073709551615 4365160 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 23155 16335 381 112 0 18120 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 92620

[startup+402.301 s]
/proc/loadavg: 3.12 3.40 3.69 4/286 17731
/proc/meminfo: memFree=24840288/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=101548 CPUtime=402.3 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 111031 0 0 0 40200 30 0 0 25 0 1 0 631666158 103985152 18391 33554432000 4194304 4650387 140733285411040 18446744073709551615 4365325 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 25387 18391 381 112 0 20352 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 101548

[startup+462.3 s]
/proc/loadavg: 3.04 3.33 3.64 4/286 17732
/proc/meminfo: memFree=24835300/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=101864 CPUtime=462.3 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 122912 0 0 0 46197 33 0 0 25 0 1 0 631666158 104308736 17902 33554432000 4194304 4650387 140733285411040 18446744073709551615 4364756 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 25466 17902 381 112 0 20431 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 101864

[startup+522.301 s]
/proc/loadavg: 3.01 3.27 3.60 4/286 17734
/proc/meminfo: memFree=24824368/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=102112 CPUtime=522.29 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 133430 0 0 0 52194 35 0 0 25 0 1 0 631666158 104562688 17941 33554432000 4194304 4650387 140733285411040 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 25528 17941 381 112 0 20493 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 102112

[startup+582.3 s]
/proc/loadavg: 3.00 3.22 3.56 4/286 17735
/proc/meminfo: memFree=24821740/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=102292 CPUtime=582.3 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 142329 0 0 0 58191 39 0 0 25 0 1 0 631666158 104747008 18732 33554432000 4194304 4650387 140733285411040 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 25573 18732 381 112 0 20538 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 102292

[startup+642.301 s]
/proc/loadavg: 3.00 3.17 3.52 4/286 17737
/proc/meminfo: memFree=24833364/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=102552 CPUtime=642.31 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 153052 0 0 0 64189 42 0 0 25 0 1 0 631666158 105013248 18151 33554432000 4194304 4650387 140733285411040 18446744073709551615 4365171 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 25638 18151 381 112 0 20603 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 102552

[startup+702.301 s]
/proc/loadavg: 3.00 3.14 3.48 4/286 17739
/proc/meminfo: memFree=24811384/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=112180 CPUtime=702.3 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 159401 0 0 0 70187 43 0 0 25 0 1 0 631666158 114872320 21609 33554432000 4194304 4650387 140733285411040 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 28045 21609 381 112 0 23010 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 112180

[startup+762.311 s]
/proc/loadavg: 3.15 3.14 3.46 4/286 17740
/proc/meminfo: memFree=24799420/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=112300 CPUtime=762.32 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 165609 0 0 0 76186 46 0 0 25 0 1 0 631666158 114995200 21678 33554432000 4194304 4650387 140733285411040 18446744073709551615 4365314 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 28075 21678 381 112 0 23040 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 112300

[startup+822.301 s]
/proc/loadavg: 3.12 3.13 3.43 4/286 17742
/proc/meminfo: memFree=24795924/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=112516 CPUtime=822.3 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 174542 0 0 0 82180 50 0 0 25 0 1 0 631666158 115216384 21571 33554432000 4194304 4650387 140733285411040 18446744073709551615 4326344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 28129 21571 381 112 0 23094 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 112516

[startup+882.301 s]
/proc/loadavg: 3.04 3.10 3.41 4/286 17743
/proc/meminfo: memFree=24777804/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=128944 CPUtime=882.31 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 178400 0 0 0 88180 51 0 0 25 0 1 0 631666158 132038656 25429 33554432000 4194304 4650387 140733285411040 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 32236 25429 381 112 0 27201 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 128944

[startup+942.301 s]
/proc/loadavg: 3.01 3.08 3.38 3/284 17746
/proc/meminfo: memFree=24887776/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=128980 CPUtime=942.31 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 181385 0 0 0 94179 52 0 0 25 0 1 0 631666158 132075520 25002 33554432000 4194304 4650387 140733285411040 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 32245 25002 381 112 0 27210 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 128980

[startup+1002.3 s]
/proc/loadavg: 2.40 2.90 3.29 3/280 17765
/proc/meminfo: memFree=24894664/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=129192 CPUtime=1002.31 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 191106 0 0 0 100177 54 0 0 25 0 1 0 631666158 132292608 25365 33554432000 4194304 4650387 140733285411040 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 32298 25365 381 112 0 27263 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 129192

[startup+1062.3 s]
/proc/loadavg: 2.15 2.73 3.21 3/280 17766
/proc/meminfo: memFree=24888680/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=132032 CPUtime=1062.31 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 194969 0 0 0 106176 55 0 0 25 0 1 0 631666158 135200768 26052 33554432000 4194304 4650387 140733285411040 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 33008 26052 381 112 0 27973 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 132032

[startup+1122.3 s]
/proc/loadavg: 2.05 2.60 3.13 3/280 17768
/proc/meminfo: memFree=24888232/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=132088 CPUtime=1122.31 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 198075 0 0 0 112175 56 0 0 25 0 1 0 631666158 135258112 25652 33554432000 4194304 4650387 140733285411040 18446744073709551615 4366787 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 33022 25652 381 112 0 27987 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 132088

[startup+1182.3 s]
/proc/loadavg: 2.02 2.48 3.06 3/280 17769
/proc/meminfo: memFree=24890060/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=132300 CPUtime=1182.32 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 207815 0 0 0 118173 59 0 0 25 0 1 0 631666158 135475200 25566 33554432000 4194304 4650387 140733285411040 18446744073709551615 4364730 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 33075 25566 381 112 0 28040 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 132300

[startup+1242.3 s]
/proc/loadavg: 2.00 2.39 2.99 3/280 17771
/proc/meminfo: memFree=24885788/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=132412 CPUtime=1242.32 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 214217 0 0 0 124172 60 0 0 25 0 1 0 631666158 135589888 25067 33554432000 4194304 4650387 140733285411040 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 33103 25067 381 112 0 28068 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 132412



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.00 2.32 2.92 3/280 17773
/proc/meminfo: memFree=24872620/32951124 swapFree=67057896/67111528
[pid=17691] ppid=17689 vsize=132572 CPUtime=1300.02 cores=1,3
/proc/17691/stat : 17691 (strangenight1-s) R 17689 17691 17069 0 -1 4202496 222346 0 0 0 129940 62 0 0 25 0 1 0 631666158 135753728 26329 33554432000 4194304 4650387 140733285411040 18446744073709551615 4520290 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/17691/statm: 33143 26329 381 112 0 28108 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 132572

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.02
CPU time (s): 1300.04
CPU user time (s): 1299.41
CPU system time (s): 0.633903
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 147584

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.41
system time used= 0.633903
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 222346
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= 16
involuntary context switches= 14177

runsolver used 3.44448 second user time and 8.16576 second system time

The end

Launcher Data

Begin job on node140 at 2011-05-14 19:01:48
IDJOB=3370513
IDBENCH=83323
IDSOLVER=1847
FILE ID=node140/3370513-1305392508
RUNJOBID= node140-1305391206-17480
PBS_JOBID= 13324405
Free space on /tmp= 73468 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden3k/VanDerWaerden_2-3-13_160.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3370513-1305392508/watcher-3370513-1305392508 -o /tmp/evaluation-result-3370513-1305392508/solver-3370513-1305392508 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3370513-1305392508.cnf

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

MD5SUM BENCH= ad5b26aa9760a3817f3ab03e9314a5d6
RANDOM SEED=451619656

node140.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.833
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.66
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.833
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.14
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.833
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.833
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.833
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.833
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.74
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.833
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.833
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24850424 kB
Buffers:        292788 kB
Cached:        3706048 kB
SwapCached:       8056 kB
Active:        5127628 kB
Inactive:      2661900 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24850424 kB
SwapTotal:    67111528 kB
SwapFree:     67057896 kB
Dirty:            6244 kB
Writeback:           0 kB
AnonPages:     3787676 kB
Mapped:          23976 kB
Slab:           224376 kB
PageTables:      22784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 45944164 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= 73472 MiB
End job on node140 at 2011-05-14 19:23:30