Trace number 3262156

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.06 1300.01

General information on the benchmark

Namecrafted/kullmann/VanDerWaerden/VanderWaerden_pd_3k/
VanDerWaerden_pd_2-3-23_506.cnf
MD5SUM3c65ff80757b12edd41f8ee6da874877
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark89.0965
Satisfiable
(Un)Satisfiability was proved
Number of variables253
Number of clauses34386
Sum of the clauses size155873
Maximum clause length23
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 284
Number of clauses of size 331656
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 52646

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-3262156-1303544606.cnf'
0.00/0.00	c -- header says num vars:            253
0.00/0.00	c -- header says num clauses:       34386
0.00/0.01	c -- clauses added:            0 learnts,        34386 normals,            0 xors
0.00/0.01	c -- vars added        253
0.00/0.01	c Parsing time:  0.01 s
0.00/0.01	c  N st     0         0       253     34302        84         0    155873         0   no data   no data
0.19/0.25	c asymm  cl-useful: 0/34302/34302 lits-rem:0 time: 0.24
0.19/0.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.19/0.25	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.19/0.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.19/0.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.19/0.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
0.19/0.26	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
0.49/0.53	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.27 s
0.49/0.53	c Finding binary XORs  T:     0.00 s  found:       0
0.49/0.54	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.49/0.54	c calculated reachability. Time: 0.00
0.49/0.54	c Calc default polars -  time:   0.00 s pos:     253 undec:       0 neg:       0
0.49/0.54	c =========================================================================================
0.49/0.54	c types(t): F = full restart, N = normal restart
0.49/0.54	c types(t): S = simplification begin/end, E = solution found
0.49/0.54	c restart types(rt): st = static, dy = dynamic
0.49/0.54	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.49/0.54	c  B st     0         0       253     34302        84         0    155873         0   no data   no data
0.79/0.81	c  N dy    12      4093       253     34302        84      3903    155873     89958     12.15     15.92
1.10/1.13	c  N dy    29      8397       253     34302        84      5294    155873    112503     12.04     12.73
1.49/1.50	c  N dy    39     13235       253     34302        84      5343    155873    101797     11.74     12.40
1.79/1.82	c  N dy    61     17481       253     34302        84      9380    155873    192074     11.85     12.53
2.10/2.15	c  N dy    78     21500       253     34302        84      7249    155873    138670     11.88     12.64
2.39/2.42	c  F st    96     25001       253     34302        84     10568    155873    214959     11.94   no data
2.39/2.48	c  N st    98     25627       253     34302        84     11161    155873    227017     11.94   no data
2.79/2.82	c  N dy   102     30000       253     34302        84      8229    155873    159546     11.94   no data
2.79/2.82	c  S st   102     30000       253     34302        84      8229    155873    159546     11.94   no data
2.79/2.86	c  S st   102     30501       253     34302        84      8726    155873    172877     11.94   no data
2.79/2.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.79/2.87	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
2.79/2.87	c blocked clauses removed:        0 vars:      0 tried:         253 T: 0.00 s
2.79/2.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.79/2.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.79/2.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
2.79/2.88	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
2.79/2.88	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.79/2.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.89/2.98	c lits-rem:        83  cl-subs:     1097  v-elim:      0  v-fix:    0  time:  0.08 s
3.29/3.30	c asymm  cl-useful: 1/34302/34302 lits-rem:1 time: 0.33
3.29/3.30	c calculated reachability. Time: 0.00
3.29/3.30	c  N dy   102     30501       253     34302        84      7629    155872    161210     11.94   no data
3.59/3.62	c  N dy   117     34503       253     34302        84     11472    155872    248789     11.96     13.90
3.89/3.96	c  N dy   138     38591       253     34302        84     15373    155872    341504     12.01     13.04
4.29/4.31	c  N dy   152     42806       253     34302        84     11174    155872    223826     12.01     12.65
4.49/4.55	c  S st   170     45751       253     34302        84     14003    155872    292369     12.05   no data
4.49/4.59	c  S st   170     46252       253     34302        84     14503    155872    304982     12.05   no data
4.59/4.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.59/4.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
4.59/4.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.59/4.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.59/4.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.59/4.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
4.59/4.61	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
4.59/4.62	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
4.59/4.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.69/4.76	c lits-rem:       103  cl-subs:      933  v-elim:      0  v-fix:    0  time:  0.12 s
4.69/4.76	c vivif2 --  cl tried    34302 cl shrink        0 lits rem          0 time: 0.00
4.69/4.76	c vivif2 --  cl tried    13570 cl shrink        0 lits rem          0 time: 0.00
5.09/5.15	c asymm  cl-useful: 3/32618/34302 lits-rem:3 time: 0.39
5.09/5.15	c calculated reachability. Time: 0.00
5.09/5.15	c  N dy   170     46252       253     34302        84     13570    155869    292579     12.05   no data
5.49/5.51	c  N dy   176     50620       253     34302        84     17734    155869    378135     11.95     12.70
5.89/5.99	c  N dy   194     56268       253     34302        84     13933    155869    264091     11.91     12.60
6.29/6.38	c  N dy   206     60932       253     34302        84     18382    155869    362248     11.88     12.52
6.78/6.80	c  N dy   224     65791       253     34302        84     12841    155869    232682     11.85     12.49
6.99/7.08	c  S st   231     69381       253     34302        84     16252    155869    305741     11.80     10.25
7.08/7.13	c  S st   231     69884       253     34302        84     16748    155869    317911     11.80   no data
7.08/7.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.08/7.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
7.08/7.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.08/7.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.08/7.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.08/7.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
7.08/7.15	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
7.08/7.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.08/7.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.29/7.36	c lits-rem:       197  cl-subs:     1979  v-elim:      0  v-fix:    0  time:  0.19 s
7.29/7.37	c vivif2 --  cl tried    34302 cl shrink        0 lits rem          0 time: 0.00
7.29/7.37	c vivif2 --  cl tried    14769 cl shrink        0 lits rem          0 time: 0.00
7.29/7.39	c asymm  cl-useful: 0/1684/34302 lits-rem:0 time: 0.01
7.29/7.39	c calculated reachability. Time: 0.00
7.29/7.39	c  N dy   231     69884       253     34302        84     14769    155869    295069     11.80   no data
7.69/7.77	c  N dy   248     74352       253     34302        84     19015    155869    389110     11.79     12.42
8.19/8.26	c  N dy   257     79861       253     34302        84     13147    155869    246025     11.72     12.45
8.59/8.70	c  N dy   277     85121       253     34302        84     18184    155869    356597     11.73     12.36
8.89/8.90	c  F st   283     87500       253     34302        84     20453    155869    406937     11.72     11.47
9.09/9.19	c  N st   288     90796       253     34302        84     23628    155869    482654     11.72   no data
9.69/9.70	c  N dy   299     96817       253     34302        84     17238    155869    321457     11.70     12.36
10.29/10.37	c  N dy   308    104826       253     34302        84     24789    155869    481044     11.63     10.53
10.29/10.37	c  S st   308    104826       253     34302        84     24789    155869    481044     11.63     10.53
10.39/10.42	c  S st   308    105327       253     34302        84     25286    155869    493022     11.63   no data
10.39/10.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.39/10.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
10.39/10.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.39/10.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.39/10.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.39/10.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
10.39/10.44	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
10.39/10.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
10.39/10.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
10.90/10.92	c lits-rem:       331  cl-subs:     3325  v-elim:      0  v-fix:    0  time:  0.44 s
10.90/10.92	c vivif2 --  cl tried    34302 cl shrink        0 lits rem          0 time: 0.00
10.90/10.93	c vivif2 --  cl tried    21961 cl shrink        0 lits rem          0 time: 0.01
11.09/11.11	c asymm  cl-useful: 2/7530/34302 lits-rem:2 time: 0.18
11.09/11.12	c calculated reachability. Time: 0.00
11.09/11.12	c  N dy   308    105327       253     34302        84     21961    155866    452217     11.63   no data
11.69/11.77	c  N dy   339    112412       253     34302        84     15731    155866    274630     11.64     12.39
12.39/12.40	c  N dy   372    119877       253     34302        84     22862    155866    435367     11.66     12.34
13.10/13.11	c  N dy   394    127634       253     34302        84     16257    155866    275518     11.65     12.29
13.79/13.87	c  N dy   424    136561       253     34302        84     24751    155866    464483     11.63     12.26
14.69/14.76	c  N dy   454    146089       253     34302        84     18901    155866    322739     11.61     12.23
15.59/15.61	c  N dy   502    155435       253     34302        84     27844    155866    525733     11.65     12.75
15.79/15.87	c  S st   523    157990       253     34302        84     30306    155866    583032     11.67     10.99
15.89/15.92	c  S st   523    158492       253     34302        84     30802    155866    595867     11.67   no data
15.89/15.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.89/15.93	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
15.89/15.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.89/15.94	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.89/15.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.89/15.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
15.89/15.94	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
15.89/15.95	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.01 s
15.89/15.98	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
16.49/16.53	c lits-rem:       360  cl-subs:     2853  v-elim:      0  v-fix:    0  time:  0.54 s
16.49/16.53	c vivif2 --  cl tried    34301 cl shrink        0 lits rem          0 time: 0.00
16.49/16.54	c vivif2 --  cl tried    27949 cl shrink        0 lits rem          0 time: 0.01
16.69/16.73	c asymm  cl-useful: 0/12424/34301 lits-rem:0 time: 0.19
16.69/16.74	c calculated reachability. Time: 0.00
16.69/16.74	c  N dy   523    158492       253     34301        84     27949    155843    560342     11.67   no data
17.59/17.67	c  N dy   550    168675       253     34301        84     21690    155843    380450     11.64     12.34
18.59/18.65	c  N dy   574    179532       253     34301        84     31986    155843    595818     11.59     12.30
19.79/19.87	c  N dy   624    192805       253     34301        84     27797    155843    511157     11.58     12.28
20.99/21.09	c  N dy   665    205716       253     34301        84     22361    155843    395971     11.58     12.31
22.39/22.44	c  N dy   716    220013       253     34301        84     36029    155843    698253     11.58     12.21
23.69/23.79	c  N dy   780    234075       253     34301        84     30723    155843    578220     11.61     12.23
24.10/24.14	c  S st   786    237740       253     34301        84     34218    155843    649339     11.59   no data
24.10/24.19	c  S st   786    238241       253     34301        84     34715    155843    661964     11.59   no data
24.10/24.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.20/24.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
24.20/24.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.20/24.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.20/24.22	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.20/24.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
24.20/24.22	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
24.20/24.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
24.20/24.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
24.89/24.97	c lits-rem:       708  cl-subs:     3437  v-elim:      0  v-fix:    0  time:  0.71 s
24.89/24.97	c vivif2 --  cl tried    34301 cl shrink        0 lits rem          0 time: 0.00
24.89/24.98	c vivif2 --  cl tried    31278 cl shrink        0 lits rem          0 time: 0.01
25.09/25.15	c asymm  cl-useful: 0/14347/34301 lits-rem:0 time: 0.17
25.09/25.15	c calculated reachability. Time: 0.00
25.09/25.15	c  N dy   786    238241       253     34301        84     31278    155843    619536     11.59   no data
26.59/26.67	c  N dy   853    253504       253     34301        84     26142    155843    478987     11.60     12.34
28.29/28.37	c  N dy   909    270224       253     34301        84     21392    155843    349934     11.59     12.26
29.99/30.00	c  N dy   969    287763       253     34301        84     38039    155843    702068     11.58     12.23
31.80/31.82	c  N dy  1038    306213       253     34301        84     33982    155843    602778     11.57     13.83
31.80/31.82	c  F st  1039    306250       253     34301        84     34019    155843    603784     11.57   no data
33.79/33.80	c  N dy  1096    326132       253     34301        84     30355    155843    512798     11.56     12.28
35.79/35.83	c  N dy  1156    346203       253     34301        84     25932    155843    402817     11.54     15.62
36.79/36.89	c  S st  1213    357361       253     34301        84     36618    155843    646388     11.56     10.89
36.89/36.94	c  S st  1213    357863       253     34301        84     37115    155843    658663     11.56   no data
36.89/36.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.89/36.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
36.89/36.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.89/36.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.89/36.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.89/36.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
36.89/36.97	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
36.89/36.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.99/37.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
37.59/37.64	c lits-rem:       293  cl-subs:     2689  v-elim:      0  v-fix:    0  time:  0.63 s
37.59/37.64	c vivif2 --  cl tried    34301 cl shrink        0 lits rem          0 time: 0.00
37.59/37.65	c vivif2 --  cl tried    34426 cl shrink        0 lits rem          0 time: 0.01
37.79/37.84	c asymm  cl-useful: 1/5557/34301 lits-rem:1 time: 0.18
37.79/37.84	c calculated reachability. Time: 0.00
37.79/37.84	c  N dy  1213    357863       253     34301        84     34426    155842    627521     11.56   no data
39.99/40.09	c  N dy  1281    379901       253     34301        84     30915    155842    507212     11.55     12.21
42.09/42.18	c  N dy  1358    400121       253     34301        84     50186    155842    920721     11.54     12.35
44.19/44.25	c  N dy  1458    420314       253     34301        84     44110    155842    789268     11.56     12.21
46.29/46.34	c  N dy  1541    440434       253     34301        84     36887    155842    617136     11.56     12.17
48.49/48.54	c  N dy  1603    460672       253     34301        84     28738    155842    422157     11.54     12.20
50.50/50.57	c  N dy  1699    481019       253     34301        84     48202    155842    854076     11.55     12.23
52.59/52.65	c  N dy  1764    501114       253     34301        84     39049    155842    638021     11.55     12.21
54.90/54.98	c  N dy  1839    522023       253     34301        84     29706    155842    422678     11.55     12.17
56.39/56.40	c  S st  1898    536795       253     34301        84     43819    155842    731083     11.55   no data
56.39/56.46	c  S st  1898    537295       253     34301        84     44310    155842    744240     11.55   no data
56.39/56.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
56.39/56.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
56.39/56.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
56.39/56.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
56.39/56.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
56.39/56.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
56.39/56.49	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
56.49/56.50	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
56.49/56.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
57.40/57.40	c lits-rem:       453  cl-subs:     3584  v-elim:      0  v-fix:    0  time:  0.86 s
57.40/57.40	c vivif2 --  cl tried    34301 cl shrink        0 lits rem          0 time: 0.00
57.40/57.42	c vivif2 --  cl tried    40726 cl shrink        0 lits rem          0 time: 0.01
57.60/57.61	c asymm  cl-useful: 0/7589/34301 lits-rem:0 time: 0.19
57.60/57.61	c calculated reachability. Time: 0.00
57.60/57.61	c  N dy  1898    537295       253     34301        84     40726    155842    703323     11.55   no data
59.80/59.89	c  N dy  1980    557928       253     34301        84     60423    155842   1131821     11.55     12.16
61.99/62.00	c  N dy  2046    578332       253     34301        84     49657    155842    856827     11.55     12.20
64.39/64.40	c  N dy  2119    600058       253     34301        84     39133    155842    612500     11.54     12.25
66.49/66.59	c  N dy  2199    620284       253     34301        84     58441    155842   1023875     11.55     12.23
68.89/68.90	c  N dy  2263    641841       253     34301        84     46789    155842    766213     11.54     12.20
71.40/71.48	c  N dy  2343    663386       253     34301        84     34211    155842    494046     11.53     12.30
73.49/73.50	c  N dy  2394    683565       253     34301        84     53383    155842    901500     11.52     12.16
76.00/76.00	c  N dy  2460    705263       253     34301        84     40022    155842    613308     11.51     12.20
78.19/78.27	c  N dy  2518    726542       253     34301        84     60277    155841   1039570     11.50     12.15
80.59/80.64	c  N dy  2587    747054       253     34301        84     44863    155841    716397     11.50     12.14
82.89/82.95	c  N dy  2659    767275       253     34301        84     64216    155841   1137444     11.50     12.14
85.29/85.31	c  N dy  2751    787304       253     34301        84     47321    155841    772958     11.51     12.95
87.39/87.40	c  S st  2815    805945       253     34301        84     65139    155841   1159081     11.51     10.48
87.39/87.48	c  S st  2815    806445       253     34301        84     65633    155841   1172503     11.51   no data
87.39/87.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
87.49/87.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
87.49/87.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.49/87.51	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.49/87.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
87.49/87.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
87.49/87.52	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
87.49/87.54	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.02 s
87.49/87.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
89.90/89.91	c lits-rem:       840  cl-subs:     7059  v-elim:      0  v-fix:    0  time:  2.32 s
89.90/89.91	c vivif2 --  cl tried    34300 cl shrink        0 lits rem          0 time: 0.00
89.90/89.94	c vivif2 --  cl tried    58574 cl shrink        0 lits rem          0 time: 0.02
90.10/90.14	c asymm  cl-useful: 0/11326/34300 lits-rem:0 time: 0.20
90.10/90.14	c calculated reachability. Time: 0.00
90.10/90.14	c  N dy  2815    806445       253     34300        84     58574    155818   1091386     11.51   no data
92.69/92.70	c  N dy  2893    826464       253     34300        84     40995    155818    634966     11.51     12.14
94.79/94.87	c  N dy  2960    846584       253     34300        84     60216    155818   1043290     11.50     12.14
97.39/97.46	c  N dy  3053    866658       253     34300        84     41552    155818    640878     11.51     12.52
99.59/99.67	c  N dy  3136    887086       253     34300        84     61072    155818   1072444     11.51     12.13
102.30/102.32	c  N dy  3199    907602       253     34300        84     41839    155818    638501     11.51     12.31
104.40/104.46	c  N dy  3259    927673       253     34300        84     60908    155818   1044445     11.50     13.54
107.09/107.14	c  N dy  3332    948064       253     34300        84     40610    155818    614725     11.50     12.31
109.19/109.28	c  N dy  3404    968087       253     34300        84     59753    155818   1032275     11.50     12.12
111.79/111.80	c  N dy  3483    988089       253     34300        84     78811    155818   1437194     11.50     13.56
114.20/114.23	c  N dy  3569   1008177       253     34300        84     57223    155818    970554     11.51     12.66
116.69/116.73	c  N dy  3641   1028408       253     34300        84     76614    155818   1378974     11.50     12.13
119.19/119.27	c  N dy  3717   1048486       253     34300        84     54062    155818    894995     11.50     12.13
121.69/121.70	c  N dy  3791   1069192       253     34300        84     73792    155818   1315692     11.50     12.24
122.00/122.06	c  F st  3808   1071876       253     34300        84     76350    155818   1373771     11.50     11.22
124.30/124.33	c  N dy  3864   1089247       253     34300        84     50231    155818    822333     11.50     14.34
126.70/126.70	c  N dy  3935   1109294       253     34300        84     69345    155818   1222518     11.50     12.15
129.39/129.48	c  N dy  3987   1129681       253     34300        84     45144    155818    686387     11.49     12.12
131.69/131.76	c  N dy  4068   1150004       253     34300        84     64563    155818   1104099     11.49     12.10
134.29/134.33	c  N dy  4129   1170051       253     34300        84     83603    155818   1505452     11.48     12.18
136.90/136.92	c  N dy  4210   1190816       253     34300        84     58909    155818    971090     11.48     12.13
139.20/139.23	c  S st  4278   1209667       253     34300        84     76924    155818   1349349     11.48      9.95
139.30/139.31	c  S st  4278   1210168       253     34300        84     77417    155818   1360876     11.48   no data
139.30/139.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
139.30/139.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
139.30/139.35	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
139.30/139.35	c bin-w-bin subsume rem            0 bins  time:  0.00 s
139.30/139.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
139.30/139.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
139.30/139.36	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
139.30/139.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
139.40/139.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
142.60/142.64	c lits-rem:       941  cl-subs:     6736  v-elim:      0  v-fix:    0  time:  3.21 s
142.60/142.65	c vivif2 --  cl tried    34300 cl shrink        0 lits rem          0 time: 0.00
142.60/142.67	c vivif2 --  cl tried    70681 cl shrink        0 lits rem          0 time: 0.03
142.80/142.89	c asymm  cl-useful: 0/8240/34300 lits-rem:0 time: 0.21
142.80/142.89	c calculated reachability. Time: 0.00
142.80/142.89	c  N dy  4278   1210168       253     34300        84     70681    155817   1280187     11.48   no data
145.49/145.56	c  N dy  4346   1230397       253     34300        84     89915    155817   1689914     11.48     12.10
148.09/148.18	c  N dy  4410   1251928       253     34300        84     65141    155817   1086682     11.47     12.10
150.70/150.79	c  N dy  4484   1272446       253     34300        84     84671    155817   1504590     11.47     12.14
153.40/153.47	c  N dy  4560   1292678       253     34300        84     57513    155817    918750     11.47     12.12
155.80/155.90	c  N dy  4623   1313074       253     34300        84     77024    155817   1330750     11.47     12.18
158.79/158.89	c  N dy  4683   1334630       253     34300        84     50148    155817    745750     11.46     12.11
161.20/161.23	c  N dy  4772   1354769       253     34300        84     69407    155817   1155496     11.46     12.10
163.80/163.81	c  N dy  4830   1375173       253     34300        84     88826    155817   1561704     11.46     12.08
166.49/166.56	c  N dy  4899   1396123       253     34300        84     60493    155817    955379     11.45     12.14
168.90/168.99	c  N dy  4980   1416213       253     34300        84     79688    155817   1359848     11.45     12.42
172.00/172.04	c  N dy  5056   1436584       253     34300        84     49802    155817    709983     11.45     12.23
174.29/174.32	c  N dy  5144   1456818       253     34300        84     69100    155817   1123089     11.45     12.08
176.89/176.94	c  N dy  5214   1477545       253     34300        84     88892    155817   1540953     11.45     12.18
179.70/179.70	c  N dy  5285   1497848       253     34300        84     57993    155817    872500     11.45     12.07
182.10/182.14	c  N dy  5386   1517884       253     34300        84     77188    155817   1292816     11.46     14.31
184.70/184.79	c  N dy  5456   1537927       253     34300        84     96242    155817   1700592     11.46     12.99
187.39/187.47	c  N dy  5537   1557962       253     34300        84     64083    155817    990528     11.46     12.09
189.90/189.96	c  N dy  5623   1578005       253     34300        84     83205    155817   1395325     11.46     14.54
192.80/192.88	c  N dy  5708   1598847       253     34300        84    103174    155817   1828362     11.46     12.09
195.50/195.51	c  N dy  5802   1618888       253     34300        84     70045    155817   1107634     11.46     12.08
198.00/198.08	c  N dy  5887   1639131       253     34300        84     89400    155817   1530589     11.47     12.09
201.09/201.17	c  N dy  5962   1659161       253     34300        84     55284    155817    779627     11.47     12.15
203.60/203.60	c  N dy  6034   1679292       253     34300        84     74471    155817   1189479     11.46     12.24
206.20/206.27	c  N dy  6091   1699785       253     34300        84     94029    155817   1592733     11.46     12.09
207.70/207.75	c  S st  6117   1710168       253     34300        84    103961    155817   1791292     11.45      9.30
207.81/207.84	c  S st  6117   1710668       253     34300        84    104452    155817   1803431     11.45   no data
207.81/207.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
207.81/207.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
207.81/207.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
207.81/207.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
207.81/207.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
207.81/207.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
207.81/207.90	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
207.91/207.93	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
208.00/208.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
214.41/214.47	c lits-rem:      1361  cl-subs:    11764  v-elim:      0  v-fix:    0  time:  6.46 s
214.41/214.47	c vivif2 --  cl tried    34300 cl shrink        0 lits rem          0 time: 0.00
214.41/214.50	c vivif2 --  cl tried    92688 cl shrink        0 lits rem          0 time: 0.03
214.51/214.53	c asymm  cl-useful: 0/1588/34300 lits-rem:0 time: 0.03
214.51/214.53	c calculated reachability. Time: 0.00
214.51/214.53	c  N dy  6117   1710668       253     34300        84     92688    155817   1664012     11.45   no data
217.70/217.71	c  N dy  6202   1731056       253     34300        84     58239    155817    840021     11.45     12.30
220.00/220.04	c  N dy  6265   1751185       253     34300        84     77432    155817   1242877     11.45     12.10
222.59/222.65	c  N dy  6326   1771296       253     34300        84     96645    155817   1650208     11.45     12.08
225.70/225.72	c  N dy  6411   1791327       253     34300        84     60854    155817    881580     11.45     13.07
228.10/228.13	c  N dy  6490   1811562       253     34300        84     80195    155817   1302568     11.45     12.24
230.80/230.87	c  N dy  6564   1831773       253     34300        84     99522    155817   1714320     11.45     12.12
234.00/234.01	c  N dy  6652   1852259       253     34300        84     63021    155817    914132     11.45     12.08
236.40/236.49	c  N dy  6727   1872542       253     34300        84     82425    155817   1328493     11.45     12.09
239.30/239.31	c  N dy  6819   1892846       253     34300        84    101845    155817   1749968     11.46     12.24
242.30/242.37	c  N dy  6869   1914322       253     34300        84     65336    155817    945338     11.45     12.11
244.90/244.98	c  N dy  6939   1935647       253     34300        84     85606    155817   1365671     11.45     12.06
247.80/247.80	c  N dy  7001   1956394       253     34300        84    105312    155817   1774904     11.44     12.08
250.80/250.81	c  N dy  7063   1976494       253     34300        84     66563    155817    955501     11.44     12.42
253.30/253.31	c  N dy  7136   1996747       253     34300        84     85917    155817   1372337     11.44     12.08
256.00/256.09	c  N dy  7231   2016748       253     34300        84    105033    155817   1785885     11.44     12.18
259.20/259.23	c  N dy  7290   2037435       253     34300        84     65887    155817    933611     11.44     12.06
261.60/261.63	c  N dy  7356   2057625       253     34300        84     85186    155817   1343164     11.44     12.06
264.60/264.68	c  N dy  7433   2080098       253     34300        84    106634    155817   1796597     11.44     12.04
267.80/267.88	c  N dy  7516   2100188       253     34300        84     65907    155817    925443     11.44     14.73
270.20/270.29	c  N dy  7586   2120194       253     34300        84     84957    155817   1330293     11.44     12.11
273.00/273.03	c  N dy  7658   2140199       253     34300        84    104117    155817   1740145     11.44     14.40
276.21/276.29	c  N dy  7718   2160491       253     34300        84     62705    155817    844780     11.43     12.06
278.70/278.79	c  N dy  7795   2180652       253     34300        84     81994    155817   1260848     11.44     12.21
281.51/281.59	c  N dy  7856   2200706       253     34300        84    101067    155817   1654057     11.43     12.05
283.10/283.11	c  S st  7902   2210669       253     34300        84    110600    155817   1853101     11.43   no data
283.20/283.20	c  S st  7902   2211171       253     34300        84    111099    155817   1866189     11.43   no data
283.20/283.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
283.20/283.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.04
283.20/283.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
283.20/283.26	c bin-w-bin subsume rem            0 bins  time:  0.00 s
283.20/283.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
283.20/283.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
283.20/283.27	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
283.20/283.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
283.30/283.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
289.60/289.68	c lits-rem:      1396  cl-subs:    10082  v-elim:      0  v-fix:    0  time:  6.30 s
289.60/289.68	c vivif2 --  cl tried    34300 cl shrink        0 lits rem          0 time: 0.00
289.70/289.71	c vivif2 --  cl tried   101017 cl shrink        0 lits rem          0 time: 0.03
289.90/289.94	c asymm  cl-useful: 0/1942/34300 lits-rem:0 time: 0.23
289.90/289.94	c calculated reachability. Time: 0.00
289.90/289.94	c  N dy  7902   2211171       253     34300        84    101017    155817   1744180     11.43   no data
293.30/293.32	c  N dy  7972   2233046       253     34300        84    121820    155817   2163459     11.43     12.22
296.10/296.16	c  N dy  8070   2253110       253     34300        84     79556    155817   1204557     11.43     12.05
298.70/298.79	c  N dy  8131   2273144       253     34300        84     98674    155817   1606378     11.43     12.04
301.70/301.78	c  N dy  8205   2293514       253     34300        84    117984    155817   2014406     11.43     12.24
304.90/304.92	c  N dy  8299   2313897       253     34300        84     74856    155817   1089366     11.44     12.08
307.40/307.47	c  N dy  8359   2333941       253     34300        84     94026    155817   1488390     11.43     12.25
310.40/310.42	c  N dy  8417   2355018       253     34300        84    114085    155817   1897885     11.43     12.05
313.61/313.63	c  N dy  8464   2375033       253     34300        84     69558    155817    946613     11.42     12.03
316.00/316.08	c  N dy  8530   2395223       253     34300        84     88744    155817   1351758     11.42     12.05
318.91/318.90	c  N dy  8604   2415476       253     34300        84    108029    155817   1765796     11.42     12.08
321.90/321.96	c  N dy  8673   2435546       253     34300        84    127123    155817   2169154     11.42     12.06
324.81/324.81	c  N dy  8757   2455578       253     34300        84     81761    155817   1205724     11.42     15.30
327.50/327.59	c  N dy  8850   2475675       253     34300        84    101001    155817   1621176     11.42     12.07
330.50/330.56	c  N dy  8927   2495786       253     34300        84    120190    155817   2025108     11.42     12.05
334.00/334.03	c  N dy  9000   2518048       253     34300        84     75878    155817   1059834     11.42     12.03
336.60/336.67	c  N dy  9088   2538066       253     34300        84     95041    155817   1473684     11.42     12.08
341.01/341.07	c  N dy  9125   2570359       253     34300        84    125724    155817   2057781     11.41     12.14
344.40/344.45	c  N dy  9205   2592005       253     34300        84     79943    155817   1143943     11.41     12.01
347.11/347.18	c  N dy  9269   2613296       253     34300        84    100155    155817   1562571     11.40     12.16
350.11/350.13	c  N dy  9325   2633493       253     34300        84    119347    155817   1957960     11.40     12.05
353.60/353.62	c  N dy  9404   2653533       253     34300        84     71081    155817    940907     11.40     14.65
356.00/356.05	c  N dy  9443   2673629       253     34300        84     90147    155817   1332519     11.40     14.00
359.21/359.28	c  N dy  9510   2695147       253     34300        84    110712    155817   1761092     11.40     12.00
361.71/361.78	c  S st  9554   2711172       253     34300        84    125999    155817   2075572     11.39     11.99
361.81/361.88	c  S st  9554   2711676       253     34300        84    126498    155817   2087404     11.39   no data
361.81/361.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
361.91/361.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
361.91/361.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
361.91/361.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
361.91/361.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
361.91/361.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
361.91/361.95	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
361.91/361.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
362.00/362.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
369.00/369.08	c lits-rem:      1979  cl-subs:    14768  v-elim:      0  v-fix:    0  time:  7.00 s
369.00/369.08	c vivif2 --  cl tried    34300 cl shrink        0 lits rem          0 time: 0.00
369.10/369.12	c vivif2 --  cl tried   111730 cl shrink        0 lits rem          0 time: 0.03
369.30/369.36	c asymm  cl-useful: 0/3932/34300 lits-rem:0 time: 0.24
369.30/369.37	c calculated reachability. Time: 0.00
369.30/369.37	c  N dy  9554   2711676       253     34300        84    111730    155817   1913546     11.39   no data
372.60/372.69	c  N dy  9640   2731692       253     34300        84    130848    155817   2324155     11.40     12.07
375.90/375.90	c  N dy  9728   2752018       253     34300        84     82310    155817   1191784     11.40     12.18
378.60/378.61	c  N dy  9816   2772022       253     34300        84    101430    155817   1596279     11.40     12.01
382.01/382.03	c  N dy  9912   2795025       253     34300        84    123485    155817   2072264     11.40     12.02
385.50/385.50	c  N dy  9981   2815077       253     34300        84     73393    155817    990745     11.40     12.09
388.11/388.10	c  N dy 10062   2835752       253     34300        84     93115    155817   1410396     11.40     12.03
390.91/390.96	c  N dy 10125   2855827       253     34300        84    112197    155817   1802536     11.40     12.02
394.11/394.14	c  N dy 10185   2876240       253     34300        84    131530    155817   2197376     11.40     12.34
397.50/397.54	c  N dy 10268   2896306       253     34300        84     80463    155817   1122323     11.40     13.52
400.10/400.17	c  N dy 10344   2916349       253     34300        84     99548    155817   1528144     11.40     12.04
403.11/403.11	c  N dy 10398   2937136       253     34300        84    119355    155817   1942661     11.39     12.02
406.40/406.46	c  N dy 10483   2957242       253     34300        84    138520    155817   2343334     11.39     12.04
409.50/409.53	c  N dy 10559   2977253       253     34300        84     86446    155817   1248610     11.39     12.48
412.30/412.38	c  N dy 10650   2997395       253     34300        84    105659    155817   1654915     11.39     12.07
415.41/415.48	c  N dy 10734   3017512       253     34300        84    124841    155817   2063770     11.40     12.00
418.70/418.79	c  N dy 10816   3037602       253     34300        84    143984    155817   2477134     11.40     13.56
421.70/421.78	c  N dy 10876   3057839       253     34300        84     91102    155817   1318448     11.40     12.02
424.51/424.58	c  N dy 10935   3078368       253     34300        84    110709    155817   1727346     11.39     12.03
427.71/427.72	c  N dy 11012   3098382       253     34300        84    129758    155817   2129427     11.39     12.09
431.61/431.60	c  N dy 11116   3119034       253     34300        84     76366    155817   1010493     11.40     12.00
434.21/434.24	c  N dy 11207   3139083       253     34300        84     95540    155817   1417967     11.40     17.41
437.41/437.44	c  N dy 11289   3161395       253     34300        84    116742    155817   1863988     11.40     12.01
440.81/440.82	c  N dy 11373   3181397       253     34300        84    135790    155817   2267010     11.40     12.03
444.70/444.70	c  N dy 11447   3202179       253     34300        84     81503    155817   1110889     11.40     12.00
446.00/446.01	c  S st 11480   3211677       253     34300        84     90538    155817   1301239     11.40     10.89
446.00/446.09	c  S st 11480   3212177       253     34300        84     91029    155817   1313323     11.40   no data
446.10/446.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
446.10/446.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
446.10/446.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
446.10/446.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
446.10/446.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
446.10/446.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
446.10/446.16	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
446.10/446.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
446.20/446.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
448.40/448.49	c lits-rem:       368  cl-subs:     4312  v-elim:      0  v-fix:    0  time:  2.24 s
448.40/448.49	c vivif2 --  cl tried    34300 cl shrink        0 lits rem          0 time: 0.00
448.50/448.52	c vivif2 --  cl tried    86717 cl shrink        0 lits rem          0 time: 0.03
448.81/448.84	c asymm  cl-useful: 0/3420/34300 lits-rem:0 time: 0.32
448.81/448.85	c calculated reachability. Time: 0.00
448.81/448.85	c  N dy 11480   3212177       253     34300        84     86717    155817   1264352     11.40   no data
451.61/451.68	c  N dy 11553   3232316       253     34300        84    105874    155817   1667815     11.40     12.06
454.71/454.79	c  N dy 11629   3252378       253     34300        84    124983    155817   2072037     11.40     12.65
458.41/458.44	c  N dy 11712   3273924       253     34300        84    145501    155817   2502609     11.40     12.04
461.71/461.74	c  N dy 11802   3294049       253     34300        84     89814    155817   1281913     11.40     12.10
464.70/464.70	c  N dy 11877   3314976       253     34300        84    109714    155817   1686553     11.40     12.00
468.10/468.11	c  N dy 11971   3336184       253     34300        84    129895    155817   2103168     11.40     12.07
471.71/471.74	c  N dy 12070   3356876       253     34300        84    149679    155817   2527836     11.40     12.02
475.01/475.00	c  N dy 12157   3376991       253     34300        84     93022    155817   1342119     11.40     12.02
477.91/477.91	c  N dy 12248   3397072       253     34300        84    112171    155817   1749825     11.40     12.10
481.11/481.10	c  N dy 12331   3417150       253     34300        84    131296    155817   2149405     11.40     12.19
484.41/484.45	c  N dy 12397   3437237       253     34300        84    150451    155817   2556499     11.40     12.04
487.71/487.72	c  N dy 12462   3457322       253     34300        84     92618    155817   1310547     11.40     12.26
490.51/490.56	c  N dy 12540   3477384       253     34300        84    111752    155817   1714576     11.40     12.03
493.70/493.72	c  N dy 12606   3497443       253     34300        84    130848    155817   2111971     11.40     14.39
497.31/497.32	c  N dy 12694   3517735       253     34300        84    150237    155817   2521037     11.40     12.01
500.81/500.85	c  N dy 12791   3538406       253     34300        84     92038    155817   1303898     11.40     12.01
503.51/503.57	c  N dy 12862   3558443       253     34300        84    111071    155817   1699729     11.40     12.28
506.71/506.74	c  N dy 12939   3578627       253     34300        84    130406    155817   2110207     11.40     12.09
509.80/509.86	c  N dy 12977   3598716       253     34300        84    149468    155817   2500543     11.40     13.75
513.41/513.48	c  N dy 13056   3618956       253     34300        84     89985    155817   1244086     11.40     12.03
516.21/516.26	c  N dy 13129   3639254       253     34300        84    109329    155817   1648106     11.40     12.15
519.11/519.16	c  N dy 13162   3659288       253     34300        84    128301    155817   2019066     11.40     12.03
522.61/522.60	c  N dy 13248   3679305       253     34300        84    147401    155817   2423060     11.40     14.31
526.41/526.46	c  N dy 13338   3699404       253     34300        84     86836    155817   1179211     11.40     12.04
528.21/528.20	c  S st 13396   3712180       253     34300        84     99036    155817   1446247     11.40   no data
528.21/528.29	c  S st 13396   3712687       253     34300        84     99537    155817   1459616     11.40   no data
528.21/528.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
528.31/528.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
528.31/528.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
528.31/528.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
528.31/528.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
528.31/528.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
528.31/528.34	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
528.31/528.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
528.41/528.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.03 s
530.51/530.56	c lits-rem:       485  cl-subs:     4575  v-elim:      0  v-fix:    0  time:  2.13 s
530.51/530.56	c vivif2 --  cl tried    34300 cl shrink        0 lits rem          0 time: 0.00
530.51/530.59	c vivif2 --  cl tried    94962 cl shrink        0 lits rem          0 time: 0.03
530.81/530.86	c asymm  cl-useful: 0/3411/34300 lits-rem:0 time: 0.27
530.81/530.86	c calculated reachability. Time: 0.00
530.81/530.86	c  N dy 13396   3712687       253     34300        84     94962    155817   1407445     11.40   no data
533.91/533.91	c  N dy 13449   3732734       253     34300        84    114087    155817   1802683     11.40     12.01
537.01/537.09	c  F st 13504   3751563       253     34300        84    132007    155817   2182570     11.40   no data
537.21/537.28	c  N st 13507   3752753       253     34300        84    133134    155817   2208596     11.40   no data
540.91/540.98	c  N dy 13558   3773686       253     34300        84    153133    155817   2627096     11.40     12.02
544.52/544.51	c  N dy 13618   3793755       253     34300        84     91538    155817   1276370     11.40     12.07
547.31/547.38	c  N dy 13707   3813771       253     34300        84    110724    155817   1687292     11.40     12.33
550.41/550.48	c  N dy 13781   3833851       253     34300        84    129857    155817   2086150     11.40     12.08
553.81/553.86	c  N dy 13838   3854428       253     34300        84    149549    155817   2485228     11.39     12.06
557.91/557.93	c  N dy 13928   3874713       253     34300        84     87196    155817   1170655     11.39     12.01
560.71/560.75	c  N dy 14007   3894994       253     34300        84    106560    155817   1573924     11.39     12.17
563.72/563.77	c  N dy 14089   3915027       253     34300        84    125683    155817   1985889     11.39     12.10
567.11/567.11	c  N dy 14155   3935287       253     34300        84    144941    155817   2380532     11.39     12.03
571.01/571.00	c  N dy 14252   3955744       253     34300        84    164480    155817   2792258     11.40     12.00
574.41/574.40	c  N dy 14318   3976270       253     34300        84    101357    155817   1457955     11.39     12.01
577.21/577.29	c  N dy 14372   3996314       253     34300        84    120361    155817   1839877     11.39     12.00
580.41/580.47	c  N dy 14443   4016379       253     34300        84    139516    155817   2237638     11.39     12.01
583.81/583.89	c  N dy 14508   4036483       253     34300        84    158632    155817   2637197     11.39     12.00
587.71/587.75	c  N dy 14585   4056690       253     34300        84     94357    155817   1297666     11.39     12.01
590.51/590.51	c  N dy 14657   4076730       253     34300        84    113488    155817   1702905     11.39     14.89
593.61/593.65	c  N dy 14726   4097138       253     34300        84    132967    155817   2112338     11.39     12.01
597.11/597.10	c  N dy 14789   4117308       253     34300        84    152205    155817   2501874     11.39     12.03
601.41/601.46	c  N dy 14875   4137494       253     34300        84     86809    155817   1138953     11.39     11.99
604.21/604.25	c  N dy 14934   4158760       253     34300        84    107012    155817   1550670     11.39     12.10
607.22/607.29	c  N dy 14995   4179219       253     34300        84    126448    155817   1947771     11.38     12.00
610.61/610.64	c  N dy 15098   4199231       253     34300        84    145466    155817   2359079     11.39     12.08
613.01/613.08	c  S st 15152   4212687       253     34300        84    158331    155817   2632339     11.39   no data
613.11/613.19	c  S st 15152   4213189       253     34300        84    158832    155817   2643722     11.39   no data
613.21/613.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
613.21/613.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.07
613.21/613.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
613.21/613.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
613.21/613.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
613.21/613.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
613.21/613.28	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
613.31/613.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
613.41/613.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.06 s
622.12/622.19	c lits-rem:      1489  cl-subs:    17305  v-elim:      0  v-fix:    0  time:  8.74 s
622.12/622.19	c vivif2 --  cl tried    34300 cl shrink        0 lits rem          0 time: 0.00
622.22/622.24	c vivif2 --  cl tried   141527 cl shrink        0 lits rem          0 time: 0.04
622.52/622.50	c asymm  cl-useful: 0/5431/34300 lits-rem:0 time: 0.26
622.52/622.50	c calculated reachability. Time: 0.00
622.52/622.50	c  N dy 15152   4213189       253     34300        84    141527    155817   2434716     11.39   no data
626.31/626.31	c  N dy 15227   4233626       253     34300        84    161085    155817   2843334     11.39     12.04
630.61/630.63	c  N dy 15329   4254692       253     34300        84     96121    155817   1346642     11.39     12.04
633.62/633.68	c  N dy 15414   4275669       253     34300        84    116138    155817   1767221     11.39     12.03
636.82/636.85	c  N dy 15477   4295692       253     34300        84    135157    155817   2158724     11.39     13.47
640.31/640.35	c  N dy 15548   4315818       253     34300        84    154309    155817   2562748     11.39     12.03
644.82/644.81	c  N dy 15633   4336265       253     34300        84     87544    155817   1149330     11.39     12.05
647.52/647.56	c  N dy 15715   4356476       253     34300        84    106890    155817   1565211     11.39     12.06
650.72/650.76	c  N dy 15801   4377429       253     34300        84    126838    155817   1991357     11.39     12.02
654.11/654.14	c  N dy 15875   4397526       253     34300        84    146048    155817   2395394     11.39     12.15
657.91/657.99	c  N dy 15964   4417743       253     34300        84    165417    155817   2802163     11.39     12.01
661.92/661.95	c  N dy 16047   4437801       253     34300        84     97204    155817   1341316     11.39     12.08
664.92/664.91	c  N dy 16142   4458132       253     34300        84    116621    155817   1756919     11.39     12.17
668.12/668.19	c  N dy 16234   4478302       253     34300        84    135891    155817   2172663     11.39     12.09
671.52/671.58	c  N dy 16284   4499439       253     34300        84    156079    155817   2585030     11.39     12.03
675.42/675.42	c  N dy 16361   4519531       253     34300        84    175261    155817   2990677     11.39     12.09
678.92/678.95	c  N dy 16432   4539616       253     34300        84    105892    155817   1516883     11.39     12.00
682.12/682.11	c  N dy 16540   4559711       253     34300        84    125102    155817   1931878     11.39     14.61
685.32/685.39	c  N dy 16617   4579812       253     34300        84    144278    155817   2341236     11.39     12.00
689.72/689.75	c  N dy 16685   4603834       253     34300        84    167116    155817   2800374     11.39     12.08
693.72/693.75	c  N dy 16738   4624208       253     34300        84     97175    155817   1327496     11.39     12.07
696.62/696.65	c  N dy 16814   4644540       253     34300        84    116539    155817   1734490     11.39     11.99
700.02/700.00	c  N dy 16906   4664859       253     34300        84    135950    155817   2150401     11.39     12.03
703.42/703.42	c  N dy 16958   4685335       253     34300        84    155450    155817   2546233     11.39     12.04
707.22/707.30	c  N dy 17017   4706656       253     34300        84    175736    155817   2954822     11.39     12.06
709.11/709.18	c  S st 17045   4713189       253     34300        84     91672    155817   1208807     11.39   no data
709.21/709.26	c  S st 17045   4713690       253     34300        84     92173    155817   1220766     11.39   no data
709.21/709.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
709.21/709.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.03
709.31/709.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
709.31/709.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
709.31/709.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
709.31/709.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
709.31/709.31	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
709.31/709.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
709.31/709.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
710.11/710.11	c lits-rem:        84  cl-subs:     1105  v-elim:      0  v-fix:    0  time:  0.73 s
710.11/710.12	c vivif2 --  cl tried    34300 cl shrink        0 lits rem          0 time: 0.00
710.11/710.14	c vivif2 --  cl tried    91068 cl shrink        0 lits rem          0 time: 0.02
710.31/710.35	c asymm  cl-useful: 0/10367/34300 lits-rem:0 time: 0.21
710.31/710.35	c calculated reachability. Time: 0.00
710.31/710.35	c  N dy 17045   4713690       253     34300        84     91068    155817   1210862     11.39   no data
713.12/713.14	c  N dy 17098   4734597       253     34300        84    110785    155817   1606387     11.38     12.06
716.22/716.22	c  N dy 17153   4755009       253     34300        84    130206    155817   2002782     11.38     12.01
720.02/720.01	c  N dy 17239   4775755       253     34300        84    150068    155817   2418192     11.38     12.02
724.12/724.10	c  N dy 17310   4795935       253     34300        84    169323    155817   2823129     11.38     12.00
728.51/728.55	c  N dy 17404   4815982       253     34300        84     97274    155817   1325966     11.38     12.47
731.52/731.55	c  N dy 17492   4836018       253     34300        84    116436    155817   1734200     11.38     12.01
734.82/734.86	c  N dy 17556   4857001       253     34300        84    136321    155817   2143980     11.38     12.06
738.32/738.31	c  N dy 17621   4877033       253     34300        84    155361    155817   2537524     11.38     12.81
742.42/742.48	c  N dy 17705   4898254       253     34300        84    175563    155817   2956596     11.38     12.03
746.52/746.51	c  N dy 17766   4918287       253     34300        84    102563    155817   1424058     11.38     13.85
749.32/749.35	c  N dy 17827   4938347       253     34300        84    121634    155817   1821154     11.38     12.73
752.72/752.71	c  N dy 17893   4958741       253     34300        84    141118    155817   2224391     11.38     12.00
756.32/756.39	c  N dy 17990   4978754       253     34300        84    160325    155817   2628945     11.38     13.92
760.13/760.16	c  N dy 18046   4998864       253     34300        84    179569    155817   3029310     11.38     12.24
764.01/764.01	c  N dy 18084   5018990       253     34300        84    105628    155817   1479664     11.38     12.06
767.02/767.01	c  N dy 18158   5039195       253     34300        84    124879    155817   1884998     11.38     12.07
770.22/770.26	c  N dy 18230   5059299       253     34300        84    144071    155817   2285742     11.38     12.05
773.92/773.90	c  N dy 18294   5079324       253     34300        84    163053    155817   2674555     11.37     12.05
777.82/777.84	c  N dy 18367   5099428       253     34300        84    182169    155817   3060638     11.37     12.03
781.92/781.90	c  N dy 18436   5119513       253     34300        84    107189    155817   1512531     11.37     12.02
785.02/785.01	c  N dy 18521   5139645       253     34300        84    126433    155817   1916953     11.37     12.02
788.42/788.46	c  N dy 18599   5159673       253     34300        84    145508    155817   2314426     11.37     12.03
792.22/792.30	c  N dy 18656   5181841       253     34300        84    166556    155817   2746078     11.37     12.08
796.32/796.39	c  N dy 18732   5202055       253     34300        84    185822    155817   3149884     11.37     11.98
799.02/799.01	c  S st 18765   5213691       253     34300        84    101882    155817   1392794     11.37     11.22
799.02/799.09	c  S st 18765   5214191       253     34300        84    102379    155817   1405236     11.37   no data
799.12/799.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
799.12/799.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.5M T:  0.04
799.12/799.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
799.12/799.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
799.12/799.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
799.12/799.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
799.12/799.15	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
799.12/799.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
799.22/799.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.02 s
800.42/800.43	c lits-rem:       255  cl-subs:     3109  v-elim:      0  v-fix:    0  time:  1.19 s
800.42/800.43	c vivif2 --  cl tried    34300 cl shrink        0 lits rem          0 time: 0.00
800.42/800.46	c vivif2 --  cl tried    99270 cl shrink        0 lits rem          0 time: 0.02
800.62/800.63	c asymm  cl-useful: 0/5797/34300 lits-rem:0 time: 0.17
800.62/800.63	c calculated reachability. Time: 0.00
800.62/800.63	c  N dy 18765   5214191       253     34300        84     99270    155817   1374295     11.37   no data
803.62/803.67	c  N dy 18846   5234348       253     34300        84    118517    155817   1774302     11.37     12.01
807.02/807.04	c  N dy 18924   5254921       253     34300        84    138014    155817   2179468     11.37     12.01
810.62/810.61	c  N dy 19004   5275145       253     34300        84    157325    155817   2579115     11.37     11.98
814.42/814.40	c  N dy 19080   5295471       253     34300        84    176618    155817   2981611     11.37     12.05
819.12/819.15	c  N dy 19158   5315545       253     34300        84     99936    155817   1351778     11.37     12.05
822.32/822.38	c  N dy 19241   5335815       253     34300        84    119192    155817   1759240     11.37     12.04
825.72/825.70	c  N dy 19331   5355896       253     34300        84    138332    155817   2163377     11.37     13.26
829.43/829.43	c  N dy 19416   5377103       253     34300        84    158579    155817   2586616     11.37     12.06
833.22/833.29	c  N dy 19497   5397140       253     34300        84    177647    155817   2987533     11.37     11.98
838.23/838.28	c  N dy 19580   5417211       253     34300        84     99908    155817   1345085     11.37     12.01
841.22/841.22	c  N dy 19665   5437274       253     34300        84    119000    155817   1739433     11.37     12.05
844.32/844.39	c  N dy 19719   5457468       253     34300        84    138179    155817   2125478     11.37     12.00
847.82/847.89	c  N dy 19770   5478009       253     34300        84    157814    155817   2528979     11.37     12.01
851.52/851.57	c  N dy 19839   5498117       253     34300        84    177002    155817   2930567     11.37     12.03
856.32/856.34	c  N dy 19886   5518200       253     34300        84     98336    155817   1307911     11.37     12.00
859.13/859.17	c  N dy 19951   5538338       253     34300        84    117489    155817   1707666     11.37     12.18
862.23/862.29	c  N dy 20010   5558423       253     34300        84    136531    155817   2104401     11.37     12.61
865.73/865.75	c  N dy 20090   5578531       253     34300        84    155720    155817   2512512     11.37     12.00
869.62/869.65	c  N dy 20169   5599354       253     34300        84    175612    155817   2931154     11.37     11.99
873.62/873.67	c  N dy 20220   5619852       253     34300        84    195055    155817   3329453     11.37     12.04
877.62/877.61	c  N dy 20279   5640408       253     34300        84    115893    155817   1666777     11.37     11.98
880.82/880.86	c  N dy 20360   5660725       253     34300        84    135264    155817   2073066     11.37     12.02
884.72/884.78	c  N dy 20451   5682736       253     34300        84    156281    155817   2513577     11.37     12.05
888.52/888.56	c  N dy 20523   5702766       253     34300        84    175397    155817   2908391     11.37     12.14
890.92/890.96	c  S st 20575   5714193       253     34300        84    186277    155817   3133590     11.37   no data
891.02/891.09	c  S st 20575   5714696       253     34300        84    186770    155817   3145929     11.37   no data
891.12/891.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
891.12/891.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.09
891.22/891.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
891.22/891.20	c bin-w-bin subsume rem            0 bins  time:  0.00 s
891.22/891.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
891.22/891.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
891.22/891.21	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
891.22/891.25	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
891.43/891.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
901.23/901.21	c lits-rem:      1509  cl-subs:    17163  v-elim:      0  v-fix:    0  time:  9.80 s
901.23/901.21	c vivif2 --  cl tried    34300 cl shrink        0 lits rem          0 time: 0.00
901.23/901.26	c vivif2 --  cl tried   169607 cl shrink        0 lits rem          0 time: 0.05
901.53/901.53	c asymm  cl-useful: 0/1265/34300 lits-rem:0 time: 0.27
901.53/901.54	c calculated reachability. Time: 0.00
901.53/901.54	c  N dy 20575   5714696       253     34300        84    169607    155817   2936601     11.37   no data
905.72/905.77	c  N dy 20674   5735042       253     34300        84    189068    155817   3350215     11.37     12.03
910.32/910.32	c  N dy 20748   5756300       253     34300        84    109869    155817   1548083     11.37     12.06
913.52/913.54	c  N dy 20833   5776398       253     34300        84    129004    155817   1948427     11.37     11.97
916.93/916.97	c  N dy 20917   5796428       253     34300        84    148095    155817   2351218     11.37     15.07
920.83/920.83	c  N dy 21004   5816440       253     34300        84    167143    155817   2751006     11.37     12.01
925.03/925.08	c  N dy 21069   5838761       253     34300        84    188435    155817   3193441     11.37     12.01
929.62/929.69	c  N dy 21122   5858765       253     34300        84    106910    155817   1467061     11.37     12.31
932.92/932.99	c  N dy 21207   5880074       253     34300        84    127308    155817   1892706     11.37     12.02
936.42/936.43	c  N dy 21286   5900304       253     34300        84    146709    155817   2295988     11.37     11.99
940.02/940.06	c  N dy 21356   5920363       253     34300        84    165823    155817   2690570     11.37     13.42
943.92/944.00	c  N dy 21431   5940509       253     34300        84    185009    155817   3088537     11.37     12.05
949.12/949.13	c  N dy 21524   5960578       253     34300        84    102487    155817   1377615     11.37     13.91
952.02/952.01	c  N dy 21586   5980745       253     34300        84    121733    155817   1773043     11.37     12.08
955.42/955.40	c  N dy 21643   6002514       253     34300        84    142439    155817   2192241     11.36     11.98
959.03/959.07	c  N dy 21744   6022789       253     34300        84    161686    155817   2605996     11.37     12.00
963.13/963.10	c  N dy 21824   6043053       253     34300        84    181032    155817   2998152     11.37     12.06
967.23/967.20	c  N dy 21901   6063118       253     34300        84    200151    155817   3402131     11.37     14.07
971.52/971.51	c  N dy 21976   6083382       253     34300        84    116864    155817   1668397     11.36     12.09
974.83/974.81	c  N dy 22075   6103393       253     34300        84    136039    155817   2076821     11.37     13.48
978.23/978.24	c  N dy 22149   6123488       253     34300        84    155153    155817   2478946     11.37     12.72
981.93/981.98	c  N dy 22220   6143552       253     34300        84    174252    155817   2880506     11.37     12.05
986.13/986.17	c  N dy 22286   6165210       253     34300        84    194900    155817   3304779     11.37     11.97
990.93/990.93	c  N dy 22356   6185462       253     34300        84    110595    155817   1535121     11.37     12.14
993.92/993.97	c  N dy 22417   6205468       253     34300        84    129590    155817   1920767     11.36     12.01
995.53/995.57	c  S st 22453   6214697       253     34300        84    138416    155817   2098755     11.36   no data
995.62/995.67	c  S st 22453   6215197       253     34300        84    138915    155817   2111980     11.36   no data
995.62/995.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
995.72/995.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
995.72/995.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
995.72/995.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
995.72/995.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
995.72/995.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
995.72/995.75	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
995.72/995.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
995.82/995.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.04 s
1001.12/1001.18	c lits-rem:      1000  cl-subs:     8755  v-elim:      0  v-fix:    0  time:  5.30 s
1001.12/1001.19	c vivif2 --  cl tried    34300 cl shrink        0 lits rem          0 time: 0.00
1001.22/1001.22	c vivif2 --  cl tried   130160 cl shrink        0 lits rem          0 time: 0.04
1001.42/1001.48	c asymm  cl-useful: 1/2783/34300 lits-rem:1 time: 0.26
1001.42/1001.49	c calculated reachability. Time: 0.00
1001.42/1001.49	c  N dy 22453   6215197       253     34300        84    130160    155816   2008922     11.36   no data
1004.82/1004.86	c  N dy 22511   6235264       253     34300        84    149274    155816   2404044     11.36     11.99
1008.73/1008.73	c  N dy 22590   6255669       253     34300        84    168763    155816   2807822     11.36     12.00
1012.53/1012.52	c  N dy 22645   6275674       253     34300        84    187845    155816   3201703     11.36     15.30
1017.03/1017.06	c  N dy 22748   6295766       253     34300        84    207077    155816   3612568     11.36     12.28
1021.23/1021.22	c  N dy 22822   6315794       253     34300        84    121782    155816   1770661     11.36     12.05
1025.03/1025.00	c  N dy 22916   6336892       253     34300        84    141926    155816   2195780     11.36     12.06
1029.43/1029.48	c  N dy 22993   6359461       253     34300        84    163482    155816   2638364     11.36     11.99
1033.63/1033.61	c  N dy 23081   6379956       253     34300        84    183023    155816   3049529     11.36     12.04
1037.93/1037.93	c  N dy 23140   6400310       253     34300        84    202413    155816   3441629     11.36     11.97
1042.43/1042.42	c  N dy 23208   6420365       253     34300        84    116022    155816   1647394     11.36     11.98
1045.43/1045.48	c  N dy 23270   6440664       253     34300        84    135481    155816   2054612     11.36     11.97
1049.03/1049.03	c  N dy 23347   6460675       253     34300        84    154635    155816   2450966     11.36     14.44
1052.74/1052.76	c  N dy 23408   6480722       253     34300        84    173786    155816   2838859     11.36     12.48
1056.83/1056.83	c  N dy 23491   6500898       253     34300        84    193080    155816   3240675     11.36     12.11
1060.93/1060.93	c  N dy 23540   6521005       253     34300        84    212284    155816   3628423     11.36     12.03
1065.13/1065.17	c  N dy 23622   6541401       253     34300        84    125094    155816   1820393     11.36     11.98
1068.53/1068.58	c  N dy 23702   6561554       253     34300        84    144333    155816   2218943     11.36     11.97
1072.23/1072.25	c  N dy 23778   6582005       253     34300        84    163842    155816   2624571     11.36     11.98
1076.43/1076.40	c  N dy 23874   6602815       253     34300        84    183703    155816   3042985     11.36     11.98
1080.53/1080.59	c  N dy 23941   6622891       253     34300        84    202859    155816   3424271     11.36     12.18
1085.53/1085.58	c  N dy 24017   6642894       253     34300        84    114348    155816   1600568     11.36     12.08
1088.53/1088.58	c  N dy 24068   6663097       253     34300        84    133631    155816   1993293     11.36     12.07
1091.83/1091.86	c  N dy 24125   6683430       253     34300        84    153015    155816   2398766     11.36     11.97
1095.53/1095.53	c  N dy 24190   6703723       253     34300        84    172363    155816   2788231     11.36     11.97
1097.83/1097.82	c  S st 24240   6715197       253     34300        84    183349    155816   3016589     11.36   no data
1097.93/1097.94	c  S st 24240   6715698       253     34300        84    183842    155816   3028119     11.36   no data
1097.93/1097.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1098.03/1098.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.08
1098.03/1098.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1098.03/1098.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1098.03/1098.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1098.03/1098.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
1098.03/1098.05	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1098.03/1098.09	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.04 s
1098.23/1098.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.07 s
1107.04/1107.09	c lits-rem:      1462  cl-subs:    17481  v-elim:      0  v-fix:    0  time:  8.84 s
1107.04/1107.09	c vivif2 --  cl tried    34299 cl shrink        0 lits rem          0 time: 0.00
1107.14/1107.14	c vivif2 --  cl tried   166361 cl shrink        0 lits rem          0 time: 0.05
1107.44/1107.43	c asymm  cl-useful: 0/2914/34299 lits-rem:0 time: 0.29
1107.44/1107.44	c calculated reachability. Time: 0.00
1107.44/1107.44	c  N dy 24240   6715698       253     34299        84    166361    155793   2814736     11.36   no data
1111.44/1111.43	c  N dy 24300   6735853       253     34299        84    185564    155793   3213108     11.36     12.18
1115.84/1115.89	c  N dy 24367   6756805       253     34299        84    205523    155793   3624540     11.36     12.05
1120.84/1120.82	c  N dy 24436   6777656       253     34299        84    117251    155793   1659699     11.36     11.97
1124.03/1124.09	c  N dy 24518   6797951       253     34299        84    136652    155793   2065240     11.36     11.98
1127.63/1127.67	c  N dy 24602   6818081       253     34299        84    155874    155793   2464661     11.36     12.00
1131.53/1131.56	c  N dy 24682   6838186       253     34299        84    175037    155793   2862158     11.36     12.00
1135.63/1135.69	c  N dy 24752   6858231       253     34299        84    194136    155793   3253541     11.36     11.98
1139.94/1139.95	c  N dy 24829   6878262       253     34299        84    213222    155793   3646772     11.36     14.53
1144.53/1144.54	c  N dy 24909   6898325       253     34299        84    123143    155793   1788694     11.36     12.89
1147.83/1147.82	c  N dy 24978   6918446       253     34299        84    142234    155793   2172950     11.36     11.96
1151.43/1151.47	c  N dy 25050   6939005       253     34299        84    161754    155793   2575701     11.36     12.03
1155.23/1155.20	c  N dy 25098   6959118       253     34299        84    180921    155793   2962035     11.35     12.01
1159.23/1159.29	c  N dy 25161   6979219       253     34299        84    200062    155793   3349558     11.35     12.04
1163.64/1163.61	c  N dy 25230   6999483       253     34299        84    219378    155793   3742682     11.35     11.98
1167.93/1167.97	c  N dy 25302   7019598       253     34299        84    128486    155793   1887701     11.35     11.99
1171.44/1171.46	c  N dy 25386   7039665       253     34299        84    147618    155793   2284775     11.35     12.52
1175.04/1175.04	c  N dy 25449   7060101       253     34299        84    167124    155793   2687020     11.35     12.02
1179.14/1179.19	c  N dy 25536   7080313       253     34299        84    186403    155793   3085768     11.35     12.05
1183.54/1183.60	c  N dy 25604   7101538       253     34299        84    206638    155793   3489155     11.35     11.97
1188.83/1188.86	c  N dy 25694   7121801       253     34299        84    114749    155793   1604523     11.35     12.15
1192.14/1192.11	c  N dy 25759   7143087       253     34299        84    135094    155793   2023238     11.35     12.02
1195.74/1195.79	c  N dy 25827   7163945       253     34299        84    154914    155793   2425691     11.35     12.07
1199.83/1199.85	c  N dy 25872   7187034       253     34299        84    176785    155793   2862501     11.35     11.96
1204.03/1204.05	c  N dy 25951   7207449       253     34299        84    196341    155793   3268826     11.35     11.99
1205.83/1205.86	c  S st 25978   7215699       253     34299        84    204151    155793   3421586     11.35      9.71
1206.03/1206.01	c  S st 25978   7216209       253     34299        84    204653    155793   3434540     11.35   no data
1206.03/1206.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1206.13/1206.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.09
1206.13/1206.13	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1206.13/1206.13	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1206.13/1206.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1206.13/1206.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    253 time:  0.00 s
1206.13/1206.14	c Removed useless bin:       0  fixed:     0  props:   0.05M  time:  0.00 s
1206.13/1206.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1206.33/1206.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.08 s
1218.33/1218.35	c lits-rem:      1377  cl-subs:    22445  v-elim:      0  v-fix:    0  time: 12.00 s
1218.33/1218.36	c vivif2 --  cl tried    34299 cl shrink        0 lits rem          0 time: 0.00
1218.43/1218.41	c vivif2 --  cl tried   182208 cl shrink        0 lits rem          0 time: 0.06
1218.74/1218.72	c asymm  cl-useful: 0/1631/34299 lits-rem:0 time: 0.31
1218.74/1218.73	c calculated reachability. Time: 0.00
1218.74/1218.73	c  N dy 25978   7216209       253     34299        84    182208    155793   3164470     11.35   no data
1223.25/1223.20	c  N dy 26062   7236259       253     34299        84    201335    155793   3559892     11.35     11.99
1227.84/1227.87	c  N dy 26137   7256265       253     34299        84    220351    155793   3955154     11.35     11.96
1232.33/1232.34	c  N dy 26224   7276319       253     34299        84    127934    155793   1888140     11.35     13.47
1235.64/1235.66	c  N dy 26292   7296585       253     34299        84    147250    155793   2288224     11.35     12.01
1239.64/1239.63	c  N dy 26385   7316746       253     34299        84    166438    155793   2694343     11.35     12.14
1243.94/1243.92	c  N dy 26453   7336960       253     34299        84    185696    155793   3091211     11.35     12.08
1248.13/1248.14	c  N dy 26518   7357302       253     34299        84    205051    155793   3487007     11.35     11.95
1252.73/1252.78	c  N dy 26602   7377556       253     34299        84    224354    155793   3889582     11.35     11.96
1257.04/1257.03	c  N dy 26679   7397593       253     34299        84    130574    155793   1944483     11.35     12.05
1260.74/1260.74	c  N dy 26785   7418041       253     34299        84    150145    155793   2356188     11.35     12.00
1264.44/1264.45	c  N dy 26853   7438059       253     34299        84    169214    155793   2747552     11.35     14.03
1268.54/1268.52	c  N dy 26937   7458148       253     34299        84    188401    155793   3152218     11.35     12.15
1273.03/1273.08	c  N dy 27034   7478471       253     34299        84    207790    155793   3556363     11.35     12.06
1277.73/1277.70	c  N dy 27116   7498477       253     34299        84    226863    155793   3954979     11.35     13.41
1282.14/1282.11	c  N dy 27196   7518677       253     34299        84    132147    155793   1955268     11.35     11.97
1285.44/1285.42	c  N dy 27255   7538722       253     34299        84    151247    155793   2348359     11.35     11.95
1289.34/1289.39	c  N dy 27338   7560240       253     34299        84    171713    155793   2773245     11.35     12.13
1293.24/1293.21	c  N dy 27391   7580633       253     34299        84    191070    155793   3168867     11.35     12.11
1297.34/1297.36	c  N dy 27442   7601477       253     34299        84    210858    155793   3570661     11.35     11.97

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 0.92 1.50 2.51 4/189 4346
/proc/meminfo: memFree=14209488/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=31288 CPUtime=0.01 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 1271 0 0 0 1 0 0 0 21 0 1 0 544691289 32038912 1210 33554432000 4194304 4627331 140734672378496 18446744073709551615 256415416215 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 7822 1210 340 106 0 2793 0

