Trace number 3368421

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

General information on the benchmark

NameSAT02/industrial/nam/fpga-routing/
k2fix_gr_rcs_w8.shuffled.cnf
MD5SUM82e833e539576c6d79252b19dcace0cf
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark5.08123
Satisfiable
(Un)Satisfiability was proved
Number of variables10056
Number of clauses271393
Sum of the clauses size550328
Maximum clause length8
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2270136
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 51257

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-3368421-1305395690.cnf'
0.00/0.01	c -- header says num vars:          10056
0.00/0.01	c -- header says num clauses:      271393
0.05/0.06	c -- clauses added:            0 learnts,       271393 normals,            0 xors
0.05/0.06	c -- vars added      10056
0.05/0.06	c Parsing time:  0.06 s
0.05/0.06	c  N st     0         0     10056      1257    270136         0    550328         0   no data   no data
0.05/0.06	c asymm  cl-useful: 0/1257/1257 lits-rem:0 time: 0.00
0.09/0.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.08
0.09/0.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.18	c bin-w-bin subsume rem            0 bins  time:  0.03 s
0.09/0.19	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
0.19/0.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10056 time:  0.03 s
0.19/0.25	c Removed useless bin:       0  fixed:     0  props:   1.39M  time:  0.03 s
0.39/0.40	c lits-rem:         0  cl-subs:        5  v-elim:   1362  v-fix:    0  time:  0.13 s
0.39/0.41	c Finding binary XORs  T:     0.01 s  found:       0
0.39/0.43	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.39/0.43	c calculated reachability. Time: 0.00
0.39/0.44	c Calc default polars -  time:   0.01 s pos:    4280 undec:    1362 neg:    4414
0.39/0.44	c =========================================================================================
0.39/0.44	c types(t): F = full restart, N = normal restart
0.39/0.44	c types(t): S = simplification begin/end, E = solution found
0.39/0.44	c restart types(rt): st = static, dy = dynamic
0.39/0.44	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.39/0.44	c  B st     0         0      8694     63250    206748         0    945031         0   no data   no data
1.00/1.06	c  N dy    16      4140      8694     63250    206748      4066    945031     90662      7.54      8.03
1.69/1.70	c  N dy    41      8239      8694     63250    206748      5619    945031    109061      7.84      8.25
2.29/2.36	c  N dy    58     12359      8694     63250    206748      5500    945031     90890      7.73      8.21
2.89/2.98	c  N dy    75     16429      8694     63250    206748      9458    945031    171906      7.80      8.50
3.58/3.64	c  N dy    87     20938      8694     63250    206750      8329    945031    140913      7.65      8.11
4.18/4.28	c  N dy   110     24949      8694     63250    206750     12232    945031    227547      7.73     10.55
4.18/4.29	c  F st   111     25000      8694     63250    206750     12283    945031    228494      7.72   no data
4.29/4.32	c Found part        0 vars:          8 clauses:         1 lits size:         8
4.29/4.32	c Found part      306 vars:       8686 clauses:    269997 lits size:    945023
4.29/4.32	c Found parts:          2 time: 0.03 s
4.29/4.32	c Solving part 0
4.29/4.33	c  N st     0         0         8         1         0         0         8         0   no data   no data
4.29/4.33	c asymm  cl-useful: 0/1/1 lits-rem:0 time: 0.00
4.29/4.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
4.29/4.33	c Finding binary XORs  T:     0.00 s  found:       0
4.29/4.33	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
4.29/4.33	c calculated reachability. Time: 0.00
4.29/4.33	c Calc default polars -  time:   0.00 s pos:       4 undec:   10048 neg:       4
4.29/4.33	c =========================================================================================
4.29/4.33	c types(t): F = full restart, N = normal restart
4.29/4.33	c types(t): S = simplification begin/end, E = solution found
4.29/4.33	c restart types(rt): st = static, dy = dynamic
4.29/4.33	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
4.29/4.33	c  B st     0         0         8         1         0         0         8         0   no data   no data
4.29/4.33	c  E st     1         0         0         1         0         0         8         0   no data   no data
4.29/4.33	c Verified 1 clauses.
4.29/4.33	c Verified 1 clauses.
4.29/4.33	c Solved part
4.29/4.33	c =========================================================================================
4.29/4.33	c Coming back to original instance
4.29/4.33	c =========================================================================================
5.18/5.24	c  N dy   117     30000      8686     63249    206751     10547    945023    204476      7.72   no data
5.18/5.24	c  S st   117     30000      8686     63249    206751     10547    945023    204476      7.72   no data
5.28/5.39	c  S st   117     30503      8686     63249    206751     11048    945023    217842      7.72   no data
5.39/5.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5.88/5.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 31.7M T:  0.58
5.98/6.00	c blocked clauses removed:        0 vars:      0 tried:        8686 T: 0.00 s
5.98/6.02	c bin-w-bin subsume rem            0 bins  time:  0.02 s
6.18/6.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.23 s
6.18/6.27	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.02 s
6.28/6.30	c Removed useless bin:       0  fixed:     0  props:   1.07M  time:  0.02 s
6.28/6.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
6.61/6.63	c subs with bin:      307  lits-rem:         7  v-fix:    0  time:  0.24 s
6.69/6.71	c lits-rem:       222  cl-subs:      542  v-elim:      0  v-fix:    0  time:  0.06 s
6.89/6.90	c asymm  cl-useful: 0/10514/63249 lits-rem:0 time: 0.20
6.89/6.91	c calculated reachability. Time: 0.00
6.89/6.91	c  N dy   117     30503      8686     63249    206751     10199    945023    209567      7.72   no data
7.60/7.62	c  N dy   139     34623      8686     63249    206752     14227    945023    299935      7.80      8.26
8.29/8.39	c  N dy   161     38704      8686     63249    206753     10480    945023    185951      7.85      8.84
9.09/9.10	c  N dy   184     42727      8686     63249    206754     14399    945023    281424      7.91      8.94
9.69/9.71	c  S st   206     45754      8686     63249    206754     17380    945023    354210      7.97   no data
9.80/9.88	c  S st   206     46255      8686     63249    206754      9145    945023    142765      7.97   no data
9.80/9.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
10.39/10.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 30.7M T:  0.60
10.49/10.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.49/10.53	c bin-w-bin subsume rem            0 bins  time:  0.01 s
10.69/10.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
10.69/10.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.02 s
10.79/10.82	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
10.79/10.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
10.90/10.95	c subs with bin:      359  lits-rem:         4  v-fix:    0  time:  0.10 s
10.90/10.98	c lits-rem:        89  cl-subs:      191  v-elim:      0  v-fix:    0  time:  0.02 s
10.90/11.00	c vivif2 --  cl tried    63249 cl shrink        0 lits rem          0 time: 0.02
10.90/11.01	c vivif2 --  cl tried     8595 cl shrink        0 lits rem          0 time: 0.01
11.19/11.23	c asymm  cl-useful: 0/11256/63249 lits-rem:0 time: 0.22
11.19/11.23	c calculated reachability. Time: 0.00
11.19/11.23	c  N dy   206     46255      8686     63249    206754      8595    945023    138000      7.97   no data
11.89/11.90	c  N dy   223     50299      8686     63249    206755     12536    945023    219484      7.97      8.40
12.59/12.62	c  N dy   241     54329      8686     63249    206756     16449    945023    308847      7.97     10.57
13.39/13.40	c  N dy   266     58407      8686     63249    206756     10709    945023    164941      8.00      8.45
14.09/14.18	c  N dy   289     62535      8686     63249    206756     14707    945023    258039      8.03      8.45
14.99/15.02	c  N dy   313     66654      8686     63249    206757     18718    945023    355077      8.06      8.58
15.49/15.54	c  S st   327     69382      8686     63249    206758     21349    945023    411198      8.05   no data
15.69/15.72	c  S st   327     69882      8686     63249    206758     11170    945023    172197      8.05   no data
15.69/15.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.29/16.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 30.8M T:  0.64
16.29/16.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.40/16.41	c bin-w-bin subsume rem            0 bins  time:  0.01 s
16.59/16.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
16.59/16.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.02 s
16.59/16.69	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
16.69/16.71	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
16.79/16.85	c subs with bin:      616  lits-rem:         2  v-fix:    0  time:  0.13 s
16.79/16.89	c lits-rem:       140  cl-subs:      341  v-elim:      0  v-fix:    0  time:  0.03 s
16.89/16.91	c vivif2 --  cl tried    63249 cl shrink        0 lits rem          0 time: 0.02
16.89/16.92	c vivif2 --  cl tried    10213 cl shrink        0 lits rem          0 time: 0.01
17.09/17.13	c asymm  cl-useful: 0/10856/63249 lits-rem:0 time: 0.21
17.09/17.14	c calculated reachability. Time: 0.00
17.09/17.14	c  N dy   327     69882      8686     63249    206758     10213    945023    163386      8.05   no data
17.89/17.91	c  N dy   348     74621      8686     63249    206760     14777    945023    260694      8.04      8.70
18.89/18.92	c  N dy   384     79471      8686     63249    206761     19517    945023    377890      8.10     11.34
20.09/20.15	c  N dy   423     84631      8686     63249    206762     12919    945023    207651      8.17      9.96
20.69/20.71	c  F st   440     87501      8686     63249    206762     15697    945023    267769      8.18      7.28
21.39/21.45	c  N st   445     90799      8686     63249    206762     18929    945023    363955      8.18   no data
22.79/22.87	c  N dy   476     96770      8686     63249    206762     24793    945023    521590      8.23      8.68
23.99/24.00	c  N dy   510    102964      8686     63249    206764     18140    945023    314418      8.24     11.27
24.20/24.26	c  S st   518    104823      8686     63249    206764     19932    945023    347808      8.23      6.64
24.39/24.45	c  S st   518    105330      8686     63249    206764     20438    945023    362986      8.23   no data
24.39/24.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
25.09/25.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 31.8M T:  0.67
25.09/25.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
25.09/25.16	c bin-w-bin subsume rem            0 bins  time:  0.01 s
25.39/25.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
25.39/25.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.02 s
25.39/25.45	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
25.39/25.47	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
25.79/25.84	c subs with bin:      802  lits-rem:        14  v-fix:    0  time:  0.35 s
25.89/25.93	c lits-rem:       256  cl-subs:      782  v-elim:      0  v-fix:    0  time:  0.08 s
25.89/25.95	c vivif2 --  cl tried    63249 cl shrink        0 lits rem          0 time: 0.02
25.89/25.97	c vivif2 --  cl tried    18854 cl shrink        0 lits rem          0 time: 0.02
26.09/26.19	c asymm  cl-useful: 0/9563/63249 lits-rem:0 time: 0.22
26.19/26.20	c calculated reachability. Time: 0.00
26.19/26.20	c  N dy   518    105330      8686     63249    206764     18854    945023    347607      8.23   no data
27.59/27.66	c  N dy   557    112057      8686     63249    206768     25384    945023    505529      8.26      8.70
29.19/29.20	c  N dy   607    119243      8686     63249    206768     18815    945023    335723      8.31      8.84
30.70/30.79	c  N dy   651    126857      8686     63249    206769     26237    945023    521834      8.34      8.81
32.49/32.58	c  N dy   708    135001      8686     63249    206770     19567    945023    350392      8.38     12.37
34.49/34.57	c  N dy   769    143684      8686     63249    206771     28011    945023    565055      8.44     10.53
36.49/36.56	c  N dy   828    152990      8686     63249    206774     21457    945023    382050      8.49      9.04
37.69/37.78	c  S st   868    157998      8686     63249    206774     26370    945023    511483      8.53   no data
37.89/37.97	c  S st   868    158504      8686     63249    206774     26875    945023    526426      8.53   no data
37.89/37.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
38.69/38.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 33.4M T:  0.78
38.69/38.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.69/38.79	c bin-w-bin subsume rem            0 bins  time:  0.01 s
38.99/39.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.25 s
38.99/39.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.02 s
38.99/39.09	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
39.09/39.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
39.68/39.78	c subs with bin:     1343  lits-rem:        38  v-fix:    0  time:  0.64 s
39.88/39.93	c lits-rem:       417  cl-subs:     1035  v-elim:      0  v-fix:    0  time:  0.14 s
39.88/39.95	c vivif2 --  cl tried    63249 cl shrink        0 lits rem          0 time: 0.02
39.88/39.97	c vivif2 --  cl tried    24497 cl shrink        0 lits rem          0 time: 0.02
40.08/40.19	c asymm  cl-useful: 0/9097/63249 lits-rem:0 time: 0.22
40.18/40.20	c calculated reachability. Time: 0.00
40.18/40.20	c  N dy   868    158504      8686     63249    206774     24497    945023    501012      8.53   no data
42.80/42.87	c  N dy   937    169531      8686     63249    206776     18708    945023    308802      8.57      9.06
45.39/45.43	c  N dy   998    180885      8686     63249    206778     29815    945023    591302      8.59      9.18
47.89/47.97	c  N dy  1069    192490      8686     63249    206780     23525    945023    421206      8.62     10.57
51.09/51.10	c  N dy  1162    204823      8686     63249    206782     35612    945023    760963      8.68      9.23
53.80/53.91	c  N dy  1240    217912      8686     63249    206785     29808    945023    570252      8.70      9.16
57.38/57.43	c  N dy  1312    231945      8686     63249    206789     24008    945023    429503      8.71      9.20
58.99/59.01	c  S st  1349    237757      8686     63249    206789     29717    945023    588096      8.73      8.49
59.19/59.21	c  S st  1349    238261      8686     63249    206789     30218    945023    603876      8.73   no data
59.19/59.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
59.99/60.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 34.5M T:  0.79
59.99/60.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
59.99/60.04	c bin-w-bin subsume rem            0 bins  time:  0.01 s
60.19/60.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
60.29/60.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.03 s
60.29/60.33	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
60.29/60.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
61.09/61.14	c subs with bin:     1933  lits-rem:        69  v-fix:    0  time:  0.77 s
61.29/61.31	c lits-rem:       237  cl-subs:      784  v-elim:      0  v-fix:    0  time:  0.16 s
61.29/61.33	c vivif2 --  cl tried    63249 cl shrink        0 lits rem          0 time: 0.02
61.29/61.36	c vivif2 --  cl tried    27501 cl shrink        0 lits rem          0 time: 0.02
61.50/61.57	c asymm  cl-useful: 0/8986/63249 lits-rem:0 time: 0.21
61.50/61.58	c calculated reachability. Time: 0.00
61.50/61.58	c  N dy  1349    238261      8686     63249    206789     27501    945023    576518      8.73   no data
65.49/65.57	c  N dy  1435    253477      8686     63249    206790     21903    945023    372493      8.76      9.27
69.39/69.42	c  N dy  1527    269738      8686     63249    206795     37735    945023    798092      8.77      9.24
73.89/73.99	c  N dy  1648    287021      8686     63249    206795     33221    945023    673153      8.83     12.14
79.10/79.17	c  N dy  1775    305403      8686     63249    206797     28774    945023    549338      8.88     10.09
79.38/79.42	c  F st  1781    306251      8686     63249    206797     29603    945023    572503      8.89      8.53
84.60/84.67	c  N dy  1875    324971      8686     63249    206798     24436    945023    411589      8.91      9.79
113.20/113.29	c  N dy  2001    345005      8686     63249    206800     44012    945023    933390      8.95     10.54
113.20/113.29	c  S st  2090    357391      8686     63249    206800     31682    945023    593983      8.97   no data
113.20/113.29	c  S st  2090    357894      8686     63249    206800     32182    945023    609178      8.97   no data
113.20/113.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
113.20/113.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 35.2M T:  0.81
113.20/113.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
113.20/113.29	c bin-w-bin subsume rem            0 bins  time:  0.01 s
113.20/113.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
113.20/113.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.03 s
113.20/113.29	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
113.20/113.29	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
113.20/113.29	c subs with bin:      971  lits-rem:        73  v-fix:    0  time:  0.64 s
113.20/113.29	c lits-rem:       241  cl-subs:      744  v-elim:      0  v-fix:    0  time:  0.14 s
113.20/113.29	c vivif2 --  cl tried    63249 cl shrink        0 lits rem          0 time: 0.02
113.20/113.29	c vivif2 --  cl tried    30467 cl shrink        0 lits rem          0 time: 0.03
113.20/113.29	c asymm  cl-useful: 0/1720/63249 lits-rem:0 time: 0.06
113.20/113.29	c calculated reachability. Time: 0.00
113.20/113.29	c  N dy  2090    357894      8686     63249    206800     30467    945023    592215      8.97   no data
113.20/113.29	c  N dy  2207    377994      8686     63249    206802     50155    945023   1127474      8.99      9.54
113.20/113.29	c  N dy  2321    398005      8686     63249    206804     44229    945023    903179      9.01     10.15
113.20/113.29	c  N dy  2476    418099      8686     63249    206806     37539    945023    768050      9.07     10.55
118.39/118.49	c  N dy  2613    438161      8686     63249    206809     29789    945023    517113      9.10      9.70
124.39/124.46	c  N dy  2756    458270      8686     63249    206809     49561    945023   1083736      9.14      9.71
130.49/130.59	c  N dy  2895    478331      8686     63249    206809     40823    945023    811672      9.18      9.66
136.80/136.81	c  N dy  3014    499602      8686     63249    206811     32226    945023    528383      9.19      9.73
142.29/142.32	c  N dy  3138    519934      8686     63249    206813     52159    945023   1083899      9.21      9.80
147.10/147.17	c  S st  3247    536842      8686     63249    206815     38358    945023    696766      9.23   no data
147.31/147.39	c  S st  3247    537344      8686     63249    206815     38859    945023    711488      9.23   no data
147.31/147.40	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
148.20/148.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      9 BRemL:      0 BRemN:      0 P: 36.1M T:  0.85
148.20/148.27	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
148.20/148.29	c bin-w-bin subsume rem            0 bins  time:  0.02 s
148.51/148.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
148.51/148.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.02 s
148.51/148.57	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
148.59/148.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
149.29/149.33	c subs with bin:     1033  lits-rem:        83  v-fix:    0  time:  0.70 s
149.50/149.51	c lits-rem:       262  cl-subs:      509  v-elim:      0  v-fix:    0  time:  0.16 s
149.50/149.52	c vivif2 --  cl tried    63249 cl shrink        0 lits rem          0 time: 0.02
149.50/149.55	c vivif2 --  cl tried    37317 cl shrink        0 lits rem          0 time: 0.03
149.69/149.77	c asymm  cl-useful: 0/6983/63249 lits-rem:0 time: 0.22
149.69/149.78	c calculated reachability. Time: 0.00
149.69/149.78	c  N dy  3247    537344      8686     63249    206824     37317    945023    695557      9.23   no data
155.39/155.46	c  N dy  3361    557660      8686     63249    206825     57259    945023   1252567      9.24      9.77
161.60/161.66	c  N dy  3503    577691      8686     63249    206826     45493    945023    893707      9.26      9.92
168.20/168.24	c  N dy  3632    597804      8686     63249    206828     32863    945023    522086      9.28      9.78
174.39/174.44	c  N dy  3759    617861      8686     63249    206829     52487    945023   1068958      9.30     11.20
180.49/180.58	c  N dy  3868    638372      8686     63249    206831     39222    945023    663857      9.31      9.81
186.60/186.60	c  N dy  3981    658493      8686     63249    206834     58899    945023   1198746      9.31      9.88
193.00/193.08	c  N dy  4125    678746      8686     63249    206835     44544    945023    804852      9.34      9.83
199.10/199.13	c  N dy  4258    698770      8686     63249    206836     64195    945023   1367953      9.35     10.61
205.39/205.47	c  N dy  4386    719375      8686     63249    206837     49142    945023    924963      9.37      9.88
211.99/212.06	c  N dy  4493    739600      8686     63249    206838     68975    945023   1472822      9.38      9.91
218.19/218.28	c  N dy  4615    759637      8686     63249    206839     52328    945023   1002401      9.40      9.93
224.40/224.47	c  N dy  4721    779827      8686     63249    206842     72001    945023   1507483      9.40      9.98
230.59/230.66	c  N dy  4833    799909      8686     63249    206842     54470    945023   1011105      9.41     11.13
232.59/232.63	c  S st  4874    806017      8686     63249    206842     60474    945023   1201248      9.41   no data
232.89/232.90	c  S st  4874    806522      8686     63249    206842     60972    945023   1220559      9.41   no data
232.89/232.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
233.89/233.92	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     15 BRemL:      0 BRemN:      0 P: 38.8M T:  1.01
233.89/233.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
233.89/233.96	c bin-w-bin subsume rem            0 bins  time:  0.01 s
234.20/234.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
234.20/234.22	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.03 s
234.20/234.25	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
234.20/234.28	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
235.70/235.71	c subs with bin:     1273  lits-rem:       330  v-fix:    0  time:  1.39 s
236.40/236.42	c lits-rem:       361  cl-subs:     1509  v-elim:      0  v-fix:    0  time:  0.69 s
236.40/236.44	c vivif2 --  cl tried    63249 cl shrink        0 lits rem          0 time: 0.02
236.40/236.50	c vivif2 --  cl tried    58190 cl shrink      208 lits rem        451 time: 0.06
236.69/236.76	c asymm  cl-useful: 0/7279/63249 lits-rem:0 time: 0.26
236.69/236.77	c calculated reachability. Time: 0.00
236.69/236.77	c  N dy  4874    806522      8686     63249    206857     58190    945023   1188495      9.41   no data
244.80/244.83	c  N dy  4988    830619      8686     63249    206857     43530    945023    682892      9.41      9.93
250.99/251.01	c  N dy  5109    850747      8686     63249    206859     63213    945023   1238494      9.42      9.95
257.19/257.29	c  N dy  5197    870798      8686     63249    206862     43662    945023    685495      9.41     10.02
263.49/263.57	c  N dy  5342    890816      8686     63249    206862     63364    945023   1272414      9.44     10.96
270.69/270.73	c  N dy  5466    910993      8686     63249    206864     43041    945023    668181      9.45     10.04
277.21/277.25	c  N dy  5599    931367      8686     63249    206867     62990    945023   1236383      9.46     10.09
284.39/284.43	c  N dy  5737    951454      8686     63249    206868     41511    945023    608928      9.48     10.09
290.49/290.53	c  N dy  5858    971538      8686     63249    206868     61257    945023   1158584      9.49     10.13
297.89/297.99	c  N dy  5984    992145      8686     63249    206870     81472    945023   1730809      9.50     10.27
304.71/304.74	c  N dy  6122   1012191      8686     63249    206872     58988    945023   1094368      9.51     10.09
311.59/311.66	c  N dy  6241   1032206      8686     63249    206873     78549    945023   1640106      9.52     10.33
318.59/318.68	c  N dy  6374   1052301      8686     63249    206873     55184    945023    976215      9.54     11.38
325.10/325.13	c  F st  6462   1071877      8686     63249    206875     74266    945023   1463589      9.53   no data
325.40/325.44	c  N st  6464   1072503      8686     63249    206875     74886    945023   1481465      9.53   no data
332.29/332.33	c  N dy  6551   1092530      8686     63249    206875     50454    945023    819460      9.54     11.20
338.80/338.83	c  N dy  6658   1112877      8686     63249    206875     70410    945023   1383781      9.54     10.07
345.90/345.94	c  N dy  6776   1132990      8686     63249    206875     90150    945023   1941816      9.55     10.14
352.09/352.10	c  N dy  6885   1153089      8686     63249    206876     64741    945023   1176049      9.56     10.44
358.09/358.12	c  N dy  6972   1173102      8686     63249    206879     84303    945023   1700593      9.55     10.21
364.99/365.04	c  N dy  7089   1193391      8686     63249    206880     58091    945023    975486      9.56     10.11
370.60/370.67	c  S st  7199   1209787      8686     63249    206881     74211    945023   1446899      9.57   no data
370.89/370.92	c  S st  7199   1210291      8686     63249    206881     74713    945023   1460256      9.57   no data
370.89/370.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
371.99/372.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      3 BRemL:      0 BRemN:      0 P: 41.1M T:  1.09
371.99/372.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
371.99/372.05	c bin-w-bin subsume rem            0 bins  time:  0.01 s
372.19/372.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.23 s
372.29/372.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.03 s
372.29/372.34	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
372.29/372.38	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
373.79/373.82	c subs with bin:     1374  lits-rem:       162  v-fix:    0  time:  1.39 s
374.69/374.76	c lits-rem:       432  cl-subs:     1642  v-elim:      0  v-fix:    0  time:  0.93 s
374.69/374.78	c vivif2 --  cl tried    63249 cl shrink        0 lits rem          0 time: 0.02
374.79/374.85	c vivif2 --  cl tried    71697 cl shrink      172 lits rem        361 time: 0.06
375.11/375.12	c asymm  cl-useful: 0/6728/63249 lits-rem:0 time: 0.27
375.11/375.13	c calculated reachability. Time: 0.00
375.11/375.13	c  N dy  7199   1210291      8686     63249    206884     71697    945023   1424104      9.57   no data
383.19/383.24	c  N dy  7324   1230389      8686     63249    206884     91456    945023   1989197      9.58     12.55
390.19/390.25	c  N dy  7466   1250470      8686     63249    206884     64152    945023   1190766      9.59     11.48
396.69/396.70	c  N dy  7564   1272031      8686     63249    206885     85125    945023   1737718      9.59     10.15
404.20/404.24	c  N dy  7699   1292227      8686     63249    206885     56997    945023    942404      9.60     10.12
411.19/411.25	c  N dy  7827   1312234      8686     63249    206885     76669    945023   1518803      9.61     10.60
418.79/418.84	c  N dy  7890   1332426      8686     63249    206886     96302    945023   1998927      9.60     10.19
425.61/425.67	c  N dy  8007   1352500      8686     63249    206887     67012    945023   1177163      9.60     10.11
433.19/433.23	c  N dy  8124   1372557      8686     63249    206887     86677    945023   1740209      9.61     10.75
441.01/441.04	c  N dy  8260   1392974      8686     63249    206887     56745    945023    894657      9.62     10.61
447.89/447.98	c  N dy  8376   1413251      8686     63249    206887     76689    945023   1458382      9.62     10.15
456.40/456.41	c  N dy  8496   1433345      8686     63249    206887     96422    945023   2009576      9.62     10.58
463.29/463.37	c  N dy  8621   1453401      8686     63249    206887     65082    945023   1121981      9.63     10.17
470.60/470.63	c  N dy  8743   1473426      8686     63249    206887     84755    945023   1704987      9.64     10.31
479.29/479.35	c  N dy  8843   1493672      8686     63249    206888     52566    945023    743914      9.64     10.18
486.69/486.76	c  N dy  8927   1513700      8686     63249    206889     72115    945023   1243266      9.64     12.06
494.69/494.78	c  N dy  9058   1533804      8686     63249    206889     91909    945023   1812165      9.64     10.19
502.09/502.18	c  N dy  9168   1554732      8686     63249    206890     59431    945023    911100      9.65     10.21
510.00/510.01	c  N dy  9259   1574805      8686     63249    206891     79053    945023   1444278      9.64     10.23
518.20/518.29	c  N dy  9357   1594997      8686     63249    206891     98840    945023   1988272      9.65     10.16
525.39/525.49	c  N dy  9460   1615023      8686     63249    206892     64643    945023   1059766      9.65     11.99
533.09/533.11	c  N dy  9598   1635312      8686     63249    206892     84549    945023   1633592      9.65     10.26
540.60/540.68	c  N dy  9729   1655315      8686     63249    206893    104179    945023   2183483      9.66     12.17
547.81/547.86	c  N dy  9853   1675654      8686     63249    206893     69245    945023   1179409      9.67     10.22
555.51/555.51	c  N dy  9955   1696321      8686     63249    206893     89484    945023   1717122      9.67     10.25
561.01/561.04	c  S st 10033   1710291      8686     63249    206893    103120    945023   2078452      9.67   no data
561.30/561.38	c  S st 10033   1710794      8686     63249    206893    103620    945023   2093408      9.67   no data
561.30/561.39	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
562.60/562.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 43.3M T:  1.25
562.60/562.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
562.60/562.68	c bin-w-bin subsume rem            0 bins  time:  0.01 s
562.90/562.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
562.90/562.94	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.03 s
562.90/562.97	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
563.00/563.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
564.50/564.53	c subs with bin:      894  lits-rem:        59  v-fix:    0  time:  1.44 s
566.70/566.76	c lits-rem:       836  cl-subs:     3833  v-elim:      0  v-fix:    0  time:  2.21 s
566.70/566.78	c vivif2 --  cl tried    63249 cl shrink        0 lits rem          0 time: 0.02
566.80/566.87	c vivif2 --  cl tried    98893 cl shrink      131 lits rem        197 time: 0.09
567.10/567.15	c asymm  cl-useful: 0/5191/63249 lits-rem:0 time: 0.28
567.10/567.17	c calculated reachability. Time: 0.00
567.10/567.17	c  N dy 10033   1710794      8686     63249    206893     98893    945023   2031183      9.67   no data
575.20/575.31	c  N dy 10148   1730929      8686     63249    206893     62815    945023    982120      9.68     10.32
582.80/582.80	c  N dy 10270   1751453      8686     63249    206893     83000    945023   1566450      9.68     10.25
590.61/590.66	c  N dy 10377   1771691      8686     63249    206894    102764    945023   2107957      9.68     10.22
598.31/598.35	c  N dy 10484   1791695      8686     63249    206895     65541    945023   1026910      9.69     11.05
605.60/605.63	c  N dy 10590   1812098      8686     63249    206897     85516    945023   1568526      9.69     10.33
613.71/613.71	c  N dy 10702   1832530      8686     63249    206898    105562    945023   2128041      9.69     10.27
621.41/621.46	c  N dy 10800   1852617      8686     63249    206898     67442    945023   1078900      9.69     11.47
628.70/628.71	c  N dy 10907   1872895      8686     63249    206898     87325    945023   1617845      9.69     10.23
636.69/636.71	c  N dy 11009   1893207      8686     63249    206899    107263    945023   2159849      9.70     10.22
645.20/645.20	c  N dy 11120   1913257      8686     63249    206899     68129    945023   1095376      9.70     10.44
652.40/652.43	c  N dy 11215   1933389      8686     63249    206899     87834    945023   1638512      9.70     10.29
660.10/660.11	c  N dy 11293   1953463      8686     63249    206899    107478    945023   2174586      9.70     10.23
667.60/667.69	c  N dy 11404   1973471      8686     63249    206899     67292    945023   1047176      9.70     10.62
676.52/676.55	c  N dy 11521   1997306      8686     63249    206899     90668    945023   1703098      9.70     10.24
684.90/684.95	c  N dy 11645   2017334      8686     63249    206899    110338    945023   2282911      9.71     13.77
693.40/693.50	c  N dy 11779   2037357      8686     63249    206899     69189    945023   1082456      9.72     10.26
700.50/700.53	c  N dy 11887   2057390      8686     63249    206900     88888    945023   1649394      9.72     11.78
709.80/709.87	c  N dy 11999   2077989      8686     63249    206901    109108    945023   2220750      9.72     10.26
718.40/718.43	c  N dy 12110   2098513      8686     63249    206901     67392    945023   1012510      9.72     10.24
725.20/725.24	c  N dy 12219   2118584      8686     63249    206902     87053    945023   1572036      9.73     10.51
733.71/733.74	c  N dy 12335   2138650      8686     63249    206903    106752    945023   2116786      9.73     10.33
742.30/742.37	c  N dy 12439   2158764      8686     63249    206904     63683    945023    893617      9.73     10.33
749.80/749.89	c  N dy 12562   2178879      8686     63249    206904     83450    945023   1460388      9.73     10.44
758.10/758.11	c  N dy 12661   2198973      8686     63249    206904    103110    945023   1986134      9.74     12.44
763.10/763.13	c  S st 12735   2210794      8686     63249    206904    114719    945023   2327279      9.74   no data
763.41/763.48	c  S st 12735   2211295      8686     63249    206904    115218    945023   2345182      9.74   no data
763.50/763.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
764.80/764.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 45.8M T:  1.37
764.80/764.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
764.90/764.90	c bin-w-bin subsume rem            0 bins  time:  0.01 s
765.10/765.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
765.10/765.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.03 s
765.10/765.19	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
765.20/765.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
766.71/766.73	c subs with bin:      210  lits-rem:         1  v-fix:    0  time:  1.41 s
769.40/769.42	c lits-rem:       928  cl-subs:     3338  v-elim:      0  v-fix:    0  time:  2.67 s
769.40/769.43	c vivif2 --  cl tried    63249 cl shrink        0 lits rem          0 time: 0.02
769.50/769.55	c vivif2 --  cl tried   111670 cl shrink      189 lits rem        385 time: 0.11
769.80/769.83	c asymm  cl-useful: 0/4774/63249 lits-rem:0 time: 0.28
769.80/769.84	c calculated reachability. Time: 0.00
769.80/769.84	c  N dy 12735   2211295      8686     63249    206904    111670    945023   2294989      9.74   no data
779.10/779.18	c  N dy 12846   2231373      8686     63249    206904     67664    945023   1004319      9.74     10.42
786.60/786.64	c  N dy 12950   2251499      8686     63249    206904     87362    945023   1546010      9.74     10.34
794.70/794.72	c  N dy 13045   2271546      8686     63249    206904    107052    945023   2089288      9.74     12.40
804.51/804.51	c  N dy 13174   2291617      8686     63249    206906    126722    945023   2651385      9.75     10.32
812.10/812.18	c  N dy 13276   2311928      8686     63249    206906     81955    945023   1401161      9.75     10.31
820.90/820.94	c  N dy 13341   2332057      8686     63249    206906    101541    945023   1915256      9.75     10.32
829.71/829.78	c  N dy 13442   2352094      8686     63249    206907    121235    945023   2475238      9.75     10.28
839.10/839.18	c  N dy 13556   2373489      8686     63249    206907     76553    945023   1202983      9.75     10.35
847.70/847.75	c  N dy 13620   2393643      8686     63249    206907     96282    945023   1695227      9.75     10.37
856.81/856.82	c  N dy 13737   2413722      8686     63249    206907    116005    945023   2247872      9.75     12.22
866.01/866.06	c  N dy 13832   2433769      8686     63249    206907     69015    945023   1000192      9.75     10.36
874.00/874.03	c  N dy 13967   2454530      8686     63249    206908     89385    945023   1580248      9.75     10.27
882.11/882.17	c  N dy 14081   2474587      8686     63249    206909    109076    945023   2152194      9.76     11.98
892.11/892.13	c  N dy 14203   2494673      8686     63249    206909    128823    945023   2724796      9.76     10.50
900.40/900.43	c  N dy 14314   2514766      8686     63249    206911     80771    945023   1296969      9.76     10.92
908.51/908.58	c  N dy 14380   2534802      8686     63249    206912    100228    945023   1792868      9.76     12.33
917.42/917.48	c  N dy 14483   2554902      8686     63249    206915    119894    945023   2332805      9.76     13.77
926.70/926.79	c  N dy 14592   2574970      8686     63249    206915     71090    945023   1025619      9.76     10.29
934.51/934.53	c  N dy 14679   2595334      8686     63249    206916     91106    945023   1574491      9.76     10.55
942.72/942.77	c  N dy 14787   2615479      8686     63249    206917    110894    945023   2126778      9.76     10.38
951.42/951.41	c  N dy 14886   2635525      8686     63249    206918    130484    945023   2670586      9.76     10.67
959.61/959.65	c  N dy 14988   2655803      8686     63249    206918     80813    945023   1287377      9.76     10.35
969.91/969.99	c  N dy 15053   2679685      8686     63249    206919    104003    945023   1836471      9.75     10.27
978.31/978.33	c  N dy 15153   2700112      8686     63249    206919    124047    945023   2395600      9.76     10.29
983.42/983.50	c  S st 15218   2711295      8686     63249    206919    135023    945023   2690466      9.76      8.25
983.81/983.86	c  S st 15218   2711797      8686     63249    206919    135522    945023   2708232      9.76   no data
983.81/983.88	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
985.31/985.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 47.8M T:  1.48
985.31/985.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
985.31/985.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
985.62/985.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
985.62/985.67	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.03 s
985.62/985.69	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
985.71/985.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
987.40/987.48	c subs with bin:     4617  lits-rem:       173  v-fix:    0  time:  1.64 s
989.91/989.97	c lits-rem:       829  cl-subs:     3860  v-elim:      0  v-fix:    0  time:  2.48 s
989.91/989.99	c vivif2 --  cl tried    63249 cl shrink        0 lits rem          0 time: 0.02
990.10/990.11	c vivif2 --  cl tried   127045 cl shrink      363 lits rem        742 time: 0.12
990.40/990.40	c asymm  cl-useful: 0/4671/63249 lits-rem:0 time: 0.28
990.40/990.41	c calculated reachability. Time: 0.00
990.40/990.41	c  N dy 15218   2711797      8686     63249    206919    127045    945023   2581336      9.76   no data
999.92/999.98	c  N dy 15333   2731858      8686     63249    206919     76310    945023   1139394      9.76     10.51
1007.01/1007.09	c  N dy 15429   2752343      8686     63249    206920     96319    945023   1685637      9.76     10.39
1016.10/1016.11	c  N dy 15544   2772405      8686     63249    206920    116078    945023   2263741      9.76     10.32
1025.22/1025.22	c  N dy 15651   2792413      8686     63249    206922    135611    945023   2814523      9.76     13.26
1033.40/1033.44	c  N dy 15750   2813156      8686     63249    206922     84441    945023   1348370      9.76     10.47
1041.62/1041.61	c  N dy 15844   2833659      8686     63249    206923    104550    945023   1927632      9.76     10.28
1050.80/1050.81	c  N dy 15935   2854831      8686     63249    206923    125249    945023   2484896      9.76     10.50
1060.51/1060.54	c  N dy 16046   2875252      8686     63249    206923     72839    945023   1023124      9.76     10.28
1067.61/1067.67	c  N dy 16156   2895340      8686     63249    206924     92508    945023   1562849      9.77     13.69
1077.10/1077.16	c  N dy 16242   2919839      8686     63249    206924    116345    945023   2129445      9.76     10.28
1086.40/1086.44	c  N dy 16335   2940049      8686     63249    206924    136167    945023   2683233      9.76     10.67
1094.42/1094.49	c  N dy 16424   2960515      8686     63249    206924     82874    945023   1289460      9.76     10.28
1102.81/1102.80	c  N dy 16536   2980609      8686     63249    206925    102595    945023   1829248      9.76     10.42
1110.92/1110.91	c  N dy 16636   3000709      8686     63249    206925    122191    945023   2351633      9.76     12.77
1120.01/1120.07	c  N dy 16710   3020731      8686     63249    206925    141648    945023   2843663      9.76     10.50
1128.30/1128.37	c  N dy 16800   3040752      8686     63249    206926     86933    945023   1369367      9.76     10.28
1136.91/1136.99	c  N dy 16916   3060997      8686     63249    206926    106850    945023   1941260      9.77     10.32
1144.61/1144.63	c  N dy 16996   3081027      8686     63249    206927    126419    945023   2457837      9.76     10.30
1154.31/1154.31	c  N dy 17105   3101219      8686     63249    206927    146215    945023   2991231      9.76     10.28
1163.21/1163.26	c  N dy 17218   3121554      8686     63249    206928     90816    945023   1502718      9.77     10.31
1171.21/1171.24	c  N dy 17304   3141867      8686     63249    206929    110632    945023   2018487      9.77     10.28
1180.22/1180.21	c  N dy 17401   3161918      8686     63249    206930    130234    945023   2560563      9.77     11.31
1188.71/1188.75	c  N dy 17492   3182116      8686     63249    206931    150016    945023   3092402      9.77     10.41
1197.31/1197.32	c  N dy 17612   3202131      8686     63249    206931     93346    945023   1561826      9.77     10.46
1201.01/1201.09	c  S st 17656   3211797      8686     63249    206931    102829    945023   1832509      9.77   no data
1201.41/1201.42	c  S st 17656   3212298      8686     63249    206931    103326    945023   1847554      9.77   no data
1201.41/1201.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1202.71/1202.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P: 43.9M T:  1.30
1202.71/1202.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1202.71/1202.77	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1203.00/1203.01	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.25 s
1203.00/1203.04	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   8686 time:  0.03 s
1203.00/1203.07	c Removed useless bin:       0  fixed:     0  props:   1.06M  time:  0.02 s
1203.10/1203.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
1204.60/1204.60	c subs with bin:      765  lits-rem:        90  v-fix:    0  time:  1.43 s
1205.51/1205.61	c lits-rem:       601  cl-subs:     2125  v-elim:      0  v-fix:    0  time:  0.99 s
1205.62/1205.63	c vivif2 --  cl tried    63249 cl shrink        0 lits rem          0 time: 0.02
1205.70/1205.71	c vivif2 --  cl tried   100436 cl shrink      219 lits rem        279 time: 0.09
1205.90/1205.98	c asymm  cl-useful: 0/4934/63249 lits-rem:0 time: 0.27
1205.90/1205.99	c calculated reachability. Time: 0.00
1205.90/1205.99	c  N dy 17656   3212298      8686     63249    206931    100436    945023   1815309      9.77   no data
1215.01/1215.01	c  N dy 17764   3232997      8686     63249    206931    120781    945023   2404958      9.77     10.31
1224.41/1224.45	c  N dy 17884   3253543      8686     63249    206932    140890    945023   2978072      9.77     10.34
1233.71/1233.73	c  N dy 17982   3273629      8686     63249    206932     83149    945023   1236727      9.77     13.56
1241.82/1241.86	c  N dy 18063   3294155      8686     63249    206932    103235    945023   1758555      9.77     10.30
1250.62/1250.69	c  N dy 18160   3314709      8686     63249    206932    123419    945023   2327311      9.77     10.31
1260.01/1260.05	c  N dy 18256   3334794      8686     63249    206932    142987    945023   2856631      9.77     10.70
1269.61/1269.63	c  N dy 18380   3354884      8686     63249    206932     84341    945023   1270665      9.78     10.66
1278.12/1278.14	c  N dy 18484   3375594      8686     63249    206932    104566    945023   1803546      9.78     10.34
1286.51/1286.52	c  N dy 18564   3395725      8686     63249    206933    124264    945023   2338851      9.78     10.34
1296.11/1296.11	c  N dy 18666   3415739      8686     63249    206933    143859    945023   2870670      9.78     11.49

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.69 3.98 3.98 6/410 27879
/proc/meminfo: memFree=24415240/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=33404 CPUtime=0 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 1700 0 0 0 0 0 0 0 21 0 1 0 651167700 34205696 1414 33554432000 4194304 4580011 140737419202336 18446744073709551615 242970211013 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 8351 1414 324 95 0 3333 0

