Trace number 3421824

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 (fixed)? (TO) 5000.1 4999.95

General information on the benchmark

Namecrafted/spence/sgen/
sgen3-n200-s00813792-unsat.cnf
MD5SUM92046422d2d9595619b29413c0964c9c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables201
Number of clauses412
Sum of the clauses size1236
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 3412
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 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-3421824-1306604949.cnf'
0.00/0.00	c -- header says num vars:            201
0.00/0.00	c -- header says num clauses:         412
0.00/0.00	c -- clauses added:            0 learnts,          412 normals,            0 xors
0.00/0.00	c -- vars added        201
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       201       412         0         0      1236         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       7 undec:     191 neg:       3
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       201       412         0         0      1236         0   no data   no data
0.00/0.07	c  N dy    13      4675       201       412         0      4286      1236     90756     12.95     13.69
0.09/0.18	c  N dy    23      9940       201       412         0      6880      1236    129397     11.52     12.44
0.19/0.28	c  N dy    49     14842       201       412         0      7470      1236    125449     11.74     12.40
0.29/0.38	c  N dy    75     19039       201       412         0      6207      1236     83072     11.83     12.52
0.39/0.49	c  N dy    97     23199       201       412         0     10125      1236    166571     11.88     12.65
0.49/0.54	c  F st   113     25000       201       412         0     11826      1236    203391     12.05   no data
0.59/0.64	c  N st   118     28298       201       412         0      8511      1236    131039     12.05   no data
0.59/0.69	c Decided on static restart strategy
0.59/0.69	c  S st   119     30002       201       412         0     10088      1236    178040     12.05   no data
0.69/0.71	c  S st   119     30504       201       412         0     10577      1236    189844     12.05   no data
0.69/0.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
0.69/0.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.69/0.72	c blocked clauses removed:        0 vars:      0 tried:         201 T: 0.00 s
0.69/0.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.69/0.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.69/0.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
0.69/0.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.69/0.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.69/0.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.69/0.78	c lits-rem:       512  cl-subs:      184  v-elim:      0  v-fix:    0  time:  0.05 s
0.69/0.78	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
0.69/0.78	c calculated reachability. Time: 0.00
0.69/0.78	c  N st   119     30504       201       412         0     10393      1236    183306     12.05   no data
1.00/1.03	c  N st   121     37615       201       412         0      9383      1236    241854     12.05   no data
1.19/1.29	c  N st   122     44015       201       412         0     15318      1236    433526     12.05   no data
1.29/1.35	c  S st   123     45756       201       412         0      8683      1236    194691     12.05   no data
1.29/1.36	c  S st   123     46264       201       412         0      9173      1236    206667     12.05   no data
1.29/1.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.29/1.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
1.29/1.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.29/1.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.29/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.29/1.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
1.29/1.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.29/1.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.29/1.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.44	c lits-rem:       917  cl-subs:      380  v-elim:      0  v-fix:    0  time:  0.06 s
1.39/1.44	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1.39/1.44	c vivif2 --  cl tried     8793 cl shrink        0 lits rem          0 time: 0.00
1.39/1.44	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
1.39/1.44	c calculated reachability. Time: 0.00
1.39/1.44	c  N st   123     46264       201       412         0      8793      1236    191632     12.05   no data
1.99/2.10	c  N st   124     60661       201       412         0     12818      1236    288931     12.05   no data
2.49/2.56	c  N st   125     69396       201       412         0     10681      1236    210043     12.05   no data
2.49/2.56	c  S st   125     69396       201       412         0     10681      1236    210043     12.05   no data
2.49/2.58	c  S st   125     69899       201       412         0     11164      1236    221624     12.05   no data
2.49/2.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.49/2.59	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.49/2.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.49/2.59	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.49/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.49/2.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
2.49/2.59	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.49/2.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.49/2.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.64	c lits-rem:       713  cl-subs:      200  v-elim:      0  v-fix:    0  time:  0.04 s
2.59/2.64	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
2.59/2.64	c vivif2 --  cl tried    10964 cl shrink        0 lits rem          0 time: 0.00
2.59/2.64	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
2.59/2.64	c calculated reachability. Time: 0.00
2.59/2.64	c  N st   125     69899       201       412         0     10964      1236    215225     12.05   no data
3.39/3.48	c  F st   126     87500       201       412         0     16027      1236    406163     12.05   no data
3.39/3.48	c  N st   126     87500       201       412         0     16027      1236    406163     12.05   no data
3.59/3.67	c Decided on static restart strategy
3.69/3.79	c  N st   133     95543       201       412         0     23342      1236    627637     12.05   no data
4.09/4.17	c  N st   135    104850       201       412         0     20077      1236    481238     12.05   no data
4.09/4.17	c  S st   135    104850       201       412         0     20077      1236    481238     12.05   no data
4.19/4.20	c  S st   135    105354       201       412         0     20569      1236    492693     12.05   no data
4.19/4.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.19/4.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
4.19/4.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.19/4.21	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.19/4.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.19/4.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
4.19/4.21	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.19/4.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.19/4.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.49/4.52	c lits-rem:      3375  cl-subs:      674  v-elim:      0  v-fix:    0  time:  0.29 s
4.49/4.52	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
4.49/4.52	c vivif2 --  cl tried    19895 cl shrink        0 lits rem          0 time: 0.00
4.49/4.53	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.00
4.49/4.53	c calculated reachability. Time: 0.00
4.49/4.53	c  N st   135    105354       201       412         0     19895      1236    462033     12.05   no data
4.99/5.03	c  N st   136    114953       201       412         0     16091      1236    324830     12.05   no data
5.79/5.88	c  N st   137    129351       201       412         0     15342      1236    266184     12.05   no data
6.99/7.03	c  N st   138    150947       201       412         0     20431      1236    454774     12.05   no data
7.39/7.46	c  S st   139    158033       201       412         0     26789      1236    683574     12.05   no data
7.49/7.51	c  S st   139    158535       201       412         0     27278      1236    696546     12.05   no data
7.49/7.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.49/7.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.49/7.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.49/7.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.49/7.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.49/7.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
7.49/7.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.49/7.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.49/7.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.29/8.34	c lits-rem:      4256  cl-subs:     1392  v-elim:      0  v-fix:    0  time:  0.81 s
8.29/8.34	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
8.29/8.35	c vivif2 --  cl tried    25886 cl shrink        0 lits rem          0 time: 0.01
8.29/8.36	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
8.29/8.36	c calculated reachability. Time: 0.00
8.29/8.36	c  N st   139    158535       201       412         0     25886      1236    631167     12.05   no data
11.59/11.61	c  N st   140    207123       201       412         0     20647      1236    420100     12.05   no data
13.59/13.69	c  N st   141    237802       201       412         0     30071      1236    775115     12.05   no data
13.59/13.69	c  S st   141    237802       201       412         0     30071      1236    775115     12.05   no data
13.69/13.74	c  S st   141    238308       201       412         0     30554      1236    788442     12.05   no data
13.69/13.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
13.69/13.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
13.69/13.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.69/13.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.69/13.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.69/13.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
13.69/13.75	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
13.69/13.76	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
13.69/13.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.19/15.22	c lits-rem:      4166  cl-subs:     1728  v-elim:      0  v-fix:    0  time:  1.44 s
15.19/15.22	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
15.19/15.22	c vivif2 --  cl tried    28826 cl shrink        0 lits rem          0 time: 0.01
15.19/15.23	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
15.19/15.23	c calculated reachability. Time: 0.00
15.19/15.23	c  N st   141    238308       201       412         0     28826      1236    709503     12.05   no data
20.19/20.21	c  F st   142    306250       201       412         0     30727      1236    740074     12.05   no data
20.19/20.22	c  N st   142    306250       201       412         0     30727      1236    740074     12.05   no data
20.49/20.51	c Decided on static restart strategy
21.79/21.87	c  N st   152    334554       201       412         0     35009      1236    838625     12.05   no data
23.19/23.26	c  N st   154    357463       201       412         0     33183      1236    717208     12.05   no data
23.19/23.26	c  S st   154    357463       201       412         0     33183      1236    717208     12.05   no data
23.29/23.32	c  S st   154    357965       201       412         0     33675      1236    730003     12.05   no data
23.29/23.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
23.29/23.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
23.29/23.33	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.29/23.33	c bin-w-bin subsume rem            0 bins  time:  0.00 s
23.29/23.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.29/23.33	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
23.29/23.33	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
23.29/23.33	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
23.29/23.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
23.89/23.94	c lits-rem:      4143  cl-subs:     1058  v-elim:      0  v-fix:    0  time:  0.59 s
23.89/23.94	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
23.89/23.95	c vivif2 --  cl tried    32617 cl shrink        0 lits rem          0 time: 0.01
23.89/23.96	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
23.89/23.96	c calculated reachability. Time: 0.00
23.89/23.96	c  N st   154    357965       201       412         0     32617      1236    685497     12.05   no data
25.79/25.81	c  N st   155    390358       201       412         0     37808      1236    803375     12.05   no data
28.89/28.95	c  N st   156    438946       201       412         0     31282      1236    632781     12.05   no data
33.69/33.78	c  N st   157    511830       201       412         0     42167      1236    975476     12.05   no data
35.49/35.57	c  N st   158    536950       201       412         0     36997      1236    780016     12.05   no data
35.49/35.57	c  S st   158    536950       201       412         0     36997      1236    780016     12.05   no data
35.59/35.63	c  S st   158    537450       201       412         0     37492      1236    793256     12.05   no data
35.59/35.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
35.59/35.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
35.59/35.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.59/35.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
35.59/35.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.59/35.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
35.59/35.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
35.59/35.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
35.59/35.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
37.19/37.29	c lits-rem:      7064  cl-subs:     2564  v-elim:      0  v-fix:    0  time:  1.63 s
37.19/37.29	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
37.19/37.30	c vivif2 --  cl tried    34928 cl shrink        0 lits rem          0 time: 0.01
37.19/37.31	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
37.19/37.31	c calculated reachability. Time: 0.00
37.19/37.31	c  N st   158    537450       201       412         0     34928      1236    683854     12.05   no data
50.89/50.98	c  N st   159    701434       201       412         0     31956      1236    483037     12.05   no data
59.69/59.70	c  N st   160    806175       201       412         0     57075      1236   1344178     12.05   no data
59.69/59.70	c  S st   160    806175       201       412         0     57075      1236   1344178     12.05   no data
59.69/59.79	c  S st   160    806677       201       412         0     57568      1236   1357243     12.05   no data
59.69/59.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
59.79/59.81	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
59.79/59.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.79/59.81	c bin-w-bin subsume rem            0 bins  time:  0.00 s
59.79/59.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
59.79/59.81	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
59.79/59.81	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
59.79/59.82	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
59.79/59.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
67.59/67.60	c lits-rem:     30372  cl-subs:     6274  v-elim:      0  v-fix:    0  time:  7.75 s
67.59/67.60	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
67.59/67.61	c vivif2 --  cl tried    51294 cl shrink        0 lits rem          0 time: 0.01
67.59/67.63	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.01
67.59/67.63	c calculated reachability. Time: 0.00
67.59/67.63	c  N st   160    806677       201       412         0     51294      1236   1083737     12.05   no data
93.09/93.14	c  F st   161   1071875       201       412         0     66463      1236   1620018     12.05   no data
93.09/93.14	c  N st   161   1071875       201       412         0     66463      1236   1620018     12.05   no data
93.51/93.54	c Decided on static restart strategy
95.49/95.51	c  N st   171   1100178       201       412         0     52743      1236   1057687     12.05   no data
99.09/99.12	c  N st   173   1136172       201       412         0     44111      1236    708790     12.05   no data
101.99/102.08	c  N st   174   1168567       201       412         0     71941      1236   1760617     12.05   no data
106.20/106.24	c  N st   175   1210016       201       412         0     66874      1236   1576907     12.05   no data
106.20/106.24	c  S st   175   1210016       201       412         0     66874      1236   1576907     12.05   no data
106.29/106.35	c  S st   175   1210516       201       412         0     67369      1236   1590319     12.05   no data
106.29/106.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
106.29/106.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
106.29/106.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.29/106.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
106.29/106.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.29/106.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
106.29/106.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
106.29/106.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
106.39/106.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.69/115.79	c lits-rem:     11283  cl-subs:     5869  v-elim:      0  v-fix:    0  time:  9.37 s
115.69/115.79	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
115.79/115.81	c vivif2 --  cl tried    61500 cl shrink        0 lits rem          0 time: 0.01
115.79/115.82	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.02
115.79/115.83	c calculated reachability. Time: 0.00
115.79/115.83	c  N st   175   1210516       201       412         0     61500      1236   1328164     12.05   no data
123.00/123.11	c  N st   176   1283400       201       412         0     81897      1236   2049557     12.05   no data
136.79/136.80	c  N st   177   1392723       201       412         0     50258      1236    794501     12.05   no data
153.39/153.48	c  N st   178   1556709       201       412         0     50724      1236    816125     12.05   no data
170.41/170.50	c  N st   179   1710518       201       412         0     88656      1236   2143156     12.05   no data
170.41/170.50	c  S st   179   1710518       201       412         0     88656      1236   2143156     12.05   no data
170.59/170.63	c  S st   179   1711022       201       412         0     89150      1236   2156678     12.05   no data
170.59/170.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
170.59/170.66	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
170.59/170.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
170.59/170.67	c bin-w-bin subsume rem            0 bins  time:  0.00 s
170.59/170.67	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.59/170.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
170.59/170.67	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
170.59/170.69	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
170.69/170.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.10/185.15	c lits-rem:     21661  cl-subs:     4903  v-elim:      0  v-fix:    0  time: 14.41 s
185.10/185.15	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
185.10/185.18	c vivif2 --  cl tried    84247 cl shrink        0 lits rem          0 time: 0.02
185.20/185.20	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.02
185.20/185.20	c calculated reachability. Time: 0.00
185.20/185.20	c  N st   179   1711022       201       412         0     84247      1236   1926571     12.05   no data
230.60/230.69	c  N st   180   2079987       201       412         0     97598      1236   2427139     12.05   no data
246.50/246.53	c  N st   181   2211025       201       412         0     99237      1236   2458013     12.05   no data
246.50/246.53	c  S st   181   2211025       201       412         0     99237      1236   2458013     12.05   no data
246.60/246.69	c  S st   181   2211527       201       412         0     99726      1236   2471351     12.05   no data
246.60/246.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
246.70/246.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
246.70/246.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
246.70/246.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
246.70/246.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
246.70/246.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
246.70/246.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
246.70/246.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
246.80/246.81	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
273.00/273.01	c lits-rem:     16247  cl-subs:     9839  v-elim:      0  v-fix:    0  time: 26.20 s
273.00/273.01	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
273.00/273.04	c vivif2 --  cl tried    89887 cl shrink        0 lits rem          0 time: 0.02
273.00/273.06	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.03
273.00/273.07	c calculated reachability. Time: 0.00
273.00/273.07	c  N st   181   2211527       201       412         0     89887      1236   2039402     12.05   no data
342.90/342.96	c  N st   182   2711527       201       412         0    109983      1236   2623590     12.05   no data
342.90/342.96	c  S st   182   2711527       201       412         0    109983      1236   2623590     12.05   no data
343.11/343.14	c  S st   182   2712029       201       412         0    110479      1236   2638415     12.05   no data
343.11/343.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
343.11/343.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.04
343.11/343.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
343.11/343.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
343.11/343.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
343.11/343.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
343.11/343.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
343.11/343.22	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
343.22/343.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
370.61/370.69	c lits-rem:     28225  cl-subs:     9706  v-elim:      0  v-fix:    0  time: 27.41 s
370.61/370.69	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
370.72/370.72	c vivif2 --  cl tried   100773 cl shrink        0 lits rem          0 time: 0.03
370.72/370.75	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.03
370.72/370.75	c calculated reachability. Time: 0.00
370.72/370.75	c  N st   182   2712029       201       412         0    100773      1236   2234180     12.05   no data
433.50/433.58	c  N st   183   3212029       201       412         0     79123      1236   1443190     12.05   no data
433.50/433.58	c  S st   183   3212029       201       412         0     79123      1236   1443190     12.05   no data
433.70/433.70	c  S st   183   3212532       201       412         0     79623      1236   1456853     12.05   no data
433.70/433.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
433.70/433.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
433.70/433.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
433.70/433.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
433.70/433.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.70/433.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
433.70/433.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
433.70/433.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
433.70/433.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
436.90/436.99	c lits-rem:      5470  cl-subs:     2366  v-elim:      0  v-fix:    0  time:  3.21 s
436.90/436.99	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
437.00/437.00	c vivif2 --  cl tried    77257 cl shrink        0 lits rem          0 time: 0.02
437.00/437.02	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.02
437.00/437.02	c calculated reachability. Time: 0.00
437.00/437.02	c  N st   183   3212532       201       412         0     77257      1236   1368892     12.05   no data
501.62/501.62	c  N st   184   3712532       201       412         0     83739      1236   1525609     12.05   no data
501.62/501.62	c  S st   184   3712532       201       412         0     83739      1236   1525609     12.05   no data
501.70/501.75	c  S st   184   3713032       201       412         0     84230      1236   1539307     12.05   no data
501.70/501.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
501.70/501.77	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
501.70/501.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
501.70/501.77	c bin-w-bin subsume rem            0 bins  time:  0.00 s
501.70/501.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
501.70/501.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
501.70/501.77	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
501.70/501.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
501.80/501.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
507.30/507.34	c lits-rem:      4239  cl-subs:     5776  v-elim:      0  v-fix:    0  time:  5.51 s
507.30/507.34	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
507.30/507.35	c vivif2 --  cl tried    78454 cl shrink        0 lits rem          0 time: 0.01
507.30/507.37	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.02
507.30/507.38	c calculated reachability. Time: 0.00
507.30/507.38	c  N st   184   3713032       201       412         0     78454      1236   1327318     12.05   no data
512.51/512.54	c  F st   185   3751563       201       412         0    110537      1236   2339086     12.05   no data
512.51/512.54	c  N st   185   3751563       201       412         0    110537      1236   2339086     12.05   no data
513.10/513.15	c Decided on static restart strategy
515.92/515.98	c  N st   195   3779864       201       412         0    136717      1236   3160126     12.05   no data
520.51/520.57	c  N st   197   3815856       201       412         0     98688      1236   2034705     12.05   no data
524.80/524.85	c  N st   198   3848250       201       412         0    126528      1236   2947360     12.05   no data
531.32/531.36	c  N st   199   3896838       201       412         0     94879      1236   1827740     12.05   no data
541.60/541.67	c  N st   200   3969721       201       412         0     83087      1236   1418286     12.05   no data
558.83/558.87	c  N st   201   4079045       201       412         0    101460      1236   2006926     12.05   no data
580.20/580.23	c  N st   202   4213034       201       412         0    145850      1236   3965830     12.05   no data
580.20/580.23	c  S st   202   4213034       201       412         0    145850      1236   3965830     12.05   no data
580.40/580.48	c  S st   202   4213543       201       412         0    146349      1236   3979595     12.05   no data
580.40/580.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
580.50/580.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
580.50/580.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
580.50/580.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
580.50/580.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
580.50/580.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
580.50/580.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
580.50/580.59	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
580.60/580.69	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
614.71/614.74	c lits-rem:     36217  cl-subs:     6120  v-elim:      0  v-fix:    0  time: 34.05 s
614.71/614.74	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
614.71/614.78	c vivif2 --  cl tried   140229 cl shrink        0 lits rem          0 time: 0.04
614.82/614.84	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.06
614.82/614.84	c calculated reachability. Time: 0.00
614.82/614.84	c  N st   202   4213543       201       412         0    140229      1236   3668435     12.05   no data
653.21/653.23	c  N st   203   4459520       201       412         0    112050      1236   2393591     12.05   no data
692.71/692.72	c  N st   204   4713545       201       412         0     87248      1236   1464716     12.05   no data
692.71/692.72	c  S st   204   4713545       201       412         0     87248      1236   1464716     12.05   no data
692.81/692.85	c  S st   204   4714050       201       412         0     87737      1236   1478216     12.05   no data
692.81/692.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
692.81/692.88	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.02
692.81/692.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
692.81/692.88	c bin-w-bin subsume rem            0 bins  time:  0.00 s
692.81/692.88	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
692.81/692.88	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
692.81/692.88	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
692.81/692.90	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
692.93/692.94	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
694.92/694.94	c lits-rem:      3901  cl-subs:     2753  v-elim:      0  v-fix:    0  time:  2.01 s
694.92/694.94	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
694.92/694.96	c vivif2 --  cl tried    84984 cl shrink        0 lits rem          0 time: 0.02
694.92/694.99	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.02
694.92/694.99	c calculated reachability. Time: 0.00
694.92/694.99	c  N st   204   4714050       201       412         0     84984      1236   1381424     12.05   no data
776.52/776.55	c  N st   205   5214050       201       412         0     95436      1236   1655873     12.05   no data
776.52/776.55	c  S st   205   5214050       201       412         0     95436      1236   1655873     12.05   no data
776.63/776.69	c  S st   205   5214552       201       412         0     95930      1236   1669853     12.05   no data
776.63/776.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
776.71/776.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.03
776.71/776.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
776.71/776.72	c bin-w-bin subsume rem            0 bins  time:  0.00 s
776.71/776.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
776.71/776.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
776.71/776.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
776.71/776.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
776.71/776.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
779.11/779.14	c lits-rem:      6031  cl-subs:     1498  v-elim:      0  v-fix:    0  time:  2.36 s
779.11/779.14	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
779.11/779.16	c vivif2 --  cl tried    94432 cl shrink        0 lits rem          0 time: 0.02
779.11/779.19	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.03
779.11/779.19	c calculated reachability. Time: 0.00
779.11/779.19	c  N st   205   5214552       201       412         0     94432      1236   1610245     12.05   no data
863.82/863.81	c  N st   206   5714552       201       412         0    169206      1236   4195809     12.05   no data
863.82/863.81	c  S st   206   5714552       201       412         0    169206      1236   4195809     12.05   no data
864.12/864.10	c  S st   206   5715053       201       412         0    169701      1236   4208495     12.05   no data
864.12/864.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
864.12/864.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.07
864.12/864.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
864.12/864.18	c bin-w-bin subsume rem            0 bins  time:  0.00 s
864.12/864.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
864.12/864.18	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
864.12/864.18	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
864.22/864.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
864.32/864.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
988.32/988.33	c lits-rem:     29512  cl-subs:    28902  v-elim:      0  v-fix:    0  time: 124.00 s
988.32/988.33	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
988.32/988.37	c vivif2 --  cl tried   140799 cl shrink        0 lits rem          0 time: 0.05
988.42/988.43	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.06
988.42/988.44	c calculated reachability. Time: 0.00
988.42/988.44	c  N st   206   5715053       201       412         0    140799      1236   3092814     12.05   no data
1073.32/1073.31	c  N st   207   6215053       201       412         0    114484      1236   2162571     12.05   no data
1073.32/1073.31	c  S st   207   6215053       201       412         0    114484      1236   2162571     12.05   no data
1073.42/1073.50	c  S st   207   6215556       201       412         0    114981      1236   2178698     12.05   no data
1073.42/1073.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1073.53/1073.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.04
1073.53/1073.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1073.53/1073.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1073.53/1073.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1073.53/1073.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
1073.53/1073.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1073.53/1073.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1073.64/1073.63	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1084.82/1084.89	c lits-rem:     13037  cl-subs:     5979  v-elim:      0  v-fix:    0  time: 11.27 s
1084.82/1084.89	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1084.92/1084.92	c vivif2 --  cl tried   109002 cl shrink        0 lits rem          0 time: 0.03
1084.92/1084.96	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.03
1084.92/1084.96	c calculated reachability. Time: 0.00
1084.92/1084.96	c  N st   207   6215556       201       412         0    109002      1236   1963603     12.05   no data
1169.83/1169.87	c  N st   208   6715556       201       412         0    151134      1236   3286337     12.05   no data
1169.83/1169.87	c  S st   208   6715556       201       412         0    151134      1236   3286337     12.05   no data
1170.13/1170.12	c  S st   208   6716059       201       412         0    151628      1236   3300566     12.05   no data
1170.13/1170.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1170.13/1170.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
1170.13/1170.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1170.13/1170.19	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1170.13/1170.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1170.13/1170.19	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
1170.13/1170.19	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1170.23/1170.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1170.23/1170.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1245.43/1245.45	c lits-rem:     12085  cl-subs:    26588  v-elim:      0  v-fix:    0  time: 75.15 s
1245.43/1245.45	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1245.43/1245.49	c vivif2 --  cl tried   125040 cl shrink        0 lits rem          0 time: 0.04
1245.53/1245.53	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.04
1245.53/1245.54	c calculated reachability. Time: 0.00
1245.53/1245.54	c  N st   208   6716059       201       412         0    125040      1236   2402200     12.05   no data
1341.04/1341.07	c  N st   209   7216060       201       412         0    159931      1236   3466025     12.05   no data
1341.04/1341.07	c  S st   209   7216060       201       412         0    159931      1236   3466025     12.05   no data
1341.34/1341.37	c  S st   209   7216566       201       412         0    160428      1236   3481364     12.05   no data
1341.34/1341.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1341.44/1341.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.06
1341.44/1341.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1341.44/1341.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1341.44/1341.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1341.44/1341.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
1341.44/1341.44	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1341.44/1341.48	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1341.54/1341.56	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1426.65/1426.66	c lits-rem:     12562  cl-subs:    26928  v-elim:      0  v-fix:    0  time: 85.10 s
1426.65/1426.66	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1426.65/1426.70	c vivif2 --  cl tried   133500 cl shrink        0 lits rem          0 time: 0.04
1426.76/1426.75	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.05
1426.76/1426.75	c calculated reachability. Time: 0.00
1426.76/1426.75	c  N st   209   7216566       201       412         0    133500      1236   2552918     12.05   no data
1521.36/1521.38	c  N st   210   7716567       201       412         0    158914      1236   3448789     12.05   no data
1521.36/1521.38	c  S st   210   7716567       201       412         0    158914      1236   3448789     12.05   no data
1521.64/1521.63	c  S st   210   7717071       201       412         0    159411      1236   3463307     12.05   no data
1521.64/1521.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1521.74/1521.70	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
1521.74/1521.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1521.74/1521.70	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1521.74/1521.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1521.74/1521.70	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
1521.74/1521.70	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1521.74/1521.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1521.84/1521.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1576.54/1576.50	c lits-rem:      5619  cl-subs:    16144  v-elim:      0  v-fix:    0  time: 54.68 s
1576.54/1576.50	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1576.54/1576.54	c vivif2 --  cl tried   143267 cl shrink        0 lits rem          0 time: 0.04
1576.64/1576.60	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.06
1576.64/1576.60	c calculated reachability. Time: 0.00
1576.64/1576.60	c  N st   210   7717071       201       412         0    143267      1236   2885862     12.05   no data
1670.15/1670.16	c  N st   211   8217073       201       412         0    151349      1236   3107062     12.05   no data
1670.15/1670.16	c  S st   211   8217073       201       412         0    151349      1236   3107062     12.05   no data
1670.35/1670.39	c  S st   211   8217578       201       412         0    151850      1236   3122305     12.05   no data
1670.45/1670.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1670.45/1670.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.06
1670.45/1670.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1670.45/1670.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1670.45/1670.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1670.45/1670.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
1670.45/1670.46	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1670.45/1670.49	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
1670.55/1670.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1714.25/1714.27	c lits-rem:      8963  cl-subs:    15852  v-elim:      0  v-fix:    0  time: 43.71 s
1714.25/1714.27	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1714.35/1714.31	c vivif2 --  cl tried   135998 cl shrink        0 lits rem          0 time: 0.04
1714.35/1714.36	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.05
1714.35/1714.37	c calculated reachability. Time: 0.00
1714.35/1714.37	c  N st   211   8217578       201       412         0    135998      1236   2561222     12.05   no data
1807.94/1807.90	c  N st   212   8717578       201       412         0    130349      1236   2455414     12.05   no data
1807.94/1807.90	c  S st   212   8717578       201       412         0    130349      1236   2455414     12.05   no data
1808.14/1808.11	c  S st   212   8718081       201       412         0    130841      1236   2470680     12.05   no data
1808.14/1808.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1808.14/1808.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.04
1808.14/1808.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1808.14/1808.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1808.14/1808.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1808.14/1808.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
1808.14/1808.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1808.24/1808.20	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1808.24/1808.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1823.24/1823.28	c lits-rem:     11271  cl-subs:     6162  v-elim:      0  v-fix:    0  time: 15.02 s
1823.24/1823.28	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
1823.34/1823.31	c vivif2 --  cl tried   124679 cl shrink        0 lits rem          0 time: 0.04
1823.34/1823.36	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.04
1823.34/1823.36	c calculated reachability. Time: 0.00
1823.34/1823.36	c  N st   212   8718081       201       412         0    124679      1236   2242809     12.05   no data
1937.45/1937.42	c  N st   213   9218081       201       412         0    216381      1236   5291048     12.05   no data
1937.45/1937.42	c  S st   213   9218081       201       412         0    216381      1236   5291048     12.05   no data
1937.75/1937.78	c  S st   213   9218585       201       412         0    216872      1236   5304889     12.05   no data
1937.75/1937.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1937.85/1937.89	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.09
1937.85/1937.89	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1937.85/1937.89	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1937.85/1937.89	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1937.85/1937.89	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
1937.85/1937.89	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1937.95/1937.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
1938.05/1938.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2158.05/2158.07	c lits-rem:      3776  cl-subs:    39164  v-elim:      0  v-fix:    0  time: 220.00 s
2158.05/2158.07	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
2158.16/2158.14	c vivif2 --  cl tried   177708 cl shrink        0 lits rem          0 time: 0.07
2158.16/2158.21	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.07
2158.27/2158.22	c calculated reachability. Time: 0.00
2158.27/2158.22	c  N st   213   9218585       201       412         0    177708      1236   3996062     12.05   no data
2267.36/2267.38	c  N st   214   9718585       201       412         0    153795      1236   3282592     12.05   no data
2267.36/2267.38	c  S st   214   9718585       201       412         0    153795      1236   3282592     12.05   no data
2267.66/2267.64	c  S st   214   9719089       201       412         0    154285      1236   3295852     12.05   no data
2267.66/2267.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2267.76/2267.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.06
2267.76/2267.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2267.76/2267.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2267.76/2267.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2267.76/2267.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
2267.76/2267.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2267.76/2267.75	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2267.86/2267.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2282.36/2282.41	c lits-rem:      6023  cl-subs:     4067  v-elim:      0  v-fix:    0  time: 14.59 s
2282.36/2282.41	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
2282.48/2282.46	c vivif2 --  cl tried   150218 cl shrink        0 lits rem          0 time: 0.05
2282.58/2282.52	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.06
2282.58/2282.53	c calculated reachability. Time: 0.00
2282.58/2282.53	c  N st   214   9719089       201       412         0    150218      1236   3127963     12.05   no data
2384.36/2384.33	c  N st   215  10219091       201       412         0    222992      1236   5575748     12.05   no data
2384.36/2384.33	c  S st   215  10219091       201       412         0    222992      1236   5575748     12.05   no data
2384.77/2384.74	c  S st   215  10219592       201       412         0    223483      1236   5590248     12.05   no data
2384.77/2384.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2384.88/2384.85	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.7M T:  0.10
2384.88/2384.85	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2384.88/2384.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2384.88/2384.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2384.88/2384.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
2384.88/2384.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2384.96/2384.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2385.06/2385.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2538.07/2538.02	c lits-rem:     43025  cl-subs:    24674  v-elim:      0  v-fix:    0  time: 152.98 s
2538.07/2538.02	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
2538.07/2538.08	c vivif2 --  cl tried   198809 cl shrink        0 lits rem          0 time: 0.06
2538.17/2538.16	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.08
2538.17/2538.17	c calculated reachability. Time: 0.00
2538.17/2538.17	c  N st   215  10219592       201       412         0    198809      1236   4583280     12.05   no data
2635.17/2635.19	c  N st   216  10719593       201       412         0    143034      1236   2722625     12.05   no data
2635.17/2635.19	c  S st   216  10719593       201       412         0    143034      1236   2722625     12.05   no data
2635.47/2635.42	c  S st   216  10720098       201       412         0    143518      1236   2736784     12.05   no data
2635.47/2635.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2635.47/2635.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.05
2635.47/2635.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2635.47/2635.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2635.47/2635.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2635.47/2635.48	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
2635.47/2635.48	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2635.58/2635.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
2635.58/2635.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2652.47/2652.40	c lits-rem:     17108  cl-subs:     8017  v-elim:      0  v-fix:    0  time: 16.81 s
2652.47/2652.40	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
2652.47/2652.43	c vivif2 --  cl tried   135501 cl shrink        0 lits rem          0 time: 0.03
2652.47/2652.48	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.05
2652.47/2652.48	c calculated reachability. Time: 0.00
2652.47/2652.48	c  N st   216  10720098       201       412         0    135501      1236   2419493     12.05   no data
2763.57/2763.58	c  N st   217  11220099       201       412         0    203347      1236   4607500     12.05   no data
2763.57/2763.58	c  S st   217  11220099       201       412         0    203347      1236   4607500     12.05   no data
2763.97/2763.93	c  S st   217  11220602       201       412         0    203840      1236   4621521     12.05   no data
2763.97/2763.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2764.07/2764.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.4M T:  0.08
2764.07/2764.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2764.07/2764.03	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2764.07/2764.03	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2764.07/2764.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
2764.07/2764.03	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2764.07/2764.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
2764.17/2764.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2804.58/2804.53	c lits-rem:     30022  cl-subs:     9349  v-elim:      0  v-fix:    0  time: 40.34 s
2804.58/2804.53	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
2804.58/2804.59	c vivif2 --  cl tried   194491 cl shrink        0 lits rem          0 time: 0.05
2804.68/2804.67	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.08
2804.68/2804.68	c calculated reachability. Time: 0.00
2804.68/2804.68	c  N st   217  11220602       201       412         0    194491      1236   4249116     12.05   no data
2925.99/2925.96	c  N st   218  11720602       201       412         0    234731      1236   5755796     12.05   no data
2925.99/2925.96	c  S st   218  11720602       201       412         0    234731      1236   5755796     12.05   no data
2926.38/2926.39	c  S st   218  11721104       201       412         0    235225      1236   5770234     12.05   no data
2926.48/2926.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
2926.58/2926.51	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.10
2926.58/2926.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2926.58/2926.52	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2926.58/2926.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2926.58/2926.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
2926.58/2926.52	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2926.58/2926.58	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
2926.78/2926.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3158.58/3158.50	c lits-rem:     51093  cl-subs:    42627  v-elim:      0  v-fix:    0  time: 231.78 s
3158.58/3158.50	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
3158.58/3158.55	c vivif2 --  cl tried   192598 cl shrink        0 lits rem          0 time: 0.05
3158.68/3158.63	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.08
3158.68/3158.64	c calculated reachability. Time: 0.00
3158.68/3158.64	c  N st   218  11721104       201       412         0    192598      1236   4121224     12.05   no data
3273.89/3273.84	c  N st   219  12221104       201       412         0    236797      1236   5768225     12.05   no data
3273.89/3273.84	c  S st   219  12221104       201       412         0    236797      1236   5768225     12.05   no data
3274.29/3274.27	c  S st   219  12221609       201       412         0    237291      1236   5783519     12.05   no data
3274.29/3274.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3274.39/3274.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.11
3274.39/3274.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3274.39/3274.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3274.39/3274.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3274.39/3274.39	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
3274.39/3274.39	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3274.49/3274.46	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3274.59/3274.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3434.20/3434.14	c lits-rem:     34689  cl-subs:    27488  v-elim:      0  v-fix:    0  time: 159.55 s
3434.20/3434.14	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
3434.20/3434.20	c vivif2 --  cl tried   209803 cl shrink        0 lits rem          0 time: 0.06
3434.31/3434.29	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.09
3434.31/3434.30	c calculated reachability. Time: 0.00
3434.31/3434.30	c  N st   219  12221609       201       412         0    209803      1236   4686967     12.05   no data
3544.50/3544.49	c  N st   220  12721612       201       412         0    237456      1236   5445107     12.05   no data
3544.50/3544.49	c  S st   220  12721612       201       412         0    237456      1236   5445107     12.05   no data
3545.00/3544.92	c  S st   220  12722114       201       412         0    237954      1236   5459681     12.05   no data
3545.00/3544.94	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3545.10/3545.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.10
3545.10/3545.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3545.10/3545.04	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3545.10/3545.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3545.10/3545.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
3545.10/3545.04	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3545.20/3545.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
3545.31/3545.23	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3662.80/3662.72	c lits-rem:     46665  cl-subs:    23959  v-elim:      0  v-fix:    0  time: 117.49 s
3662.80/3662.72	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
3662.80/3662.78	c vivif2 --  cl tried   213995 cl shrink        0 lits rem          0 time: 0.06
3662.90/3662.87	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.09
3662.90/3662.88	c calculated reachability. Time: 0.00
3662.90/3662.88	c  N st   220  12722114       201       412         0    213995      1236   4583337     12.05   no data
3752.61/3752.55	c  F st   221  13130467       201       412         0    170732      1236   3395307     12.05   no data
3752.61/3752.55	c  N st   221  13130467       201       412         0    170732      1236   3395307     12.05   no data
3753.71/3753.66	c Decided on static restart strategy
3757.91/3757.82	c  N st   231  13158771       201       412         0    196323      1236   4235512     12.05   no data
3764.81/3764.73	c  N st   233  13194764       201       412         0    228137      1236   5299321     12.05   no data
3770.61/3770.58	c  N st   234  13222114       201       412         0    252288      1236   6141706     12.05   no data
3770.61/3770.58	c  S st   234  13222114       201       412         0    252288      1236   6141706     12.05   no data
3771.10/3771.04	c  S st   234  13222618       201       412         0    252783      1236   6156179     12.05   no data
3771.10/3771.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3771.20/3771.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.11
3771.20/3771.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3771.20/3771.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3771.20/3771.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3771.20/3771.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
3771.20/3771.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3771.30/3771.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3771.40/3771.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3845.51/3845.44	c lits-rem:     28208  cl-subs:    16426  v-elim:      0  v-fix:    0  time: 74.05 s
3845.51/3845.44	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
3845.51/3845.50	c vivif2 --  cl tried   236357 cl shrink        0 lits rem          0 time: 0.07
3845.62/3845.61	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.10
3845.62/3845.62	c calculated reachability. Time: 0.00
3845.62/3845.62	c  N st   234  13222618       201       412         0    236357      1236   5471628     12.05   no data
3858.21/3858.10	c  N st   235  13271206       201       412         0    148246      1236   2660142     12.05   no data
3874.22/3874.13	c  N st   236  13344089       201       412         0    214201      1236   4960542     12.05   no data
3899.81/3899.77	c  N st   237  13453412       201       412         0    172697      1236   3496574     12.05   no data
3938.13/3938.05	c  N st   238  13617396       201       412         0    173272      1236   3353137     12.05   no data
3963.51/3963.48	c  N st   239  13722618       201       412         0    262927      1236   6382040     12.05   no data
3963.51/3963.48	c  S st   239  13722618       201       412         0    262927      1236   6382040     12.05   no data
3964.01/3963.97	c  S st   239  13723121       201       412         0    263421      1236   6396556     12.05   no data
3964.01/3963.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
3964.21/3964.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.2M T:  0.12
3964.21/3964.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3964.21/3964.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3964.21/3964.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3964.21/3964.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
3964.21/3964.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3964.21/3964.18	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
3964.43/3964.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4103.41/4103.32	c lits-rem:     26701  cl-subs:    23912  v-elim:      0  v-fix:    0  time: 138.98 s
4103.41/4103.32	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
4103.41/4103.39	c vivif2 --  cl tried   239509 cl shrink        0 lits rem          0 time: 0.07
4103.51/4103.49	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.10
4103.61/4103.50	c calculated reachability. Time: 0.00
4103.61/4103.50	c  N st   239  13723121       201       412         0    239509      1236   5409818     12.05   no data
4189.32/4189.27	c  N st   240  14092086       201       412         0    269246      1236   6592038     12.05   no data
4220.62/4220.51	c  N st   241  14223121       201       412         0    253392      1236   5987779     12.05   no data
4220.62/4220.51	c  S st   241  14223121       201       412         0    253392      1236   5987779     12.05   no data
4221.02/4220.93	c  S st   241  14223623       201       412         0    253886      1236   6002470     12.05   no data
4221.02/4220.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4221.12/4221.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.11
4221.12/4221.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4221.12/4221.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4221.12/4221.06	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4221.12/4221.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
4221.12/4221.06	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4221.22/4221.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
4221.32/4221.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4280.52/4280.47	c lits-rem:     27708  cl-subs:     8527  v-elim:      0  v-fix:    0  time: 59.20 s
4280.52/4280.47	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
4280.62/4280.55	c vivif2 --  cl tried   245359 cl shrink        0 lits rem          0 time: 0.07
4280.72/4280.65	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.10
4280.72/4280.66	c calculated reachability. Time: 0.00
4280.72/4280.66	c  N st   241  14223623       201       412         0    245359      1236   5658406     12.05   no data
4384.63/4384.58	c  N st   242  14723624       201       412         0    239126      1236   5519918     12.05   no data
4384.63/4384.58	c  S st   242  14723624       201       412         0    239126      1236   5519918     12.05   no data
4385.12/4385.05	c  S st   242  14724127       201       412         0    239624      1236   5536226     12.05   no data
4385.12/4385.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
4385.22/4385.17	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.8M T:  0.10
4385.22/4385.17	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4385.22/4385.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4385.22/4385.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4385.22/4385.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
4385.22/4385.17	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4385.32/4385.23	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
4385.42/4385.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4515.93/4515.84	c lits-rem:     47064  cl-subs:    27702  v-elim:      0  v-fix:    0  time: 130.47 s
4515.93/4515.84	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
4515.93/4515.89	c vivif2 --  cl tried   211922 cl shrink        0 lits rem          0 time: 0.06
4516.03/4515.98	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.09
4516.03/4515.99	c calculated reachability. Time: 0.00
4516.03/4515.99	c  N st   242  14724127       201       412         0    211922      1236   4404753     12.05   no data
4626.33/4626.25	c  N st   243  15224129       201       412         0    208802      1236   4460341     12.05   no data
4626.33/4626.25	c  S st   243  15224129       201       412         0    208802      1236   4460341     12.05   no data
4626.64/4626.58	c  S st   243  15224632       201       412         0    209299      1236   4475467     12.05   no data
4626.64/4626.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4626.75/4626.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.5M T:  0.09
4626.75/4626.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4626.75/4626.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4626.75/4626.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4626.75/4626.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
4626.75/4626.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4626.83/4626.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4626.93/4626.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4697.23/4697.16	c lits-rem:     22873  cl-subs:    19774  v-elim:      0  v-fix:    0  time: 70.31 s
4697.23/4697.16	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
4697.33/4697.20	c vivif2 --  cl tried   189525 cl shrink        0 lits rem          0 time: 0.05
4697.33/4697.28	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.07
4697.33/4697.28	c calculated reachability. Time: 0.00
4697.33/4697.28	c  N st   243  15224632       201       412         0    189525      1236   3643467     12.05   no data
4819.15/4819.07	c  N st   244  15724632       201       412         0    179332      1236   3502018     12.05   no data
4819.15/4819.07	c  S st   244  15724632       201       412         0    179332      1236   3502018     12.05   no data
4819.43/4819.38	c  S st   244  15725135       201       412         0    179825      1236   3517561     12.05   no data
4819.43/4819.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4819.53/4819.46	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.07
4819.53/4819.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4819.53/4819.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4819.53/4819.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4819.53/4819.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
4819.53/4819.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4819.63/4819.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
4819.73/4819.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4851.53/4851.46	c lits-rem:     17742  cl-subs:    11368  v-elim:      0  v-fix:    0  time: 31.87 s
4851.53/4851.46	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
4851.63/4851.50	c vivif2 --  cl tried   168457 cl shrink        0 lits rem          0 time: 0.04
4851.63/4851.56	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.06
4851.63/4851.57	c calculated reachability. Time: 0.00
4851.63/4851.57	c  N st   244  15725135       201       412         0    168457      1236   3048394     12.05   no data
4970.04/4969.97	c  N st   245  16225135       201       412         0    155379      1236   2448443     12.05   no data
4970.04/4969.97	c  S st   245  16225135       201       412         0    155379      1236   2448443     12.05   no data
4970.34/4970.22	c  S st   245  16225641       201       412         0    155880      1236   2463219     12.05   no data
4970.34/4970.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
4970.34/4970.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.05
4970.34/4970.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4970.34/4970.28	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4970.34/4970.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4970.34/4970.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    201 time:  0.00 s
4970.34/4970.28	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4970.44/4970.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
4970.44/4970.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4972.24/4972.19	c lits-rem:      2319  cl-subs:      915  v-elim:      0  v-fix:    0  time:  1.80 s
4972.24/4972.19	c vivif2 --  cl tried      412 cl shrink        0 lits rem          0 time: 0.00
4972.34/4972.22	c vivif2 --  cl tried   154965 cl shrink        0 lits rem          0 time: 0.03
4972.34/4972.27	c asymm  cl-useful: 0/412/412 lits-rem:0 time: 0.05
4972.34/4972.28	c calculated reachability. Time: 0.00
4972.34/4972.28	c  N st   245  16225641       201       412         0    154965      1236   2425215     12.05   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421824-1306604949/watcher-3421824-1306604949 -o /tmp/evaluation-result-3421824-1306604949/solver-3421824-1306604949 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3421824-1306604949.cnf 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.90 2.02 1.99 2/575 14077
/proc/meminfo: memFree=16492620/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=29728 CPUtime=0.01 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 538 0 0 0 1 0 0 0 22 0 1 0 772092647 30441472 479 33554432000 4194304 4580011 140737433165312 18446744073709551615 212687372043 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 7432 480 363 95 0 2414 0