[startup+0.038551 s]
/proc/loadavg: 0.92 1.50 2.51 4/189 4346
/proc/meminfo: memFree=14209488/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=31288 CPUtime=0.03 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 1274 0 0 0 3 0 0 0 21 0 1 0 544691289 32038912 1213 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309123 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 7822 1213 343 106 0 2793 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 31288

[startup+0.100526 s]
/proc/loadavg: 0.92 1.50 2.51 4/189 4346
/proc/meminfo: memFree=14209488/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=31288 CPUtime=0.09 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 1274 0 0 0 9 0 0 0 21 0 1 0 544691289 32038912 1213 33554432000 4194304 4627331 140734672378496 18446744073709551615 4308275 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 7822 1213 343 106 0 2793 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31288

[startup+0.300488 s]
/proc/loadavg: 0.92 1.50 2.51 4/189 4346
/proc/meminfo: memFree=14209488/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=38336 CPUtime=0.29 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 2998 0 0 0 29 0 0 0 22 0 1 0 544691289 39256064 2908 33554432000 4194304 4627331 140734672378496 18446744073709551615 4467742 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 9584 2908 359 106 0 4555 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38336

[startup+0.700414 s]
/proc/loadavg: 0.92 1.50 2.51 4/189 4346
/proc/meminfo: memFree=14209488/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=36796 CPUtime=0.69 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 3128 0 0 0 69 0 0 0 23 0 1 0 544691289 37679104 2636 33554432000 4194304 4627331 140734672378496 18446744073709551615 4308574 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 9199 2636 372 106 0 4170 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36796