[startup+0.0603679 s]
/proc/loadavg: 3.69 3.98 3.98 6/410 27879
/proc/meminfo: memFree=24415240/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=38024 CPUtime=0.05 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 2838 0 0 0 5 0 0 0 21 0 1 0 651167700 38936576 2552 33554432000 4194304 4580011 140737419202336 18446744073709551615 242970211013 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 9506 2553 324 95 0 4488 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38024

[startup+0.100325 s]
/proc/loadavg: 3.69 3.98 3.98 6/410 27879
/proc/meminfo: memFree=24415240/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=40964 CPUtime=0.09 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 3611 0 0 0 9 0 0 0 21 0 1 0 651167700 41947136 3325 33554432000 4194304 4580011 140737419202336 18446744073709551615 242970211013 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 10241 3326 340 95 0 5223 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40964

[startup+0.300314 s]
/proc/loadavg: 3.69 3.98 3.98 6/410 27879
/proc/meminfo: memFree=24415240/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=48508 CPUtime=0.29 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 5763 0 0 0 28 1 0 0 22 0 1 0 651167700 49672192 5477 33554432000 4194304 4580011 140737419202336 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 12127 5478 354 95 0 7109 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 48508

[startup+0.70024 s]
/proc/loadavg: 3.69 3.98 3.98 6/410 27879
/proc/meminfo: memFree=24415240/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=62084 CPUtime=0.69 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 10471 0 0 0 67 2 0 0 23 0 1 0 651167700 63574016 9250 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 15521 9250 364 95 0 10503 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62084

