Trace number 3367646

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) 1300.03 1300.02

General information on the benchmark

Namerandom/medium/
unif-k3-r4.26-v750-c3195-S2050161601-088.SATISFIABLE.cnf
MD5SUM99cb8b7378c2be1a0d9a52d8a949ecd4
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.140977
Satisfiable
(Un)Satisfiability was proved
Number of variables750
Number of clauses3195
Sum of the clauses size9585
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 33195
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3367646-1305384915.cnf'
0.00/0.01	c -- header says num vars:            750
0.00/0.01	c -- header says num clauses:        3195
0.00/0.01	c -- clauses added:            0 learnts,         3195 normals,            0 xors
0.00/0.01	c -- vars added        750
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0       750      3195         0         0      9585         0   no data   no data
0.00/0.01	c asymm  cl-useful: 0/3195/3195 lits-rem:0 time: 0.00
0.00/0.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.01	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    750 time:  0.00 s
0.00/0.01	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
0.00/0.01	c lits-rem:         0  cl-subs:        0  v-elim:     17  v-fix:    0  time:  0.00 s
0.00/0.01	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.01	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.01	c calculated reachability. Time: 0.00
0.00/0.01	c Calc default polars -  time:   0.00 s pos:     328 undec:      87 neg:     335
0.00/0.01	c =========================================================================================
0.00/0.01	c types(t): F = full restart, N = normal restart
0.00/0.01	c types(t): S = simplification begin/end, E = solution found
0.00/0.01	c restart types(rt): st = static, dy = dynamic
0.00/0.01	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.01	c  B st     0         0       733      3178         0         0      9634         0   no data   no data
0.00/0.07	c Decided on static restart strategy
0.10/0.18	c  N st     8      4921       733      3178         0      4874      9634    154747   no data   no data
0.39/0.47	c  N st    10     11304       733      3178         0      4515      9634     98870   no data   no data
0.69/0.77	c  N st    11     17048       733      3178         0     10189      9634    287564   no data   no data
1.20/1.23	c  F st    12     25000       733      3178         0     12497      9634    366613   no data   no data
1.20/1.23	c  N st    12     25000       733      3178         0     12497      9634    366613   no data   no data
1.39/1.50	c Decided on static restart strategy
1.39/1.50	c  N st    18     30000       733      3178         0     10747      9634    265418   no data   no data
1.39/1.50	c  S st    18     30000       733      3178         0     10747      9634    265418   no data   no data
1.49/1.53	c  S st    18     30504       733      3178         0     11251      9634    280539   no data   no data
1.49/1.53	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.49/1.53	c blocked clauses removed:        9 vars:      3 tried:         733 T: 0.00 s
1.49/1.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
1.49/1.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1.49/1.54	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.49/1.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.59	c lits-rem:       117  cl-subs:      258  v-elim:      0  v-fix:    0  time:  0.05 s
1.59/1.60	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.01
1.59/1.60	c calculated reachability. Time: 0.00
1.59/1.60	c  N st    18     30504       730      3169         0     10989      9607    270254   no data   no data
1.99/2.04	c  N st    20     37614       730      3169         0     10233      9607    222534   no data   no data
2.49/2.50	c  N st    21     44013       730      3169         0     16537      9607    428812   no data   no data
2.59/2.62	c  S st    22     45757       730      3169         0      9438      9607    173145   no data   no data
2.59/2.65	c  S st    22     46259       730      3169         0      9938      9607    187209   no data   no data
2.59/2.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.59/2.65	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
2.59/2.65	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.59/2.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
2.59/2.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
2.59/2.65	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
2.59/2.65	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
2.59/2.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
2.59/2.67	c lits-rem:        12  cl-subs:       23  v-elim:      0  v-fix:    0  time:  0.01 s
2.59/2.67	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
2.59/2.67	c vivif2 --  cl tried     9915 cl shrink        0 lits rem          0 time: 0.00
2.59/2.68	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.01
2.59/2.68	c calculated reachability. Time: 0.00
2.59/2.68	c  N st    22     46259       730      3169         0      9915      9607    186324   no data   no data
3.58/3.69	c  N st    23     60657       730      3169         0     14275      9607    313038   no data   no data
4.28/4.36	c  N st    24     69388       730      3169         0     12060      9607    224779   no data   no data
4.28/4.36	c  S st    24     69388       730      3169         0     12060      9607    224779   no data   no data
4.28/4.39	c  S st    24     69892       730      3169         0     12562      9607    239018   no data   no data
4.28/4.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.28/4.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
4.28/4.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.28/4.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.28/4.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.28/4.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
4.28/4.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
4.39/4.41	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
4.39/4.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.39/4.43	c lits-rem:        20  cl-subs:      157  v-elim:      0  v-fix:    0  time:  0.02 s
4.39/4.43	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
4.39/4.43	c vivif2 --  cl tried    12405 cl shrink        0 lits rem          0 time: 0.00
4.39/4.44	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.01
4.39/4.44	c calculated reachability. Time: 0.00
4.39/4.44	c  N st    24     69892       730      3169         0     12405      9607    233879   no data   no data
5.88/5.93	c  F st    25     87500       730      3169         0     17944      9607    409821   no data   no data
5.88/5.93	c  N st    25     87500       730      3169         0     17944      9607    409821   no data   no data
6.28/6.30	c Decided on static restart strategy
6.48/6.55	c  N st    32     95536       730      3169         0     13064      9607    218136   no data   no data
7.18/7.23	c  N st    34    104840       730      3169         0     22231      9607    518333   no data   no data
7.18/7.23	c  S st    34    104840       730      3169         0     22231      9607    518333   no data   no data
7.18/7.28	c  S st    34    105349       730      3169         0     22740      9607    533071   no data   no data
7.18/7.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.18/7.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.01
7.18/7.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.18/7.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.18/7.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.18/7.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
7.18/7.29	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
7.28/7.30	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
7.28/7.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.38/7.46	c lits-rem:        82  cl-subs:      473  v-elim:      0  v-fix:    0  time:  0.15 s
7.38/7.46	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
7.38/7.47	c vivif2 --  cl tried    22267 cl shrink        0 lits rem          0 time: 0.01
7.38/7.48	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.01
7.38/7.48	c calculated reachability. Time: 0.00
7.38/7.48	c  N st    34    105349       730      3169         0     22267      9607    514257   no data   no data
8.19/8.25	c  N st    35    114948       730      3169         0     17965      9607    352355   no data   no data
9.49/9.55	c  N st    36    129345       730      3169         0     17364      9607    307932   no data   no data
11.59/11.62	c  N st    37    150941       730      3169         0     22869      9607    474761   no data   no data
12.29/12.34	c  S st    38    158023       730      3169         0     29835      9607    690089   no data   no data
12.39/12.41	c  S st    38    158528       730      3169         0     30340      9607    704084   no data   no data
12.39/12.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.39/12.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
12.39/12.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.39/12.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.39/12.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.39/12.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
12.39/12.42	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
12.39/12.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
12.39/12.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.68/12.78	c lits-rem:       195  cl-subs:      787  v-elim:      0  v-fix:    0  time:  0.33 s
12.68/12.78	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
12.68/12.78	c vivif2 --  cl tried    29553 cl shrink        0 lits rem          0 time: 0.01
12.78/12.80	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.02
12.78/12.80	c calculated reachability. Time: 0.00
12.78/12.80	c  N st    38    158528       730      3169         0     29553      9607    675617   no data   no data
17.88/17.96	c  N st    39    207116       730      3169         0     24336      9607    457023   no data   no data
21.28/21.30	c  N st    40    237794       730      3169         0     34808      9607    750071   no data   no data
21.28/21.30	c  S st    40    237794       730      3169         0     34808      9607    750071   no data   no data
21.28/21.37	c  S st    40    238300       730      3169         0     35313      9607    765564   no data   no data
21.28/21.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
21.28/21.38	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
21.28/21.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.28/21.38	c bin-w-bin subsume rem            0 bins  time:  0.00 s
21.28/21.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.28/21.38	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
21.28/21.38	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
21.28/21.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
21.38/21.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.88/21.96	c lits-rem:       158  cl-subs:     1056  v-elim:      0  v-fix:    0  time:  0.55 s
21.88/21.96	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
21.88/21.97	c vivif2 --  cl tried    34257 cl shrink        0 lits rem          0 time: 0.01
21.88/21.99	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.02
21.88/21.99	c calculated reachability. Time: 0.00
21.88/21.99	c  N st    40    238300       730      3169         0     34257      9607    728934   no data   no data
30.08/30.10	c  F st    41    306250       730      3169         0     36150      9607    764889   no data   no data
30.08/30.10	c  N st    41    306250       730      3169         0     36150      9607    764889   no data   no data
30.68/30.70	c Decided on static restart strategy
33.29/33.30	c  N st    51    334555       730      3169         0     40392      9607    869765   no data   no data
35.98/36.06	c  N st    53    357450       730      3169         0     38295      9607    763627   no data   no data
35.98/36.06	c  S st    53    357450       730      3169         0     38295      9607    763627   no data   no data
36.08/36.14	c  S st    53    357952       730      3169         0     38796      9607    778452   no data   no data
36.08/36.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.08/36.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
36.08/36.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.08/36.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.08/36.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.08/36.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
36.08/36.16	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
36.08/36.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
36.08/36.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.59/36.65	c lits-rem:       145  cl-subs:     1071  v-elim:      0  v-fix:    0  time:  0.46 s
36.59/36.65	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
36.59/36.66	c vivif2 --  cl tried    37725 cl shrink        0 lits rem          0 time: 0.01
36.59/36.68	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.02
36.59/36.68	c calculated reachability. Time: 0.00
36.59/36.68	c  N st    53    357952       730      3169         0     37725      9607    740451   no data   no data
40.88/40.94	c  N st    54    390344       730      3169         0     43927      9607    941074   no data   no data
47.29/47.32	c  N st    55    438933       730      3169         0     37707      9607    687435   no data   no data
57.69/57.77	c  N st    56    511815       730      3169         0     51282      9607   1134003   no data   no data
61.09/61.19	c  N st    57    536928       730      3169         0     45613      9607    876244   no data   no data
61.09/61.19	c  S st    57    536928       730      3169         0     45613      9607    876244   no data   no data
61.18/61.28	c  S st    57    537432       730      3169         0     46117      9607    890516   no data   no data
61.18/61.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
61.28/61.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
61.28/61.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.28/61.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
61.28/61.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.28/61.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
61.28/61.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
61.28/61.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
61.28/61.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
61.88/61.93	c lits-rem:       283  cl-subs:     1056  v-elim:      0  v-fix:    0  time:  0.59 s
61.88/61.93	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
61.88/61.94	c vivif2 --  cl tried    45061 cl shrink        0 lits rem          0 time: 0.01
61.88/61.97	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.03
61.88/61.97	c calculated reachability. Time: 0.00
61.88/61.97	c  N st    57    537432       730      3169         0     45061      9607    854673   no data   no data
87.29/87.30	c  N st    58    701416       730      3169         0     39005      9607    547939   no data   no data
104.09/104.11	c  N st    59    806149       730      3169         0     68339      9607   1449201   no data   no data
104.09/104.11	c  S st    59    806149       730      3169         0     68339      9607   1449201   no data   no data
104.19/104.27	c  S st    59    806658       730      3169         0     68848      9607   1464297   no data   no data
104.19/104.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
104.28/104.30	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
104.28/104.30	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
104.28/104.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
104.28/104.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
104.28/104.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
104.28/104.30	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
104.28/104.32	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
104.28/104.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
106.39/106.48	c lits-rem:       337  cl-subs:     2007  v-elim:      0  v-fix:    0  time:  2.12 s
106.39/106.48	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
106.49/106.51	c vivif2 --  cl tried    66841 cl shrink        0 lits rem          0 time: 0.02
106.49/106.55	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.05
106.49/106.56	c calculated reachability. Time: 0.00
106.49/106.56	c  N st    59    806658       730      3169         0     66841      9607   1400514   no data   no data
157.09/157.10	c  F st    60   1071876       730      3169         0     82915      9607   1828363   no data   no data
157.09/157.10	c  N st    60   1071876       730      3169         0     82915      9607   1828363   no data   no data
160.79/160.81	c  N dy   106   1091952       730      3169         0     58390      9607    889362     20.53     22.45
165.28/165.34	c  N dy   213   1112078       730      3169         0     78377      9607   1493228     20.90     22.18
169.89/169.96	c  N dy   279   1132565       730      3169         0     53150      9607    673259     20.76     22.13
173.90/173.95	c  N dy   345   1152632       730      3169         0     73070      9607   1268497     20.59     21.74
179.29/179.31	c  N dy   416   1173002       730      3169         0     46697      9607    439006     20.50     21.61
182.89/182.97	c  N dy   500   1193705       730      3169         0     67245      9607   1053970     20.46     21.55
186.79/186.89	c  S st   576   1209987       730      3169         0     83397      9607   1536524     20.51     18.97
186.99/187.06	c  S st   576   1210487       730      3169         0     83897      9607   1551411     20.51   no data
186.99/187.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
186.99/187.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
186.99/187.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
186.99/187.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
186.99/187.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.99/187.10	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
186.99/187.10	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
187.10/187.12	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
187.10/187.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
188.20/188.26	c lits-rem:       463  cl-subs:     1048  v-elim:      0  v-fix:    0  time:  1.10 s
188.20/188.26	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
188.20/188.28	c vivif2 --  cl tried    82849 cl shrink        0 lits rem          0 time: 0.02
188.29/188.35	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.06
188.29/188.35	c calculated reachability. Time: 0.00
188.29/188.35	c  N dy   576   1210487       730      3169         0     82849      9607   1515419     20.51   no data
193.59/193.64	c  N dy   654   1230739       730      3169         0     55335      9607    655430     20.51     21.74
198.49/198.54	c  N dy   747   1250865       730      3169         0     75348      9607   1262457     20.55     21.86
203.99/204.07	c  N dy   833   1270953       730      3169         0     95265      9607   1863559     20.57     21.71
208.09/208.10	c  N dy   927   1291280       730      3169         0     66830      9607    978630     20.59     21.85
213.69/213.75	c  N dy  1007   1314738       730      3169         0     90094      9607   1677375     20.54     21.71
218.49/218.55	c  N dy  1106   1334833       730      3169         0     60427      9607    750393     20.59     21.83
222.89/222.93	c  N dy  1186   1354949       730      3169         0     80398      9607   1355459     20.58     21.77
228.99/229.00	c  N dy  1284   1375001       730      3169         0    100300      9607   1967369     20.62     21.75
232.79/232.83	c  N dy  1349   1395102       730      3169         0     69626      9607   1001159     20.60     22.97
238.49/238.52	c  N dy  1426   1417813       730      3169         0     92114      9607   1676645     20.58     21.83
243.79/243.81	c  N dy  1508   1438796       730      3169         0     61361      9607    722709     20.57     21.87
248.09/248.18	c  N dy  1578   1459100       730      3169         0     81469      9607   1324877     20.56     21.94
254.09/254.18	c  N dy  1663   1479124       730      3169         0    101336      9607   1930507     20.57     24.79
258.39/258.41	c  N dy  1701   1499564       730      3169         0     68988      9607    911834     20.51     21.69
263.59/263.61	c  N dy  1772   1520852       730      3169         0     90107      9607   1542759     20.49     21.57
269.39/269.44	c  N dy  1851   1540914       730      3169         0     56481      9607    518321     20.50     24.54
273.59/273.62	c  N dy  1944   1560940       730      3169         0     76323      9607   1109641     20.51     23.93
278.99/279.06	c  N dy  2028   1581032       730      3169         0     96267      9607   1723511     20.52     24.19
284.69/284.71	c  N dy  2116   1601117       730      3169         0     61668      9607    643747     20.52     24.18
289.69/289.75	c  N dy  2161   1625645       730      3169         0     85917      9607   1373992     20.44     21.55
298.89/298.96	c  N dy  2213   1661246       730      3169         0     65676      9607    740384     20.30     21.38
304.09/304.16	c  N dy  2320   1682625       730      3169         0     86875      9607   1379583     20.32     21.61
310.59/310.67	c  N dy  2439   1702637       730      3169         0    106747      9607   1981617     20.35     22.29
313.29/313.30	c  S st  2472   1710487       730      3169         0     58038      9607    490701     20.35     18.65
313.39/313.41	c  S st  2472   1710991       730      3169         0     58542      9607    506925     20.35   no data
313.39/313.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
313.39/313.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
313.39/313.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
313.39/313.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
313.39/313.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
313.39/313.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
313.39/313.43	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
313.39/313.44	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
313.39/313.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
313.49/313.57	c lits-rem:        41  cl-subs:       50  v-elim:      0  v-fix:    0  time:  0.12 s
313.49/313.57	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
313.49/313.58	c vivif2 --  cl tried    58492 cl shrink        0 lits rem          0 time: 0.01
313.60/313.61	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.03
313.60/313.62	c calculated reachability. Time: 0.00
313.60/313.62	c  N dy  2472   1710991       730      3169         0     58492      9607    505342     20.35   no data
318.09/318.10	c  N dy  2511   1732915       730      3169         0     80153      9607   1151654     20.31     21.40
326.19/326.29	c  N dy  2618   1754409       730      3169         0    101491      9607   1801656     20.33     21.52
333.09/333.16	c  N dy  2719   1774621       730      3169         0     64069      9607    639582     20.35     21.44
337.80/337.85	c  N dy  2843   1794622       730      3169         0     83938      9607   1249676     20.39     22.73
343.79/343.81	c  N dy  2927   1814707       730      3169         0    103838      9607   1844395     20.39     21.48
350.19/350.21	c  N dy  3039   1834712       730      3169         0     65189      9607    652267     20.41     21.53
355.41/355.45	c  N dy  3163   1856847       730      3169         0     87162      9607   1320350     20.43     21.57
361.69/361.73	c  N dy  3226   1877521       730      3169         0    107605      9607   1925388     20.42     21.53
368.09/368.12	c  N dy  3367   1897545       730      3169         0     68000      9607    711689     20.46     23.71
372.79/372.89	c  N dy  3461   1917557       730      3169         0     87838      9607   1306444     20.47     21.66
379.39/379.40	c  N dy  3538   1938037       730      3169         0    108122      9607   1906423     20.46     21.86
386.20/386.26	c  N dy  3609   1960178       730      3169         0     69562      9607    722481     20.46     21.54
390.99/391.04	c  N dy  3684   1980222       730      3169         0     89407      9607   1312163     20.46     24.73
397.29/397.37	c  N dy  3776   2000288       730      3169         0    109306      9607   1912410     20.46     22.87
403.99/404.07	c  N dy  3888   2020347       730      3169         0     67774      9607    649598     20.48     21.74
408.99/409.08	c  N dy  3999   2040902       730      3169         0     88167      9607   1263308     20.50     21.88
415.49/415.53	c  N dy  4091   2060996       730      3169         0    108105      9607   1872972     20.50     22.04
422.99/423.08	c  N dy  4208   2081498       730      3169         0     65966      9607    572757     20.52     21.70
427.79/427.86	c  N dy  4309   2101518       730      3169         0     85810      9607   1163465     20.54     23.22
434.09/434.19	c  N dy  4421   2121605       730      3169         0    105740      9607   1772250     20.55     21.66
441.99/442.01	c  N dy  4541   2141809       730      3169         0    125785      9607   2385943     20.57     21.71
446.71/446.79	c  N dy  4627   2162439       730      3169         0     82805      9607   1060438     20.57     21.67
452.79/452.84	c  N dy  4725   2182456       730      3169         0    102667      9607   1663139     20.58     22.33
460.29/460.31	c  N dy  4809   2202495       730      3169         0    122541      9607   2256477     20.58     21.92
463.10/463.19	c  S st  4810   2210991       730      3169         0     66475      9607    536276     20.57     16.99
463.29/463.32	c  S st  4810   2211494       730      3169         0     66978      9607    552718     20.57   no data
463.29/463.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
463.29/463.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.02
463.29/463.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
463.29/463.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
463.29/463.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
463.29/463.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
463.29/463.34	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
463.29/463.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
463.29/463.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
463.39/463.47	c lits-rem:        12  cl-subs:       85  v-elim:      0  v-fix:    0  time:  0.10 s
463.39/463.47	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
463.39/463.48	c vivif2 --  cl tried    66893 cl shrink        0 lits rem          0 time: 0.01
463.49/463.52	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.04
463.49/463.52	c calculated reachability. Time: 0.00
463.49/463.52	c  N dy  4810   2211494       730      3169         0     66893      9607    550274     20.57   no data
470.09/470.12	c  N dy  4891   2236493       730      3169         0     91668      9607   1290584     20.57     21.66
478.29/478.34	c  N dy  4969   2256679       730      3169         0    111676      9607   1895978     20.57     21.79
486.79/486.86	c  N dy  5051   2277701       730      3169         0     67069      9607    531330     20.57     21.82
491.29/491.37	c  N dy  5119   2297879       730      3169         0     87039      9607   1134943     20.56     21.67
497.39/497.45	c  N dy  5212   2317920       730      3169         0    106907      9607   1737607     20.57     22.30
505.19/505.27	c  N dy  5287   2338129       730      3169         0    126909      9607   2335902     20.56     21.72
512.09/512.18	c  N dy  5382   2362706       730      3169         0     84851      9607   1034182     20.56     21.67
518.10/518.18	c  N dy  5459   2383187       730      3169         0    105182      9607   1657206     20.56     21.71
525.91/525.97	c  N dy  5549   2403264       730      3169         0    125078      9607   2264031     20.56     21.71
532.69/532.75	c  N dy  5645   2423521       730      3169         0     77777      9607    802371     20.57     21.86
538.19/538.22	c  N dy  5759   2443600       730      3169         0     97689      9607   1414868     20.58     21.96
545.19/545.25	c  N dy  5852   2463692       730      3169         0    117571      9607   2016754     20.59     22.48
553.69/553.77	c  N dy  5926   2483977       730      3169         0     69268      9607    527996     20.59     22.11
558.69/558.73	c  N dy  6009   2505172       730      3169         0     90252      9607   1160674     20.59     21.68
565.30/565.34	c  N dy  6114   2526101       730      3169         0    111020      9607   1799595     20.60     21.69
573.29/573.31	c  N dy  6180   2546144       730      3169         0    130879      9607   2397240     20.59     21.78
579.90/579.96	c  N dy  6299   2566394       730      3169         0     81609      9607    880508     20.60     21.72
586.09/586.17	c  N dy  6392   2589273       730      3169         0    104285      9607   1579697     20.60     21.86
594.10/594.18	c  N dy  6533   2609361       730      3169         0    124207      9607   2193554     20.62     23.20
602.80/602.91	c  N dy  6638   2630133       730      3169         0     74455      9607    634032     20.62     21.71
607.99/608.09	c  N dy  6754   2650205       730      3169         0     94382      9607   1246382     20.63     22.54
614.70/614.73	c  N dy  6831   2670252       730      3169         0    114268      9607   1844077     20.64     22.36
627.99/628.08	c  N dy  6905   2707041       730      3169         0     79302      9607    749492     20.60     21.70
629.20/629.21	c  S st  6933   2711494       730      3169         0     83727      9607    884974     20.60   no data
629.30/629.37	c  S st  6933   2711998       730      3169         0     84231      9607    901037     20.60   no data
629.30/629.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
629.39/629.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.03
629.39/629.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
629.39/629.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
629.39/629.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
629.39/629.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
629.39/629.40	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
629.39/629.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
629.39/629.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
629.79/629.80	c lits-rem:        51  cl-subs:      859  v-elim:      0  v-fix:    0  time:  0.35 s
629.79/629.80	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
629.79/629.81	c vivif2 --  cl tried    83372 cl shrink        0 lits rem          0 time: 0.01
629.79/629.87	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.06
629.79/629.87	c calculated reachability. Time: 0.00
629.79/629.87	c  N dy  6933   2711998       730      3169         0     83372      9607    875997     20.60   no data
636.30/636.36	c  N dy  7076   2732567       730      3169         0    103810      9607   1509376     20.62     21.90
646.39/646.49	c  N dy  7179   2753219       730      3169         0    124292      9607   2136819     20.63     21.94
656.49/656.57	c  N dy  7291   2773230       730      3169         0    144148      9607   2748493     20.64     23.58
661.70/661.79	c  N dy  7378   2793294       730      3169         0     91600      9607   1101292     20.64     25.57
667.70/667.80	c  N dy  7444   2813352       730      3169         0    111442      9607   1709492     20.64     26.94
675.59/675.69	c  N dy  7528   2833384       730      3169         0    131307      9607   2314542     20.64     22.01
683.99/684.05	c  N dy  7604   2853575       730      3169         0     77976      9607    662118     20.64     21.90
689.30/689.39	c  N dy  7700   2873597       730      3169         0     97826      9607   1259429     20.64     21.82
695.89/695.93	c  N dy  7771   2893932       730      3169         0    117961      9607   1869014     20.64     21.73
704.79/704.80	c  N dy  7900   2913955       730      3169         0    137817      9607   2480291     20.65     24.98
712.50/712.53	c  N dy  7997   2934178       730      3169         0     83525      9607    811741     20.66     21.89
718.50/718.53	c  N dy  8106   2955084       730      3169         0    104277      9607   1451524     20.66     21.99
726.00/726.08	c  N dy  8198   2975929       730      3169         0    124891      9607   2082989     20.66     21.77
735.49/735.58	c  N dy  8313   2996004       730      3169         0    144803      9607   2691962     20.67     23.99
742.30/742.35	c  N dy  8414   3016212       730      3169         0     89495      9607    966543     20.68     22.05
749.30/749.36	c  N dy  8553   3037911       730      3169         0    111045      9607   1634495     20.69     21.81
757.79/757.84	c  N dy  8620   3059834       730      3169         0    132752      9607   2280958     20.69     21.80
768.20/768.27	c  N dy  8731   3080479       730      3169         0     76897      9607    559885     20.70     21.85
773.50/773.58	c  N dy  8847   3100662       730      3169         0     96901      9607   1176762     20.70     22.01
780.89/780.90	c  N dy  8978   3121680       730      3169         0    117770      9607   1825176     20.72     21.81
789.40/789.48	c  N dy  9075   3141765       730      3169         0    137684      9607   2438199     20.72     23.43
798.79/798.81	c  N dy  9165   3161795       730      3169         0     80206      9607    637033     20.72     23.97
804.50/804.55	c  N dy  9281   3182314       730      3169         0    100543      9607   1260573     20.73     21.84
811.40/811.48	c  N dy  9347   3202330       730      3169         0    120350      9607   1860202     20.72     23.58
815.40/815.40	c  S st  9378   3211998       730      3169         0    129920      9607   2148308     20.72   no data
815.70/815.70	c  S st  9378   3212507       730      3169         0    130428      9607   2164216     20.72   no data
815.70/815.70	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
815.70/815.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.06
815.70/815.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
815.70/815.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
815.70/815.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
815.70/815.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
815.70/815.76	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
815.70/815.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
815.80/815.86	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
817.69/817.73	c lits-rem:       200  cl-subs:     2134  v-elim:      0  v-fix:    0  time:  1.87 s
817.69/817.73	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
817.69/817.76	c vivif2 --  cl tried   128294 cl shrink        0 lits rem          0 time: 0.03
817.79/817.87	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.12
817.79/817.88	c calculated reachability. Time: 0.00
817.79/817.88	c  N dy  9378   3212507       730      3169         0    128294      9607   2095624     20.72   no data
827.50/827.53	c  N dy  9455   3232556       730      3169         0    148150      9607   2695287     20.72     22.22
835.20/835.23	c  N dy  9559   3252694       730      3169         0     89832      9607    911211     20.73     21.93
841.80/841.87	c  N dy  9645   3274048       730      3169         0    110989      9607   1553978     20.73     21.98
849.69/849.76	c  N dy  9711   3294150       730      3169         0    130914      9607   2160742     20.73     21.94
859.40/859.43	c  N dy  9814   3314160       730      3169         0    150738      9607   2763439     20.74     21.85
866.91/866.96	c  N dy  9910   3334786       730      3169         0     91914      9607    945315     20.74     21.98
873.29/873.36	c  N dy 10014   3354963       730      3169         0    111941      9607   1560356     20.75     21.94
881.11/881.21	c  N dy 10092   3375442       730      3169         0    132223      9607   2186262     20.74     21.90
890.50/890.55	c  N dy 10168   3395547       730      3169         0    152169      9607   2799768     20.74     22.01
898.49/898.56	c  N dy 10275   3416078       730      3169         0     92214      9607    935464     20.75     21.94
905.20/905.27	c  N dy 10359   3436890       730      3169         0    112819      9607   1566135     20.75     21.85
913.50/913.52	c  N dy 10474   3456891       730      3169         0    132646      9607   2179144     20.76     24.66
923.20/923.25	c  N dy 10568   3477039       730      3169         0    152615      9607   2793638     20.76     21.95
930.90/930.93	c  N dy 10627   3497111       730      3169         0     91209      9607    874707     20.76     21.90
936.80/936.85	c  N dy 10652   3517199       730      3169         0    110976      9607   1454244     20.74     22.17
946.20/946.29	c  N dy 10728   3540536       730      3169         0    134067      9607   2156259     20.73     21.83
956.40/956.48	c  N dy 10802   3561325       730      3169         0    154650      9607   2786582     20.73     22.00
964.50/964.52	c  N dy 10867   3581413       730      3169         0     92378      9607    888499     20.73     25.94
970.80/970.82	c  N dy 10977   3601454       730      3169         0    112256      9607   1501673     20.74     21.95
979.00/979.10	c  N dy 11096   3621470       730      3169         0    132143      9607   2116141     20.75     22.81
988.91/988.98	c  N dy 11200   3642276       730      3169         0    152793      9607   2758840     20.75     21.94
998.60/998.60	c  N dy 11322   3662373       730      3169         0     89501      9607    780185     20.76     25.16
1004.70/1004.75	c  N dy 11398   3682564       730      3169         0    109491      9607   1395402     20.76     22.16
1012.60/1012.68	c  N dy 11504   3702615       730      3169         0    129356      9607   2006669     20.76     22.03
1017.10/1017.13	c  S st 11557   3712507       730      3169         0    139175      9607   2309402     20.77     18.32
1017.40/1017.45	c  S st 11557   3713008       730      3169         0    139676      9607   2326013     20.77   no data
1017.40/1017.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1017.51/1017.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.7M T:  0.06
1017.51/1017.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1017.51/1017.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1017.51/1017.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1017.51/1017.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
1017.51/1017.53	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1017.51/1017.56	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1017.62/1017.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1019.90/1019.95	c lits-rem:       164  cl-subs:     2007  v-elim:      0  v-fix:    0  time:  2.33 s
1019.90/1019.95	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
1019.90/1019.99	c vivif2 --  cl tried   137669 cl shrink        0 lits rem          0 time: 0.03
1020.10/1020.14	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.15
1020.10/1020.14	c calculated reachability. Time: 0.00
1020.10/1020.14	c  N dy 11557   3713008       730      3169         0    137669      9607   2259668     20.77   no data
1031.00/1031.02	c  N dy 11659   3733236       730      3169         0    157713      9607   2880242     20.77     22.15
1039.30/1039.33	c  F st 11756   3751562       730      3169         0     91657      9607    818750     20.77     18.14
1039.80/1039.86	c  N st 11760   3753594       730      3169         0     93663      9607    880635     20.77   no data
1045.90/1045.97	c  N dy 11808   3773816       730      3169         0    113634      9607   1485486     20.77     22.06
1057.60/1057.60	c  N dy 11847   3805672       730      3169         0    145068      9607   2445820     20.75     21.98
1068.50/1068.58	c  N dy 11943   3825718       730      3169         0    164926      9607   3048595     20.75     26.96
1076.10/1076.12	c  N dy 12047   3845801       730      3169         0     99723      9607   1048408     20.76     21.87
1084.40/1084.46	c  N dy 12086   3871662       730      3169         0    125257      9607   1813683     20.74     21.85
1093.90/1093.96	c  N dy 12176   3893036       730      3169         0    146403      9607   2456158     20.74     22.18
1104.81/1104.80	c  N dy 12279   3913467       730      3169         0    166656      9607   3082896     20.75     22.24
1111.50/1111.54	c  N dy 12342   3933551       730      3169         0    100447      9607   1040399     20.74     21.96
1118.70/1118.72	c  N dy 12454   3953646       730      3169         0    120341      9607   1654285     20.75     21.90
1127.50/1127.58	c  N dy 12539   3974583       730      3169         0    141081      9607   2293115     20.75     22.07
1138.00/1138.04	c  N dy 12628   3995098       730      3169         0    161400      9607   2914580     20.75     21.95
1147.50/1147.52	c  N dy 12709   4015135       730      3169         0     94148      9607    825406     20.75     21.99
1154.01/1154.08	c  N dy 12798   4035314       730      3169         0    114135      9607   1430336     20.75     22.01
1161.71/1161.77	c  N dy 12888   4055378       730      3169         0    134015      9607   2048033     20.75     22.72
1172.21/1172.25	c  N dy 13011   4076454       730      3169         0    154926      9607   2693254     20.76     22.27
1184.71/1184.79	c  N dy 13052   4103159       730      3169         0     93146      9607    766085     20.75     21.86
1191.10/1191.18	c  N dy 13097   4123984       730      3169         0    113684      9607   1367823     20.74     21.91
1198.70/1198.74	c  N dy 13168   4144022       730      3169         0    133537      9607   1969562     20.74     24.03
1208.51/1208.53	c  N dy 13284   4164025       730      3169         0    153351      9607   2577822     20.75     21.90
1220.30/1220.30	c  N dy 13380   4184699       730      3169         0    173819      9607   3203463     20.75     22.08
1231.81/1231.84	c  N dy 13493   4209125       730      3169         0    108931      9607   1241508     20.75     21.86
1233.71/1233.72	c  S st 13516   4213008       730      3169         0    112791      9607   1361615     20.76   no data
1234.01/1234.04	c  S st 13516   4213513       730      3169         0    113296      9607   1378223     20.76   no data
1234.01/1234.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
1234.11/1234.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
1234.11/1234.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1234.11/1234.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1234.11/1234.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1234.11/1234.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    730 time:  0.00 s
1234.11/1234.11	c Removed useless bin:       0  fixed:     0  props:   0.01M  time:  0.00 s
1234.11/1234.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
1234.11/1234.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1234.91/1234.92	c lits-rem:        66  cl-subs:      801  v-elim:      0  v-fix:    0  time:  0.73 s
1234.91/1234.92	c vivif2 --  cl tried     3169 cl shrink        0 lits rem          0 time: 0.00
1234.91/1234.94	c vivif2 --  cl tried   112495 cl shrink        0 lits rem          0 time: 0.02
1235.01/1235.07	c asymm  cl-useful: 0/3169/3169 lits-rem:0 time: 0.13
1235.01/1235.08	c calculated reachability. Time: 0.00
1235.01/1235.08	c  N dy 13516   4213513       730      3169         0    112495      9607   1351936     20.76   no data
1245.90/1245.98	c  N dy 13629   4234094       730      3169         0    132919      9607   1981899     20.76     21.88
1256.21/1256.23	c  N dy 13724   4255350       730      3169         0    153992      9607   2632446     20.76     21.96
1270.91/1270.94	c  N dy 13784   4281905       730      3169         0     90127      9607    629811     20.75     21.85
1276.90/1276.96	c  N dy 13886   4301967       730      3169         0    110019      9607   1239781     20.76     21.87
1284.81/1284.88	c  N dy 13996   4322062       730      3169         0    129945      9607   1854908     20.76     21.86
1294.31/1294.31	c  N dy 14095   4342252       730      3169         0    149938      9607   2469948     20.77     21.91

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.47 3.92 3.88 3/366 3301
/proc/meminfo: memFree=18497040/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=20344 CPUtime=0 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4194304 116 0 0 0 0 0 0 0 21 0 1 0 728722181 20832256 72 33554432000 4194304 4580011 140734160194416 18446744073709551615 224280006243 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/3301/statm: 5087 79 59 95 0 56 0

