Trace number 3175800

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-Night-1-st? (TO) 1300.04 1300.01

General information on the benchmark

Namerandom/medium/
unif-k7-r89-v70-c6230-S635440951-015.UNKNOWN.cnf
MD5SUM84865a406d2a10d67b7d2a7ac3e327ce
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables70
Number of clauses6230
Sum of the clauses size43610
Maximum clause length7
Minimum clause length7
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 56230

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3175800-1301787562.cnf'
0.00/0.00	c -- header says num vars:             70
0.00/0.00	c -- header says num clauses:        6230
0.00/0.01	c -- clauses added:            0 learnts,         6230 normals,            0 xors
0.00/0.01	c -- vars added         70
0.00/0.01	c Parsing time:  0.00 s
0.00/0.01	c  N st     0         0        70      6230         0         0     43610         0   no data   no data  --
0.09/0.14	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.13
0.09/0.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.00
0.09/0.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
0.09/0.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.09/0.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
0.09/0.16	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.17	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.09/0.17	c calculated reachability. Time: 0.00
0.09/0.17	c Calc default polars -  time:   0.00 s pos:      30 undec:       0 neg:      40
0.09/0.17	c =========================================================================================
0.09/0.17	c types(t): F = full restart, N = normal restart
0.09/0.17	c types(t): S = simplification begin/end, E = solution found
0.09/0.17	c restart types(rt): st = static, dy = dynamic
0.09/0.17	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.17	c  B st     0         0        70      6230         0         0     43610         0   no data   no data  --
0.39/0.45	c  N dy    14      9112        70      6230         0      5978     43610    134839     20.11     21.25  --
0.89/0.98	c  N dy    38     21109        70      6230         0      7798     43610    157145     19.78     20.85  --
1.09/1.17	c  F st    71     25000        70      6230         0     11366     43610    244348     20.14   no data  --
1.09/1.19	c  N st    72     25251        70      6230         0     11601     43610    250166     20.14   no data  --
1.39/1.41	c  N dy    77     30001        70      6230         0      9757     43610    197931     20.14   no data  --
1.39/1.41	c  S st    77     30001        70      6230         0      9757     43610    197931     20.14   no data  --
1.39/1.44	c  S st    77     30503        70      6230         0     10228     43610    209418     20.14   no data  --
1.39/1.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.39/1.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1.39/1.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
1.39/1.45	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.39/1.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.39/1.45	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1.39/1.45	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
2.48/2.50	c lits-rem:      1628  cl-subs:      918  v-elim:      0  v-fix:    0  time:  1.05 s
2.68/2.78	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.27
2.68/2.78	c calculated reachability. Time: 0.00
2.68/2.78	c  N dy    77     30503        70      6230         0      9310     43610    184741     20.14   no data  --
2.98/3.05	c  N dy   108     35202        70      6230         0     13620     43610    289049     20.35     21.45  --
3.19/3.27	c  N dy   124     39665        70      6230         0     10537     43610    199945     20.35     21.42  --
3.58/3.63	c  N dy   152     45755        70      6230         0     16042     43610    332536     20.40     18.84  --
3.58/3.63	c  S st   152     45755        70      6230         0     16042     43610    332536     20.40     18.84  --
3.58/3.67	c  S st   152     46258        70      6230         0      8420     43610    138152     20.40   no data  --
3.58/3.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.58/3.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
3.58/3.67	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
3.58/3.68	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.58/3.68	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.58/3.68	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
3.58/3.68	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.39/4.45	c lits-rem:       107  cl-subs:       37  v-elim:      0  v-fix:    0  time:  0.77 s
4.39/4.45	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
4.39/4.45	c vivif2 --  cl tried     8383 cl shrink        0 lits rem          0 time: 0.00
4.68/4.70	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.25
4.68/4.70	c calculated reachability. Time: 0.00
4.68/4.70	c  N dy   152     46258        70      6230         0      8383     43610    136933     20.40   no data  --
4.89/4.91	c  N dy   158     50810        70      6230         0     12541     43610    236327     20.34     21.47  --
5.09/5.17	c  N dy   184     55045        70      6230         0     16370     43610    328861     20.43     21.58  --
5.50/5.52	c  N dy   187     61492        70      6230         0     13135     43610    236296     20.29     21.42  --
5.69/5.78	c  N dy   208     65515        70      6230         0     16819     43610    325209     20.36     21.49  --
5.99/6.07	c  S st   224     69387        70      6230         0     10372     43610    160255     20.39     20.29  --
6.09/6.10	c  S st   224     69889        70      6230         0     10836     43610    171433     20.39   no data  --
6.09/6.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
6.09/6.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
6.09/6.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.00
6.09/6.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
6.09/6.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
6.09/6.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
6.09/6.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
6.89/6.96	c lits-rem:       328  cl-subs:      146  v-elim:      0  v-fix:    0  time:  0.85 s
6.89/6.96	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
6.89/6.96	c vivif2 --  cl tried    10690 cl shrink        0 lits rem          0 time: 0.00
7.19/7.25	c asymm  cl-useful: 0/6230/6230 lits-rem:0 time: 0.28
7.19/7.25	c calculated reachability. Time: 0.00
7.19/7.25	c  N dy   224     69889        70      6230         0     10690     43610    167437     20.39   no data  --
7.49/7.51	c  N dy   257     74534        70      6230         0     14912     43610    271384     20.50     21.62  --
7.79/7.84	c  N dy   277     79594        70      6230         0     19519     43610    383043     20.54     21.69  --
8.09/8.18	c  N dy   285     84687        70      6230         0     13230     43610    217389     20.52     22.71  --
8.29/8.36	c  F st   299     87502        70      6230         0     15770     43610    278532     20.54     20.33  --
8.49/8.55	c  N st   304     90798        70      6230         0     18757     43610    351375     20.54   no data  --
8.89/8.99	c  N dy   311     96953        70      6230         0     12545     43610    186789     20.52     21.62  --
9.39/9.46	c  N dy   319    104835        70      6230         0     19632     43610    352486     20.42     19.09  --
9.39/9.46	c  S st   319    104835        70      6230         0     19632     43610    352486     20.42     19.09  --
9.49/9.51	c  S st   319    105336        70      6230         0     20094     43610    363575     20.42   no data  --
9.49/9.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
9.49/9.52	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
9.49/9.52	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.00
9.49/9.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.49/9.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.49/9.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
9.49/9.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.99/11.01	c lits-rem:      1592  cl-subs:     2120  v-elim:      0  v-fix:    0  time:  1.48 s
10.99/11.01	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
10.99/11.02	c vivif2 --  cl tried    17974 cl shrink        0 lits rem          0 time: 0.00
11.29/11.35	c asymm  cl-useful: 0/4788/6230 lits-rem:0 time: 0.33
11.29/11.35	c calculated reachability. Time: 0.00
11.29/11.35	c  N dy   319    105336        70      6230         0     17974     43610    313744     20.42   no data  --
11.79/11.82	c  N dy   342    112183        70      6230         0     24164     43610    461193     20.43     21.52  --
13.09/13.11	c  N dy   346    129189        70      6230         0     26811     43610    506693     20.24     21.32  --
13.78/13.80	c  N dy   360    139403        70      6230         0     22556     43610    400829     20.19     21.30  --
15.19/15.21	c  N dy   421    157221        70      6230         0     24288     43610    426924     20.17     21.25  --
15.19/15.28	c  S st   427    158004        70      6230         0     25008     43610    444438     20.18   no data  --
15.30/15.34	c  S st   427    158507        70      6230         0     25472     43610    456173     20.18   no data  --
15.30/15.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.30/15.35	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.30/15.35	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
15.30/15.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.30/15.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.30/15.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
15.30/15.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
17.39/17.46	c lits-rem:      2360  cl-subs:     2815  v-elim:      0  v-fix:    0  time:  2.09 s
17.39/17.46	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
17.39/17.46	c vivif2 --  cl tried    22657 cl shrink        0 lits rem          0 time: 0.00
17.60/17.60	c asymm  cl-useful: 0/1442/6230 lits-rem:0 time: 0.14
17.60/17.60	c calculated reachability. Time: 0.00
17.60/17.60	c  N dy   427    158507        70      6230         0     22657     43610    389588     20.18   no data  --
18.49/18.58	c  N dy   491    168859        70      6230         0     16878     43610    241969     20.27     21.39  --
19.39/19.49	c  N dy   528    180813        70      6230         0     27754     43610    503312     20.29     21.40  --
20.49/20.50	c  N dy   581    192376        70      6230         0     22004     43610    354938     20.33     21.76  --
21.69/21.71	c  N dy   633    205318        70      6230         0     33745     43610    636782     20.35     21.44  --
22.79/22.89	c  N dy   707    218445        70      6230         0     28399     43610    498193     20.42     22.32  --
24.29/24.34	c  N dy   742    234371        70      6230         0     24678     43610    387749     20.40     21.50  --
24.59/24.67	c  S st   765    237762        70      6230         0     27766     43610    463192     20.42     19.82  --
24.69/24.74	c  S st   765    238265        70      6230         0     28227     43610    474336     20.42   no data  --
24.69/24.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
24.69/24.74	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
24.69/24.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
24.69/24.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
24.69/24.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
24.69/24.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
24.69/24.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
26.79/26.88	c lits-rem:      1759  cl-subs:     2402  v-elim:      0  v-fix:    0  time:  2.12 s
26.79/26.88	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
26.79/26.88	c vivif2 --  cl tried    25825 cl shrink        0 lits rem          0 time: 0.00
27.19/27.22	c asymm  cl-useful: 0/3659/6230 lits-rem:0 time: 0.34
27.19/27.22	c calculated reachability. Time: 0.00
27.19/27.22	c  N dy   765    238265        70      6230         0     25825     43610    415392     20.42   no data  --
28.79/28.89	c  N dy   813    255599        70      6230         0     22626     43610    324568     20.41     21.52  --
30.49/30.50	c  N dy   880    271968        70      6230         0     37413     43610    678370     20.42     21.93  --
32.19/32.29	c  N dy   988    289387        70      6230         0     33409     43610    580916     20.50     21.89  --
33.99/34.07	c  F st  1043    306252        70      6230         0     27842     43610    425389     20.49     19.09  --
34.19/34.25	c  N st  1047    308285        70      6230         0     29699     43610    471062     20.49   no data  --
36.38/36.41	c  N dy  1110    328474        70      6230         0     26263     43610    379068     20.50     21.76  --
38.79/38.83	c  N dy  1215    348507        70      6230         0     44446     43610    821080     20.55     23.40  --
39.69/39.75	c  S st  1256    357397        70      6230         0     29847     43610    454139     20.57     20.89  --
39.79/39.83	c  S st  1256    357901        70      6230         0     30318     43610    465719     20.57   no data  --
39.79/39.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
39.79/39.83	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
39.79/39.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.01
39.79/39.85	c bin-w-bin subsume rem            0 bins  time:  0.00 s
39.79/39.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
39.79/39.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
39.79/39.85	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
41.99/42.01	c lits-rem:      1681  cl-subs:     1521  v-elim:      0  v-fix:    0  time:  2.16 s
41.99/42.01	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
41.99/42.02	c vivif2 --  cl tried    28797 cl shrink        0 lits rem          0 time: 0.00
42.29/42.32	c asymm  cl-useful: 0/2571/6230 lits-rem:0 time: 0.30
42.29/42.32	c calculated reachability. Time: 0.00
42.29/42.32	c  N dy  1256    357901        70      6230         0     28797     43610    425271     20.57   no data  --
44.59/44.63	c  N dy  1275    381404        70      6230         0     26424     43610    353708     20.45     21.65  --
47.38/47.46	c  N dy  1332    407180        70      6230         0     25409     43610    318222     20.41     21.52  --
49.68/49.71	c  N dy  1401    427420        70      6230         0     43614     43610    751330     20.41     21.63  --
53.28/53.37	c  N dy  1492    457562        70      6230         0     45560     43610    781505     20.40     21.48  --
56.10/56.12	c  N dy  1577    478924        70      6230         0     38779     43610    612652     20.41     21.56  --
60.09/60.11	c  N dy  1632    513950        70      6230         0     43023     43610    691131     20.34     21.54  --
62.98/63.01	c  N dy  1742    533987        70      6230         0     33314     43610    462214     20.37     23.22  --
63.28/63.35	c  S st  1759    536853        70      6230         0     35916     43610    525408     20.38     20.71  --
63.38/63.44	c  S st  1759    537356        70      6230         0     36385     43610    537175     20.38   no data  --
63.38/63.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
63.38/63.44	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
63.38/63.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.01
63.38/63.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.38/63.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.38/63.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
63.38/63.47	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
65.78/65.81	c lits-rem:      1217  cl-subs:     1584  v-elim:      0  v-fix:    0  time:  2.35 s
65.78/65.82	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
65.78/65.82	c vivif2 --  cl tried    34801 cl shrink        0 lits rem          0 time: 0.01
65.99/66.00	c asymm  cl-useful: 0/1581/6230 lits-rem:0 time: 0.18
65.99/66.00	c calculated reachability. Time: 0.00
65.99/66.00	c  N dy  1759    537356        70      6230         0     34801     43610    494855     20.38   no data  --
68.99/69.02	c  N dy  1899    557400        70      6230         0     52963     43610    941531     20.43     23.28  --
71.69/71.79	c  N dy  2000    577470        70      6230         0     42376     43610    664806     20.45     24.81  --
74.79/74.83	c  N dy  2050    597523        70      6230         0     30692     43610    371124     20.44     22.99  --
77.39/77.48	c  N dy  2148    617572        70      6230         0     48853     43610    811634     20.46     22.69  --
80.19/80.23	c  N dy  2166    638829        70      6230         0     37231     43610    510347     20.42     21.56  --
83.19/83.22	c  N dy  2268    659241        70      6230         0     55736     43610    960712     20.44     21.58  --
85.59/85.69	c  N dy  2283    679297        70      6230         0     42142     43610    611272     20.40     21.52  --
88.49/88.56	c  N dy  2319    699308        70      6230         0     60036     43610   1022910     20.36     23.19  --
91.69/91.73	c  N dy  2453    719405        70      6230         0     45863     43610    698595     20.40     23.99  --
94.99/95.06	c  N dy  2521    739731        70      6230         0     64179     43610   1138654     20.40     21.54  --
97.58/97.69	c  N dy  2541    760248        70      6230         0     49154     43610    745916     20.37     21.47  --
101.39/101.45	c  N dy  2656    780318        70      6230         0     67335     43610   1188432     20.39     23.14  --
104.79/104.85	c  N dy  2716    804882        70      6230         0     55286     43610    892677     20.39     21.54  --
104.99/105.06	c  S st  2726    806034        70      6230         0     56324     43610    918143     20.39   no data  --
105.19/105.20	c  S st  2726    806540        70      6230         0     56793     43610    929799     20.39   no data  --
105.19/105.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
105.19/105.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
105.19/105.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.02
105.19/105.25	c bin-w-bin subsume rem            0 bins  time:  0.00 s
105.19/105.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
105.19/105.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
105.19/105.25	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
114.09/114.13	c lits-rem:      2662  cl-subs:     5186  v-elim:      0  v-fix:    0  time:  8.88 s
114.09/114.13	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
114.09/114.14	c vivif2 --  cl tried    51607 cl shrink        0 lits rem          0 time: 0.01
114.29/114.38	c asymm  cl-useful: 0/963/6230 lits-rem:0 time: 0.25
114.29/114.39	c calculated reachability. Time: 0.00
114.29/114.39	c  N dy  2726    806540        70      6230         0     51607     43610    804253     20.39   no data  --
118.29/118.32	c  N dy  2830    826564        70      6230         0     69717     43610   1244660     20.40     22.94  --
121.09/121.18	c  N dy  2932    846623        70      6230         0     52814     43610    826610     20.41     22.89  --
125.19/125.26	c  N dy  3001    868692        70      6230         0     36775     43610    423774     20.41     21.55  --
128.19/128.29	c  N dy  3115    888788        70      6230         0     54972     43610    866186     20.43     22.47  --
135.79/135.83	c  N dy  3137    941837        70      6230         0     65398     43610   1067965     20.33     21.43  --
139.69/139.72	c  N dy  3248    961929        70      6230         0     45998     43610    626694     20.35     24.66  --
143.09/143.15	c  N dy  3341    982015        70      6230         0     64184     43610   1069498     20.36     22.65  --
147.30/147.38	c  N dy  3463   1002081        70      6230         0     43629     43610    555406     20.38     21.52  --
150.79/150.81	c  N dy  3581   1022376        70      6230         0     61979     43610   1004012     20.40     21.48  --
155.19/155.28	c  N dy  3681   1042443        70      6230         0     40357     43610    460659     20.42     23.49  --
158.19/158.27	c  N dy  3758   1062477        70      6230         0     58434     43610    894777     20.42     22.69  --
159.99/160.00	c  F st  3791   1071876        70      6230         0     66936     43610   1100083     20.43     21.35  --
162.19/162.26	c  N dy  3832   1082511        70      6230         0     76514     43610   1335141     20.43     21.93  --
165.99/166.01	c  N dy  3871   1106005        70      6230         0     56978     43610    837027     20.42     21.52  --
170.40/170.47	c  N dy  4016   1126098        70      6230         0     75194     43610   1286901     20.45     22.82  --
174.59/174.68	c  N dy  4093   1149798        70      6230         0     55069     43610    781731     20.44     21.62  --
178.69/178.71	c  N dy  4198   1169832        70      6230         0     73127     43610   1221250     20.46     22.13  --
182.69/182.74	c  N dy  4276   1190669        70      6230         0     49527     43610    644720     20.46     21.63  --
186.39/186.40	c  S st  4401   1209810        70      6230         0     66895     43610   1070755     20.48   no data  --
186.49/186.56	c  S st  4401   1210314        70      6230         0     67359     43610   1082525     20.48   no data  --
186.49/186.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
186.49/186.56	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
186.49/186.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.02
186.59/186.62	c bin-w-bin subsume rem            0 bins  time:  0.00 s
186.59/186.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
186.59/186.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
186.59/186.62	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
199.69/199.79	c lits-rem:      3133  cl-subs:     5070  v-elim:      0  v-fix:    0  time: 13.18 s
199.69/199.79	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
199.79/199.80	c vivif2 --  cl tried    62289 cl shrink        0 lits rem          0 time: 0.01
199.99/200.09	c asymm  cl-useful: 0/754/6230 lits-rem:0 time: 0.28
199.99/200.09	c calculated reachability. Time: 0.00
199.99/200.09	c  N dy  4401   1210314        70      6230         0     62289     43610    949213     20.48   no data  --
204.69/204.72	c  N dy  4508   1230336        70      6230         0     80445     43610   1392263     20.49     22.18  --
208.39/208.40	c  N dy  4579   1250475        70      6230         0     55467     43610    774308     20.50     21.82  --
212.29/212.39	c  N dy  4660   1271127        70      6230         0     74085     43610   1220921     20.50     21.58  --
217.09/217.12	c  N dy  4752   1291192        70      6230         0     48119     43610    583519     20.50     22.78  --
220.59/220.61	c  N dy  4828   1311734        70      6230         0     66655     43610   1032737     20.51     21.64  --
227.10/227.13	c  N dy  4941   1339859        70      6230         0     46950     43610    536394     20.51     21.65  --
230.69/230.78	c  N dy  5017   1362100        70      6230         0     67027     43610   1024236     20.52     21.63  --
235.79/235.85	c  N dy  5085   1384522        70      6230         0     87174     43610   1509134     20.52     21.61  --
244.39/244.48	c  N dy  5160   1433494        70      6230         0     84930     43610   1410996     20.47     21.55  --
248.79/248.80	c  N dy  5246   1453569        70      6230         0     56418     43610    746878     20.47     24.04  --
253.69/253.74	c  N dy  5309   1479560        70      6230         0     79636     43610   1291820     20.46     21.58  --
258.99/259.07	c  N dy  5370   1501889        70      6230         0     52089     43610    623251     20.45     21.54  --
262.69/262.76	c  N dy  5473   1521915        70      6230         0     70219     43610   1068605     20.46     22.60  --
267.30/267.39	c  N dy  5540   1542431        70      6230         0     88660     43610   1517734     20.47     21.56  --
272.70/272.73	c  N dy  5594   1567721        70      6230         0     62722     43610    859624     20.46     21.56  --
276.99/277.01	c  N dy  5688   1587782        70      6230         0     80828     43610   1299740     20.47     21.93  --
283.49/283.51	c  N dy  5717   1622401        70      6230         0     62263     43610    828584     20.43     21.63  --
287.30/287.37	c  N dy  5783   1642448        70      6230         0     80257     43610   1261067     20.43     21.57  --
293.99/294.05	c  N dy  5890   1665358        70      6230         0     50683     43610    556651     20.44     21.55  --
297.90/297.90	c  N dy  5998   1685429        70      6230         0     68888     43610   1001138     20.45     22.58  --
302.20/302.24	c  N dy  6051   1705482        70      6230         0     86847     43610   1429587     20.45     21.71  --
303.50/303.57	c  S st  6070   1710314        70      6230         0     91231     43610   1535554     20.45     19.85  --
303.79/303.82	c  S st  6070   1710817        70      6230         0     91697     43610   1547305     20.45   no data  --
303.79/303.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
303.79/303.82	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
303.79/303.86	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.04
303.89/303.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
303.89/303.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
303.89/303.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
303.89/303.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
333.90/333.90	c lits-rem:      6080  cl-subs:     9830  v-elim:      0  v-fix:    0  time: 29.99 s
333.90/333.90	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
333.90/333.91	c vivif2 --  cl tried    81867 cl shrink        0 lits rem          0 time: 0.02
334.20/334.26	c asymm  cl-useful: 0/556/6230 lits-rem:0 time: 0.34
334.20/334.26	c calculated reachability. Time: 0.00
334.20/334.26	c  N dy  6070   1710817        70      6230         0     81867     43610   1302440     20.45   no data  --
340.39/340.47	c  N dy  6131   1730988        70      6230         0     99978     43610   1738895     20.45     21.57  --
344.99/345.04	c  N dy  6204   1754612        70      6230         0     70526     43610   1023650     20.45     21.65  --
350.29/350.31	c  N dy  6338   1774628        70      6230         0     88609     43610   1467821     20.46     23.39  --
355.69/355.77	c  N dy  6409   1794669        70      6230         0     54681     43610    629759     20.47     21.69  --
359.60/359.63	c  N dy  6504   1814731        70      6230         0     72760     43610   1070312     20.47     21.71  --
364.59/364.69	c  N dy  6609   1834817        70      6230         0     90906     43610   1513187     20.48     23.40  --
370.29/370.38	c  N dy  6639   1856741        70      6230         0     57528     43610    679963     20.47     21.63  --
374.69/374.76	c  N dy  6770   1877076        70      6230         0     75894     43610   1133533     20.49     21.57  --
380.10/380.16	c  N dy  6889   1897176        70      6230         0     94012     43610   1578277     20.50     21.79  --
386.29/386.32	c  N dy  7006   1917193        70      6230         0     58085     43610    686888     20.51     21.66  --
390.19/390.27	c  N dy  7069   1937260        70      6230         0     76169     43610   1123067     20.51     22.17  --
394.80/394.81	c  N dy  7119   1957379        70      6230         0     94183     43610   1552862     20.50     21.66  --
401.09/401.13	c  N dy  7204   1978717        70      6230         0     58582     43610    683572     20.51     21.64  --
405.50/405.57	c  N dy  7351   1998718        70      6230         0     76729     43610   1132439     20.52     22.84  --
411.20/411.28	c  N dy  7457   2019921        70      6230         0     95840     43610   1596763     20.53     21.70  --
417.39/417.50	c  N dy  7519   2044253        70      6230         0     61796     43610    745918     20.53     21.61  --
422.10/422.16	c  N dy  7656   2064265        70      6230         0     79911     43610   1192576     20.54     22.11  --
426.90/426.92	c  N dy  7691   2085468        70      6230         0     98809     43610   1636578     20.53     21.65  --
434.19/434.21	c  N dy  7739   2115595        70      6230         0     69106     43610    904714     20.52     21.70  --
438.59/438.68	c  N dy  7775   2137288        70      6230         0     88546     43610   1368767     20.51     21.64  --
445.30/445.40	c  N dy  7859   2159772        70      6230         0    108742     43610   1856418     20.51     21.63  --
450.90/450.94	c  N dy  7990   2179819        70      6230         0     69426     43610    913619     20.53     22.24  --
455.79/455.86	c  N dy  8104   2199874        70      6230         0     87491     43610   1354791     20.53     23.95  --
459.89/459.91	c  S st  8180   2210818        70      6230         0     97432     43610   1600667     20.54   no data  --
460.09/460.20	c  S st  8180   2211321        70      6230         0     97900     43610   1612691     20.54   no data  --
460.19/460.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
460.19/460.20	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
460.19/460.25	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.05
460.29/460.30	c bin-w-bin subsume rem            0 bins  time:  0.00 s
460.29/460.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
460.29/460.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
460.29/460.30	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
536.09/536.19	c lits-rem:      5927  cl-subs:     8706  v-elim:      0  v-fix:    0  time: 75.88 s
536.09/536.19	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
536.19/536.20	c vivif2 --  cl tried    89194 cl shrink        0 lits rem          0 time: 0.02
536.39/536.47	c asymm  cl-useful: 0/521/6230 lits-rem:0 time: 0.27
536.39/536.47	c calculated reachability. Time: 0.00
536.39/536.47	c  N dy  8180   2211321        70      6230         0     89194     43610   1387284     20.54   no data  --
543.20/543.27	c  N dy  8329   2231353        70      6230         0    107370     43610   1836880     20.55     21.72  --
549.10/549.12	c  N dy  8393   2254762        70      6230         0     70276     43610    919089     20.55     21.89  --
554.00/554.05	c  N dy  8494   2274767        70      6230         0     88293     43610   1360933     20.56     23.80  --
560.00/560.05	c  N dy  8588   2295923        70      6230         0    107354     43610   1827616     20.57     21.75  --
566.59/566.69	c  N dy  8697   2317584        70      6230         0     67607     43610    839978     20.57     21.73  --
571.80/571.80	c  N dy  8831   2337732        70      6230         0     85830     43610   1290090     20.59     21.70  --
578.61/578.62	c  N dy  8842   2365114        70      6230         0    110257     43610   1865946     20.57     21.67  --
585.40/585.43	c  N dy  8891   2390982        70      6230         0     73214     43610    954032     20.57     21.65  --
590.80/590.89	c  N dy  9008   2411837        70      6230         0     92064     43610   1416554     20.57     21.69  --
595.70/595.76	c  N dy  9035   2431909        70      6230         0    110105     43610   1852474     20.57     23.32  --
602.50/602.52	c  N dy  9137   2451933        70      6230         0     67077     43610    800543     20.57     21.77  --
606.20/606.25	c  N dy  9148   2471965        70      6230         0     84888     43610   1216719     20.56     23.03  --
613.50/613.56	c  N dy  9236   2499633        70      6230         0    109758     43610   1815764     20.56     21.72  --
619.80/619.84	c  N dy  9291   2519659        70      6230         0     65795     43610    756201     20.56     22.12  --
624.61/624.65	c  N dy  9398   2539705        70      6230         0     83935     43610   1200631     20.56     22.89  --
632.70/632.70	c  N dy  9536   2567413        70      6230         0    108838     43610   1812377     20.57     21.66  --
640.70/640.77	c  N dy  9598   2594284        70      6230         0     70035     43610    843889     20.57     21.70  --
648.70/648.76	c  N dy  9601   2625575        70      6230         0     97742     43610   1482802     20.55     21.65  --
657.21/657.29	c  N dy  9639   2648939        70      6230         0    118649     43610   1985376     20.54     21.64  --
665.10/665.18	c  N dy  9760   2668953        70      6230         0     73162     43610    918389     20.55     22.97  --
672.80/672.80	c  N dy  9833   2695418        70      6230         0     96806     43610   1487263     20.55     21.64  --
678.80/678.83	c  S st  9880   2711321        70      6230         0    111141     43610   1834539     20.55     19.02  --
679.10/679.17	c  S st  9880   2711825        70      6230         0    111602     43610   1846113     20.55   no data  --
679.10/679.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
679.10/679.18	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
679.20/679.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.06
679.20/679.29	c bin-w-bin subsume rem            0 bins  time:  0.00 s
679.20/679.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
679.20/679.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
679.20/679.29	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
788.00/788.03	c lits-rem:      7025  cl-subs:    11590  v-elim:      0  v-fix:    0  time: 108.74 s
788.00/788.03	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
788.00/788.05	c vivif2 --  cl tried   100012 cl shrink        0 lits rem          0 time: 0.02
788.30/788.33	c asymm  cl-useful: 0/452/6230 lits-rem:0 time: 0.27
788.30/788.33	c calculated reachability. Time: 0.00
788.30/788.33	c  N dy  9880   2711825        70      6230         0    100012     43610   1561704     20.55   no data  --
795.51/795.54	c  N dy  9981   2731884        70      6230         0    118063     43610   2001328     20.55     22.26  --
801.81/801.86	c  N dy 10043   2751892        70      6230         0     72032     43610    873953     20.55     22.29  --
806.80/806.85	c  N dy 10157   2771992        70      6230         0     90182     43610   1322202     20.56     24.09  --
812.41/812.42	c  N dy 10216   2792030        70      6230         0    108149     43610   1754452     20.56     22.54  --
819.11/819.14	c  N dy 10266   2812055        70      6230         0    126062     43610   2184820     20.55     21.66  --
825.40/825.41	c  N dy 10374   2833983        70      6230         0     80597     43610   1072540     20.56     21.71  --
831.21/831.20	c  N dy 10463   2855614        70      6230         0    100045     43610   1543361     20.56     21.66  --
836.91/836.94	c  N dy 10480   2876308        70      6230         0    118589     43610   1985010     20.56     21.69  --
845.10/845.17	c  N dy 10609   2896469        70      6230         0     70437     43610    810025     20.56     21.71  --
850.81/850.84	c  N dy 10725   2919742        70      6230         0     91381     43610   1318976     20.57     21.73  --
857.01/857.08	c  N dy 10807   2940813        70      6230         0    110316     43610   1778872     20.57     21.72  --
865.30/865.35	c  N dy 10942   2960861        70      6230         0    128378     43610   2225002     20.58     22.98  --
871.51/871.58	c  N dy 11050   2980893        70      6230         0     79059     43610   1007960     20.59     22.41  --
877.50/877.50	c  N dy 11139   3003870        70      6230         0     99656     43610   1504545     20.59     21.67  --
884.61/884.63	c  N dy 11248   3024473        70      6230         0    118213     43610   1957955     20.59     21.77  --
893.01/893.00	c  N dy 11326   3045252        70      6230         0     68573     43610    736365     20.59     21.85  --
897.90/897.99	c  N dy 11450   3066192        70      6230         0     87454     43610   1201572     20.60     22.04  --
902.61/902.67	c  N dy 11464   3086323        70      6230         0    105448     43610   1622926     20.59     21.69  --
910.11/910.16	c  N dy 11582   3106379        70      6230         0    123532     43610   2069517     20.60     21.70  --
918.31/918.35	c  N dy 11670   3126884        70      6230         0     72747     43610    826529     20.60     21.73  --
923.92/923.93	c  N dy 11789   3147031        70      6230         0     90969     43610   1277325     20.61     21.75  --
931.01/931.06	c  N dy 11864   3167096        70      6230         0    108964     43610   1714548     20.61     21.73  --
937.60/937.68	c  N dy 11907   3187178        70      6230         0    126928     43610   2148838     20.61     24.10  --
944.82/944.90	c  N dy 11946   3210120        70      6230         0     77350     43610    915695     20.60     21.72  --
945.31/945.36	c  S st 11961   3211825        70      6230         0     78898     43610    954202     20.60   no data  --
945.51/945.55	c  S st 11961   3212328        70      6230         0     79368     43610    965903     20.60   no data  --
945.51/945.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
945.51/945.55	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
945.51/945.58	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.02
945.61/945.61	c bin-w-bin subsume rem            0 bins  time:  0.00 s
945.61/945.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
945.61/945.61	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
945.61/945.61	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
956.51/956.51	c lits-rem:      1256  cl-subs:     2418  v-elim:      0  v-fix:    0  time: 10.90 s
956.51/956.51	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
956.51/956.52	c vivif2 --  cl tried    76950 cl shrink        0 lits rem          0 time: 0.01
956.71/956.75	c asymm  cl-useful: 0/601/6230 lits-rem:0 time: 0.23
956.71/956.75	c calculated reachability. Time: 0.00
956.71/956.75	c  N dy 11961   3212328        70      6230         0     76950     43610    912085     20.60   no data  --
962.51/962.53	c  N dy 12057   3234106        70      6230         0     96575     43610   1387827     20.60     21.95  --
969.60/969.67	c  N dy 12181   3254934        70      6230         0    115410     43610   1851196     20.61     21.73  --
978.01/978.03	c  N dy 12232   3279829        70      6230         0    137666     43610   2382142     20.60     21.73  --
985.01/985.08	c  N dy 12351   3301183        70      6230         0     86053     43610   1125606     20.61     21.76  --
992.12/992.14	c  N dy 12418   3327206        70      6230         0    109277     43610   1677807     20.60     21.70  --
998.51/998.55	c  N dy 12463   3347230        70      6230         0    127090     43610   2105007     20.60     23.56  --
1007.51/1007.53	c  N dy 12563   3367897        70      6230         0     74037     43610    820800     20.60     21.86  --
1013.12/1013.11	c  N dy 12705   3387898        70      6230         0     92082     43610   1268347     20.61     24.52  --
1019.61/1019.60	c  N dy 12818   3407931        70      6230         0    110154     43610   1714432     20.62     22.43  --
1027.11/1027.18	c  N dy 12910   3427971        70      6230         0    128216     43610   2154193     20.62     22.10  --
1036.41/1036.47	c  N dy 13006   3448051        70      6230         0     73480     43610    791621     20.63     24.11  --
1041.71/1041.77	c  N dy 13109   3468052        70      6230         0     91436     43610   1232572     20.63     22.54  --
1048.81/1048.87	c  N dy 13192   3493673        70      6230         0    114383     43610   1783765     20.63     21.98  --
1056.71/1056.77	c  N dy 13263   3516695        70      6230         0    135020     43610   2281681     20.62     21.76  --
1063.62/1063.70	c  N dy 13287   3538968        70      6230         0     81313     43610    961853     20.62     21.76  --
1069.61/1069.60	c  N dy 13412   3559067        70      6230         0     99443     43610   1409613     20.62     21.72  --
1076.51/1076.56	c  N dy 13521   3579246        70      6230         0    117614     43610   1857713     20.63     21.75  --
1085.11/1085.10	c  N dy 13628   3599387        70      6230         0    135720     43610   2303367     20.63     21.75  --
1092.01/1092.06	c  N dy 13665   3619391        70      6230         0     79066     43610    901931     20.63     23.19  --
1097.51/1097.51	c  N dy 13764   3639483        70      6230         0     97181     43610   1346356     20.63     21.83  --
1105.12/1105.20	c  N dy 13889   3659735        70      6230         0    115462     43610   1799374     20.64     21.82  --
1115.01/1115.05	c  N dy 13990   3680162        70      6230         0    133832     43610   2251163     20.64     21.78  --
1124.51/1124.55	c  N dy 14052   3701783        70      6230         0     77678     43610    854700     20.64     21.74  --
1127.01/1127.08	c  S st 14091   3712329        70      6230         0     87142     43610   1083861     20.64     21.24  --
1127.21/1127.29	c  S st 14091   3712831        70      6230         0     87605     43610   1095437     20.64   no data  --
1127.31/1127.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1127.31/1127.30	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1127.31/1127.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.03
1127.31/1127.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1127.31/1127.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1127.31/1127.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:     70 time:  0.00 s
1127.31/1127.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1142.01/1142.04	c lits-rem:      1826  cl-subs:     2967  v-elim:      0  v-fix:    0  time: 14.67 s
1142.01/1142.04	c vivif2 --  cl tried     6230 cl shrink        0 lits rem          0 time: 0.00
1142.01/1142.05	c vivif2 --  cl tried    84638 cl shrink        0 lits rem          0 time: 0.01
1142.21/1142.29	c asymm  cl-useful: 0/529/6230 lits-rem:0 time: 0.24
1142.21/1142.29	c calculated reachability. Time: 0.00
1142.21/1142.29	c  N dy 14091   3712831        70      6230         0     84638     43610   1023585     20.64   no data  --
1150.91/1150.93	c  N dy 14210   3744230        70      6230         0    112695     43610   1703951     20.64     21.86  --
1153.31/1153.36	c  F st 14230   3751563        70      6230         0    119260     43610   1862632     20.64     21.20  --
1158.02/1158.05	c  N dy 14281   3764299        70      6230         0    130726     43610   2146745     20.65     23.05  --
1166.02/1166.05	c  N dy 14323   3785486        70      6230         0    149699     43610   2604820     20.64     21.83  --
1172.31/1172.30	c  N dy 14400   3805515        70      6230         0     91498     43610   1181005     20.65     21.80  --
1178.21/1178.26	c  N dy 14462   3826473        70      6230         0    110282     43610   1635025     20.65     21.79  --
1188.42/1188.46	c  N dy 14577   3855292        70      6230         0    136081     43610   2259829     20.65     21.83  --
1198.61/1198.65	c  N dy 14694   3875385        70      6230         0     77107     43610    820711     20.65     24.52  --
1204.42/1204.48	c  N dy 14831   3895455        70      6230         0     95201     43610   1269267     20.66     23.23  --
1210.12/1210.11	c  N dy 14888   3915592        70      6230         0    113231     43610   1703824     20.66     21.80  --
1217.02/1217.00	c  N dy 14915   3937155        70      6230         0    132464     43610   2167782     20.65     21.88  --
1226.12/1226.14	c  N dy 15005   3957175        70      6230         0    150387     43610   2607475     20.66     23.91  --
1233.41/1233.43	c  N dy 15070   3978477        70      6230         0     91550     43610   1155061     20.65     21.84  --
1239.92/1239.98	c  N dy 15186   3998501        70      6230         0    109607     43610   1601369     20.66     23.81  --
1247.72/1247.79	c  N dy 15290   4020465        70      6230         0    129461     43610   2089356     20.66     21.83  --
1256.91/1256.97	c  N dy 15382   4041157        70      6230         0    148101     43610   2544960     20.66     21.77  --
1266.51/1266.51	c  N dy 15529   4061863        70      6230         0     87705     43610   1054064     20.67     21.85  --
1272.82/1272.82	c  N dy 15624   4082900        70      6230         0    106631     43610   1520663     20.68     21.87  --
1281.53/1281.56	c  N dy 15707   4108818        70      6230         0    129834     43610   2084524     20.68     21.80  --
1290.72/1290.71	c  N dy 15807   4128935        70      6230         0    147934     43610   2528967     20.68     21.81  --

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 893)

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

