Trace number 3262068

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-Night2-st? (TO) 1300.05 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-21_404.cnf
MD5SUM213e4c0c58f043e67e86cf993698317a
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.22675
Satisfiable
(Un)Satisfiability was proved
Number of variables202
Number of clauses22023
Sum of the clauses size98860
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 267
Number of clauses of size 320125
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51831

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3262068-1303544606.cnf'
0.00/0.00	c -- header says num vars:            202
0.00/0.00	c -- header says num clauses:       22023
0.00/0.01	c -- clauses added:            0 learnts,        22023 normals,            0 xors
0.00/0.01	c -- vars added        202
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       202     21956        67         0     98860         0   no data   no data
0.09/0.15	c asymm  cl-useful: 0/21956/21956 lits-rem:0 time: 0.14
0.09/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.09/0.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
0.09/0.16	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
0.19/0.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.13 s
0.19/0.29	c Finding binary XORs  T:     0.00 s  found:       0
0.29/0.30	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.29/0.30	c calculated reachability. Time: 0.00
0.29/0.30	c Calc default polars -  time:   0.00 s pos:     202 undec:       0 neg:       0
0.29/0.30	c =========================================================================================
0.29/0.30	c types(t): F = full restart, N = normal restart
0.29/0.30	c types(t): S = simplification begin/end, E = solution found
0.29/0.30	c restart types(rt): st = static, dy = dynamic
0.29/0.30	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.29/0.30	c  B st     0         0       202     21956        67         0     98860         0   no data   no data
0.49/0.54	c  N dy    11      4057       202     21956        67      3816     98860     77750     11.35     13.67
0.69/0.79	c  N dy    24      8114       202     21956        67      5292     98860     97755     10.81     11.41
0.99/1.06	c  N dy    38     12204       202     21956        67      5157     98860     85699     10.66     11.32
1.39/1.43	c  N dy    64     17810       202     21956        67     10508     98860    190828     10.85     11.47
1.69/1.71	c  N dy    87     21857       202     21956        67      9024     98860    153134     10.98     12.06
1.89/1.92	c  F st    94     25000       202     21956        67     12023     98860    208211     10.94     10.08
1.99/2.02	c  N st    97     26187       202     21956        67      6656     98860    102568     10.94   no data
2.19/2.27	c  S st   100     30002       202     21956        67     10338     98860    174895     10.94   no data
2.29/2.31	c  S st   100     30502       202     21956        67     10829     98860    185666     10.94   no data
2.29/2.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.29/2.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
2.29/2.32	c blocked clauses removed:        0 vars:      0 tried:         202 T: 0.00 s
2.29/2.32	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.29/2.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.29/2.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
2.29/2.32	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
2.29/2.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.29/2.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.38/2.46	c lits-rem:       267  cl-subs:     1757  v-elim:      0  v-fix:    0  time:  0.12 s
2.58/2.69	c asymm  cl-useful: 3/21956/21956 lits-rem:3 time: 0.23
2.58/2.69	c calculated reachability. Time: 0.00
2.58/2.69	c  N dy   100     30502       202     21956        67      9072     98857    166476     10.94   no data
2.99/3.04	c  N dy   107     35490       202     21956        67     13801     98857    254269     10.81     11.47
3.29/3.33	c  N dy   120     39559       202     21956        67     10170     98857    168890     10.77     11.44
3.58/3.62	c  N dy   134     43621       202     21956        67     14032     98857    245210     10.75     12.56
3.68/3.78	c  S st   149     45753       202     21956        67     16053     98857    287431     10.81     10.80
3.78/3.82	c  S st   149     46253       202     21956        67     16544     98857    298789     10.81   no data
3.78/3.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.78/3.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
3.78/3.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.78/3.84	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.78/3.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.78/3.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
3.78/3.84	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
3.78/3.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.78/3.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.99/4.04	c lits-rem:       187  cl-subs:     1856  v-elim:      0  v-fix:    0  time:  0.18 s
3.99/4.04	c vivif2 --  cl tried    21956 cl shrink        0 lits rem          0 time: 0.00
3.99/4.05	c vivif2 --  cl tried    14688 cl shrink        0 lits rem          0 time: 0.00
4.30/4.34	c asymm  cl-useful: 1/21956/21956 lits-rem:1 time: 0.29
4.30/4.34	c calculated reachability. Time: 0.00
4.30/4.34	c  N dy   149     46253       202     21956        67     14688     98856    277292     10.81   no data
4.69/4.70	c  N dy   164     50994       202     21956        67     10717     98856    172440     10.76     11.35
4.99/5.01	c  N dy   184     55232       202     21956        67     14740     98856    250788     10.78     11.41
5.40/5.45	c  N dy   190     61047       202     21956        67     10785     98856    162141     10.60     11.18
5.69/5.74	c  N dy   206     65174       202     21956        67     14713     98856    234947     10.60     11.18
5.99/6.05	c  N dy   218     69379       202     21956        67     18706     98856    310793     10.58      9.37
5.99/6.05	c  S st   218     69379       202     21956        67     18706     98856    310793     10.58      9.37
6.09/6.10	c  S st   218     69879       202     21956        67     19202     98856    321886     10.58   no data
6.09/6.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.09/6.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
6.09/6.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
6.09/6.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.09/6.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.09/6.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
6.09/6.11	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
6.09/6.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
6.09/6.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.39/6.41	c lits-rem:       231  cl-subs:     3704  v-elim:      0  v-fix:    0  time:  0.28 s
6.39/6.41	c vivif2 --  cl tried    21956 cl shrink        0 lits rem          0 time: 0.00
6.39/6.42	c vivif2 --  cl tried    15498 cl shrink        0 lits rem          0 time: 0.00
6.69/6.71	c asymm  cl-useful: 0/21956/21956 lits-rem:0 time: 0.30
6.69/6.71	c calculated reachability. Time: 0.00
6.69/6.71	c  N dy   218     69879       202     21956        67     15498     98856    282556     10.58   no data
7.09/7.13	c  N dy   233     75089       202     21956        67     20429     98856    374190     10.56     11.16
7.49/7.51	c  N dy   252     79941       202     21956        67     14723     98856    250284     10.56     12.95
7.89/7.91	c  N dy   266     85303       202     21956        67     19822     98856    344389     10.52     11.14
7.99/8.08	c  F st   269     87501       202     21956        67     21888     98856    385144     10.49      9.50
8.29/8.35	c  N st   274     90798       202     21956        67     13712     98856    218266     10.49   no data
8.79/8.80	c  N dy   291     96833       202     21956        67     19455     98856    330816     10.47     11.04
9.29/9.35	c  N dy   315    103103       202     21956        67     13071     98856    190598     10.46     11.92
9.39/9.47	c  S st   324    104821       202     21956        67     14716     98856    221183     10.47     10.52
9.49/9.51	c  S st   324    105322       202     21956        67     15210     98856    231922     10.47   no data
9.49/9.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.49/9.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
9.49/9.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.49/9.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.49/9.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.49/9.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
9.49/9.52	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
9.49/9.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
9.49/9.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.59/9.64	c lits-rem:       102  cl-subs:     1454  v-elim:      0  v-fix:    0  time:  0.10 s
9.59/9.64	c vivif2 --  cl tried    21956 cl shrink        0 lits rem          0 time: 0.00
9.59/9.65	c vivif2 --  cl tried    13756 cl shrink        0 lits rem          0 time: 0.00
9.89/9.91	c asymm  cl-useful: 0/21956/21956 lits-rem:0 time: 0.26
9.89/9.91	c calculated reachability. Time: 0.00
9.89/9.91	c  N dy   324    105322       202     21956        67     13756     98856    218185     10.47   no data
10.39/10.42	c  N dy   354    112085       202     21956        67     20185     98856    342010     10.48     12.00
10.99/11.09	c  N dy   381    119576       202     21956        67     14010     98856    208587     10.48     11.05
11.58/11.69	c  N dy   407    127443       202     21956        67     21423     98856    348260     10.46     11.02
12.39/12.40	c  N dy   432    135654       202     21956        67     15006     98856    214698     10.44     12.43
13.10/13.12	c  N dy   478    144851       202     21956        67     23760     98856    382273     10.45     11.02
13.89/13.99	c  N dy   500    155621       202     21956        67     18766     98856    273673     10.39     11.01
14.09/14.17	c  S st   510    157984       202     21956        67     21014     98856    315506     10.38   no data
14.19/14.22	c  S st   510    158488       202     21956        67     21511     98856    325654     10.38   no data
14.19/14.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
14.19/14.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
14.19/14.23	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
14.19/14.23	c bin-w-bin subsume rem            0 bins  time:  0.00 s
14.19/14.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.19/14.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
14.19/14.24	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
14.19/14.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
14.19/14.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.49/14.52	c lits-rem:       212  cl-subs:     3473  v-elim:      0  v-fix:    0  time:  0.26 s
14.49/14.52	c vivif2 --  cl tried    21956 cl shrink        0 lits rem          0 time: 0.00
14.49/14.53	c vivif2 --  cl tried    18038 cl shrink        0 lits rem          0 time: 0.00
14.79/14.83	c asymm  cl-useful: 3/21956/21956 lits-rem:3 time: 0.31
14.79/14.84	c calculated reachability. Time: 0.00
14.79/14.84	c  N dy   510    158488       202     21956        67     18038     98853    293202     10.38   no data
15.89/15.92	c  N dy   546    171356       202     21956        67     30269     98853    515525     10.35     10.94
16.79/16.89	c  N dy   584    182373       202     21956        67     24744     98853    387852     10.34     12.55
17.98/18.03	c  N dy   633    194999       202     21956        67     19664     98853    288109     10.33     10.89
18.98/19.08	c  N dy   681    207487       202     21956        67     31476     98853    510200     10.33     10.98
20.28/20.30	c  N dy   736    221204       202     21956        67     26473     98853    413516     10.34     10.95
21.59/21.63	c  N dy   793    235352       202     21956        67     20936     98853    310025     10.34     13.09
21.79/21.80	c  S st   798    237733       202     21956        67     23176     98853    349585     10.34   no data
21.79/21.85	c  S st   798    238234       202     21956        67     23671     98853    359743     10.34   no data
21.79/21.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.79/21.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
21.79/21.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.79/21.86	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.79/21.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.79/21.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
21.79/21.87	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
21.79/21.87	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
21.79/21.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.09/22.13	c lits-rem:       264  cl-subs:     2484  v-elim:      0  v-fix:    0  time:  0.24 s
22.09/22.13	c vivif2 --  cl tried    21955 cl shrink        0 lits rem          0 time: 0.00
22.09/22.14	c vivif2 --  cl tried    21187 cl shrink        0 lits rem          0 time: 0.01
22.39/22.48	c asymm  cl-useful: 0/21955/21955 lits-rem:0 time: 0.34
22.39/22.48	c calculated reachability. Time: 0.00
22.39/22.48	c  N dy   798    238234       202     21955        67     21187     98832    336972     10.34   no data
23.89/23.92	c  N dy   844    254694       202     21955        67     36773     98832    621042     10.32     10.92
25.39/25.43	c  N dy   896    271014       202     21955        67     32394     98832    523644     10.31     10.88
27.08/27.16	c  N dy   978    289000       202     21955        67     28676     98832    451915     10.31     10.90
28.89/28.90	c  F st  1060    306250       202     21955        67     23296     98832    338940     10.32   no data
28.99/29.06	c  N st  1064    308284       202     21955        67     25228     98832    375632     10.32   no data
31.09/31.16	c  N dy  1130    330528       202     21955        67     23509     98832    326174     10.31     10.86
32.99/33.03	c  N dy  1227    350559       202     21955        67     42609     98832    681921     10.33     10.88
33.78/33.81	c  S st  1269    357353       202     21955        67     25313     98832    351717     10.34   no data
33.78/33.85	c  S st  1269    357855       202     21955        67     25807     98832    361518     10.34   no data
33.78/33.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
33.78/33.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
33.78/33.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.78/33.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.78/33.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.78/33.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
33.78/33.87	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
33.78/33.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
33.78/33.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.99/34.08	c lits-rem:       145  cl-subs:     1417  v-elim:      0  v-fix:    0  time:  0.18 s
33.99/34.08	c vivif2 --  cl tried    21955 cl shrink        0 lits rem          0 time: 0.00
33.99/34.08	c vivif2 --  cl tried    24390 cl shrink        0 lits rem          0 time: 0.01
34.38/34.43	c asymm  cl-useful: 0/21955/21955 lits-rem:0 time: 0.34
34.38/34.43	c calculated reachability. Time: 0.00
34.38/34.43	c  N dy  1269    357855       202     21955        67     24390     98832    349321     10.34   no data
36.19/36.28	c  N dy  1353    377890       202     21955        67     43397     98832    703875     10.34     13.42
38.29/38.38	c  N dy  1423    399219       202     21955        67     38917     98832    599033     10.33     11.00
40.38/40.45	c  N dy  1509    419736       202     21955        67     32740     98832    471187     10.33     10.88
42.38/42.45	c  N dy  1589    439829       202     21955        67     51876     98832    823211     10.33     10.90
44.38/44.41	c  N dy  1678    459933       202     21955        67     44446     98832    679496     10.33     11.01
46.48/46.51	c  N dy  1777    479983       202     21955        67     36024     98832    516042     10.35     10.96
48.49/48.58	c  N dy  1846    500176       202     21955        67     55226     98831    866894     10.34     11.00
50.59/50.63	c  N dy  1904    521085       202     21955        67     46455     98831    683806     10.33     10.91
52.28/52.38	c  S st  1966    536782       202     21955        67     31941     98831    415995     10.33      9.57
52.38/52.42	c  S st  1966    537291       202     21955        67     32446     98831    427305     10.33   no data
52.38/52.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.38/52.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
52.38/52.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
52.38/52.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
52.38/52.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.38/52.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
52.38/52.44	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
52.38/52.45	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
52.38/52.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
52.68/52.78	c lits-rem:       220  cl-subs:     2393  v-elim:      0  v-fix:    0  time:  0.31 s
52.68/52.79	c vivif2 --  cl tried    21954 cl shrink        0 lits rem          0 time: 0.00
52.68/52.79	c vivif2 --  cl tried    30053 cl shrink        0 lits rem          0 time: 0.01
52.88/52.98	c asymm  cl-useful: 0/6191/21954 lits-rem:0 time: 0.19
52.88/52.99	c calculated reachability. Time: 0.00
52.88/52.99	c  N dy  1966    537291       202     21954        67     30053     98810    407140     10.33   no data
54.89/54.90	c  N dy  2041    557468       202     21954        67     49241     98810    760277     10.33     10.97
57.09/57.11	c  N dy  2122    577680       202     21954        67     38102     98810    534589     10.33     10.93
59.18/59.26	c  N dy  2216    598167       202     21954        67     57519     98810    895251     10.34     10.94
61.28/61.36	c  N dy  2294    618332       202     21954        67     45355     98810    654005     10.33     10.98
63.79/63.83	c  N dy  2364    639997       202     21954        67     33650     98810    430666     10.33     10.92
65.68/65.79	c  N dy  2445    660167       202     21954        67     52739     98810    783240     10.33     10.88
68.08/68.19	c  N dy  2500    682464       202     21954        67     40679     98810    543360     10.31     10.88
70.18/70.27	c  N dy  2583    702487       202     21954        67     59653     98810    887047     10.31     13.62
72.68/72.73	c  N dy  2667    724118       202     21954        67     46102     98810    638746     10.31     10.90
75.08/75.14	c  N dy  2754    745895       202     21954        67     66799     98810   1019616     10.31     10.90
77.49/77.56	c  N dy  2824    768348       202     21954        67     53001     98810    746371     10.30     10.94
80.09/80.16	c  N dy  2901    789062       202     21954        67     36598     98810    450466     10.30     10.85
81.68/81.73	c  S st  2940    805936       202     21954        67     52530     98810    730221     10.28      7.96
81.68/81.79	c  S st  2940    806439       202     21954        67     53028     98810    741178     10.28   no data
81.78/81.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
81.78/81.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
81.78/81.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
81.78/81.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
81.78/81.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
81.78/81.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
81.78/81.82	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
81.78/81.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
81.78/81.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
83.18/83.25	c lits-rem:       617  cl-subs:     8062  v-elim:      0  v-fix:    0  time:  1.38 s
83.18/83.25	c vivif2 --  cl tried    21954 cl shrink        0 lits rem          0 time: 0.00
83.18/83.26	c vivif2 --  cl tried    44966 cl shrink        0 lits rem          0 time: 0.01
83.38/83.47	c asymm  cl-useful: 0/12072/21954 lits-rem:0 time: 0.21
83.38/83.47	c calculated reachability. Time: 0.00
83.38/83.47	c  N dy  2940    806439       202     21954        67     44966     98810    662286     10.28   no data
85.69/85.78	c  N dy  3018    826630       202     21954        67     64082     98810   1007229     10.28     10.84
88.08/88.16	c  N dy  3065    847502       202     21954        67     47053     98810    647176     10.27     10.83
90.48/90.55	c  N dy  3142    867798       202     21954        67     66245     98810    991065     10.27     10.84
92.89/92.97	c  N dy  3226    887902       202     21954        67     47563     98810    648926     10.27     11.00
95.19/95.24	c  N dy  3312    907932       202     21954        67     66562     98810   1000928     10.27     14.56
97.68/97.74	c  N dy  3394    928034       202     21954        67     46823     98810    634422     10.28     10.82
99.99/100.04	c  N dy  3479    949025       202     21954        67     66769     98810    995945     10.28     10.92
102.68/102.73	c  N dy  3572    969904       202     21954        67     46753     98810    619469     10.28     10.92
104.89/104.96	c  N dy  3645    989975       202     21954        67     65709     98810    962584     10.27     11.68
107.49/107.57	c  N dy  3697   1010007       202     21954        67     43868     98810    562016     10.26     11.19
109.69/109.79	c  N dy  3785   1030377       202     21954        67     63207     98810    910187     10.27     10.84
112.28/112.32	c  N dy  3872   1050392       202     21954        67     82195     98810   1250305     10.27     11.47
114.58/114.67	c  N dy  3942   1070466       202     21954        67     59635     98810    849566     10.26     12.68
114.78/114.83	c  F st  3952   1071875       202     21954        67     60982     98810    875004     10.26     10.33
117.28/117.30	c  N dy  3990   1092774       202     21954        67     80688     98810   1223025     10.26     10.81
119.69/119.75	c  N dy  4059   1112866       202     21954        67     57121     98810    795743     10.25     14.04
122.19/122.21	c  N dy  4147   1132960       202     21954        67     76213     98810   1142730     10.25     10.85
124.79/124.88	c  N dy  4231   1153145       202     21954        67     51749     98810    703768     10.25     10.83
127.18/127.25	c  N dy  4321   1173236       202     21954        67     70795     98810   1052431     10.26     10.89
130.19/130.24	c  N dy  4397   1194017       202     21954        67     45912     98810    592531     10.26     10.83
131.89/131.92	c  S st  4466   1209659       202     21954        67     60761     98810    863624     10.26     10.12
131.89/131.99	c  S st  4466   1210166       202     21954        67     61262     98810    875269     10.26   no data
131.89/132.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
131.99/132.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
131.99/132.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
131.99/132.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
131.99/132.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
131.99/132.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
131.99/132.02	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
131.99/132.04	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
131.99/132.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
133.59/133.69	c lits-rem:       806  cl-subs:     6507  v-elim:      0  v-fix:    0  time:  1.61 s
133.59/133.69	c vivif2 --  cl tried    21954 cl shrink        0 lits rem          0 time: 0.00
133.69/133.70	c vivif2 --  cl tried    54755 cl shrink        0 lits rem          0 time: 0.01
133.69/133.77	c asymm  cl-useful: 0/3691/21954 lits-rem:0 time: 0.07
133.69/133.78	c calculated reachability. Time: 0.00
133.69/133.78	c  N dy  4466   1210166       202     21954        67     54755     98810    816441     10.26   no data
136.18/136.21	c  N dy  4524   1230460       202     21954        67     73946     98810   1158218     10.25     10.85
139.69/139.71	c  N dy  4607   1255278       202     21954        67     52064     98810    710300     10.25     10.79
142.19/142.27	c  N dy  4690   1275676       202     21954        67     71437     98810   1061185     10.25     10.83
144.98/145.01	c  N dy  4761   1295717       202     21954        67     90521     98810   1401867     10.24     11.23
147.59/147.61	c  N dy  4838   1316190       202     21954        67     63543     98810    912998     10.24     10.89
150.19/150.24	c  N dy  4917   1336681       202     21954        67     83018     98810   1260139     10.24     10.83
153.19/153.29	c  N dy  4994   1358388       202     21954        67     56202     98810    779365     10.24     11.01
155.59/155.68	c  N dy  5067   1378415       202     21954        67     75200     98810   1121667     10.24     10.98
158.19/158.29	c  N dy  5109   1398699       202     21954        67     94343     98810   1441769     10.23     10.83
160.89/160.95	c  N dy  5185   1418786       202     21954        67     65043     98810    936237     10.23     10.83
163.49/163.53	c  N dy  5258   1438818       202     21954        67     83985     98810   1277351     10.23     10.80
166.59/166.61	c  N dy  5339   1459113       202     21954        67     53987     98810    742587     10.23     10.78
169.09/169.10	c  N dy  5420   1479449       202     21954        67     73282     98810   1081129     10.23     10.89
171.89/171.92	c  N dy  5518   1499500       202     21954        67     92360     98810   1429249     10.23     10.92
174.79/174.87	c  N dy  5612   1519569       202     21954        67     61146     98810    869306     10.24     10.83
177.39/177.43	c  N dy  5703   1540104       202     21954        67     80661     98810   1223946     10.24     10.78
180.29/180.34	c  N dy  5766   1560341       202     21954        67     99889     98810   1564581     10.24     10.80
183.09/183.10	c  N dy  5841   1580361       202     21954        67     67629     98810    969881     10.24     10.83
185.99/186.05	c  N dy  5906   1603603       202     21954        67     89598     98810   1352584     10.23     10.87
189.09/189.19	c  N dy  5987   1623696       202     21954        67     56497     98810    756634     10.23     10.79
191.58/191.60	c  N dy  6059   1643901       202     21954        67     75727     98810   1101389     10.23     10.80
194.38/194.42	c  N dy  6124   1664195       202     21954        67     94918     98810   1439928     10.23     10.80
197.49/197.50	c  N dy  6193   1684770       202     21954        67     61341     98810    832281     10.23     10.79
199.99/200.02	c  N dy  6273   1704954       202     21954        67     80539     98810   1177899     10.23     10.80
200.69/200.74	c  S st  6292   1710168       202     21954        67     85423     98810   1262726     10.23   no data
200.79/200.82	c  S st  6292   1710668       202     21954        67     85914     98810   1274082     10.23   no data
200.79/200.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
200.79/200.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
200.79/200.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
200.79/200.87	c bin-w-bin subsume rem            0 bins  time:  0.00 s
200.79/200.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
200.79/200.87	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
200.79/200.87	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
200.79/200.89	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
200.89/200.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
204.59/204.61	c lits-rem:      1561  cl-subs:     9343  v-elim:      0  v-fix:    0  time:  3.65 s
204.59/204.61	c vivif2 --  cl tried    21954 cl shrink        0 lits rem          0 time: 0.00
204.59/204.63	c vivif2 --  cl tried    76571 cl shrink        0 lits rem          0 time: 0.02
204.79/204.85	c asymm  cl-useful: 0/2496/21954 lits-rem:0 time: 0.22
204.79/204.86	c calculated reachability. Time: 0.00
204.79/204.86	c  N dy  6292   1710668       202     21954        67     76571     98810   1173633     10.23   no data
207.69/207.75	c  N dy  6379   1730769       202     21954        67     95693     98810   1515424     10.23     12.01
211.10/211.20	c  N dy  6465   1751621       202     21954        67     61576     98810    833489     10.23     10.83
213.99/214.02	c  N dy  6545   1772237       202     21954        67     81197     98810   1182150     10.23     10.82
216.89/216.98	c  N dy  6620   1792421       202     21954        67    100354     98810   1523105     10.23     10.79
219.89/219.99	c  N dy  6681   1812552       202     21954        67     64488     98810    887963     10.23     10.81
222.39/222.47	c  N dy  6750   1832598       202     21954        67     83491     98810   1225493     10.22     11.66
225.29/225.32	c  N dy  6801   1852625       202     21954        67    102447     98810   1553261     10.22     10.80
228.29/228.39	c  N dy  6868   1872747       202     21954        67     65588     98810    892154     10.22     10.78
231.00/231.05	c  N dy  6960   1893231       202     21954        67     85010     98810   1237537     10.22     10.78
233.89/233.92	c  N dy  7030   1913337       202     21954        67    104013     98810   1574916     10.22     10.77
236.99/237.04	c  N dy  7109   1933708       202     21954        67     66472     98810    897713     10.22     10.79
239.49/239.54	c  N dy  7152   1954043       202     21954        67     85675     98810   1229299     10.21     10.82
242.39/242.44	c  N dy  7222   1974209       202     21954        67    104722     98810   1569828     10.21     10.78
245.68/245.76	c  N dy  7332   1994222       202     21954        67     66027     98810    880692     10.21     10.97
248.19/248.29	c  N dy  7422   2014227       202     21954        67     84968     98810   1221000     10.21     10.80
251.29/251.30	c  N dy  7503   2034891       202     21954        67    104644     98810   1570632     10.21     10.96
254.49/254.57	c  N dy  7585   2055045       202     21954        67     64999     98810    851504     10.21     10.79
256.99/257.09	c  N dy  7658   2075263       202     21954        67     84156     98810   1191149     10.21     10.92
259.89/259.92	c  N dy  7712   2095382       202     21954        67    103089     98810   1514703     10.21     10.84
263.19/263.29	c  N dy  7766   2115865       202     21954        67     62849     98810    799274     10.21     10.77
265.59/265.64	c  N dy  7821   2135924       202     21954        67     81687     98810   1118096     10.20     10.77
268.49/268.59	c  N dy  7874   2157414       202     21954        67    101963     98810   1458400     10.20     10.77
272.29/272.30	c  N dy  7946   2177459       202     21954        67     60491     98810    741833     10.20     10.77
274.59/274.61	c  N dy  8010   2197819       202     21954        67     79605     98810   1078460     10.19     10.78
276.29/276.39	c  S st  8065   2210670       202     21954        67     91783     98810   1291284     10.19      8.64
276.39/276.47	c  S st  8065   2211171       202     21954        67     92278     98810   1301019     10.19   no data
276.39/276.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
276.49/276.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
276.49/276.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
276.49/276.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
276.49/276.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
276.49/276.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
276.49/276.52	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
276.49/276.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
276.59/276.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
280.19/280.30	c lits-rem:      1500  cl-subs:    10379  v-elim:      0  v-fix:    0  time:  3.69 s
280.29/280.30	c vivif2 --  cl tried    21954 cl shrink        0 lits rem          0 time: 0.00
280.29/280.32	c vivif2 --  cl tried    81899 cl shrink        0 lits rem          0 time: 0.02
280.50/280.55	c asymm  cl-useful: 0/2938/21954 lits-rem:0 time: 0.23
280.50/280.56	c calculated reachability. Time: 0.00
280.50/280.56	c  N dy  8065   2211171       202     21954        67     81899     98810   1192426     10.19   no data
283.29/283.39	c  N dy  8147   2231183       202     21954        67    100848     98810   1531887     10.20     11.11
286.79/286.86	c  N dy  8222   2251251       202     21954        67    119838     98810   1867988     10.19     10.80
290.10/290.13	c  N dy  8314   2271440       202     21954        67     77864     98810   1055403     10.20     10.86
292.80/292.84	c  N dy  8372   2291824       202     21954        67     97092     98810   1386811     10.19     10.92
295.90/295.92	c  N dy  8448   2311881       202     21954        67    116070     98810   1718450     10.19     10.74
299.20/299.23	c  N dy  8526   2332110       202     21954        67     72935     98810    953435     10.19     10.73
301.69/301.75	c  N dy  8587   2352123       202     21954        67     91840     98810   1287350     10.19     10.78
304.70/304.77	c  N dy  8666   2372507       202     21954        67    111196     98810   1632861     10.19     10.82
308.19/308.20	c  N dy  8735   2392573       202     21954        67     66850     98810    842610     10.19     13.28
310.59/310.61	c  N dy  8813   2412609       202     21954        67     85790     98810   1177457     10.19     10.84
313.59/313.60	c  N dy  8898   2433382       202     21954        67    105466     98810   1525849     10.19     10.76
316.69/316.73	c  N dy  8966   2453584       202     21954        67    124529     98810   1860302     10.19     10.73
319.79/319.87	c  N dy  9067   2473833       202     21954        67     79452     98810   1062422     10.19     10.74
322.40/322.44	c  N dy  9123   2493876       202     21954        67     98364     98810   1388228     10.18     11.11
325.40/325.44	c  N dy  9193   2513917       202     21954        67    117235     98810   1721353     10.18     15.06
328.80/328.82	c  N dy  9261   2534048       202     21954        67     71076     98810    891380     10.18     10.88
331.39/331.47	c  N dy  9340   2555016       202     21954        67     90931     98810   1246975     10.18     10.73
334.30/334.37	c  N dy  9415   2575149       202     21954        67    110034     98810   1584625     10.18     10.76
337.60/337.69	c  N dy  9498   2595195       202     21954        67    129038     98810   1922979     10.18     10.75
340.69/340.76	c  N dy  9566   2615605       202     21954        67     82142     98810   1075989     10.18     10.72
343.60/343.66	c  N dy  9649   2636893       202     21954        67    102294     98810   1432693     10.18     10.79
346.80/346.86	c  N dy  9752   2656946       202     21954        67    121354     98810   1774348     10.18     11.74
350.39/350.41	c  N dy  9830   2677046       202     21954        67     73115     98810    910088     10.18     10.75
353.00/353.04	c  N dy  9926   2697156       202     21954        67     92224     98810   1255236     10.18     10.90
355.00/355.03	c  S st  9984   2711171       202     21954        67    105469     98810   1485430     10.18   no data
355.10/355.12	c  S st  9984   2711674       202     21954        67    105966     98810   1495444     10.18   no data
355.10/355.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
355.10/355.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
355.10/355.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
355.10/355.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
355.10/355.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
355.10/355.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
355.10/355.18	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
355.20/355.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
355.20/355.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
360.39/360.40	c lits-rem:      1639  cl-subs:    10419  v-elim:      0  v-fix:    0  time:  5.13 s
360.39/360.40	c vivif2 --  cl tried    21954 cl shrink        0 lits rem          0 time: 0.00
360.39/360.43	c vivif2 --  cl tried    95547 cl shrink        0 lits rem          0 time: 0.03
360.59/360.67	c asymm  cl-useful: 0/4247/21954 lits-rem:0 time: 0.24
360.59/360.68	c calculated reachability. Time: 0.00
360.59/360.68	c  N dy  9984   2711674       202     21954        67     95547     98810   1383819     10.18   no data
363.89/363.91	c  N dy 10070   2732157       202     21954        67    114954     98810   1726330     10.18     10.73
367.60/367.61	c  N dy 10134   2752430       202     21954        67    134117     98810   2057095     10.18     10.76
370.99/371.01	c  N dy 10208   2773671       202     21954        67     86204     98810   1142553     10.18     10.79
373.90/373.93	c  N dy 10293   2793936       202     21954        67    105386     98810   1478359     10.18     10.73
376.99/377.08	c  N dy 10363   2814626       202     21954        67    124972     98810   1829576     10.18     10.72
380.70/380.77	c  N dy 10445   2834699       202     21954        67     75064     98810    938782     10.18     10.82
383.30/383.39	c  N dy 10522   2854811       202     21954        67     94109     98810   1274968     10.18     10.78
386.50/386.51	c  N dy 10614   2875364       202     21954        67    113563     98810   1622353     10.18     10.74
389.90/389.91	c  N dy 10705   2895493       202     21954        67    132612     98810   1956237     10.18     10.81
393.29/393.33	c  N dy 10788   2915712       202     21954        67     81834     98810   1053999     10.18     10.81
396.09/396.11	c  N dy 10854   2936843       202     21954        67    101810     98810   1403124     10.18     10.75
399.09/399.16	c  N dy 10918   2957126       202     21954        67    120946     98810   1738480     10.18     10.73
402.69/402.72	c  N dy 11002   2977648       202     21954        67    140417     98810   2086611     10.18     10.75
405.80/405.86	c  N dy 11074   2997654       202     21954        67     88360     98810   1147164     10.18     12.79
408.70/408.75	c  N dy 11167   3017707       202     21954        67    107351     98810   1485295     10.18     11.00
411.90/411.94	c  N dy 11256   3037736       202     21954        67    126304     98810   1830675     10.18     11.13
416.09/416.12	c  N dy 11325   3059011       202     21954        67     74497     98810    894423     10.18     10.75
418.70/418.73	c  N dy 11405   3079965       202     21954        67     94339     98810   1253087     10.18     10.79
421.70/421.71	c  N dy 11485   3100300       202     21954        67    113579     98810   1597985     10.18     10.73
425.20/425.28	c  N dy 11569   3122278       202     21954        67    134353     98810   1966415     10.18     10.78
429.00/429.09	c  N dy 11646   3142561       202     21954        67     80749     98810    993990     10.18     10.72
431.70/431.71	c  N dy 11722   3162672       202     21954        67     99798     98810   1330942     10.18     10.74
434.69/434.78	c  N dy 11802   3182944       202     21954        67    118951     98810   1668082     10.18     10.74
437.89/437.97	c  N dy 11866   3203022       202     21954        67    137853     98810   1989595     10.18     10.97
439.39/439.40	c  S st 11884   3211678       202     21954        67    145983     98810   2129999     10.18      9.44
439.49/439.53	c  S st 11884   3212180       202     21954        67    146474     98810   2140808     10.18   no data
439.49/439.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
439.59/439.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
439.59/439.60	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
439.59/439.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
439.59/439.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
439.59/439.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
439.59/439.61	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
439.59/439.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
439.69/439.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
449.50/449.51	c lits-rem:      2648  cl-subs:    22125  v-elim:      0  v-fix:    0  time:  9.75 s
449.50/449.51	c vivif2 --  cl tried    21954 cl shrink        0 lits rem          0 time: 0.00
449.50/449.55	c vivif2 --  cl tried   124349 cl shrink        0 lits rem          0 time: 0.04
449.70/449.80	c asymm  cl-useful: 0/7370/21954 lits-rem:0 time: 0.25
449.80/449.80	c calculated reachability. Time: 0.00
449.80/449.80	c  N dy 11884   3212180       202     21954        67    124349     98810   1900858     10.18   no data
453.40/453.43	c  N dy 11954   3232397       202     21954        67    143443     98810   2225294     10.17     10.88
456.59/456.68	c  N dy 12019   3252434       202     21954        67     89306     98810   1149257     10.17     12.43
459.49/459.56	c  N dy 12104   3272473       202     21954        67    108336     98810   1488593     10.17     12.46
462.70/462.70	c  N dy 12182   3292694       202     21954        67    127572     98810   1827103     10.17     10.77
466.30/466.38	c  N dy 12257   3313055       202     21954        67    146831     98810   2159263     10.17     10.78
469.60/469.67	c  N dy 12336   3333152       202     21954        67     91372     98810   1177316     10.17     10.71
472.60/472.61	c  N dy 12404   3353657       202     21954        67    110759     98810   1519527     10.17     10.80
475.80/475.83	c  N dy 12469   3374341       202     21954        67    130302     98810   1864778     10.17     10.74
479.40/479.45	c  N dy 12535   3394703       202     21954        67    149526     98810   2196552     10.17     10.72
482.69/482.78	c  N dy 12612   3414859       202     21954        67     93044     98810   1198729     10.17     10.74
485.69/485.72	c  N dy 12676   3435628       202     21954        67    112777     98810   1542292     10.17     10.75
489.09/489.15	c  N dy 12757   3456890       202     21954        67    132911     98810   1893153     10.17     10.77
492.59/492.65	c  N dy 12836   3476981       202     21954        67    151959     98810   2231906     10.17     11.64
496.01/496.01	c  N dy 12918   3497003       202     21954        67     94282     98810   1202789     10.17     10.80
498.90/498.91	c  N dy 12973   3517221       202     21954        67    113349     98810   1529516     10.17     10.73
502.10/502.12	c  N dy 13046   3537614       202     21954        67    132706     98810   1865771     10.17     10.72
505.70/505.77	c  N dy 13121   3557989       202     21954        67    151958     98810   2198926     10.17     10.75
509.21/509.21	c  N dy 13191   3578077       202     21954        67     93409     98810   1169870     10.17     13.22
512.10/512.15	c  N dy 13272   3598559       202     21954        67    112741     98810   1503280     10.17     10.91
515.20/515.25	c  N dy 13332   3618640       202     21954        67    131681     98810   1827764     10.16     10.70
518.80/518.81	c  N dy 13394   3639297       202     21954        67    151290     98810   2169665     10.16     10.81
522.41/522.47	c  N dy 13480   3659336       202     21954        67     91755     98810   1136612     10.16     10.74
525.40/525.47	c  N dy 13548   3680235       202     21954        67    111448     98810   1473922     10.16     10.71
528.40/528.43	c  N dy 13602   3700344       202     21954        67    130422     98810   1800639     10.16     10.70
530.60/530.63	c  S st 13641   3712181       202     21954        67    141636     98810   1996173     10.16      9.65
530.70/530.75	c  S st 13641   3712683       202     21954        67    142130     98810   2006577     10.16   no data
530.70/530.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
530.80/530.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.07
530.80/530.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
530.80/530.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
530.80/530.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
530.80/530.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
530.80/530.83	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
530.80/530.87	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
530.90/530.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
539.30/539.38	c lits-rem:      2879  cl-subs:    19088  v-elim:      0  v-fix:    0  time:  8.42 s
539.30/539.39	c vivif2 --  cl tried    21954 cl shrink        0 lits rem          0 time: 0.00
539.40/539.42	c vivif2 --  cl tried   123042 cl shrink        0 lits rem          0 time: 0.04
539.60/539.64	c asymm  cl-useful: 0/4903/21954 lits-rem:0 time: 0.21
539.60/539.64	c calculated reachability. Time: 0.00
539.60/539.64	c  N dy 13641   3712683       202     21954        67    123042     98810   1798585     10.16   no data
543.10/543.12	c  N dy 13708   3732684       202     21954        67    141936     98810   2134074     10.16     11.29
547.20/547.21	c  F st 13759   3751562       202     21954        67     80845     98810    943550     10.16      8.35
547.30/547.35	c  N st 13762   3752750       202     21954        67     81978     98810    964390     10.16   no data
549.90/549.99	c  N dy 13832   3772765       202     21954        67    100976     98810   1311682     10.16     12.05
553.10/553.14	c  N dy 13910   3793068       202     21954        67    120213     98810   1644636     10.16     10.86
557.00/557.08	c  N dy 14002   3816110       202     21954        67    142079     98810   2029783     10.16     10.72
561.60/561.68	c  N dy 14089   3836225       202     21954        67     80956     98810    936744     10.16     10.73
564.31/564.31	c  N dy 14158   3856788       202     21954        67    100407     98810   1279401     10.16     10.72
567.30/567.32	c  N dy 14223   3877166       202     21954        67    119731     98810   1607592     10.15     10.71
570.70/570.78	c  N dy 14307   3897185       202     21954        67    138648     98810   1936671     10.15     10.80
574.11/574.16	c  N dy 14357   3917337       202     21954        67    157707     98810   2267153     10.15     10.74
577.80/577.88	c  N dy 14442   3937376       202     21954        67     95527     98810   1186021     10.15     10.71
580.81/580.81	c  N dy 14522   3957427       202     21954        67    114569     98810   1518434     10.15     10.74
584.10/584.13	c  N dy 14606   3977550       202     21954        67    133674     98810   1852833     10.15     10.76
587.80/587.85	c  N dy 14691   3998132       202     21954        67    153226     98810   2201978     10.15     10.73
592.00/592.07	c  N dy 14774   4018287       202     21954        67     89816     98810   1072790     10.15     10.70
595.01/595.05	c  N dy 14850   4039824       202     21954        67    110200     98810   1430118     10.15     10.70
598.31/598.34	c  N dy 14943   4060001       202     21954        67    129285     98810   1764476     10.15     10.72
601.80/601.85	c  N dy 15023   4080073       202     21954        67    148288     98810   2095600     10.15     10.73
606.30/606.30	c  N dy 15085   4100476       202     21954        67     84258     98810    963401     10.15     10.73
609.00/609.07	c  N dy 15180   4120531       202     21954        67    103254     98810   1298330     10.15     12.59
612.11/612.13	c  N dy 15263   4140736       202     21954        67    122340     98810   1634919     10.15     10.69
615.60/615.62	c  N dy 15323   4161161       202     21954        67    141686     98810   1969525     10.15     10.70
619.90/619.95	c  N dy 15405   4181187       202     21954        67    160619     98810   2297056     10.15     11.32
624.21/624.27	c  N dy 15484   4201697       202     21954        67     95744     98810   1154188     10.15     10.76
625.81/625.88	c  S st 15533   4212685       202     21954        67    106148     98810   1335577     10.15   no data
625.91/625.97	c  S st 15533   4213187       202     21954        67    106643     98810   1345954     10.15   no data
625.91/625.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
626.01/626.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
626.01/626.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
626.01/626.02	c bin-w-bin subsume rem            0 bins  time:  0.00 s
626.01/626.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
626.01/626.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
626.01/626.02	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
626.01/626.05	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
626.11/626.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
629.61/629.63	c lits-rem:      1541  cl-subs:     7581  v-elim:      0  v-fix:    0  time:  3.52 s
629.61/629.63	c vivif2 --  cl tried    21954 cl shrink        0 lits rem          0 time: 0.00
629.61/629.66	c vivif2 --  cl tried    99062 cl shrink        0 lits rem          0 time: 0.03
629.81/629.89	c asymm  cl-useful: 0/2238/21954 lits-rem:0 time: 0.23
629.91/629.90	c calculated reachability. Time: 0.00
629.91/629.90	c  N dy 15533   4213187       202     21954        67     99062     98810   1269211     10.15   no data
632.90/632.93	c  N dy 15606   4233803       202     21954        67    118533     98810   1607409     10.15     10.71
636.20/636.26	c  N dy 15644   4254588       202     21954        67    138129     98810   1932027     10.15     10.71
640.11/640.13	c  N dy 15732   4275325       202     21954        67    157852     98810   2273851     10.15     10.73
644.61/644.69	c  N dy 15810   4295712       202     21954        67     92208     98810   1090433     10.15     10.71
647.50/647.58	c  N dy 15880   4315786       202     21954        67    111204     98810   1415464     10.15     10.69
650.71/650.72	c  N dy 15963   4335876       202     21954        67    130213     98810   1750807     10.15     10.80
654.21/654.21	c  N dy 16038   4356320       202     21954        67    149497     98810   2085800     10.15     10.69
658.11/658.13	c  N dy 16106   4376354       202     21954        67    168354     98810   2411904     10.15     10.93
661.80/661.83	c  N dy 16166   4396508       202     21954        67    101530     98810   1245452     10.14     10.69
664.80/664.85	c  N dy 16249   4416560       202     21954        67    120528     98810   1572242     10.14     10.73
668.11/668.11	c  N dy 16332   4436608       202     21954        67    139525     98810   1910071     10.14     10.70
671.90/671.93	c  N dy 16422   4456775       202     21954        67    158641     98810   2248173     10.14     10.68
676.41/676.40	c  N dy 16483   4476780       202     21954        67     90558     98810   1044966     10.14     10.68
679.11/679.15	c  N dy 16549   4496787       202     21954        67    109392     98810   1368205     10.14     11.83
682.21/682.23	c  N dy 16629   4516853       202     21954        67    128373     98810   1705873     10.14     10.68
685.61/685.62	c  N dy 16705   4536908       202     21954        67    147336     98810   2037619     10.14     10.71
689.41/689.43	c  N dy 16772   4557167       202     21954        67    166521     98810   2372208     10.14     10.69
693.50/693.58	c  N dy 16848   4577483       202     21954        67     97805     98810   1166996     10.14     10.72
696.80/696.82	c  N dy 16898   4600022       202     21954        67    119067     98810   1522867     10.14     10.73
700.21/700.20	c  N dy 16976   4620469       202     21954        67    138255     98810   1856874     10.14     10.94
703.91/703.93	c  N dy 17056   4640882       202     21954        67    157517     98810   2191940     10.14     10.68
707.81/707.84	c  N dy 17129   4660960       202     21954        67    176532     98810   2521941     10.14     11.28
711.50/711.59	c  N dy 17192   4681001       202     21954        67    106582     98810   1297430     10.14     12.39
714.60/714.67	c  N dy 17275   4701206       202     21954        67    125787     98810   1632677     10.14     10.77
716.70/716.71	c  S st 17329   4713188       202     21954        67    137172     98810   1831444     10.14      9.51
716.80/716.81	c  S st 17329   4713691       202     21954        67    137666     98810   1841755     10.14   no data
716.80/716.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
716.80/716.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
716.80/716.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
716.80/716.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
716.80/716.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
716.80/716.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
716.80/716.89	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
716.90/716.92	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
717.00/717.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
723.71/723.76	c lits-rem:      2967  cl-subs:    14751  v-elim:      0  v-fix:    0  time:  6.75 s
723.71/723.76	c vivif2 --  cl tried    21954 cl shrink        0 lits rem          0 time: 0.00
723.71/723.80	c vivif2 --  cl tried   122915 cl shrink        0 lits rem          0 time: 0.04
724.00/724.07	c asymm  cl-useful: 0/1753/21954 lits-rem:0 time: 0.28
724.00/724.08	c calculated reachability. Time: 0.00
724.00/724.08	c  N dy 17329   4713691       202     21954        67    122915     98810   1688022     10.14   no data
727.50/727.59	c  N dy 17413   4733992       202     21954        67    142023     98810   2018929     10.14     10.68
731.30/731.33	c  N dy 17488   4754047       202     21954        67    161005     98810   2348465     10.14     12.95
736.41/736.45	c  N dy 17572   4774058       202     21954        67     90576     98810   1038988     10.14     10.69
739.30/739.35	c  N dy 17641   4794762       202     21954        67    110098     98810   1374646     10.13     10.69
742.60/742.66	c  N dy 17734   4814861       202     21954        67    129137     98810   1710340     10.14     10.69
746.10/746.10	c  N dy 17805   4834954       202     21954        67    148150     98810   2037905     10.13     11.11
749.80/749.81	c  N dy 17872   4855031       202     21954        67    167147     98810   2359497     10.13     10.79
754.61/754.63	c  N dy 17948   4875085       202     21954        67     95632     98810   1111420     10.13     13.34
757.61/757.63	c  N dy 18053   4895193       202     21954        67    114678     98810   1450463     10.13     10.68
760.71/760.77	c  N dy 18125   4915239       202     21954        67    133607     98810   1783063     10.13     11.24
764.31/764.40	c  N dy 18222   4935294       202     21954        67    152554     98810   2123442     10.13     10.67
768.30/768.32	c  N dy 18299   4955939       202     21954        67    172161     98810   2460806     10.13     10.68
772.81/772.84	c  N dy 18376   4975972       202     21954        67     99425     98810   1159369     10.13     11.77
775.81/775.88	c  N dy 18451   4996065       202     21954        67    118445     98810   1485825     10.13     10.67
779.21/779.25	c  N dy 18531   5016083       202     21954        67    137340     98810   1819151     10.13     10.69
782.81/782.83	c  N dy 18615   5036129       202     21954        67    156335     98810   2154176     10.13     10.69
786.70/786.78	c  N dy 18695   5056198       202     21954        67    175277     98810   2481511     10.13     10.76
791.31/791.33	c  N dy 18773   5076244       202     21954        67    101656     98810   1191909     10.13     10.69
794.41/794.47	c  N dy 18882   5096985       202     21954        67    121350     98810   1547212     10.13     10.67
797.91/797.91	c  N dy 18965   5117050       202     21954        67    140398     98810   1881450     10.14     11.31
801.61/801.61	c  N dy 19026   5137114       202     21954        67    159353     98810   2206581     10.13     10.93
805.81/805.84	c  N dy 19120   5157458       202     21954        67    178519     98810   2535170     10.13     10.74
810.11/810.18	c  N dy 19182   5177476       202     21954        67    103774     98810   1219971     10.13     11.13
813.21/813.20	c  N dy 19254   5197599       202     21954        67    122780     98810   1548083     10.13     10.67
815.91/815.93	c  S st 19321   5213691       202     21954        67    137972     98810   1809588     10.13   no data
816.01/816.05	c  S st 19321   5214192       202     21954        67    138466     98810   1820305     10.13   no data
816.01/816.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
816.12/816.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
816.12/816.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
816.12/816.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
816.12/816.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
816.12/816.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
816.12/816.12	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
816.12/816.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
816.22/816.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
822.61/822.60	c lits-rem:      2383  cl-subs:    13788  v-elim:      0  v-fix:    0  time:  6.36 s
822.61/822.60	c vivif2 --  cl tried    21954 cl shrink        0 lits rem          0 time: 0.00
822.61/822.64	c vivif2 --  cl tried   124678 cl shrink        0 lits rem          0 time: 0.03
822.91/822.91	c asymm  cl-useful: 0/2159/21954 lits-rem:0 time: 0.27
822.91/822.92	c calculated reachability. Time: 0.00
822.91/822.92	c  N dy 19321   5214192       202     21954        67    124678     98810   1675228     10.13   no data
826.31/826.36	c  N dy 19390   5234254       202     21954        67    143729     98810   2004156     10.13     10.70
830.31/830.39	c  N dy 19475   5254753       202     21954        67    163033     98810   2340494     10.13     10.68
834.51/834.55	c  N dy 19544   5275376       202     21954        67    182581     98810   2678299     10.13     10.67
838.81/838.85	c  N dy 19621   5295789       202     21954        67    107688     98810   1295008     10.13     10.79
841.81/841.83	c  N dy 19678   5316229       202     21954        67    126957     98810   1621415     10.13     10.78
845.31/845.35	c  N dy 19771   5336493       202     21954        67    146203     98810   1965157     10.13     10.74
849.22/849.26	c  N dy 19851   5356525       202     21954        67    165126     98810   2290230     10.13     10.67
853.21/853.23	c  N dy 19918   5376912       202     21954        67    184397     98810   2619948     10.13     10.68
857.60/857.68	c  N dy 20011   5397692       202     21954        67    108727     98810   1303479     10.13     10.70
860.71/860.76	c  N dy 20086   5417713       202     21954        67    127659     98810   1626715     10.13     10.77
864.31/864.38	c  N dy 20199   5437993       202     21954        67    146857     98810   1970160     10.13     10.67
868.11/868.16	c  N dy 20259   5458620       202     21954        67    166350     98810   2307595     10.13     10.69
872.11/872.11	c  N dy 20322   5478699       202     21954        67    185302     98810   2630861     10.13     10.92
876.62/876.64	c  N dy 20432   5498712       202     21954        67    107882     98810   1287879     10.13     11.69
879.51/879.56	c  N dy 20487   5518751       202     21954        67    126862     98810   1611308     10.13     11.97
883.11/883.11	c  N dy 20592   5538981       202     21954        67    146003     98810   1947170     10.13     10.83
886.91/886.99	c  N dy 20679   5559049       202     21954        67    165043     98810   2281179     10.13     13.19
891.11/891.16	c  N dy 20764   5579768       202     21954        67    184626     98810   2625313     10.13     11.11
896.52/896.53	c  N dy 20863   5599822       202     21954        67    106197     98810   1244630     10.13     10.73
899.91/899.93	c  N dy 20935   5619907       202     21954        67    125275     98810   1570649     10.13     14.01
903.42/903.46	c  N dy 21018   5640109       202     21954        67    144463     98810   1907766     10.13     10.72
907.31/907.36	c  N dy 21103   5660254       202     21954        67    163462     98810   2233678     10.13     10.68
911.41/911.46	c  N dy 21182   5680522       202     21954        67    182553     98810   2568717     10.13     10.67
916.51/916.56	c  N dy 21260   5700693       202     21954        67    103230     98810   1187022     10.13     10.68
918.51/918.53	c  S st 21321   5714192       202     21954        67    116040     98810   1411396     10.13      8.79
918.61/918.63	c  S st 21321   5714693       202     21954        67    116537     98810   1422013     10.13   no data
918.61/918.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
918.61/918.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
918.61/918.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
918.61/918.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
918.61/918.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
918.61/918.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
918.61/918.69	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
918.71/918.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
918.71/918.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
921.71/921.70	c lits-rem:      1395  cl-subs:     5830  v-elim:      0  v-fix:    0  time:  2.92 s
921.71/921.71	c vivif2 --  cl tried    21954 cl shrink        0 lits rem          0 time: 0.00
921.71/921.74	c vivif2 --  cl tried   110707 cl shrink        0 lits rem          0 time: 0.03
921.91/921.97	c asymm  cl-useful: 0/5664/21954 lits-rem:0 time: 0.24
921.91/921.98	c calculated reachability. Time: 0.00
921.91/921.98	c  N dy 21321   5714693       202     21954        67    110707     98810   1362736     10.13   no data
925.31/925.31	c  N dy 21390   5735714       202     21954        67    130523     98810   1706506     10.13     10.69
929.01/929.07	c  N dy 21470   5756780       202     21954        67    150423     98810   2052179     10.13     10.71
932.82/932.82	c  N dy 21532   5777258       202     21954        67    169758     98810   2390663     10.13     10.83
937.21/937.23	c  N dy 21618   5797652       202     21954        67    189042     98810   2725484     10.13     10.67
942.01/942.04	c  N dy 21703   5817783       202     21954        67    108957     98810   1286165     10.13     10.68
945.11/945.17	c  N dy 21769   5838337       202     21954        67    128379     98810   1619994     10.13     10.69
948.61/948.64	c  N dy 21835   5859186       202     21954        67    148062     98810   1961599     10.13     10.69
952.31/952.39	c  N dy 21893   5879216       202     21954        67    166968     98810   2281586     10.13     10.88
956.61/956.61	c  N dy 21981   5899236       202     21954        67    185877     98810   2615056     10.13     12.12
961.51/961.54	c  N dy 22047   5919273       202     21954        67    104770     98810   1201819     10.13     10.72
964.72/964.70	c  N dy 22132   5940086       202     21954        67    124466     98810   1545693     10.13     10.71
968.11/968.10	c  N dy 22193   5960091       202     21954        67    143380     98810   1865879     10.13     11.21
971.82/971.80	c  N dy 22263   5980389       202     21954        67    162542     98810   2200908     10.13     10.67
976.02/976.02	c  N dy 22339   6000392       202     21954        67    181518     98810   2526544     10.13     11.33
980.52/980.53	c  N dy 22421   6020837       202     21954        67    200839     98810   2857938     10.13     10.67
984.82/984.88	c  N dy 22506   6040862       202     21954        67    118588     98810   1434956     10.13     10.88
988.12/988.19	c  N dy 22579   6061017       202     21954        67    137548     98810   1763943     10.13     10.71
991.62/991.60	c  N dy 22636   6081358       202     21954        67    156814     98810   2096856     10.13     10.70
995.52/995.59	c  N dy 22723   6101448       202     21954        67    175807     98810   2425102     10.13     10.69
1000.51/1000.57	c  N dy 22804   6121876       202     21954        67    194968     98810   2752230     10.13     10.83
1005.52/1005.57	c  N dy 22896   6142149       202     21954        67    112152     98810   1316588     10.13     10.70
1008.72/1008.75	c  N dy 22986   6162193       202     21954        67    131115     98810   1648594     10.13     10.71
1012.22/1012.29	c  N dy 23068   6182287       202     21954        67    150109     98810   1976049     10.13     10.67
1016.12/1016.13	c  N dy 23140   6202332       202     21954        67    169065     98810   2302045     10.13     10.78
1018.82/1018.84	c  S st 23202   6214694       202     21954        67    180736     98810   2502014     10.13     10.62
1018.92/1018.97	c  S st 23202   6215195       202     21954        67    181235     98810   2511910     10.13   no data
1018.92/1018.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1019.02/1019.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.08
1019.02/1019.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1019.02/1019.07	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1019.02/1019.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1019.02/1019.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
1019.02/1019.07	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1019.12/1019.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1019.21/1019.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.05 s
1030.51/1030.53	c lits-rem:      3444  cl-subs:    22057  v-elim:      0  v-fix:    0  time: 11.29 s
1030.51/1030.53	c vivif2 --  cl tried    21954 cl shrink        0 lits rem          0 time: 0.00
1030.51/1030.58	c vivif2 --  cl tried   159178 cl shrink        0 lits rem          0 time: 0.05
1030.81/1030.86	c asymm  cl-useful: 0/6343/21954 lits-rem:0 time: 0.28
1030.81/1030.87	c calculated reachability. Time: 0.00
1030.81/1030.87	c  N dy 23202   6215195       202     21954        67    159178     98810   2277142     10.13   no data
1035.12/1035.12	c  N dy 23279   6235707       202     21954        67    178651     98810   2611375     10.13     10.67
1040.31/1040.39	c  N dy 23368   6258940       202     21954        67    200563     98810   2979918     10.13     10.70
1044.92/1044.92	c  N dy 23449   6278997       202     21954        67    117085     98810   1404288     10.13     10.71
1048.22/1048.20	c  N dy 23516   6299052       202     21954        67    136073     98810   1731378     10.13     10.71
1051.81/1051.90	c  N dy 23570   6320532       202     21954        67    156273     98810   2069823     10.12     10.70
1056.02/1056.01	c  N dy 23638   6340905       202     21954        67    175494     98810   2397499     10.12     10.68
1060.52/1060.56	c  N dy 23728   6361512       202     21954        67    194930     98810   2729689     10.12     10.66
1065.72/1065.79	c  N dy 23803   6381548       202     21954        67    110245     98810   1275995     10.12     14.80
1069.22/1069.27	c  N dy 23889   6403352       202     21954        67    130882     98810   1631086     10.12     10.68
1072.91/1072.90	c  N dy 23959   6424214       202     21954        67    150550     98810   1967990     10.12     10.85
1076.82/1076.81	c  N dy 24025   6444529       202     21954        67    169682     98810   2296381     10.12     10.71
1080.82/1080.86	c  N dy 24094   6464626       202     21954        67    188706     98810   2619843     10.12     10.70
1085.32/1085.36	c  N dy 24166   6484630       202     21954        67    207570     98810   2948770     10.12     10.66
1089.61/1089.65	c  N dy 24231   6504944       202     21954        67    122085     98810   1469312     10.12     10.77
1093.01/1093.05	c  N dy 24304   6525127       202     21954        67    141225     98810   1798762     10.12     10.78
1096.92/1096.98	c  N dy 24371   6546806       202     21954        68    161774     98810   2141660     10.12     10.71
1101.13/1101.13	c  N dy 24432   6566873       202     21954        68    180664     98810   2462775     10.12     10.89
1106.02/1106.01	c  N dy 24500   6587134       202     21954        68    199751     98810   2785149     10.12     10.66
1111.42/1111.46	c  N dy 24587   6607539       202     21954        68    113423     98810   1317464     10.12     10.67
1114.81/1114.89	c  N dy 24672   6628314       202     21954        68    133044     98810   1656041     10.12     10.69
1118.32/1118.32	c  N dy 24732   6648442       202     21954        68    152022     98810   1979638     10.12     10.65
1122.21/1122.26	c  N dy 24805   6669956       202     21954        68    172341     98810   2328857     10.12     11.00
1126.62/1126.60	c  N dy 24882   6690071       202     21954        68    191397     98810   2654657     10.12     10.66
1131.22/1131.27	c  N dy 24962   6710366       202     21954        68    210608     98810   2987842     10.12     10.68
1133.52/1133.54	c  S st 24983   6715195       202     21954        68    108425     98810   1219337     10.12      9.69
1133.62/1133.63	c  S st 24983   6715697       202     21954        68    108919     98810   1229765     10.12   no data
1133.62/1133.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1133.62/1133.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
1133.62/1133.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1133.62/1133.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1133.62/1133.68	c subs with bin:        5  lits-rem:         0  v-fix:    0  time:  0.00 s
1133.62/1133.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
1133.62/1133.69	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1133.72/1133.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1133.92/1133.99	c subs with bin:     1559  lits-rem:       361  v-fix:    0  time:  0.24 s
1135.32/1135.35	c lits-rem:       996  cl-subs:     2719  v-elim:      0  v-fix:    0  time:  1.36 s
1135.32/1135.35	c vivif2 --  cl tried    21949 cl shrink        0 lits rem          0 time: 0.00
1135.32/1135.38	c vivif2 --  cl tried   104641 cl shrink        0 lits rem          0 time: 0.03
1135.52/1135.50	c asymm  cl-useful: 0/3792/21949 lits-rem:0 time: 0.12
1135.52/1135.50	c calculated reachability. Time: 0.00
1135.52/1135.50	c  N dy 24983   6715697       202     21949        68    104641     98797   1195857     10.12   no data
1138.82/1138.81	c  N dy 25072   6737141       202     21949        68    124919     98797   1549632     10.12     10.73
1142.22/1142.29	c  N dy 25151   6757416       202     21949        68    144080     98797   1883565     10.12     10.67
1146.12/1146.14	c  N dy 25224   6777438       202     21949        68    163064     98797   2208252     10.12     11.34
1150.11/1150.14	c  N dy 25300   6797524       202     21949        68    182020     98797   2533232     10.12     10.76
1154.52/1154.57	c  N dy 25370   6817953       202     21949        68    201404     98797   2865252     10.12     10.66
1160.02/1160.09	c  N dy 25450   6838128       202     21949        68    112800     98797   1308564     10.12     10.66
1163.22/1163.28	c  N dy 25536   6858442       202     21949        68    132054     98797   1647746     10.12     10.65
1166.72/1166.75	c  N dy 25610   6878493       202     21949        68    150995     98797   1969893     10.12     10.73
1170.72/1170.78	c  N dy 25701   6898881       202     21949        68    170297     98797   2305069     10.12     10.67
1174.92/1174.93	c  N dy 25768   6919131       202     21949        68    189414     98797   2633949     10.12     10.67
1179.42/1179.44	c  N dy 25848   6939246       202     21949        68    208417     98797   2959932     10.12     10.79
1184.32/1184.35	c  N dy 25894   6959516       202     21949        68    118843     98797   1400101     10.11     10.67
1187.82/1187.87	c  N dy 26004   6979655       202     21949        68    137869     98797   1737362     10.12     10.71
1191.32/1191.39	c  N dy 26068   6999884       202     21949        68    156979     98797   2061694     10.12     10.67
1195.42/1195.49	c  N dy 26141   7021407       202     21949        68    177281     98797   2405015     10.11     10.83
1199.72/1199.74	c  N dy 26203   7041898       202     21949        68    196629     98797   2728935     10.11     10.66
1204.22/1204.25	c  N dy 26268   7061905       202     21949        68    215525     98797   3049493     10.11     10.88
1209.22/1209.25	c  N dy 26336   7082117       202     21949        68    125130     98797   1499068     10.11     10.68
1213.02/1213.03	c  N dy 26422   7102248       202     21949        68    144106     98797   1826413     10.11     10.68
1217.22/1217.23	c  N dy 26504   7122274       202     21949        68    163052     98797   2163029     10.11     10.79
1221.42/1221.49	c  N dy 26599   7142276       202     21949        68    181949     98797   2490210     10.11     13.00
1225.92/1225.99	c  N dy 26672   7162782       202     21949        68    201342     98797   2819972     10.11     10.74
1230.72/1230.78	c  N dy 26754   7182913       202     21949        68    220401     98797   3145385     10.11     10.69
1235.42/1235.43	c  N dy 26851   7202925       202     21949        68    128773     98797   1557027     10.11     12.11
1237.42/1237.50	c  S st 26891   7215698       202     21949        68    140810     98797   1762343     10.11   no data
1237.62/1237.61	c  S st 26891   7216199       202     21949        68    141310     98797   1772539     10.11   no data
1237.62/1237.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1237.62/1237.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
1237.62/1237.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1237.62/1237.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1237.62/1237.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1237.62/1237.69	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    202 time:  0.00 s
1237.62/1237.69	c Removed useless bin:       0  fixed:     0  props:   0.03M  time:  0.00 s
1237.72/1237.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1237.82/1237.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
1243.12/1243.10	c lits-rem:      2651  cl-subs:    10313  v-elim:      0  v-fix:    0  time:  5.30 s
1243.12/1243.10	c vivif2 --  cl tried    21949 cl shrink        0 lits rem          0 time: 0.00
1243.12/1243.14	c vivif2 --  cl tried   130997 cl shrink        0 lits rem          0 time: 0.04
1243.42/1243.40	c asymm  cl-useful: 0/1570/21949 lits-rem:0 time: 0.26
1243.42/1243.41	c calculated reachability. Time: 0.00
1243.42/1243.41	c  N dy 26891   7216199       202     21949        68    130997     98797   1668716     10.11   no data
1246.92/1246.93	c  N dy 26966   7236214       202     21949        68    150007     98797   1999376     10.11     12.97
1250.93/1250.96	c  N dy 27040   7256628       202     21949        68    169310     98797   2324538     10.11     10.65
1255.13/1255.19	c  N dy 27104   7276921       202     21949        68    188450     98797   2647420     10.11     10.67
1260.02/1260.02	c  N dy 27185   7297739       202     21949        68    208032     98797   2974475     10.11     10.65
1265.42/1265.47	c  N dy 27244   7317750       202     21949        68    115683     98797   1333578     10.11     10.72
1268.82/1268.83	c  N dy 27320   7338054       202     21949        68    134893     98797   1668504     10.11     10.66
1272.33/1272.38	c  N dy 27392   7358083       202     21949        68    153813     98797   1991906     10.11     10.66
1276.33/1276.36	c  N dy 27474   7378096       202     21949        68    172727     98797   2321088     10.11     10.73
1280.83/1280.82	c  N dy 27547   7399757       202     21949        68    193177     98797   2667519     10.11     10.77
1285.32/1285.35	c  N dy 27611   7420647       202     21949        68    212905     98797   2997208     10.11     10.69
1290.72/1290.78	c  N dy 27670   7441054       202     21949        68    119832     98797   1390911     10.11     10.68
1294.12/1294.10	c  N dy 27757   7461221       202     21949        68    138943     98797   1723521     10.11     10.65
1298.03/1298.07	c  N dy 27839   7483216       202     21949        68    159644     98797   2081324     10.11     10.71

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 0.92 1.50 2.51 4/178 4330
/proc/meminfo: memFree=14229912/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=29932 CPUtime=0 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 625 0 0 0 0 0 0 0 20 0 1 0 544691276 30650368 565 33554432000 4194304 4627331 140733521833744 18446744073709551615 4507122 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 7483 567 320 106 0 2454 0