[startup+1.50026 s]
/proc/loadavg: 0.92 1.50 2.51 5/190 4347
/proc/meminfo: memFree=14187284/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=38308 CPUtime=1.49 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 3765 0 0 0 149 0 0 0 25 0 1 0 544691289 39227392 2671 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309132 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 9577 2671 373 106 0 4548 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38308

[startup+3.10096 s]
/proc/loadavg: 0.92 1.50 2.51 5/190 4347
/proc/meminfo: memFree=14180696/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=44260 CPUtime=3.09 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 5912 0 0 0 309 0 0 0 25 0 1 0 544691289 45322240 4072 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309318 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 11065 4072 378 106 0 6036 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 44260

[startup+6.30035 s]
/proc/loadavg: 1.17 1.54 2.52 5/190 4347
/proc/meminfo: memFree=14152520/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=47628 CPUtime=6.29 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 8247 0 0 0 629 0 0 0 25 0 1 0 544691289 48771072 5029 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309552 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 11907 5029 378 106 0 6878 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 47628

[startup+12.7011 s]
/proc/loadavg: 1.39 1.58 2.53 5/190 4347
/proc/meminfo: memFree=14135792/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=53500 CPUtime=12.69 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 13037 0 0 0 1268 1 0 0 25 0 1 0 544691289 54784000 6589 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 13375 6589 378 106 0 8346 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 53500