[startup+1.50111 s]
/proc/loadavg: 3.95 4.03 4.00 7/411 27880
/proc/meminfo: memFree=24374496/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=62496 CPUtime=1.49 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 10717 0 0 0 147 2 0 0 25 0 1 0 651167700 63995904 9496 33554432000 4194304 4580011 140737419202336 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 15624 9496 364 95 0 10606 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 62496

[startup+3.10085 s]
/proc/loadavg: 3.95 4.03 4.00 5/406 27883
/proc/meminfo: memFree=24386376/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=63068 CPUtime=3.09 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 11074 0 0 0 307 2 0 0 25 0 1 0 651167700 64581632 9853 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294417 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 15767 9853 364 95 0 10749 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 63068

[startup+6.30026 s]
/proc/loadavg: 3.95 4.03 4.00 4/407 27896
/proc/meminfo: memFree=24378112/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=79676 CPUtime=6.28 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 13211 0 0 0 626 2 0 0 25 0 1 0 651167700 81588224 10816 33554432000 4194304 4580011 140737419202336 18446744073709551615 4490357 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 19919 10816 368 95 0 14901 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 79676

[startup+12.7012 s]
/proc/loadavg: 4.04 4.05 4.01 5/411 27907
/proc/meminfo: memFree=24307600/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=79908 CPUtime=12.69 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 15790 0 0 0 1266 3 0 0 25 0 1 0 651167700 81825792 12147 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 19977 12147 368 95 0 14959 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79908