[startup+0.110234 s]
/proc/loadavg: 3.47 3.92 3.88 3/366 3301
/proc/meminfo: memFree=18497040/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=30504 CPUtime=0.1 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 881 0 0 0 10 0 0 0 21 0 1 0 728722181 31236096 794 33554432000 4194304 4580011 140734160194416 18446744073709551615 4295809 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 7626 794 364 95 0 2608 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30504

[startup+0.200218 s]
/proc/loadavg: 3.47 3.92 3.88 3/366 3301
/proc/meminfo: memFree=18497040/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=31148 CPUtime=0.19 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 1073 0 0 0 19 0 0 0 22 0 1 0 728722181 31895552 798 33554432000 4194304 4580011 140734160194416 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 7787 798 364 95 0 2769 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 31148

[startup+0.300204 s]
/proc/loadavg: 3.47 3.92 3.88 3/366 3301
/proc/meminfo: memFree=18497040/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=31148 CPUtime=0.29 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 1166 0 0 0 29 0 0 0 22 0 1 0 728722181 31895552 891 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 7787 891 364 95 0 2769 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31148

[startup+0.700158 s]
/proc/loadavg: 3.47 3.92 3.88 3/366 3301
/proc/meminfo: memFree=18497040/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=31612 CPUtime=0.69 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 1639 0 0 0 69 0 0 0 23 0 1 0 728722181 32370688 1087 33554432000 4194304 4580011 140734160194416 18446744073709551615 4320608 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 7903 1087 364 95 0 2885 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31612