running on 2 cores: 1,3

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: 4.05 4.03 3.93 5/189 21179
/proc/meminfo: memFree=21533028/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=20420 CPUtime=0 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4194304 199 0 0 0 0 0 0 0 25 0 1 0 271172305 20910080 153 33554432000 4194304 4650387 140733694673424 18446744073709551615 255101846960 0 0 4096 0 0 0 0 17 1 0 0 0
/proc/21179/statm: 5105 162 137 112 0 57 0

[startup+0.01207 s]
/proc/loadavg: 4.05 4.03 3.93 5/189 21179
/proc/meminfo: memFree=21533028/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=29948 CPUtime=0 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 636 0 0 0 0 0 0 0 25 0 1 0 271172305 30666752 575 33554432000 4194304 4650387 140733694673424 18446744073709551615 4370490 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 7487 575 345 112 0 2452 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 29948

[startup+0.101056 s]
/proc/loadavg: 4.05 4.03 3.93 5/189 21179
/proc/meminfo: memFree=21533028/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=30080 CPUtime=0.09 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 654 0 0 0 9 0 0 0 25 0 1 0 271172305 30801920 593 33554432000 4194304 4650387 140733694673424 18446744073709551615 4371099 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 7520 593 345 112 0 2485 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30080

[startup+0.30102 s]
/proc/loadavg: 4.05 4.03 3.93 5/189 21179
/proc/meminfo: memFree=21533028/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=32296 CPUtime=0.29 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 1297 0 0 0 29 0 0 0 25 0 1 0 271172305 33071104 1174 33554432000 4194304 4650387 140733694673424 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 8074 1174 376 112 0 3039 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 32296