[startup+0.0937499 s]
/proc/loadavg: 0.92 1.50 2.51 4/178 4330
/proc/meminfo: memFree=14229912/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=30764 CPUtime=0.08 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 984 0 0 0 8 0 0 0 20 0 1 0 544691276 31502336 924 33554432000 4194304 4627331 140733521833744 18446744073709551615 4522863 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 7691 924 342 106 0 2662 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 30764

[startup+0.102881 s]
/proc/loadavg: 0.92 1.50 2.51 4/178 4330
/proc/meminfo: memFree=14229912/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=30764 CPUtime=0.09 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 984 0 0 0 9 0 0 0 20 0 1 0 544691276 31502336 924 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309188 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 7691 924 342 106 0 2662 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30764

[startup+0.300707 s]
/proc/loadavg: 0.92 1.50 2.51 4/178 4330
/proc/meminfo: memFree=14229912/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=34292 CPUtime=0.29 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 2202 0 0 0 29 0 0 0 21 0 1 0 544691276 35115008 1840 33554432000 4194304 4627331 140733521833744 18446744073709551615 4498432 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 8573 1840 367 106 0 3544 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 34292

[startup+0.700637 s]
/proc/loadavg: 0.92 1.50 2.51 4/178 4330
/proc/meminfo: memFree=14229912/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=34292 CPUtime=0.69 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 2353 0 0 0 69 0 0 0 22 0 1 0 544691276 35115008 1991 33554432000 4194304 4627331 140733521833744 18446744073709551615 4327554 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 8573 1991 373 106 0 3544 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34292