[startup+1.50104 s]
/proc/loadavg: 3.47 3.92 3.88 5/379 3322
/proc/meminfo: memFree=18459856/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=32376 CPUtime=1.49 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 2584 0 0 0 149 0 0 0 25 0 1 0 728722181 33153024 1222 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 8094 1222 366 95 0 3076 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 32376

[startup+3.10073 s]
/proc/loadavg: 3.47 3.92 3.88 5/379 3322
/proc/meminfo: memFree=18432784/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=39548 CPUtime=3.09 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 5486 0 0 0 309 0 0 0 25 0 1 0 728722181 40497152 3109 33554432000 4194304 4580011 140734160194416 18446744073709551615 4322520 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 9887 3109 367 95 0 4869 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 39548

[startup+6.30022 s]
/proc/loadavg: 3.51 3.92 3.88 5/379 3322
/proc/meminfo: memFree=18419748/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=41672 CPUtime=6.28 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 7985 0 0 0 628 0 0 0 25 0 1 0 728722181 42672128 3728 33554432000 4194304 4580011 140734160194416 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 10418 3728 367 95 0 5400 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 41672

[startup+12.7012 s]
/proc/loadavg: 3.55 3.92 3.88 5/379 3322
/proc/meminfo: memFree=18390444/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=58196 CPUtime=12.68 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 15208 0 0 0 1267 1 0 0 25 0 1 0 728722181 59592704 7666 33554432000 4194304 4580011 140734160194416 18446744073709551615 4406279 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 14549 7666 367 95 0 9531 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 58196