[startup+0.700948 s]
/proc/loadavg: 4.05 4.03 3.93 5/189 21179
/proc/meminfo: memFree=21533028/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=32940 CPUtime=0.69 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 1880 0 0 0 69 0 0 0 25 0 1 0 271172305 33730560 1314 33554432000 4194304 4650387 140733694673424 18446744073709551615 4364740 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 8235 1314 378 112 0 3200 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32940

[startup+1.50081 s]
/proc/loadavg: 4.05 4.03 3.93 5/190 21180
/proc/meminfo: memFree=21523596/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=39332 CPUtime=1.48 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 4084 0 0 0 148 0 0 0 25 0 1 0 271172305 40275968 2848 33554432000 4194304 4650387 140733694673424 18446744073709551615 4433049 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 9833 2848 380 112 0 4798 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 39332

[startup+3.10053 s]
/proc/loadavg: 4.04 4.03 3.93 5/190 21180
/proc/meminfo: memFree=21511692/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=39332 CPUtime=3.08 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 4251 0 0 0 308 0 0 0 25 0 1 0 271172305 40275968 3015 33554432000 4194304 4650387 140733694673424 18446744073709551615 4313687 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 9833 3015 380 112 0 4798 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 39332

[startup+6.30097 s]
/proc/loadavg: 4.04 4.03 3.93 5/190 21180
/proc/meminfo: memFree=21508180/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=40328 CPUtime=6.29 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 6149 0 0 0 628 1 0 0 25 0 1 0 271172305 41295872 3053 33554432000 4194304 4650387 140733694673424 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 10082 3053 380 112 0 5047 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 40328