[startup+25.501 s]
/proc/loadavg: 4.11 4.06 4.01 5/411 27908
/proc/meminfo: memFree=24289168/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=80372 CPUtime=25.49 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 19024 0 0 0 2546 3 0 0 25 0 1 0 651167700 82300928 12468 33554432000 4194304 4580011 140737419202336 18446744073709551615 4412536 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 20093 12468 368 95 0 15075 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 80372

[startup+51.1006 s]
/proc/loadavg: 4.07 4.06 4.01 5/411 27934
/proc/meminfo: memFree=24213552/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=83652 CPUtime=51.09 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 27285 0 0 0 5103 6 0 0 25 0 1 0 651167700 85659648 14101 33554432000 4194304 4580011 140737419202336 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 20913 14101 368 95 0 15895 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 83652

[startup+102.316 s]
/proc/loadavg: 5.39 4.37 4.11 3/403 27978
/proc/meminfo: memFree=23695796/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=89604 CPUtime=102.31 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 42647 0 0 0 10222 9 0 0 25 0 1 0 651167700 91754496 15130 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294413 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 22401 15130 368 95 0 17383 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 89604

[startup+162.3 s]
/proc/loadavg: 6.78 4.95 4.32 5/411 27989
/proc/meminfo: memFree=21285272/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=93264 CPUtime=162.29 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 56769 0 0 0 16207 22 0 0 25 0 1 0 651167700 95502336 16429 33554432000 4194304 4580011 140737419202336 18446744073709551615 4295703 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 23316 16429 368 95 0 18298 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 93264