[startup+25.501 s]
/proc/loadavg: 3.65 3.92 3.88 5/379 3324
/proc/meminfo: memFree=18351404/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=65592 CPUtime=25.49 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 22387 0 0 0 2546 3 0 0 25 0 1 0 728722181 67166208 9704 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 16398 9704 367 95 0 11380 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 65592

[startup+51.1007 s]
/proc/loadavg: 3.77 3.93 3.88 5/379 3324
/proc/meminfo: memFree=18338676/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=72708 CPUtime=51.08 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 34314 0 0 0 5103 5 0 0 25 0 1 0 728722181 74452992 10926 33554432000 4194304 4580011 140734160194416 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 18177 10926 367 95 0 13159 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 72708

[startup+102.301 s]
/proc/loadavg: 3.90 3.94 3.89 5/379 3326
/proc/meminfo: memFree=18284468/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=81376 CPUtime=102.29 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 52330 0 0 0 10220 9 0 0 25 0 1 0 728722181 83329024 13409 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 20344 13409 367 95 0 15326 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 81376

[startup+162.301 s]
/proc/loadavg: 4.00 3.96 3.90 5/379 3326
/proc/meminfo: memFree=18246132/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=97668 CPUtime=162.29 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 70914 0 0 0 16216 13 0 0 25 0 1 0 728722181 100012032 17208 33554432000 4194304 4580011 140734160194416 18446744073709551615 4293650 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 24417 17208 367 95 0 19399 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 97668