[startup+1.50049 s]
/proc/loadavg: 0.92 1.50 2.51 5/190 4347
/proc/meminfo: memFree=14188648/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=35856 CPUtime=1.49 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 3165 0 0 0 149 0 0 0 25 0 1 0 544691276 36716544 2028 33554432000 4194304 4627331 140733521833744 18446744073709551615 4308248 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 8964 2029 373 106 0 3935 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 35856

[startup+3.10018 s]
/proc/loadavg: 0.92 1.50 2.51 5/190 4347
/proc/meminfo: memFree=14181440/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=41476 CPUtime=3.08 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 5109 0 0 0 308 0 0 0 25 0 1 0 544691276 42471424 3551 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309047 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 10369 3551 378 106 0 5340 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 41476

[startup+6.30058 s]
/proc/loadavg: 1.17 1.54 2.52 6/190 4347
/proc/meminfo: memFree=14152396/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=46780 CPUtime=6.29 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 7929 0 0 0 628 1 0 0 25 0 1 0 544691276 47902720 4788 33554432000 4194304 4627331 140733521833744 18446744073709551615 4420162 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 11695 4788 378 106 0 6666 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 46780

[startup+12.7004 s]
/proc/loadavg: 1.39 1.58 2.53 5/190 4347
/proc/meminfo: memFree=14136040/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=47116 CPUtime=12.69 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 11227 0 0 0 1267 2 0 0 25 0 1 0 544691276 48246784 4756 33554432000 4194304 4627331 140733521833744 18446744073709551615 4308574 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 11779 4756 378 106 0 6750 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 47116