[startup+222.301 s]
/proc/loadavg: 6.40 5.22 4.46 5/411 27991
/proc/meminfo: memFree=21234148/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=94136 CPUtime=222.29 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 69161 0 0 0 22202 27 0 0 25 0 1 0 651167700 96395264 16937 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 23534 16937 368 95 0 18516 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 94136

[startup+282.301 s]
/proc/loadavg: 4.92 5.01 4.43 5/411 27993
/proc/meminfo: memFree=20674428/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=107140 CPUtime=282.29 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 82791 0 0 0 28198 31 0 0 25 0 1 0 651167700 109711360 20263 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 26785 20263 368 95 0 21767 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 107140

[startup+342.3 s]
/proc/loadavg: 4.34 4.82 4.40 5/411 27994
/proc/meminfo: memFree=19840464/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=107396 CPUtime=342.3 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 93820 0 0 0 34195 35 0 0 25 0 1 0 651167700 109973504 20316 33554432000 4194304 4580011 140737419202336 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 26849 20316 368 95 0 21831 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 107396

[startup+402.301 s]
/proc/loadavg: 4.32 4.73 4.39 5/411 28005
/proc/meminfo: memFree=19398244/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=115260 CPUtime=402.3 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 106239 0 0 0 40192 38 0 0 25 0 1 0 651167700 118026240 20948 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294324 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 28815 20948 368 95 0 23797 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 115260