[startup+222.314 s]
/proc/loadavg: 4.00 3.97 3.91 5/379 3328
/proc/meminfo: memFree=18205908/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=120220 CPUtime=222.3 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 77545 0 0 0 22215 15 0 0 25 0 1 0 728722181 123105280 23839 33554432000 4194304 4580011 140734160194416 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 30055 23839 367 95 0 25037 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 120220

[startup+282.301 s]
/proc/loadavg: 4.24 4.02 3.93 5/379 3330
/proc/meminfo: memFree=18178108/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=127392 CPUtime=282.29 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 79477 0 0 0 28214 15 0 0 25 0 1 0 728722181 130449408 25771 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 31848 25771 367 95 0 26830 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 127392

[startup+342.301 s]
/proc/loadavg: 4.16 4.03 3.93 5/379 3332
/proc/meminfo: memFree=18150052/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=128372 CPUtime=342.29 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 79729 0 0 0 34214 15 0 0 25 0 1 0 728722181 131452928 26023 33554432000 4194304 4580011 140734160194416 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 32093 26023 367 95 0 27075 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 128372

[startup+402.301 s]
/proc/loadavg: 4.06 4.02 3.93 5/379 3343
/proc/meminfo: memFree=18140424/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=128372 CPUtime=402.29 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 79909 0 0 0 40213 16 0 0 25 0 1 0 728722181 131452928 26203 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 32093 26203 367 95 0 27075 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 128372