[startup+25.5007 s]
/proc/loadavg: 2.04 1.72 2.55 5/190 4348
/proc/meminfo: memFree=14120888/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=59256 CPUtime=25.49 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 20468 0 0 0 2547 2 0 0 25 0 1 0 544691289 60678144 8151 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 14814 8151 378 106 0 9785 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 59256

[startup+51.1009 s]
/proc/loadavg: 2.77 1.91 2.60 5/190 4348
/proc/meminfo: memFree=14110072/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=61068 CPUtime=51.1 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 32511 0 0 0 5106 4 0 0 25 0 1 0 544691289 62533632 8750 33554432000 4194304 4627331 140734672378496 18446744073709551615 4327584 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 15267 8750 378 106 0 10238 0
Current children cumulated CPU time (s) 51.1
Current children cumulated vsize (KiB) 61068

[startup+102.307 s]
/proc/loadavg: 3.46 2.23 2.67 5/190 4350
/proc/meminfo: memFree=14061560/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=79204 CPUtime=102.3 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 55907 0 0 0 10222 8 0 0 25 0 1 0 544691289 81104896 12218 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 19801 12218 378 106 0 14772 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 79204

[startup+162.301 s]
/proc/loadavg: 3.80 2.55 2.75 5/190 4351
/proc/meminfo: memFree=14034872/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=82856 CPUtime=162.3 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 76320 0 0 0 16218 12 0 0 25 0 1 0 544691289 84844544 13945 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309063 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 20714 13945 378 106 0 15685 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 82856