[startup+25.5009 s]
/proc/loadavg: 2.04 1.72 2.55 6/190 4348
/proc/meminfo: memFree=14121012/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=48780 CPUtime=25.49 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 16958 0 0 0 2546 3 0 0 25 0 1 0 544691276 49950720 5409 33554432000 4194304 4627331 140733521833744 18446744073709551615 4327560 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 12195 5409 378 106 0 7166 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 48780

[startup+51.1011 s]
/proc/loadavg: 2.77 1.91 2.60 5/190 4348
/proc/meminfo: memFree=14110444/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=50212 CPUtime=51.08 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 27319 0 0 0 5102 6 0 0 25 0 1 0 544691276 51417088 5947 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309163 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 12553 5947 378 106 0 7524 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 50212

[startup+102.306 s]
/proc/loadavg: 3.46 2.23 2.67 6/190 4350
/proc/meminfo: memFree=14061560/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=63564 CPUtime=102.29 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 47053 0 0 0 10220 9 0 0 25 0 1 0 544691276 65089536 8563 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309047 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 15891 8563 378 106 0 10862 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 63564

[startup+162.301 s]
/proc/loadavg: 3.80 2.55 2.75 6/190 4351
/proc/meminfo: memFree=14035368/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=68516 CPUtime=162.29 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 64811 0 0 0 16215 14 0 0 25 0 1 0 544691276 70160384 10322 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 17129 10322 378 106 0 12100 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 68516