[startup+462.301 s]
/proc/loadavg: 4.02 4.02 3.93 5/379 3343
/proc/meminfo: memFree=18132700/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=128372 CPUtime=462.29 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 79909 0 0 0 46213 16 0 0 25 0 1 0 728722181 131452928 26203 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 32093 26203 367 95 0 27075 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 128372

[startup+522.301 s]
/proc/loadavg: 4.00 4.01 3.93 5/379 3345
/proc/meminfo: memFree=18123860/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=128372 CPUtime=522.29 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 79909 0 0 0 52213 16 0 0 25 0 1 0 728722181 131452928 26203 33554432000 4194304 4580011 140734160194416 18446744073709551615 4293041 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 32093 26203 367 95 0 27075 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 128372

[startup+582.301 s]
/proc/loadavg: 4.05 4.02 3.94 5/379 3347
/proc/meminfo: memFree=18131392/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=108976 CPUtime=582.3 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 84691 0 0 0 58212 18 0 0 25 0 1 0 728722181 111591424 19914 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 27244 19914 367 95 0 22226 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 108976

[startup+642.301 s]
/proc/loadavg: 4.07 4.03 3.94 5/379 3349
/proc/meminfo: memFree=18103828/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=111916 CPUtime=642.3 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 92396 0 0 0 64209 21 0 0 25 0 1 0 728722181 114601984 21465 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 27979 21465 367 95 0 22961 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 111916