[startup+222.3 s]
/proc/loadavg: 3.92 2.81 2.82 5/190 4353
/proc/meminfo: memFree=13988676/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=96680 CPUtime=222.29 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 96157 0 0 0 22213 16 0 0 25 0 1 0 544691289 99000320 17197 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309174 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 24170 17197 378 106 0 19141 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 96680

[startup+282.301 s]
/proc/loadavg: 3.97 3.03 2.89 5/190 4354
/proc/meminfo: memFree=13989032/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=97040 CPUtime=282.3 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 114296 0 0 0 28210 20 0 0 25 0 1 0 544691289 99368960 17376 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 24260 17376 378 106 0 19231 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 97040

[startup+342.301 s]
/proc/loadavg: 3.99 3.20 2.96 5/190 4356
/proc/meminfo: memFree=13955636/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=99572 CPUtime=342.3 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 129506 0 0 0 34206 24 0 0 25 0 1 0 544691289 101961728 18566 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309272 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 24893 18566 378 106 0 19864 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 99572

[startup+402.3 s]
/proc/loadavg: 4.04 3.36 3.03 5/190 4358
/proc/meminfo: memFree=13929556/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=106520 CPUtime=402.31 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 145742 0 0 0 40202 29 0 0 25 0 1 0 544691289 109076480 19864 33554432000 4194304 4627331 140734672378496 18446744073709551615 4310094 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 26630 19864 378 106 0 21601 0
Current children cumulated CPU time (s) 402.31
Current children cumulated vsize (KiB) 106520