[startup+222.301 s]
/proc/loadavg: 3.92 2.81 2.82 6/190 4353
/proc/meminfo: memFree=13988924/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=83912 CPUtime=222.29 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 82840 0 0 0 22211 18 0 0 25 0 1 0 544691276 85925888 13809 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309552 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 20978 13809 378 106 0 15949 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 83912

[startup+282.3 s]
/proc/loadavg: 3.97 3.03 2.89 6/190 4354
/proc/meminfo: memFree=13989404/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=84212 CPUtime=282.29 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 96733 0 0 0 28208 21 0 0 25 0 1 0 544691276 86233088 14324 33554432000 4194304 4627331 140733521833744 18446744073709551615 4308360 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 21053 14324 378 106 0 16024 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 84212

[startup+342.301 s]
/proc/loadavg: 3.99 3.20 2.96 6/190 4356
/proc/meminfo: memFree=13956008/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=84548 CPUtime=342.29 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 111103 0 0 0 34206 23 0 0 25 0 1 0 544691276 86577152 14051 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309033 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 21137 14051 378 106 0 16108 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 84548

[startup+402.301 s]
/proc/loadavg: 4.04 3.36 3.03 6/190 4358
/proc/meminfo: memFree=13929804/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=87468 CPUtime=402.29 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 123147 0 0 0 40202 27 0 0 25 0 1 0 544691276 89567232 15660 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309068 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 21867 15660 378 106 0 16838 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 87468