[startup+0.078594 s]
/proc/loadavg: 1.90 2.02 1.99 2/575 14077
/proc/meminfo: memFree=16492620/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=29992 CPUtime=0.07 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 676 0 0 0 7 0 0 0 22 0 1 0 772092647 30711808 617 33554432000 4194304 4580011 140737433165312 18446744073709551615 4293666 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 7498 618 363 95 0 2480 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 29992

[startup+0.100589 s]
/proc/loadavg: 1.90 2.02 1.99 2/575 14077
/proc/meminfo: memFree=16492620/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=30196 CPUtime=0.09 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 752 0 0 0 9 0 0 0 22 0 1 0 772092647 30920704 582 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 7549 582 363 95 0 2531 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30196

[startup+0.300552 s]
/proc/loadavg: 1.90 2.02 1.99 2/575 14077
/proc/meminfo: memFree=16492620/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=30668 CPUtime=0.29 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 1101 0 0 0 29 0 0 0 23 0 1 0 772092647 31404032 758 33554432000 4194304 4580011 140737433165312 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 7667 759 363 95 0 2649 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30668

[startup+0.700481 s]
/proc/loadavg: 1.90 2.02 1.99 2/575 14077
/proc/meminfo: memFree=16492620/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=31212 CPUtime=0.69 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 1724 0 0 0 69 0 0 0 25 0 1 0 772092647 31961088 904 33554432000 4194304 4580011 140737433165312 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 7803 904 366 95 0 2785 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31212