[startup+12.7008 s]
/proc/loadavg: 4.04 4.03 3.93 4/189 21181
/proc/meminfo: memFree=21610644/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=46128 CPUtime=12.69 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 9515 0 0 0 1268 1 0 0 25 0 1 0 271172305 47235072 4611 33554432000 4194304 4650387 140733694673424 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 11532 4611 380 112 0 6497 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 46128

[startup+25.5006 s]
/proc/loadavg: 4.03 4.03 3.93 5/190 21208
/proc/meminfo: memFree=21573520/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=53656 CPUtime=25.49 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 15780 0 0 0 2546 3 0 0 25 0 1 0 271172305 54943744 6356 33554432000 4194304 4650387 140733694673424 18446744073709551615 4438355 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 13414 6356 380 112 0 8379 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 53656

[startup+51.1011 s]
/proc/loadavg: 4.02 4.02 3.93 5/190 21236
/proc/meminfo: memFree=21557888/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=57392 CPUtime=51.08 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 24419 0 0 0 5104 4 0 0 25 0 1 0 271172305 58769408 6983 33554432000 4194304 4650387 140733694673424 18446744073709551615 4366796 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 14348 6983 380 112 0 9313 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 57392

[startup+102.306 s]
/proc/loadavg: 4.01 4.02 3.93 5/190 21237
/proc/meminfo: memFree=21535580/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=59888 CPUtime=102.29 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 38184 0 0 0 10221 8 0 0 25 0 1 0 271172305 61325312 7687 33554432000 4194304 4650387 140733694673424 18446744073709551615 4333577 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 14972 7687 380 112 0 9937 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 59888