[startup+462.301 s]
/proc/loadavg: 4.15 4.61 4.37 5/411 28006
/proc/meminfo: memFree=18555220/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=115456 CPUtime=462.29 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 115730 0 0 0 46188 41 0 0 25 0 1 0 651167700 118226944 21238 33554432000 4194304 4580011 140737419202336 18446744073709551615 4293276 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 28864 21238 368 95 0 23846 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 115456

[startup+522.3 s]
/proc/loadavg: 4.09 4.51 4.35 5/411 28008
/proc/meminfo: memFree=17861556/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=115644 CPUtime=522.29 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 125053 0 0 0 52185 44 0 0 25 0 1 0 651167700 118419456 20999 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 28911 20999 368 95 0 23893 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 115644

[startup+582.301 s]
/proc/loadavg: 4.17 4.45 4.34 5/411 28010
/proc/meminfo: memFree=17350204/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=131456 CPUtime=582.29 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 136404 0 0 0 58182 47 0 0 25 0 1 0 651167700 134610944 25565 33554432000 4194304 4580011 140737419202336 18446744073709551615 4323523 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 32864 25565 368 95 0 27846 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 131456

[startup+642.301 s]
/proc/loadavg: 4.06 4.36 4.31 5/411 28011
/proc/meminfo: memFree=17207900/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=131656 CPUtime=642.31 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 145940 0 0 0 64180 51 0 0 25 0 1 0 651167700 134815744 24845 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 32914 24845 368 95 0 27896 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 131656