[startup+1.50034 s]
/proc/loadavg: 1.90 2.02 1.99 3/576 14078
/proc/meminfo: memFree=16475632/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=38608 CPUtime=1.49 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 4367 0 0 0 149 0 0 0 25 0 1 0 772092647 39534592 2688 33554432000 4194304 4580011 140737433165312 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 9652 2688 367 95 0 4634 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 38608

[startup+3.10104 s]
/proc/loadavg: 1.90 2.02 1.99 3/576 14078
/proc/meminfo: memFree=16472408/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=41068 CPUtime=3.09 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 6339 0 0 0 309 0 0 0 25 0 1 0 772092647 42053632 3539 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 10267 3539 367 95 0 5249 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 41068

[startup+6.30047 s]
/proc/loadavg: 1.91 2.01 1.99 3/576 14079
/proc/meminfo: memFree=16456856/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=48184 CPUtime=6.29 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 10803 0 0 0 628 1 0 0 21 0 1 0 772092647 49340416 5148 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 12046 5148 367 95 0 7028 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48184

[startup+12.7003 s]
/proc/loadavg: 1.92 2.01 1.99 3/576 14079
/proc/meminfo: memFree=16437268/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=57808 CPUtime=12.69 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 17310 0 0 0 1268 1 0 0 25 0 1 0 772092647 59195392 7838 33554432000 4194304 4580011 140737433165312 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 14452 7838 367 95 0 9434 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 57808