[startup+162.301 s]
/proc/loadavg: 4.10 4.04 3.94 5/190 21239
/proc/meminfo: memFree=21487572/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=70628 CPUtime=162.29 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 51288 0 0 0 16219 10 0 0 25 0 1 0 271172305 72323072 11164 33554432000 4194304 4650387 140733694673424 18446744073709551615 4365220 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 17657 11164 380 112 0 12622 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 70628

[startup+222.301 s]
/proc/loadavg: 4.03 4.03 3.94 5/190 21241
/proc/meminfo: memFree=21447712/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=80692 CPUtime=222.29 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 62284 0 0 0 22216 13 0 0 25 0 1 0 271172305 82628608 13096 33554432000 4194304 4650387 140733694673424 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 20173 13096 380 112 0 15138 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 80692

[startup+282.301 s]
/proc/loadavg: 4.01 4.02 3.94 5/190 21242
/proc/meminfo: memFree=21440628/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=81008 CPUtime=282.29 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 73472 0 0 0 28213 16 0 0 25 0 1 0 271172305 82952192 12499 33554432000 4194304 4650387 140733694673424 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 20252 12499 380 112 0 15217 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 81008

[startup+342.301 s]
/proc/loadavg: 4.09 4.05 3.95 5/190 21244
/proc/meminfo: memFree=21386296/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=93476 CPUtime=342.29 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 80918 0 0 0 34210 19 0 0 25 0 1 0 271172305 95719424 15506 33554432000 4194304 4650387 140733694673424 18446744073709551615 4364745 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 23369 15506 380 112 0 18334 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 93476