[startup+462.301 s]
/proc/loadavg: 4.01 3.47 3.09 5/190 4359
/proc/meminfo: memFree=13914896/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=106864 CPUtime=462.31 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 160955 0 0 0 46199 32 0 0 25 0 1 0 544691289 109428736 19377 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 26716 19377 378 106 0 21687 0
Current children cumulated CPU time (s) 462.31
Current children cumulated vsize (KiB) 106864

[startup+522.301 s]
/proc/loadavg: 4.06 3.58 3.14 5/190 4388
/proc/meminfo: memFree=13961552/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=107132 CPUtime=522.31 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 175217 0 0 0 52195 36 0 0 25 0 1 0 544691289 109703168 20531 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 26783 20531 378 106 0 21754 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 107132

[startup+582.3 s]
/proc/loadavg: 4.02 3.66 3.20 5/190 4389
/proc/meminfo: memFree=13945348/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=107448 CPUtime=582.31 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 189112 0 0 0 58191 40 0 0 25 0 1 0 544691289 110026752 20611 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309364 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 26862 20611 378 106 0 21833 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 107448

[startup+642.301 s]
/proc/loadavg: 4.01 3.72 3.24 5/190 4391
/proc/meminfo: memFree=13903416/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=122992 CPUtime=642.32 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 204092 0 0 0 64190 42 0 0 25 0 1 0 544691289 125943808 24563 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 30748 24563 378 106 0 25719 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 122992