[startup+25.501 s]
/proc/loadavg: 1.93 2.01 1.99 3/576 14079
/proc/meminfo: memFree=16423160/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=71044 CPUtime=25.49 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 28317 0 0 0 2547 2 0 0 25 0 1 0 772092647 72749056 10349 33554432000 4194304 4580011 140737433165312 18446744073709551615 4316286 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 17761 10349 367 95 0 12743 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 71044

[startup+51.1003 s]
/proc/loadavg: 1.96 2.01 1.99 3/576 14080
/proc/meminfo: memFree=16407188/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=78296 CPUtime=51.09 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 44808 0 0 0 5104 5 0 0 25 0 1 0 772092647 80175104 11862 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 19574 11862 367 95 0 14556 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 78296

[startup+102.321 s]
/proc/loadavg: 2.11 2.04 2.00 3/576 14081
/proc/meminfo: memFree=16361640/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=98736 CPUtime=102.31 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 71189 0 0 0 10222 9 0 0 25 0 1 0 772092647 101105664 17843 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 24684 17843 367 95 0 19666 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 98736

[startup+162.301 s]
/proc/loadavg: 2.10 2.04 2.00 3/576 14083
/proc/meminfo: memFree=16312716/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=136588 CPUtime=162.3 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 96346 0 0 0 16215 15 0 0 25 0 1 0 772092647 139866112 26155 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 34147 26155 367 95 0 29129 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 136588