[startup+462.3 s]
/proc/loadavg: 4.01 3.47 3.09 6/190 4359
/proc/meminfo: memFree=13915144/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=107420 CPUtime=462.3 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 138425 0 0 0 46199 31 0 0 25 0 1 0 544691276 109998080 19801 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309110 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 26855 19801 378 106 0 21826 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 107420

[startup+522.301 s]
/proc/loadavg: 4.06 3.58 3.14 5/190 4388
/proc/meminfo: memFree=13961676/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=107668 CPUtime=522.3 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 151687 0 0 0 52195 35 0 0 25 0 1 0 544691276 110252032 19056 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309033 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 26917 19056 378 106 0 21888 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 107668

[startup+582.3 s]
/proc/loadavg: 4.02 3.66 3.20 5/190 4389
/proc/meminfo: memFree=13945596/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=107852 CPUtime=582.3 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 161577 0 0 0 58192 38 0 0 25 0 1 0 544691276 110440448 19837 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309174 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 26963 19837 378 106 0 21934 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 107852

[startup+642.301 s]
/proc/loadavg: 4.01 3.72 3.24 5/190 4391
/proc/meminfo: memFree=13903540/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=108000 CPUtime=642.31 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 171601 0 0 0 64190 41 0 0 25 0 1 0 544691276 110592000 20819 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 27000 20819 378 106 0 21971 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 108000