[startup+402.3 s]
/proc/loadavg: 4.03 4.04 3.95 5/190 21245
/proc/meminfo: memFree=21390244/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=93712 CPUtime=402.3 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 89972 0 0 0 40208 22 0 0 25 0 1 0 271172305 95961088 15652 33554432000 4194304 4650387 140733694673424 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 23428 15652 380 112 0 18393 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 93712

[startup+462.301 s]
/proc/loadavg: 4.01 4.03 3.95 5/190 21247
/proc/meminfo: memFree=21346180/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=97780 CPUtime=462.29 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 99117 0 0 0 46205 24 0 0 25 0 1 0 271172305 100126720 17763 33554432000 4194304 4650387 140733694673424 18446744073709551615 4432360 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 24445 17763 380 112 0 19410 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 97780

[startup+522.3 s]
/proc/loadavg: 4.00 4.02 3.95 5/190 21249
/proc/meminfo: memFree=21333628/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=99220 CPUtime=522.29 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 99499 0 0 0 52205 24 0 0 25 0 1 0 271172305 101601280 18145 33554432000 4194304 4650387 140733694673424 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 24805 18145 380 112 0 19770 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 99220

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.95 5/190 21250
/proc/meminfo: memFree=21326280/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=99332 CPUtime=582.3 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 105168 0 0 0 58204 26 0 0 25 0 1 0 271172305 101715968 18682 33554432000 4194304 4650387 140733694673424 18446744073709551615 4364719 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 24833 18682 380 112 0 19798 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 99332