[startup+702.301 s]
/proc/loadavg: 4.02 4.29 4.29 5/411 28016
/proc/meminfo: memFree=16662960/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=131804 CPUtime=702.3 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 154105 0 0 0 70177 53 0 0 25 0 1 0 651167700 134967296 25857 33554432000 4194304 4580011 140737419202336 18446744073709551615 4295644 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 32951 25857 368 95 0 27933 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 131804

[startup+762.315 s]
/proc/loadavg: 4.01 4.24 4.27 5/411 28017
/proc/meminfo: memFree=16543664/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=131940 CPUtime=762.31 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 161945 0 0 0 76176 55 0 0 25 0 1 0 651167700 135106560 26409 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 32985 26409 368 95 0 27967 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 131940

[startup+822.301 s]
/proc/loadavg: 4.06 4.21 4.26 5/411 28019
/proc/meminfo: memFree=16132632/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=140788 CPUtime=822.3 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 171323 0 0 0 82172 58 0 0 25 0 1 0 651167700 144166912 28176 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 35197 28176 377 95 0 30179 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 140788

[startup+882.301 s]
/proc/loadavg: 4.07 4.18 4.24 5/411 28021
/proc/meminfo: memFree=15539904/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=140936 CPUtime=882.3 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 179027 0 0 0 88170 60 0 0 25 0 1 0 651167700 144318464 28333 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 35234 28333 371 95 0 30216 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 140936