[startup+222.301 s]
/proc/loadavg: 2.15 2.06 2.01 3/576 14084
/proc/meminfo: memFree=16297432/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=153440 CPUtime=222.3 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 115973 0 0 0 22212 18 0 0 25 0 1 0 772092647 157122560 30994 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294660 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 38360 30994 367 95 0 33342 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 153440

[startup+282.301 s]
/proc/loadavg: 2.11 2.06 2.01 3/576 14086
/proc/meminfo: memFree=16289044/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=157232 CPUtime=282.3 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 129942 0 0 0 28209 21 0 0 25 0 1 0 772092647 161005568 32028 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 39308 32028 367 95 0 34290 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 157232

[startup+342.3 s]
/proc/loadavg: 2.04 2.05 2.00 3/576 14088
/proc/meminfo: memFree=16269272/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=157664 CPUtime=342.3 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 149993 0 0 0 34205 25 0 0 25 0 1 0 772092647 161447936 32300 33554432000 4194304 4580011 140737433165312 18446744073709551615 4322392 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 39416 32300 367 95 0 34398 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 157664

[startup+402.3 s]
/proc/loadavg: 2.01 2.04 2.00 3/576 14089
/proc/meminfo: memFree=16243572/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=185108 CPUtime=402.3 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 163684 0 0 0 40202 28 0 0 25 0 1 0 772092647 189550592 39072 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 46277 39072 367 95 0 41259 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 185108

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.00 3/576 14091
/proc/meminfo: memFree=16243516/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=185108 CPUtime=462.3 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 173667 0 0 0 46201 29 0 0 25 0 1 0 772092647 189550592 39228 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294942 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 46277 39228 367 95 0 41259 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 185108