[startup+642.3 s]
/proc/loadavg: 4.00 4.01 3.95 5/190 21252
/proc/meminfo: memFree=21305416/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=99560 CPUtime=642.31 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 114105 0 0 0 64203 28 0 0 25 0 1 0 271172305 101949440 17457 33554432000 4194304 4650387 140733694673424 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 24890 17457 380 112 0 19855 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 99560

[startup+702.301 s]
/proc/loadavg: 4.07 4.02 3.96 5/190 21253
/proc/meminfo: memFree=21288396/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=106784 CPUtime=702.3 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 119130 0 0 0 70200 30 0 0 25 0 1 0 271172305 109346816 19900 33554432000 4194304 4650387 140733694673424 18446744073709551615 4476277 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 26696 19900 380 112 0 21661 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 106784

[startup+762.307 s]
/proc/loadavg: 4.02 4.01 3.96 5/190 21255
/proc/meminfo: memFree=21292596/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=106784 CPUtime=762.31 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 119239 0 0 0 76201 30 0 0 25 0 1 0 271172305 109346816 20009 33554432000 4194304 4650387 140733694673424 18446744073709551615 4476272 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 26696 20009 380 112 0 21661 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 106784

[startup+822.301 s]
/proc/loadavg: 4.01 4.01 3.96 5/190 21257
/proc/meminfo: memFree=21282516/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=106884 CPUtime=822.31 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 123768 0 0 0 82199 32 0 0 25 0 1 0 271172305 109449216 18901 33554432000 4194304 4650387 140733694673424 18446744073709551615 4366911 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 26721 18901 380 112 0 21686 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 106884