[startup+942.3 s]
/proc/loadavg: 4.02 4.15 4.23 5/411 28022
/proc/meminfo: memFree=15554828/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=141072 CPUtime=942.31 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 186776 0 0 0 94168 63 0 0 25 0 1 0 651167700 144457728 28271 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294335 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 35268 28271 371 95 0 30250 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 141072

[startup+1002.3 s]
/proc/loadavg: 4.08 4.15 4.22 5/411 28024
/proc/meminfo: memFree=15228764/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=150204 CPUtime=1002.3 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 196142 0 0 0 100166 64 0 0 25 0 1 0 651167700 153808896 29492 33554432000 4194304 4580011 140737419202336 18446744073709551615 4316597 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 37551 29492 368 95 0 32533 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 150204

[startup+1062.3 s]
/proc/loadavg: 4.11 4.14 4.21 5/411 28025
/proc/meminfo: memFree=15215516/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=150356 CPUtime=1062.31 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 204118 0 0 0 106163 68 0 0 25 0 1 0 651167700 153964544 29316 33554432000 4194304 4580011 140737419202336 18446744073709551615 4322512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 37589 29316 368 95 0 32571 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 150356

[startup+1122.3 s]
/proc/loadavg: 4.08 4.13 4.20 5/411 28027
/proc/meminfo: memFree=14731420/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=150424 CPUtime=1122.31 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 210125 0 0 0 112162 69 0 0 25 0 1 0 651167700 154034176 31285 33554432000 4194304 4580011 140737419202336 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 37606 31285 368 95 0 32588 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 150424

[startup+1182.3 s]
/proc/loadavg: 3.50 3.96 4.14 4/405 28046
/proc/meminfo: memFree=19460632/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=150588 CPUtime=1182.31 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 218114 0 0 0 118158 73 0 0 25 0 1 0 651167700 154202112 30973 33554432000 4194304 4580011 140737419202336 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 37647 30973 368 95 0 32629 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 150588

[startup+1242.3 s]
/proc/loadavg: 3.21 3.80 4.07 4/405 28047
/proc/meminfo: memFree=19422052/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=150800 CPUtime=1242.31 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 226152 0 0 0 124155 76 0 0 25 0 1 0 651167700 154419200 30261 33554432000 4194304 4580011 140737419202336 18446744073709551615 4296072 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 37700 30261 368 95 0 32682 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 150800



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 3.08 3.66 4.00 4/405 28049
/proc/meminfo: memFree=19414116/32951132 swapFree=67093844/67111528
[pid=27879] ppid=27877 vsize=150864 CPUtime=1300.02 cores=0,2
/proc/27879/stat : 27879 (strangenight2-s) R 27877 27879 26847 0 -1 4202496 231862 0 0 0 129925 77 0 0 25 0 1 0 651167700 154484736 31640 33554432000 4194304 4580011 140737419202336 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/27879/statm: 37716 31640 368 95 0 32698 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 150864

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.02
CPU time (s): 1300.04
CPU user time (s): 1299.25
CPU system time (s): 0.78688
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 239156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.25
system time used= 0.78688
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 231863
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= 8
involuntary context switches= 1642

runsolver used 5.2392 second user time and 11.7512 second system time

The end

Launcher Data

Begin job on node128 at 2011-05-14 19:54:51
IDJOB=3368421
IDBENCH=88062
IDSOLVER=1845
FILE ID=node128/3368421-1305395690
RUNJOBID= node128-1305395683-27756
PBS_JOBID= 13324420
Free space on /tmp= 73588 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT02/industrial/nam/fpga-routing/k2fix_gr_rcs_w8.shuffled.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368421-1305395690/watcher-3368421-1305395690 -o /tmp/evaluation-result-3368421-1305395690/solver-3368421-1305395690 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368421-1305395690.cnf

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

MD5SUM BENCH= 82e833e539576c6d79252b19dcace0cf
RANDOM SEED=99694899

node128.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.82
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	: 5332.82
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	: 5434.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951132 kB
MemFree:      24415396 kB
Buffers:        259116 kB
Cached:        2663604 kB
SwapCached:       1440 kB
Active:        6185576 kB
Inactive:      2057344 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      24415396 kB
SwapTotal:    67111528 kB
SwapFree:     67093844 kB
Dirty:           26476 kB
Writeback:           0 kB
AnonPages:     5318548 kB
Mapped:          33084 kB
Slab:           189016 kB
PageTables:      38884 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS: 100844944 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73364 MiB
End job on node128 at 2011-05-14 20:16:33