[startup+702.301 s]
/proc/loadavg: 4.00 3.76 3.29 5/190 4393
/proc/meminfo: memFree=13894960/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=123308 CPUtime=702.32 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 218539 0 0 0 70187 45 0 0 25 0 1 0 544691289 126267392 24180 33554432000 4194304 4627331 140734672378496 18446744073709551615 4327381 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 30827 24180 378 106 0 25798 0
Current children cumulated CPU time (s) 702.32
Current children cumulated vsize (KiB) 123308

[startup+762.307 s]
/proc/loadavg: 4.00 3.80 3.33 5/190 4394
/proc/meminfo: memFree=13895180/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=123636 CPUtime=762.32 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 232549 0 0 0 76184 48 0 0 25 0 1 0 544691289 126603264 22841 33554432000 4194304 4627331 140734672378496 18446744073709551615 4310533 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 30909 22841 378 106 0 25880 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 123636

[startup+822.301 s]
/proc/loadavg: 4.00 3.84 3.37 5/190 4396
/proc/meminfo: memFree=13891564/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=123892 CPUtime=822.32 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 245112 0 0 0 82180 52 0 0 25 0 1 0 544691289 126865408 23432 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309318 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 30973 23432 378 106 0 25944 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 123892

[startup+882.3 s]
/proc/loadavg: 4.07 3.88 3.41 5/190 4397
/proc/meminfo: memFree=13889564/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=124136 CPUtime=882.32 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 257907 0 0 0 88177 55 0 0 25 0 1 0 544691289 127115264 23972 33554432000 4194304 4627331 140734672378496 18446744073709551615 4350080 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 31034 23972 378 106 0 26005 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 124136