[startup+702.301 s]
/proc/loadavg: 4.02 4.02 3.94 5/379 3351
/proc/meminfo: memFree=18094848/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=111996 CPUtime=702.29 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 99190 0 0 0 70206 23 0 0 25 0 1 0 728722181 114683904 21908 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 27999 21908 367 95 0 22981 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 111996

[startup+762.301 s]
/proc/loadavg: 4.06 4.03 3.95 5/379 3351
/proc/meminfo: memFree=18100516/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=112076 CPUtime=762.31 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 105945 0 0 0 76205 26 0 0 25 0 1 0 728722181 114765824 22188 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 28019 22188 367 95 0 23001 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 112076

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 3.95 5/379 3353
/proc/meminfo: memFree=18080880/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=123368 CPUtime=822.29 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 115052 0 0 0 82201 28 0 0 25 0 1 0 728722181 126328832 24640 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 30842 24640 367 95 0 25824 0
Current children cumulated CPU time (s) 822.29
Current children cumulated vsize (KiB) 123368

[startup+882.314 s]
/proc/loadavg: 4.00 4.02 3.95 5/379 3355
/proc/meminfo: memFree=18074256/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=123448 CPUtime=882.31 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 121707 0 0 0 88200 31 0 0 25 0 1 0 728722181 126410752 24440 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 30862 24440 367 95 0 25844 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 123448