[startup+702.301 s]
/proc/loadavg: 4.00 3.76 3.29 5/190 4393
/proc/meminfo: memFree=13895208/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=108220 CPUtime=702.31 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 183607 0 0 0 70186 45 0 0 25 0 1 0 544691276 110817280 20276 33554432000 4194304 4627331 140733521833744 18446744073709551615 4308384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 27055 20276 378 106 0 22026 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 108220

[startup+762.307 s]
/proc/loadavg: 4.00 3.80 3.33 5/190 4394
/proc/meminfo: memFree=13895180/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=108404 CPUtime=762.31 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 193428 0 0 0 76184 47 0 0 25 0 1 0 544691276 111005696 20218 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 27101 20218 378 106 0 22072 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 108404

[startup+822.301 s]
/proc/loadavg: 4.00 3.84 3.37 5/190 4396
/proc/meminfo: memFree=13891936/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=108572 CPUtime=822.31 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 203273 0 0 0 82181 50 0 0 25 0 1 0 544691276 111177728 20120 33554432000 4194304 4627331 140733521833744 18446744073709551615 4467748 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 27143 20120 378 106 0 22114 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 108572

[startup+882.301 s]
/proc/loadavg: 4.07 3.88 3.41 5/190 4397
/proc/meminfo: memFree=13889936/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=108760 CPUtime=882.31 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 213772 0 0 0 88179 52 0 0 25 0 1 0 544691276 111370240 20183 33554432000 4194304 4627331 140733521833744 18446744073709551615 4310094 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 27190 20183 378 106 0 22161 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 108760