[startup+942.301 s]
/proc/loadavg: 4.02 3.90 3.45 5/190 4399
/proc/meminfo: memFree=13852072/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=138020 CPUtime=942.32 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 270135 0 0 0 94175 57 0 0 25 0 1 0 544691289 141332480 27415 33554432000 4194304 4627331 140734672378496 18446744073709551615 4308250 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 34505 27415 378 106 0 29476 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 138020

[startup+1002.3 s]
/proc/loadavg: 4.01 3.91 3.48 5/190 4401
/proc/meminfo: memFree=13850296/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=138288 CPUtime=1002.32 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 282375 0 0 0 100173 59 0 0 25 0 1 0 544691289 141606912 26777 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 34572 26778 378 106 0 29543 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 138288

[startup+1062.3 s]
/proc/loadavg: 4.06 3.95 3.52 5/190 4411
/proc/meminfo: memFree=13835256/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=138572 CPUtime=1062.33 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 294962 0 0 0 106170 63 0 0 25 0 1 0 544691289 141897728 25948 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 34643 25948 378 106 0 29614 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 138572

[startup+1122.3 s]
/proc/loadavg: 4.07 3.97 3.55 5/190 4413
/proc/meminfo: memFree=13840500/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=141276 CPUtime=1122.33 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 305681 0 0 0 112168 65 0 0 25 0 1 0 544691289 144666624 27273 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309150 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 35319 27273 378 106 0 30290 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 141276

[startup+1182.3 s]
/proc/loadavg: 4.02 3.97 3.57 5/190 4414
/proc/meminfo: memFree=13822136/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=141464 CPUtime=1182.34 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 316537 0 0 0 118166 68 0 0 25 0 1 0 544691289 144859136 28991 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309057 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 35366 28991 378 106 0 30337 0
Current children cumulated CPU time (s) 1182.34
Current children cumulated vsize (KiB) 141464

[startup+1242.3 s]
/proc/loadavg: 4.01 3.97 3.60 5/190 4416
/proc/meminfo: memFree=13811552/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=151500 CPUtime=1242.34 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 327923 0 0 0 124163 71 0 0 25 0 1 0 544691289 155136000 30570 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 37875 30570 378 106 0 32846 0
Current children cumulated CPU time (s) 1242.34
Current children cumulated vsize (KiB) 151500



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 3.97 3.62 3/186 4420
/proc/meminfo: memFree=14017280/32950928 swapFree=67111524/67111528
[pid=4346] ppid=4344 vsize=225592 CPUtime=1300.04 cores=4,6
/proc/4346/stat : 4346 (strangenight2-s) R 4344 4346 3565 0 -1 4202496 338466 0 0 0 129931 73 0 0 25 0 1 0 544691289 231006208 31551 33554432000 4194304 4627331 140734672378496 18446744073709551615 4309202 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4346/statm: 56398 31551 378 106 0 51369 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 225592

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.06
CPU user time (s): 1299.32
CPU system time (s): 0.744886
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 242348

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.32
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= 338466
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= 7
involuntary context switches= 840

runsolver used 2.22766 second user time and 4.88726 second system time

The end

Launcher Data

Begin job on node115 at 2011-04-23 09:43:26
IDJOB=3262156
IDBENCH=83280
IDSOLVER=1587
FILE ID=node115/3262156-1303544606
RUNJOBID= node115-1303544606-4305
PBS_JOBID= 13143123
Free space on /tmp= 72424 MiB

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

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

MD5SUM BENCH= 3c65ff80757b12edd41f8ee6da874877
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:      14209768 kB
Buffers:       2273780 kB
Cached:       15837092 kB
SwapCached:          4 kB
Active:        7288364 kB
Inactive:     10900612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      14209768 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           24492 kB
Writeback:           0 kB
AnonPages:       76192 kB
Mapped:          15272 kB
Slab:           487924 kB
PageTables:       5500 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   284416 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= 72428 MiB
End job on node115 at 2011-04-23 10:05:08