[startup+942.301 s]
/proc/loadavg: 4.08 4.04 3.96 5/379 3357
/proc/meminfo: memFree=18077196/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=123532 CPUtime=942.3 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 128302 0 0 0 94197 33 0 0 25 0 1 0 728722181 126496768 24037 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 30883 24037 367 95 0 25865 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 123532

[startup+1002.3 s]
/proc/loadavg: 4.03 4.03 3.96 5/379 3359
/proc/meminfo: memFree=18056336/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=123620 CPUtime=1002.3 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 134683 0 0 0 100195 35 0 0 25 0 1 0 728722181 126586880 23293 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 30905 23293 367 95 0 25887 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 123620

[startup+1062.3 s]
/proc/loadavg: 4.01 4.02 3.96 5/379 3359
/proc/meminfo: memFree=18045264/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=180656 CPUtime=1062.3 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 141657 0 0 0 106193 37 0 0 25 0 1 0 728722181 184991744 26544 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 45164 26544 367 95 0 40146 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 180656

[startup+1122.3 s]
/proc/loadavg: 4.00 4.02 3.96 5/379 3361
/proc/meminfo: memFree=18039636/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=131720 CPUtime=1122.3 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 148187 0 0 0 112190 40 0 0 25 0 1 0 728722181 134881280 25709 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 32930 25709 367 95 0 27912 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 131720

[startup+1182.3 s]
/proc/loadavg: 4.07 4.03 3.96 5/379 3363
/proc/meminfo: memFree=18018772/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=181292 CPUtime=1182.3 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 153399 0 0 0 118188 42 0 0 25 0 1 0 728722181 185643008 27156 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 45323 27156 367 95 0 40305 0
Current children cumulated CPU time (s) 1182.3
Current children cumulated vsize (KiB) 181292

[startup+1242.3 s]
/proc/loadavg: 4.02 4.02 3.96 5/379 3365
/proc/meminfo: memFree=17978300/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=132512 CPUtime=1242.31 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 159700 0 0 0 124186 45 0 0 25 0 1 0 728722181 135692288 25869 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 33128 25869 367 95 0 28110 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 132512



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.03 3.97 5/379 3368
/proc/meminfo: memFree=17979632/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=182612 CPUtime=1300.01 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 164667 0 0 0 129954 47 0 0 25 0 1 0 728722181 186994688 26931 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 45653 26931 367 95 0 40635 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 182612

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

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

[startup+1300 s]
/proc/loadavg: 4.07 4.03 3.97 5/379 3368
/proc/meminfo: memFree=17979632/32951124 swapFree=45193364/67111528
[pid=3301] ppid=3299 vsize=182612 CPUtime=1300.01 cores=4,6
/proc/3301/stat : 3301 (strangenight2-s) R 3299 3301 2476 0 -1 4202496 164667 0 0 0 129954 47 0 0 25 0 1 0 728722181 186994688 26931 33554432000 4194304 4580011 140734160194416 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/3301/statm: 45653 26931 367 95 0 40635 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 182612

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.03
CPU user time (s): 1299.55
CPU system time (s): 0.482926
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 192696

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.55
system time used= 0.482926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 164668
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= 18
involuntary context switches= 1067

runsolver used 4.87126 second user time and 10.5974 second system time

The end

Launcher Data

Begin job on node118 at 2011-05-14 16:55:15
IDJOB=3367646
IDBENCH=82855
IDSOLVER=1845
FILE ID=node118/3367646-1305384915
RUNJOBID= node118-1305384915-3278
PBS_JOBID= 13324384
Free space on /tmp= 73052 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/medium/unif-k3-r4.26-v750-c3195-S2050161601-088.SATISFIABLE.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367646-1305384915/watcher-3367646-1305384915 -o /tmp/evaluation-result-3367646-1305384915/solver-3367646-1305384915 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367646-1305384915.cnf

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

MD5SUM BENCH= 99cb8b7378c2be1a0d9a52d8a949ecd4
RANDOM SEED=626175981

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.842
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	: 5374.59
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      18498544 kB
Buffers:        261180 kB
Cached:        4192392 kB
SwapCached:      22084 kB
Active:       11736556 kB
Inactive:      2412280 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      18498544 kB
SwapTotal:    67111528 kB
SwapFree:     45193364 kB
Dirty:            6032 kB
Writeback:           4 kB
AnonPages:     9685524 kB
Mapped:          14588 kB
Slab:           148076 kB
PageTables:      90620 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 88631268 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= 73028 MiB
End job on node118 at 2011-05-14 17:16:57