[startup+882.3 s]
/proc/loadavg: 4.12 4.03 3.97 5/190 21285
/proc/meminfo: memFree=21339204/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=107020 CPUtime=882.31 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 130464 0 0 0 88196 35 0 0 25 0 1 0 271172305 109588480 20073 33554432000 4194304 4650387 140733694673424 18446744073709551615 4365231 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 26755 20073 380 112 0 21720 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 107020

[startup+942.301 s]
/proc/loadavg: 4.04 4.03 3.97 5/190 21287
/proc/meminfo: memFree=21313456/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=107136 CPUtime=942.3 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 136776 0 0 0 94193 37 0 0 25 0 1 0 271172305 109707264 20717 33554432000 4194304 4650387 140733694673424 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 26784 20717 380 112 0 21749 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 107136

[startup+1002.3 s]
/proc/loadavg: 4.01 4.02 3.97 5/190 21288
/proc/meminfo: memFree=21296188/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=108312 CPUtime=1002.31 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 142948 0 0 0 100192 39 0 0 25 0 1 0 271172305 110911488 21032 33554432000 4194304 4650387 140733694673424 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 27078 21032 380 112 0 22043 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 108312

[startup+1062.3 s]
/proc/loadavg: 4.00 4.01 3.97 5/190 21290
/proc/meminfo: memFree=21278056/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=108480 CPUtime=1062.31 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 150284 0 0 0 106190 41 0 0 25 0 1 0 271172305 111083520 19397 33554432000 4194304 4650387 140733694673424 18446744073709551615 4365244 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 27120 19397 380 112 0 22085 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 108480

[startup+1122.3 s]
/proc/loadavg: 4.00 4.01 3.97 5/190 21292
/proc/meminfo: memFree=21263004/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=108540 CPUtime=1122.32 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 155332 0 0 0 112187 45 0 0 25 0 1 0 271172305 111144960 21375 33554432000 4194304 4650387 140733694673424 18446744073709551615 4365289 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 27135 21375 380 112 0 22100 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 108540

[startup+1182.3 s]
/proc/loadavg: 4.13 4.03 3.98 5/190 21293
/proc/meminfo: memFree=21263472/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=109824 CPUtime=1182.32 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 160927 0 0 0 118185 47 0 0 25 0 1 0 271172305 112459776 20649 33554432000 4194304 4650387 140733694673424 18446744073709551615 4366837 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 27456 20649 380 112 0 22421 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 109824

[startup+1242.3 s]
/proc/loadavg: 4.08 4.04 3.98 5/190 21295
/proc/meminfo: memFree=21249052/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=109932 CPUtime=1242.32 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 167172 0 0 0 124183 49 0 0 25 0 1 0 271172305 112570368 20524 33554432000 4194304 4650387 140733694673424 18446744073709551615 4365199 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 27483 20524 380 112 0 22448 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 109932



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.07 4.05 3.99 4/189 21334
/proc/meminfo: memFree=21494648/32951124 swapFree=67111528/67111528
[pid=21179] ppid=21177 vsize=110060 CPUtime=1300.02 cores=1,3
/proc/21179/stat : 21179 (strangenight1-s) R 21177 21179 20667 0 -1 4202496 172905 0 0 0 129952 50 0 0 25 0 1 0 271172305 112701440 19692 33554432000 4194304 4650387 140733694673424 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/21179/statm: 27515 19692 380 112 0 22480 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 110060

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.01
CPU time (s): 1300.04
CPU user time (s): 1299.52
CPU system time (s): 0.512922
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 121560

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.52
system time used= 0.512922
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 172905
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= 6
involuntary context switches= 2527

runsolver used 2.06169 second user time and 4.97524 second system time

The end

Launcher Data

Begin job on node144 at 2011-04-03 01:39:22
IDJOB=3175800
IDBENCH=82818
IDSOLVER=1589
FILE ID=node144/3175800-1301787562
RUNJOBID= node144-1301783648-20687
PBS_JOBID= 12841374
Free space on /tmp= 71304 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT11/random/medium/unif-k7-r89-v70-c6230-S635440951-015.UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3175800-1301787562/watcher-3175800-1301787562 -o /tmp/evaluation-result-3175800-1301787562/solver-3175800-1301787562 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3175800-1301787562.cnf

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

MD5SUM BENCH= 84865a406d2a10d67b7d2a7ac3e327ce
RANDOM SEED=808331432

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21533184 kB
Buffers:        358812 kB
Cached:       10587340 kB
SwapCached:          0 kB
Active:        8248192 kB
Inactive:      2894684 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21533184 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           18892 kB
Writeback:           0 kB
AnonPages:      196472 kB
Mapped:          16004 kB
Slab:           212660 kB
PageTables:       5488 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   412028 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= 71304 MiB
End job on node144 at 2011-04-03 02:01:04