[startup+942.3 s]
/proc/loadavg: 4.02 3.90 3.45 5/190 4399
/proc/meminfo: memFree=13852444/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=108964 CPUtime=942.31 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 223738 0 0 0 94175 56 0 0 25 0 1 0 544691276 111579136 19542 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 27241 19542 378 106 0 22212 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 108964

[startup+1002.3 s]
/proc/loadavg: 4.01 3.91 3.48 5/190 4401
/proc/meminfo: memFree=13850792/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=109068 CPUtime=1002.31 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 232666 0 0 0 100172 59 0 0 25 0 1 0 544691276 111685632 21343 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 27267 21343 378 106 0 22238 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 109068

[startup+1062.3 s]
/proc/loadavg: 4.06 3.95 3.52 5/190 4411
/proc/meminfo: memFree=13835256/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=120540 CPUtime=1062.32 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 243059 0 0 0 106169 63 0 0 25 0 1 0 544691276 123432960 24082 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 30135 24082 378 106 0 25106 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 120540

[startup+1122.3 s]
/proc/loadavg: 4.07 3.97 3.55 5/190 4413
/proc/meminfo: memFree=13840748/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=120692 CPUtime=1122.31 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 253510 0 0 0 112166 65 0 0 25 0 1 0 544691276 123588608 23496 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 30173 23496 378 106 0 25144 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 120692

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 3.57 5/190 4414
/proc/meminfo: memFree=13822384/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=120908 CPUtime=1182.32 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 262044 0 0 0 118165 67 0 0 25 0 1 0 544691276 123809792 24389 33554432000 4194304 4627331 140733521833744 18446744073709551615 4324312 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 30227 24389 378 106 0 25198 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 120908

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 3.60 5/190 4416
/proc/meminfo: memFree=13811924/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=121048 CPUtime=1242.32 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 272124 0 0 0 124161 71 0 0 25 0 1 0 544691276 123953152 22880 33554432000 4194304 4627331 140733521833744 18446744073709551615 4467748 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 30262 22880 378 106 0 25233 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 121048



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.62 5/190 4418
/proc/meminfo: memFree=13810044/32950928 swapFree=67111524/67111528
[pid=4330] ppid=4326 vsize=121188 CPUtime=1300.02 cores=0,2
/proc/4330/stat : 4330 (strangenight2-s) R 4326 4330 3565 0 -1 4202496 280709 0 0 0 129929 73 0 0 25 0 1 0 544691276 124096512 23422 33554432000 4194304 4627331 140733521833744 18446744073709551615 4309128 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/4330/statm: 30297 23422 378 106 0 25268 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 121188

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.01
CPU time (s): 1300.05
CPU user time (s): 1299.3
CPU system time (s): 0.744886
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 203052

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.3
system time used= 0.744886
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 280709
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= 11
involuntary context switches= 3818

runsolver used 2.29965 second user time and 4.82227 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-23 09:43:26
IDJOB=3262068
IDBENCH=83272
IDSOLVER=1587
FILE ID=node115/3262068-1303544606
RUNJOBID= node115-1303544606-4304
PBS_JOBID= 13143123
Free space on /tmp= 72440 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/crafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/VanDerWaerden_pd_2-3-21_404.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3262068-1303544606/watcher-3262068-1303544606 -o /tmp/evaluation-result-3262068-1303544606/solver-3262068-1303544606 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3262068-1303544606.cnf

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

MD5SUM BENCH= 213e4c0c58f043e67e86cf993698317a
RANDOM SEED=833360052

node115.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.811
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.62
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.811
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5226.15
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

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


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      14230488 kB
Buffers:       2273756 kB
Cached:       15830908 kB
SwapCached:          4 kB
Active:        7263876 kB
Inactive:     10905424 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14230488 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           18284 kB
Writeback:           0 kB
AnonPages:       64164 kB
Mapped:          14496 kB
Slab:           486884 kB
PageTables:       4724 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   188488 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= 72416 MiB
End job on node115 at 2011-04-23 10:05:08