[startup+522.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 14092
/proc/meminfo: memFree=16231696/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=200048 CPUtime=522.3 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 183669 0 0 0 52199 31 0 0 25 0 1 0 772092647 204849152 42061 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 50012 42061 367 95 0 44994 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 200048

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 14094
/proc/meminfo: memFree=16204612/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=283288 CPUtime=582.31 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 199730 0 0 0 58197 34 0 0 25 0 1 0 772092647 290086912 48865 33554432000 4194304 4580011 140737433165312 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 70822 48865 367 95 0 65804 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 283288

[startup+642.3 s]

################
# More data... #
################

[startup+4062.32 s]
/proc/loadavg: 2.01 2.01 2.00 3/576 14199
/proc/meminfo: memFree=15757740/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=541764 CPUtime=4062.43 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 587639 0 0 0 406137 106 0 0 25 0 1 0 772092647 554766336 107339 33554432000 4194304 4580011 140737433165312 18446744073709551615 4406274 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 135441 107339 367 95 0 130423 0
Current children cumulated CPU time (s) 4062.43
Current children cumulated vsize (KiB) 541764

[startup+4122.3 s]
/proc/loadavg: 2.15 2.05 2.01 3/576 14200
/proc/meminfo: memFree=15774064/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=456296 CPUtime=4122.42 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 592043 0 0 0 412134 108 0 0 25 0 1 0 772092647 467247104 103368 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 114074 103368 367 95 0 109056 0
Current children cumulated CPU time (s) 4122.42
Current children cumulated vsize (KiB) 456296

[startup+4182.3 s]
/proc/loadavg: 2.05 2.03 2.00 3/576 14202
/proc/meminfo: memFree=15741916/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=556680 CPUtime=4182.41 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 602341 0 0 0 418132 109 0 0 25 0 1 0 772092647 570040320 111355 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294607 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 139170 111355 367 95 0 134152 0
Current children cumulated CPU time (s) 4182.41
Current children cumulated vsize (KiB) 556680

[startup+4242.3 s]
/proc/loadavg: 2.02 2.03 2.00 3/576 14203
/proc/meminfo: memFree=15720648/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=556296 CPUtime=4242.42 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 605033 0 0 0 424132 110 0 0 25 0 1 0 772092647 569647104 111741 33554432000 4194304 4580011 140737433165312 18446744073709551615 4406279 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 139074 111741 367 95 0 134056 0
Current children cumulated CPU time (s) 4242.42
Current children cumulated vsize (KiB) 556296

[startup+4302.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 14205
/proc/meminfo: memFree=15724824/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=496940 CPUtime=4302.42 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 610751 0 0 0 430131 111 0 0 25 0 1 0 772092647 508866560 114339 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 124235 114339 367 95 0 119217 0
Current children cumulated CPU time (s) 4302.42
Current children cumulated vsize (KiB) 496940

[startup+4362.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 14216
/proc/meminfo: memFree=15723860/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=571060 CPUtime=4362.42 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 620035 0 0 0 436129 113 0 0 25 0 1 0 772092647 584765440 116043 33554432000 4194304 4580011 140737433165312 18446744073709551615 4305187 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 142765 116043 367 95 0 137747 0
Current children cumulated CPU time (s) 4362.42
Current children cumulated vsize (KiB) 571060

[startup+4422.3 s]
/proc/loadavg: 2.00 2.01 2.00 5/576 14217
/proc/meminfo: memFree=15702988/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=591684 CPUtime=4422.42 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 626333 0 0 0 442128 114 0 0 25 0 1 0 772092647 605884416 119804 33554432000 4194304 4580011 140737433165312 18446744073709551615 4406355 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 147921 119804 367 95 0 142903 0
Current children cumulated CPU time (s) 4422.42
Current children cumulated vsize (KiB) 591684

[startup+4482.3 s]
/proc/loadavg: 2.06 2.02 2.00 5/576 14219
/proc/meminfo: memFree=15703952/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=591684 CPUtime=4482.42 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 626333 0 0 0 448128 114 0 0 25 0 1 0 772092647 605884416 119804 33554432000 4194304 4580011 140737433165312 18446744073709551615 4406254 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 147921 119804 367 95 0 142903 0
Current children cumulated CPU time (s) 4482.42
Current children cumulated vsize (KiB) 591684

[startup+4542.3 s]
/proc/loadavg: 2.07 2.03 2.00 3/576 14223
/proc/meminfo: memFree=15691808/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=530680 CPUtime=4542.43 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 632607 0 0 0 454128 115 0 0 25 0 1 0 772092647 543416320 122588 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 132670 122588 367 95 0 127652 0
Current children cumulated CPU time (s) 4542.43
Current children cumulated vsize (KiB) 530680

[startup+4602.3 s]
/proc/loadavg: 2.12 2.05 2.01 3/576 14225
/proc/meminfo: memFree=15673624/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=611808 CPUtime=4602.44 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 637960 0 0 0 460128 116 0 0 25 0 1 0 772092647 626491392 125524 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294478 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 152952 125524 367 95 0 147934 0
Current children cumulated CPU time (s) 4602.44
Current children cumulated vsize (KiB) 611808

[startup+4662.3 s]
/proc/loadavg: 2.09 2.06 2.01 3/576 14227
/proc/meminfo: memFree=15671732/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=530680 CPUtime=4662.43 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 638844 0 0 0 466127 116 0 0 25 0 1 0 772092647 543416320 123863 33554432000 4194304 4580011 140737433165312 18446744073709551615 4406289 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 132670 123863 367 95 0 127652 0
Current children cumulated CPU time (s) 4662.43
Current children cumulated vsize (KiB) 530680

[startup+4722.32 s]
/proc/loadavg: 2.03 2.04 2.00 5/576 14228
/proc/meminfo: memFree=15660880/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=611784 CPUtime=4722.46 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 642154 0 0 0 472129 117 0 0 25 0 1 0 772092647 626466816 127173 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 152946 127173 367 95 0 147928 0
Current children cumulated CPU time (s) 4722.46
Current children cumulated vsize (KiB) 611784

[startup+4782.3 s]
/proc/loadavg: 2.01 2.03 2.00 3/576 14230
/proc/meminfo: memFree=15668788/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=530680 CPUtime=4782.43 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 645243 0 0 0 478126 117 0 0 25 0 1 0 772092647 543416320 123863 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 132670 123863 367 95 0 127652 0
Current children cumulated CPU time (s) 4782.43
Current children cumulated vsize (KiB) 530680

[startup+4842.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 14232
/proc/meminfo: memFree=15649760/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=530680 CPUtime=4842.43 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 648237 0 0 0 484125 118 0 0 25 0 1 0 772092647 543416320 123866 33554432000 4194304 4580011 140737433165312 18446744073709551615 4406254 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 132670 123866 367 95 0 127652 0
Current children cumulated CPU time (s) 4842.43
Current children cumulated vsize (KiB) 530680

[startup+4902.3 s]
/proc/loadavg: 2.00 2.02 2.00 3/576 14233
/proc/meminfo: memFree=15703268/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=573064 CPUtime=4902.44 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 657603 0 0 0 490124 120 0 0 25 0 1 0 772092647 586817536 114361 33554432000 4194304 4580011 140737433165312 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 143266 114361 367 95 0 138248 0
Current children cumulated CPU time (s) 4902.44
Current children cumulated vsize (KiB) 573064

[startup+4962.3 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 14235
/proc/meminfo: memFree=15692068/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=574668 CPUtime=4962.44 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 668610 0 0 0 496122 122 0 0 25 0 1 0 772092647 588460032 116733 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 143667 116733 367 95 0 138649 0
Current children cumulated CPU time (s) 4962.44
Current children cumulated vsize (KiB) 574668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 14236
/proc/meminfo: memFree=15685712/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=575744 CPUtime=5000.06 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 675747 0 0 0 499882 124 0 0 25 0 1 0 772092647 589561856 115269 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 143936 115269 367 95 0 138918 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 575744

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

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

[startup+4999.9 s]
/proc/loadavg: 2.00 2.01 2.00 3/576 14236
/proc/meminfo: memFree=15685712/32951124 swapFree=64375276/67111528
[pid=14077] ppid=14075 vsize=575744 CPUtime=5000.06 cores=1,3,5,7
/proc/14077/stat : 14077 (strangenight2-s) R 14075 14077 12855 0 -1 4202496 675747 0 0 0 499882 124 0 0 25 0 1 0 772092647 589561856 115269 33554432000 4194304 4580011 140737433165312 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/14077/statm: 143936 115269 367 95 0 138918 0
Current children cumulated CPU time (s) 5000.06
Current children cumulated vsize (KiB) 575744

Child ended because it received signal 15 (SIGTERM)
Real time (s): 4999.95
CPU time (s): 5000.1
CPU user time (s): 4998.83
CPU system time (s): 1.26381
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 612652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 4998.83
system time used= 1.26381
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 675747
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 16
involuntary context switches= 9868

runsolver used 27.9617 second user time and 66.2519 second system time

The end

Launcher Data

Begin job on node139 at 2011-05-28 19:49:09
IDJOB=3421824
IDBENCH=83151
IDSOLVER=1887
FILE ID=node139/3421824-1306604949
RUNJOBID= node139-1306604949-14058
PBS_JOBID= 13471541
Free space on /tmp= 72820 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/crafted/spence/sgen/sgen3-n200-s00813792-unsat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3421824-1306604949/watcher-3421824-1306604949 -o /tmp/evaluation-result-3421824-1306604949/solver-3421824-1306604949 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3421824-1306604949.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 92046422d2d9595619b29413c0964c9c
RANDOM SEED=1557526894

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      16492908 kB
Buffers:        201508 kB
Cached:        2294584 kB
SwapCached:      20488 kB
Active:        8567488 kB
Inactive:      7586964 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      16492908 kB
SwapTotal:    67111528 kB
SwapFree:     64375276 kB
Dirty:           10924 kB
Writeback:           0 kB
AnonPages:    13638052 kB
Mapped:          40728 kB
Slab:           154876 kB
PageTables:      78692 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 170890988 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= 72812 MiB
End job on node139 at 2011-05-28 21:12:31