Trace number 3367362

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.07 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v15000-c63000-S976131144-051-UNKNOWN.cnf
MD5SUM951fe016d765ee9b2e2038c7330879da
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark8.87765
Satisfiable
(Un)Satisfiability was proved
Number of variables15000
Number of clauses63000
Sum of the clauses size189000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 363000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3367362-1305381853.cnf'
0.00/0.00	c -- header says num vars:          15000
0.00/0.00	c -- header says num clauses:       63000
0.00/0.03	c -- clauses added:            0 learnts,        63000 normals,            0 xors
0.00/0.03	c -- vars added      15000
0.00/0.03	c Parsing time:  0.03 s
0.00/0.03	c  N st     0         0     15000     63000         0         0    189000         0   no data   no data
0.00/0.08	c asymm  cl-useful: 0/63000/63000 lits-rem:0 time: 0.04
0.00/0.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.09/0.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15000 time:  0.00 s
0.09/0.12	c Removed useless bin:       0  fixed:     0  props:   0.15M  time:  0.00 s
0.09/0.19	c lits-rem:         0  cl-subs:        0  v-elim:    363  v-fix:    0  time:  0.06 s
0.09/0.19	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.21	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.19/0.21	c calculated reachability. Time: 0.00
0.19/0.21	c Calc default polars -  time:   0.00 s pos:    6742 undec:    1606 neg:    6652
0.19/0.21	c =========================================================================================
0.19/0.21	c types(t): F = full restart, N = normal restart
0.19/0.21	c types(t): S = simplification begin/end, E = solution found
0.19/0.21	c restart types(rt): st = static, dy = dynamic
0.19/0.21	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.21	c  B st     0         0     14637     62606         0         0    190096         0   no data   no data
1.10/1.12	c  N dy    20      4018     14637     62606         0      4016    190096    849828    112.58    118.96
1.99/2.06	c  N dy    50      8223     14637     62606         0      8220    190096   1626434    113.00    124.34
2.99/3.01	c  N dy    76     12329     14637     62606         0     12326    190096   2370313    112.41    119.31
3.89/3.92	c  N dy   100     16379     14637     62606         0     16375    190096   3063500    111.44    120.90
4.79/4.88	c  N dy   127     20394     14637     62606         0     10394    190096    572301    111.98    120.81
5.79/5.86	c  N dy   158     24547     14637     62606         0     14547    190096   1324987    112.74    119.73
5.89/5.96	c  F st   162     25001     14637     62606         0     15001    190096   1411260    112.94   no data
7.19/7.27	c  N dy   168     30001     14637     62606         0     20001    190096   2666175    112.94   no data
7.19/7.27	c  S st   168     30001     14637     62606         0     20001    190096   2666175    112.94   no data
7.39/7.40	c  S st   168     30506     14637     62606         0     20506    190096   2742469    112.94   no data
7.39/7.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
7.39/7.44	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.03
7.39/7.46	c blocked clauses removed:      251 vars:     46 tried:       14637 T: 0.01 s
7.39/7.47	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.39/7.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.39/7.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14591 time:  0.00 s
7.39/7.48	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
7.49/7.54	c lits-rem:         0  cl-subs:        0  v-elim:      3  v-fix:    0  time:  0.06 s
7.59/7.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.39/8.43	c lits-rem:        21  cl-subs:        5  v-elim:      0  v-fix:    0  time:  0.71 s
8.39/8.50	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.07
8.49/8.50	c calculated reachability. Time: 0.00
8.49/8.50	c  N dy   168     30506     14588     62352         0     20403    189351   2697612    112.94   no data
9.49/9.56	c  N dy   193     34777     14588     62352         0     24673    189351   3451719    112.83    126.17
10.49/10.60	c  N dy   220     38909     14588     62352         0     28805    189351   4177024    112.84    122.42
11.59/11.64	c  N dy   245     43008     14588     62352         0     17454    189351    954734    112.28    119.56
12.29/12.30	c  S st   266     45759     14588     62352         0     20205    189351   1451094    112.69   no data
12.39/12.42	c  S st   266     46264     14588     62352         0     20710    189351   1523451    112.69   no data
12.39/12.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
12.39/12.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.04
12.39/12.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.39/12.48	c bin-w-bin subsume rem            0 bins  time:  0.00 s
12.39/12.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.39/12.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
12.39/12.49	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
12.50/12.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
12.60/12.61	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
12.79/12.82	c lits-rem:         1  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.20 s
12.79/12.82	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.00
12.79/12.85	c vivif2 --  cl tried    20709 cl shrink        0 lits rem          0 time: 0.02
12.89/12.92	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.07
12.89/12.92	c calculated reachability. Time: 0.00
12.89/12.92	c  N dy   266     46264     14588     62352         0     20709    189351   1523230    112.69   no data
13.89/13.92	c  N dy   292     50311     14588     62352         0     24756    189351   2230569    112.75    119.51
14.89/14.97	c  N dy   321     54341     14588     62352         0     28785    189351   2957692    113.02    119.54
16.09/16.11	c  N dy   347     58478     14588     62352         0     32922    189351   3720356    113.13    119.31
17.19/17.20	c  N dy   373     62546     14588     62352         0     36990    189351   4452967    113.13    119.62
18.19/18.25	c  N dy   399     66621     14588     62352         0     22341    189351   1263708    113.05    120.18
18.90/18.95	c  S st   417     69397     14588     62352         0     25117    189351   1773079    113.06   no data
19.00/19.08	c  S st   417     69900     14588     62352         0     25620    189351   1839537    113.06   no data
19.00/19.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
19.10/19.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.04
19.10/19.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.10/19.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.10/19.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.10/19.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
19.10/19.15	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
19.20/19.21	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
19.20/19.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.59/19.61	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.31 s
19.59/19.62	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.00
19.59/19.64	c vivif2 --  cl tried    25617 cl shrink        0 lits rem          0 time: 0.03
19.69/19.72	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.08
19.69/19.73	c calculated reachability. Time: 0.00
19.69/19.73	c  N dy   417     69900     14588     62352         0     25617    189351   1838978    113.06   no data
20.91/20.91	c  N dy   447     74446     14588     62352         0     30163    189351   2654315    113.12    125.26
22.19/22.22	c  N dy   479     79283     14588     62352         0     35000    189351   3514203    113.13    120.55
23.59/23.62	c  N dy   510     84449     14588     62352         0     40166    189351   4431530    113.04    125.17
24.39/24.48	c  F st   533     87500     14588     62352         0     22355    189351    848442    113.23   no data
25.31/25.39	c  N st   538     90797     14588     62352         0     25652    189351   1594955    113.23   no data
26.89/26.97	c  N dy   563     96609     14588     62352         0     31464    189351   2738463    113.18    122.13
28.60/28.64	c  N dy   599    102780     14588     62352         0     37635    189351   3813494    112.92    120.65
29.19/29.22	c  S st   614    104850     14588     62352         0     39705    189351   4190190    112.98   no data
29.29/29.36	c  S st   614    105352     14588     62352         0     40207    189351   4259498    112.98   no data
29.29/29.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
29.39/29.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.05
29.39/29.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.39/29.44	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.39/29.44	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.39/29.44	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
29.39/29.45	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
29.49/29.52	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
29.70/29.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
31.60/31.69	c lits-rem:         7  cl-subs:        5  v-elim:      0  v-fix:    0  time:  1.96 s
31.60/31.69	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.00
31.70/31.76	c vivif2 --  cl tried    40202 cl shrink        0 lits rem          0 time: 0.07
31.80/31.86	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.10
31.80/31.86	c calculated reachability. Time: 0.00
31.80/31.86	c  N dy   614    105352     14588     62352         0     40202    189351   4256927    112.98   no data
33.69/33.75	c  N dy   658    112115     14588     62352         0     24533    189351    912410    113.00    119.91
35.60/35.63	c  N dy   707    119280     14588     62352         0     31698    189351   2193352    113.07    119.08
37.69/37.70	c  N dy   756    126939     14588     62352         0     39357    189351   3563285    113.03    122.06
40.09/40.13	c  N dy   816    135080     14588     62352         0     23784    189351    522159    113.17    123.33
42.40/42.49	c  N dy   877    143764     14588     62352         0     32466    189351   2097958    113.35    127.51
44.90/44.99	c  N dy   931    152945     14588     62352         0     41645    189351   3723360    113.18    121.85
46.39/46.49	c  S st   965    158028     14588     62352         0     46727    189351   4659796    113.26    107.70
46.59/46.65	c  S st   965    158530     14588     62352         0     47229    189351   4722254    113.26   no data
46.59/46.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
46.69/46.72	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.06
46.69/46.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.69/46.74	c bin-w-bin subsume rem            0 bins  time:  0.00 s
46.69/46.74	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
46.69/46.75	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
46.69/46.75	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
46.79/46.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
46.99/47.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
49.99/50.03	c lits-rem:         5  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.99 s
49.99/50.04	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.00
50.09/50.11	c vivif2 --  cl tried    47227 cl shrink        0 lits rem          0 time: 0.07
50.19/50.22	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.11
50.19/50.22	c calculated reachability. Time: 0.00
50.19/50.22	c  N dy   965    158530     14588     62352         0     47227    189351   4722054    113.26   no data
52.99/53.03	c  N dy  1034    168683     14588     62352         0     32526    189351   1856181    113.27    120.76
56.11/56.11	c  N dy  1115    179480     14588     62352         0     43323    189351   3858823    113.65    120.20
59.40/59.49	c  N dy  1194    190947     14588     62352         0     28865    189351   1013375    113.81    120.26
62.80/62.84	c  N dy  1277    203198     14588     62352         0     41115    189351   3282855    113.96    120.68
66.69/66.76	c  N dy  1363    216215     14588     62352         0     27166    189351    486729    113.90    127.36
70.59/70.61	c  N dy  1453    230069     14588     62352         0     41020    189351   2964023    113.93    125.89
72.89/72.90	c  S st  1506    237795     14588     62352         0     48745    189351   4369602    113.91    111.70
72.99/73.06	c  S st  1506    238298     14588     62352         0     49248    189351   4441562    113.91   no data
72.99/73.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
73.09/73.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.06
73.09/73.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.09/73.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
73.09/73.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
73.09/73.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
73.09/73.16	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
73.19/73.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
73.39/73.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
76.40/76.43	c lits-rem:         5  cl-subs:        7  v-elim:      0  v-fix:    0  time:  3.00 s
76.40/76.44	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.00
76.50/76.51	c vivif2 --  cl tried    49241 cl shrink        0 lits rem          0 time: 0.07
76.60/76.62	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.11
76.60/76.62	c calculated reachability. Time: 0.00
76.60/76.62	c  N dy  1506    238298     14588     62352         0     49241    189351   4440193    113.91   no data
80.89/80.99	c  N dy  1595    253525     14588     62352         0     36492    189351   1979634    113.85    119.92
85.70/85.71	c  N dy  1699    269732     14588     62352         0     52696    189351   4927791    113.87    156.69
90.69/90.74	c  N dy  1820    287056     14588     62352         0     41033    189351   2629757    113.93    120.08
96.29/96.34	c  N dy  1942    305441     14588     62352         0     59416    189351   5967463    113.97    120.16
96.59/96.63	c  F st  1948    306251     14588     62352         0     30231    189351    464922    113.96     92.78
101.99/102.06	c  N dy  2038    325024     14588     62352         0     49003    189351   4188984    114.00    120.25
108.10/108.12	c  N dy  2162    345092     14588     62352         0     38076    189351   1673670    113.93    121.09
111.69/111.74	c  S st  2241    357449     14588     62352         0     50429    189351   3931325    113.94   no data
111.89/111.90	c  S st  2241    357954     14588     62352         0     50934    189351   4004284    113.94   no data
111.89/111.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
111.89/111.98	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.06
111.89/111.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
111.99/112.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
111.99/112.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
111.99/112.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
111.99/112.01	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
111.99/112.09	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
112.20/112.25	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
115.09/115.14	c lits-rem:        17  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.89 s
115.09/115.15	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.01
115.19/115.21	c vivif2 --  cl tried    50932 cl shrink        0 lits rem          0 time: 0.06
115.29/115.33	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.11
115.29/115.33	c calculated reachability. Time: 0.00
115.29/115.33	c  N dy  2241    357954     14588     62352         0     50932    189351   4003596    113.94   no data
121.59/121.60	c  N dy  2372    378051     14588     62352         0     39031    189351   1685518    113.96    121.12
127.70/127.72	c  N dy  2510    398129     14588     62352         0     59108    189351   5347782    114.03    120.07
133.80/133.80	c  N dy  2643    418207     14588     62352         0     46185    189351   2830930    114.11    128.29
140.09/140.14	c  N dy  2779    438451     14588     62352         0     66429    189351   6504985    114.16    124.72
145.99/146.06	c  N dy  2902    458536     14588     62352         0     52519    189351   3826413    114.21    125.35
152.39/152.46	c  N dy  3027    478624     14588     62352         0     37607    189351    911613    114.20    121.93
158.41/158.44	c  N dy  3156    498689     14588     62352         0     57671    189351   4477059    114.16    121.20
164.80/164.82	c  N dy  3290    518739     14588     62352         0     41726    189351   1493572    114.16    151.04
170.30/170.31	c  S st  3400    536931     14588     62352         0     59916    189351   4779464    114.13    116.32
170.40/170.48	c  S st  3400    537435     14588     62352         0     60420    189351   4838938    114.13   no data
170.40/170.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
170.51/170.56	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.06
170.51/170.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
170.51/170.58	c bin-w-bin subsume rem            0 bins  time:  0.00 s
170.51/170.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
170.51/170.59	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
170.51/170.59	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
170.61/170.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
170.79/170.87	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
173.59/173.61	c lits-rem:         0  cl-subs:        9  v-elim:      0  v-fix:    0  time:  2.73 s
173.59/173.62	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.00
173.59/173.69	c vivif2 --  cl tried    60411 cl shrink        0 lits rem          0 time: 0.07
173.81/173.81	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.12
173.81/173.82	c calculated reachability. Time: 0.00
173.81/173.82	c  N dy  3400    537435     14588     62352         0     60411    189351   4835747    114.13   no data
180.29/180.37	c  N dy  3537    557619     14588     62352         0     43595    189351   1618908    114.18    121.49
186.69/186.72	c  N dy  3681    577676     14588     62352         0     63651    189351   5298570    114.28    125.31
193.20/193.22	c  N dy  3815    597813     14588     62352         0     45787    189351   1878359    114.37    121.65
199.80/199.88	c  N dy  3943    617954     14588     62352         0     65928    189351   5540600    114.37    121.40
206.40/206.40	c  N dy  4075    638074     14588     62352         0     47048    189351   1893838    114.40    124.02
212.70/212.78	c  N dy  4204    658225     14588     62352         0     67198    189351   5559685    114.43    121.17
219.40/219.43	c  N dy  4340    678238     14588     62352         0     47209    189351   1788911    114.50    121.69
225.70/225.78	c  N dy  4468    698365     14588     62352         0     67335    189351   5474858    114.50    120.94
232.60/232.60	c  N dy  4604    718457     14588     62352         0     46428    189351   1448225    114.59    125.84
238.90/238.95	c  N dy  4739    738600     14588     62352         0     66569    189351   5137992    114.63    123.06
245.90/245.93	c  N dy  4878    758689     14588     62352         0     44662    189351    924255    114.67    122.82
252.20/252.22	c  N dy  5014    778800     14588     62352         0     64772    189351   4626570    114.71    121.12
259.20/259.23	c  N dy  5144    798836     14588     62352         0     84807    189351   8241069    114.69    122.34
261.50/261.51	c  S st  5197    806152     14588     62352         0     49128    189351   1568204    114.71    110.39
261.59/261.68	c  S st  5197    806658     14588     62352         0     49634    189351   1631458    114.71   no data
261.59/261.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
261.69/261.74	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.05
261.69/261.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
261.69/261.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
261.69/261.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
261.69/261.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
261.69/261.77	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
261.81/261.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.06 s
261.81/261.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
262.50/262.54	c lits-rem:         8  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.63 s
262.50/262.55	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.00
262.50/262.58	c vivif2 --  cl tried    49633 cl shrink        0 lits rem          0 time: 0.03
262.60/262.68	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.11
262.60/262.69	c calculated reachability. Time: 0.00
262.60/262.69	c  N dy  5197    806658     14588     62352         0     49633    189351   1631337    114.71   no data
269.19/269.22	c  N dy  5339    826766     14588     62352         0     69740    189351   5366352    114.76    122.22
276.29/276.30	c  N dy  5474    846840     14588     62352         0     45814    189351    766070    114.84    125.37
282.71/282.74	c  N dy  5611    866964     14588     62352         0     65937    189351   4503011    114.89    122.15
289.70/289.77	c  N dy  5741    886984     14588     62352         0     85957    189351   8189015    114.91    121.57
296.30/296.37	c  N dy  5875    907026     14588     62352         0     60996    189351   3411075    114.95    127.04
303.20/303.24	c  N dy  6006    927110     14588     62352         0     81079    189351   7090696    114.95    129.35
310.10/310.15	c  N dy  6133    947166     14588     62352         0     55137    189351   2119840    114.96    131.40
316.70/316.81	c  N dy  6261    967296     14588     62352         0     75264    189351   5790970    114.96    121.93
324.10/324.15	c  N dy  6384    987328     14588     62352         0     48299    189351    679926    114.94    122.65
330.50/330.54	c  N dy  6519   1007421     14588     62352         0     68391    189351   4390351    114.97    121.48
337.72/337.79	c  N dy  6656   1027442     14588     62352         0     88411    189351   8109157    115.02    129.35
344.60/344.63	c  N dy  6780   1047635     14588     62352         0     60604    189351   2761011    115.04    121.23
351.50/351.52	c  N dy  6911   1067641     14588     62352         0     80610    189351   6445015    115.04    122.60
353.00/353.11	c  F st  6941   1071875     14588     62352         0     84843    189351   7209253    115.05    101.33
358.90/358.94	c  N dy  7021   1087754     14588     62352         0     51728    189351    953098    115.06    121.20
365.50/365.54	c  N dy  7152   1107901     14588     62352         0     71872    189351   4608896    115.07    123.57
372.80/372.89	c  N dy  7290   1128120     14588     62352         0     92091    189351   8329368    115.10    121.89
379.80/379.88	c  N dy  7421   1148243     14588     62352         0     62214    189351   2740904    115.12    127.56
386.90/386.92	c  N dy  7551   1168346     14588     62352         0     82315    189351   6443596    115.12    121.41
394.60/394.61	c  N dy  7687   1188447     14588     62352         0     51422    189351    557466    115.13    126.06
401.20/401.22	c  N dy  7821   1208492     14588     62352         0     71466    189351   4290326    115.15    121.40
401.70/401.75	c  S st  7832   1209988     14588     62352         0     72961    189351   4556325    115.15   no data
401.90/401.94	c  S st  7832   1210493     14588     62352         0     73466    189351   4628517    115.15   no data
401.90/401.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
402.00/402.03	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.07
402.00/402.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
402.00/402.05	c bin-w-bin subsume rem            0 bins  time:  0.00 s
402.00/402.05	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
402.00/402.05	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
402.00/402.06	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
402.10/402.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
402.30/402.33	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
405.60/405.62	c lits-rem:         4  cl-subs:        5  v-elim:      0  v-fix:    0  time:  3.28 s
405.60/405.63	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.00
405.70/405.70	c vivif2 --  cl tried    73461 cl shrink        0 lits rem          0 time: 0.07
405.80/405.84	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.14
405.80/405.84	c calculated reachability. Time: 0.00
405.80/405.84	c  N dy  7832   1210493     14588     62352         0     73461    189351   4625693    115.15   no data
413.20/413.21	c  N dy  7962   1230555     14588     62352         0     93522    189351   8331073    115.16    123.15
420.51/420.59	c  N dy  8100   1250592     14588     62352         0     61560    189351   2242337    115.18    123.91
427.40/427.49	c  N dy  8230   1270663     14588     62352         0     81631    189351   6043428    115.22    146.19
435.20/435.27	c  N dy  8365   1290811     14588     62352         0    101779    189351   9751808    115.22    122.11
442.21/442.24	c  N dy  8505   1310878     14588     62352         0     68844    189351   3450607    115.25    124.73
449.30/449.38	c  N dy  8635   1330941     14588     62352         0     88904    189351   7131890    115.25    121.48
457.20/457.22	c  N dy  8766   1350971     14588     62352         0     54936    189351    658044    115.26    123.08
463.81/463.80	c  N dy  8896   1371005     14588     62352         0     74965    189351   4342887    115.26    121.80
471.30/471.39	c  N dy  9034   1391291     14588     62352         0     95249    189351   8108711    115.29    121.67
479.10/479.10	c  N dy  9169   1411323     14588     62352         0     60283    189351   1479396    115.32    126.29
485.91/485.91	c  N dy  9295   1431344     14588     62352         0     80300    189351   5156894    115.30    124.05
493.61/493.65	c  N dy  9429   1451425     14588     62352         0    100381    189351   8804461    115.30    122.34
501.10/501.10	c  N dy  9569   1471485     14588     62352         0     64449    189351   2045544    115.32    124.63
508.01/508.04	c  N dy  9695   1491520     14588     62352         0     84480    189351   5747945    115.31    122.25
515.71/515.74	c  N dy  9825   1511534     14588     62352         0    104492    189351   9444817    115.34    128.44
523.10/523.18	c  N dy  9958   1531722     14588     62352         0     67690    189351   2496840    115.35    122.03
530.40/530.43	c  N dy 10099   1551845     14588     62352         0     87813    189351   6203976    115.37    121.86
538.20/538.29	c  N dy 10229   1571848     14588     62352         0    107815    189351   9908773    115.38    129.23
545.72/545.71	c  N dy 10361   1591849     14588     62352         0     69817    189351   2703078    115.39    123.39
552.91/552.99	c  N dy 10487   1611924     14588     62352         0     89891    189351   6379390    115.39    122.04
560.80/560.85	c  N dy 10618   1631927     14588     62352         0    109894    189351  10055852    115.40    134.55
568.31/568.33	c  N dy 10755   1652000     14588     62352         0     70965    189351   2763021    115.42    131.18
575.61/575.68	c  N dy 10892   1672093     14588     62352         0     91056    189351   6491824    115.43    122.37
583.71/583.76	c  N dy 11028   1692179     14588     62352         0    111140    189351  10221209    115.45    122.74
590.83/590.81	c  S st 11157   1710495     14588     62352         0     69455    189351   2303241    115.47   no data
591.01/591.00	c  S st 11157   1711005     14588     62352         0     69965    189351   2380954    115.47   no data
591.01/591.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
591.01/591.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.07
591.11/591.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
591.11/591.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
591.11/591.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
591.11/591.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
591.11/591.12	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
591.11/591.19	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
591.21/591.29	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
592.93/592.99	c lits-rem:         4  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.69 s
592.93/592.99	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.00
593.03/593.03	c vivif2 --  cl tried    69962 cl shrink        0 lits rem          0 time: 0.04
593.11/593.16	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.13
593.11/593.17	c calculated reachability. Time: 0.00
593.11/593.17	c  N dy 11157   1711005     14588     62352         0     69962    189351   2380049    115.47   no data
600.41/600.40	c  N dy 11282   1731117     14588     62352         0     90073    189351   6074098    115.46    134.16
608.32/608.38	c  N dy 11423   1751163     14588     62352         0    110117    189351   9822950    115.47    124.80
616.21/616.28	c  N dy 11560   1771188     14588     62352         0     69149    189351   2076041    115.50    149.68
623.51/623.54	c  N dy 11692   1791351     14588     62352         0     89311    189351   5798750    115.51    122.08
631.42/631.47	c  N dy 11830   1811405     14588     62352         0    109362    189351   9481994    115.53    124.42
639.70/639.73	c  N dy 11961   1831693     14588     62352         0     67656    189351   1598252    115.54    122.20
646.83/646.89	c  N dy 12107   1851713     14588     62352         0     87674    189351   5395676    115.58    152.34
654.63/654.64	c  N dy 12235   1871738     14588     62352         0    107696    189351   9120352    115.58    137.99
663.11/663.19	c  N dy 12360   1891866     14588     62352         0     64825    189351    868681    115.57    124.69
670.21/670.27	c  N dy 12487   1912130     14588     62352         0     85088    189351   4609351    115.58    127.51
678.01/678.00	c  N dy 12623   1932187     14588     62352         0    105139    189351   8356505    115.59    122.87
686.62/686.60	c  N dy 12757   1952224     14588     62352         0    125174    189351  12024852    115.60    124.08
693.81/693.89	c  N dy 12892   1972263     14588     62352         0     81218    189351   3738446    115.61    121.95
701.51/701.52	c  N dy 13026   1992353     14588     62352         0    101307    189351   7516101    115.65    122.07
710.01/710.03	c  N dy 13164   2012424     14588     62352         0    121376    189351  11218650    115.66    174.94
718.01/718.00	c  N dy 13307   2032485     14588     62352         0     76444    189351   2667169    115.68    122.51
725.21/725.29	c  N dy 13431   2052536     14588     62352         0     96494    189351   6353646    115.67    123.11
733.42/733.49	c  N dy 13565   2072558     14588     62352         0    116515    189351  10034030    115.69    122.21
742.42/742.46	c  N dy 13698   2092613     14588     62352         0     70576    189351   1410382    115.70    126.63
749.71/749.79	c  N dy 13828   2112827     14588     62352         0     90787    189351   5114332    115.71    123.01
757.81/757.85	c  N dy 13967   2133204     14588     62352         0    111162    189351   8982404    115.74    122.17
766.61/766.62	c  N dy 14100   2153220     14588     62352         0    131177    189351  12645472    115.74    125.75
774.12/774.14	c  N dy 14239   2173415     14588     62352         0     84374    189351   3772322    115.75    121.93
781.82/781.85	c  N dy 14370   2193488     14588     62352         0    104445    189351   7511906    115.76    122.68
789.22/789.23	c  S st 14482   2211005     14588     62352         0    121959    189351  10712014    115.75   no data
789.42/789.49	c  S st 14482   2211509     14588     62352         0    122463    189351  10769445    115.75   no data
789.52/789.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
789.62/789.63	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.11
789.62/789.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
789.62/789.65	c bin-w-bin subsume rem            0 bins  time:  0.00 s
789.62/789.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
789.62/789.66	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
789.62/789.66	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
789.72/789.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
790.31/790.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
797.11/797.17	c lits-rem:        19  cl-subs:        9  v-elim:      0  v-fix:    0  time:  6.85 s
797.11/797.18	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.00
797.31/797.35	c vivif2 --  cl tried   122454 cl shrink        0 lits rem          0 time: 0.17
797.52/797.55	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.21
797.52/797.56	c calculated reachability. Time: 0.00
797.52/797.56	c  N dy 14482   2211509     14588     62352         0    122454    189351  10766173    115.75   no data
805.91/805.99	c  N dy 14617   2231572     14588     62352         0     74521    189351   1778819    115.77    125.00
813.32/813.37	c  N dy 14754   2251640     14588     62352         0     94586    189351   5498934    115.78    124.46
821.51/821.57	c  N dy 14888   2271774     14588     62352         0    114719    189351   9191307    115.79    123.31
830.52/830.56	c  N dy 15019   2291998     14588     62352         0    134943    189351  12899974    115.79    122.22
838.01/838.00	c  N dy 15153   2312011     14588     62352         0     85959    189351   3751414    115.80    144.55
845.82/845.85	c  N dy 15281   2332078     14588     62352         0    106026    189351   7469230    115.80    123.42
854.52/854.55	c  N dy 15420   2352089     14588     62352         0    126037    189351  11191537    115.81    123.25
863.22/863.21	c  N dy 15563   2372183     14588     62352         0     76133    189351   1712398    115.84    125.57
870.62/870.61	c  N dy 15692   2392202     14588     62352         0     96149    189351   5447947    115.85    124.24
878.72/878.79	c  N dy 15815   2412224     14588     62352         0    116168    189351   9153580    115.85    128.29
887.92/887.92	c  N dy 15959   2432231     14588     62352         0    136173    189351  12912113    115.87    123.17
895.82/895.81	c  N dy 16099   2452471     14588     62352         0     85421    189351   3277808    115.89    123.07
903.62/903.64	c  N dy 16237   2472503     14588     62352         0    105452    189351   6996078    115.91    124.68
912.51/912.54	c  N dy 16372   2492507     14588     62352         0    125454    189351  10671834    115.92    123.28
921.93/921.95	c  N dy 16508   2512531     14588     62352         0     73483    189351    875538    115.93    122.10
929.22/929.24	c  N dy 16645   2532570     14588     62352         0     93521    189351   4681173    115.96    169.10
937.33/937.34	c  N dy 16780   2552623     14588     62352         0    113571    189351   8405525    115.97    123.14
946.22/946.29	c  N dy 16913   2572659     14588     62352         0    133601    189351  12185581    116.00    125.00
955.02/955.00	c  N dy 17038   2592743     14588     62352         0     80691    189351   2011316    116.00    122.28
962.42/962.48	c  N dy 17170   2612812     14588     62352         0    100759    189351   5684846    116.01    157.96
971.02/971.02	c  N dy 17299   2633246     14588     62352         0    121191    189351   9465553    116.02    123.90
980.23/980.25	c  N dy 17428   2653289     14588     62352         0    141234    189351  13177353    116.02    122.58
988.42/988.47	c  N dy 17571   2673383     14588     62352         0     87332    189351   3123599    116.05    124.04
996.32/996.35	c  N dy 17710   2693596     14588     62352         0    107543    189351   6854537    116.06    126.69
1004.02/1004.08	c  S st 17835   2711510     14588     62352         0    125455    189351  10171349    116.07   no data
1004.33/1004.34	c  S st 17835   2712011     14588     62352         0    125956    189351  10234437    116.07   no data
1004.33/1004.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1004.43/1004.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.11
1004.52/1004.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1004.52/1004.50	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1004.52/1004.50	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1004.52/1004.51	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
1004.52/1004.51	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.00 s
1004.62/1004.66	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.15 s
1005.02/1005.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1011.72/1011.79	c lits-rem:         3  cl-subs:       13  v-elim:      0  v-fix:    0  time:  6.69 s
1011.82/1011.80	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.00
1011.92/1011.96	c vivif2 --  cl tried   125943 cl shrink        0 lits rem          0 time: 0.16
1012.14/1012.18	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.22
1012.14/1012.19	c calculated reachability. Time: 0.00
1012.14/1012.19	c  N dy 17835   2712011     14588     62352         0    125943    189351  10229641    116.07   no data
1021.52/1021.59	c  N dy 17975   2732091     14588     62352         0    146022    189351  13976617    116.09    126.52
1029.42/1029.47	c  N dy 18108   2752294     14588     62352         0     91232    189351   3607994    116.09    124.09
1037.43/1037.42	c  N dy 18231   2772367     14588     62352         0    111301    189351   7303263    116.09    125.35
1046.24/1046.22	c  N dy 18361   2792398     14588     62352         0    131332    189351  10946504    116.08    122.40
1055.82/1055.88	c  N dy 18500   2812460     14588     62352         0    151394    189351  14710883    116.10    122.63
1063.33/1063.39	c  N dy 18628   2832560     14588     62352         0     95502    189351   4266467    116.09    125.27
1071.53/1071.59	c  N dy 18766   2852574     14588     62352         0    115516    189351   7959719    116.10    123.19
1080.62/1080.67	c  N dy 18899   2872617     14588     62352         0    135558    189351  11686684    116.11    123.35
1090.14/1090.20	c  N dy 19034   2892722     14588     62352         0     78666    189351    923394    116.11    122.71
1097.94/1097.93	c  N dy 19177   2912779     14588     62352         0     98723    189351   4699834    116.13    126.41
1106.12/1106.19	c  N dy 19311   2932832     14588     62352         0    118776    189351   8443982    116.14    123.44
1115.43/1115.43	c  N dy 19448   2952833     14588     62352         0    138777    189351  12187698    116.15    125.19
1124.83/1124.83	c  N dy 19573   2972906     14588     62352         0     80849    189351   1163190    116.15    123.36
1132.32/1132.39	c  N dy 19710   2992920     14588     62352         0    100862    189351   4897829    116.16    124.42
1140.74/1140.74	c  N dy 19839   3012989     14588     62352         0    120930    189351   8629150    116.16    139.81
1150.03/1150.08	c  N dy 19981   3033081     14588     62352         0    141021    189351  12346685    116.18    123.30
1159.63/1159.61	c  N dy 20109   3053114     14588     62352         0     82055    189351   1203740    116.18    125.69
1167.14/1167.21	c  N dy 20243   3073177     14588     62352         0    102118    189351   4938397    116.18    123.64
1175.73/1175.74	c  N dy 20382   3093228     14588     62352         0    122168    189351   8715300    116.20    154.78
1185.03/1185.02	c  N dy 20520   3113269     14588     62352         0    142209    189351  12502167    116.21    123.26
1194.83/1194.82	c  N dy 20658   3133373     14588     62352         0     82321    189351   1041932    116.22    125.92
1202.44/1202.50	c  N dy 20797   3153601     14588     62352         0    102545    189351   4784826    116.23    125.17
1211.03/1211.08	c  N dy 20932   3173888     14588     62352         0    122830    189351   8561343    116.24    123.37
1220.33/1220.39	c  N dy 21068   3193903     14588     62352         0    142844    189351  12282149    116.24    127.20
1229.43/1229.43	c  S st 21188   3212011     14588     62352         0    160951    189351  15634155    116.25    123.84
1229.73/1229.76	c  S st 21188   3212515     14588     62352         0    161455    189351  15702112    116.25   no data
1229.73/1229.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1229.94/1229.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.14
1229.94/1229.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1229.94/1229.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1229.94/1229.96	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1229.94/1229.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  14588 time:  0.00 s
1229.94/1229.97	c Removed useless bin:       0  fixed:     0  props:   0.14M  time:  0.01 s
1230.13/1230.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
1230.83/1230.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1243.92/1243.92	c lits-rem:        21  cl-subs:       19  v-elim:      0  v-fix:    0  time: 13.07 s
1243.92/1243.93	c vivif2 --  cl tried    62352 cl shrink        0 lits rem          0 time: 0.00
1244.14/1244.18	c vivif2 --  cl tried   161436 cl shrink        0 lits rem          0 time: 0.25
1244.42/1244.45	c asymm  cl-useful: 0/62352/62352 lits-rem:0 time: 0.27
1244.42/1244.46	c calculated reachability. Time: 0.00
1244.42/1244.46	c  N dy 21188   3212515     14588     62352         0    161436    189351  15697036    116.25   no data
1252.23/1252.26	c  N dy 21324   3232555     14588     62352         0    100483    189351   4243514    116.26    122.45
1260.64/1260.68	c  N dy 21458   3252634     14588     62352         0    120560    189351   7957604    116.26    128.62
1269.73/1269.78	c  N dy 21588   3272653     14588     62352         0    140578    189351  11648619    116.26    125.60
1279.63/1279.64	c  N dy 21721   3292654     14588     62352         0    160579    189351  15399736    116.27    123.00
1287.83/1287.87	c  N dy 21855   3312869     14588     62352         0     98789    189351   3748660    116.28    126.45
1296.53/1296.58	c  N dy 21995   3332921     14588     62352         0    118839    189351   7480430    116.29    127.12

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-3367362-1305381853/watcher-3367362-1305381853 -o /tmp/evaluation-result-3367362-1305381853/solver-3367362-1305381853 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3367362-1305381853.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: 1.93 2.81 3.12 5/361 26068
/proc/meminfo: memFree=24095024/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=35088 CPUtime=0.01 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 2234 0 0 0 1 0 0 0 20 0 1 0 649785740 35930112 1942 33554432000 4194304 4580011 140733997365296 18446744073709551615 4354920 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 8772 1943 324 95 0 3754 0

[startup+0.102806 s]
/proc/loadavg: 1.93 2.81 3.12 5/361 26068
/proc/meminfo: memFree=24095024/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=40888 CPUtime=0.09 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 3784 0 0 0 9 0 0 0 20 0 1 0 649785740 41869312 3492 33554432000 4194304 4580011 140733997365296 18446744073709551615 253640520389 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 10222 3495 344 95 0 5204 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40888

[startup+0.200775 s]
/proc/loadavg: 1.93 2.81 3.12 5/361 26068
/proc/meminfo: memFree=24095024/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=47480 CPUtime=0.19 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 6094 0 0 0 19 0 0 0 20 0 1 0 649785740 48619520 5061 33554432000 4194304 4580011 140733997365296 18446744073709551615 4368162 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 11870 5061 357 95 0 6852 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 47480

[startup+0.300785 s]
/proc/loadavg: 1.93 2.81 3.12 5/361 26068
/proc/meminfo: memFree=24095024/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=47480 CPUtime=0.29 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 6185 0 0 0 29 0 0 0 21 0 1 0 649785740 48619520 5152 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 11870 5152 364 95 0 6852 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47480

[startup+0.700712 s]
/proc/loadavg: 1.93 2.81 3.12 5/361 26068
/proc/meminfo: memFree=24095024/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=47480 CPUtime=0.69 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 6603 0 0 0 69 0 0 0 22 0 1 0 649785740 48619520 5570 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293184 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 11870 5570 364 95 0 6852 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47480

[startup+1.50058 s]
/proc/loadavg: 1.93 2.81 3.12 6/371 26081
/proc/meminfo: memFree=24008268/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=47480 CPUtime=1.49 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 7250 0 0 0 149 0 0 0 25 0 1 0 649785740 48619520 6217 33554432000 4194304 4580011 140733997365296 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 11870 6217 364 95 0 6852 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47480

[startup+3.10026 s]
/proc/loadavg: 1.93 2.81 3.12 6/371 26081
/proc/meminfo: memFree=23988780/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=80296 CPUtime=3.09 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 8527 0 0 0 308 1 0 0 25 0 1 0 649785740 82223104 7494 33554432000 4194304 4580011 140733997365296 18446744073709551615 4318718 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 20074 7494 364 95 0 15056 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 80296

[startup+6.3007 s]
/proc/loadavg: 2.09 2.83 3.12 6/371 26081
/proc/meminfo: memFree=23968492/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=52244 CPUtime=6.29 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 11956 0 0 0 627 2 0 0 25 0 1 0 649785740 53497856 6845 33554432000 4194304 4580011 140733997365296 18446744073709551615 4317127 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 13061 6845 365 95 0 8043 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 52244

[startup+12.7005 s]
/proc/loadavg: 2.25 2.84 3.12 6/371 26081
/proc/meminfo: memFree=23885564/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=115500 CPUtime=12.69 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 32467 0 0 0 1263 6 0 0 25 0 1 0 649785740 118272000 22421 33554432000 4194304 4580011 140733997365296 18446744073709551615 4416613 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 28875 22421 367 95 0 23857 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 115500

[startup+25.5012 s]
/proc/loadavg: 2.63 2.90 3.14 6/371 26081
/proc/meminfo: memFree=23749356/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=123792 CPUtime=25.5 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 44755 0 0 0 2542 8 0 0 25 0 1 0 649785740 126763008 24702 33554432000 4194304 4580011 140733997365296 18446744073709551615 4295856 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 30948 24702 367 95 0 25930 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 123792

[startup+51.1006 s]
/proc/loadavg: 3.27 3.03 3.18 6/371 26082
/proc/meminfo: memFree=23568972/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=201184 CPUtime=51.09 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 69824 0 0 0 5096 13 0 0 25 0 1 0 649785740 206012416 42922 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293160 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 50296 42922 367 95 0 45278 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 201184

[startup+102.301 s]
/proc/loadavg: 3.81 3.21 3.23 6/371 26083
/proc/meminfo: memFree=23496032/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=263056 CPUtime=102.31 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 91894 0 0 0 10212 19 0 0 25 0 1 0 649785740 269369344 49904 33554432000 4194304 4580011 140733997365296 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 65764 49904 367 95 0 60746 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 263056

[startup+162.3 s]
/proc/loadavg: 3.93 3.35 3.27 6/371 26085
/proc/meminfo: memFree=23424328/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=269100 CPUtime=162.3 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 115470 0 0 0 16203 27 0 0 25 0 1 0 649785740 275558400 53579 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 67275 53579 367 95 0 62257 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 269100

[startup+222.314 s]
/proc/loadavg: 3.97 3.47 3.31 6/371 26087
/proc/meminfo: memFree=23365888/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=282676 CPUtime=222.31 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 139824 0 0 0 22198 33 0 0 25 0 1 0 649785740 289460224 53819 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293672 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 70669 53819 367 95 0 65651 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 282676

[startup+282.301 s]
/proc/loadavg: 3.99 3.56 3.36 6/371 26088
/proc/meminfo: memFree=23311024/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=308556 CPUtime=282.3 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 169770 0 0 0 28190 40 0 0 25 0 1 0 649785740 315961344 60891 33554432000 4194304 4580011 140733997365296 18446744073709551615 4321175 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 77139 60891 367 95 0 72121 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 308556

[startup+342.301 s]
/proc/loadavg: 3.99 3.64 3.39 6/371 26090
/proc/meminfo: memFree=23292652/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=257872 CPUtime=342.3 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 194000 0 0 0 34185 45 0 0 25 0 1 0 649785740 264060928 59343 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293119 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 64468 59343 367 95 0 59450 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 257872

[startup+402.301 s]
/proc/loadavg: 3.99 3.70 3.43 6/371 26091
/proc/meminfo: memFree=23279468/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=309796 CPUtime=402.3 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 217282 0 0 0 40178 52 0 0 25 0 1 0 649785740 317231104 61224 33554432000 4194304 4580011 140733997365296 18446744073709551615 4401256 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 77449 61224 367 95 0 72431 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 309796

[startup+462.301 s]
/proc/loadavg: 3.99 3.75 3.46 6/371 26093
/proc/meminfo: memFree=23308560/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=289900 CPUtime=462.3 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 242624 0 0 0 46171 59 0 0 25 0 1 0 649785740 296857600 54988 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 72475 54988 367 95 0 67457 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 289900

[startup+522.301 s]
/proc/loadavg: 4.04 3.81 3.50 6/371 26095
/proc/meminfo: memFree=23294012/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=237820 CPUtime=522.3 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 269675 0 0 0 52164 66 0 0 25 0 1 0 649785740 243527680 54233 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293160 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 59455 54233 367 95 0 54437 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 237820

[startup+582.301 s]
/proc/loadavg: 4.05 3.86 3.53 6/371 26096
/proc/meminfo: memFree=23248476/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=290756 CPUtime=582.31 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 296916 0 0 0 58157 74 0 0 25 0 1 0 649785740 297734144 60942 33554432000 4194304 4580011 140733997365296 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 72689 60942 367 95 0 67671 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 290756

[startup+642.301 s]
/proc/loadavg: 4.12 3.92 3.57 6/371 26098
/proc/meminfo: memFree=23256612/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=304512 CPUtime=642.31 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 324399 0 0 0 64151 80 0 0 25 0 1 0 649785740 311820288 57731 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293179 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 76128 57731 367 95 0 71110 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 304512

[startup+702.301 s]
/proc/loadavg: 4.11 3.96 3.61 6/371 26099
/proc/meminfo: memFree=23215524/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=304896 CPUtime=702.31 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 351782 0 0 0 70144 87 0 0 25 0 1 0 649785740 312213504 62591 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293749 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 76224 62591 367 95 0 71206 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 304896

[startup+762.3 s]
/proc/loadavg: 4.04 3.97 3.63 6/371 26101
/proc/meminfo: memFree=23152884/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=305316 CPUtime=762.32 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 378088 0 0 0 76138 94 0 0 25 0 1 0 649785740 312643584 65597 33554432000 4194304 4580011 140733997365296 18446744073709551615 4321175 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 76329 65597 367 95 0 71311 0
Current children cumulated CPU time (s) 762.32
Current children cumulated vsize (KiB) 305316

[startup+822.3 s]
/proc/loadavg: 4.01 3.97 3.65 6/371 26103
/proc/meminfo: memFree=23092200/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=379180 CPUtime=822.31 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 418268 0 0 0 82130 101 0 0 25 0 1 0 649785740 388280320 81782 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 94795 81782 367 95 0 89777 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 379180

[startup+882.315 s]
/proc/loadavg: 4.00 3.97 3.67 6/371 26104
/proc/meminfo: memFree=23089072/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=379656 CPUtime=882.33 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 447562 0 0 0 88125 108 0 0 25 0 1 0 649785740 388767744 82892 33554432000 4194304 4580011 140733997365296 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 94914 82892 367 95 0 89896 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 379656

[startup+942.301 s]
/proc/loadavg: 4.00 3.97 3.68 6/371 26106
/proc/meminfo: memFree=23101916/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=380148 CPUtime=942.31 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 476524 0 0 0 94115 116 0 0 25 0 1 0 649785740 389271552 82809 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 95037 82809 367 95 0 90019 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 380148

[startup+1002.3 s]
/proc/loadavg: 4.00 3.97 3.70 6/371 26107
/proc/meminfo: memFree=23049424/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=380388 CPUtime=1002.32 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 505318 0 0 0 100107 125 0 0 25 0 1 0 649785740 389517312 81732 33554432000 4194304 4580011 140733997365296 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 95097 81732 367 95 0 90079 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 380388

[startup+1062.3 s]
/proc/loadavg: 4.06 3.99 3.72 6/371 26109
/proc/meminfo: memFree=23086476/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=392836 CPUtime=1062.33 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 533056 0 0 0 106101 132 0 0 25 0 1 0 649785740 402264064 78984 33554432000 4194304 4580011 140733997365296 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 98209 78984 367 95 0 93191 0
Current children cumulated CPU time (s) 1062.33
Current children cumulated vsize (KiB) 392836

[startup+1122.3 s]
/proc/loadavg: 4.07 4.00 3.74 6/371 26111
/proc/meminfo: memFree=23072916/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=393044 CPUtime=1122.32 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 559618 0 0 0 112093 139 0 0 25 0 1 0 649785740 402477056 90007 33554432000 4194304 4580011 140733997365296 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 98261 90007 367 95 0 93243 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 393044

[startup+1182.3 s]
/proc/loadavg: 4.12 4.03 3.77 6/371 26112
/proc/meminfo: memFree=22971328/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=393428 CPUtime=1182.33 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 587979 0 0 0 118086 147 0 0 25 0 1 0 649785740 402870272 86594 33554432000 4194304 4580011 140733997365296 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 98357 86594 367 95 0 93339 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 393428

[startup+1242.3 s]
/proc/loadavg: 4.04 4.02 3.78 6/371 26114
/proc/meminfo: memFree=22804500/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=482280 CPUtime=1242.32 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 629520 0 0 0 124077 155 0 0 25 0 1 0 649785740 493854720 111837 33554432000 4194304 4580011 140733997365296 18446744073709551615 4416931 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 120570 111837 367 95 0 115552 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 482280



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.79 6/371 26115
/proc/meminfo: memFree=22854668/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=482688 CPUtime=1300.04 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 655576 0 0 0 129841 163 0 0 25 0 1 0 649785740 494272512 105089 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 120672 105089 367 95 0 115654 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 482688

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

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

[startup+1300 s]
/proc/loadavg: 4.01 4.02 3.79 6/371 26115
/proc/meminfo: memFree=22854668/32951124 swapFree=56449224/67111528
[pid=26067] ppid=26064 vsize=482688 CPUtime=1300.04 cores=0,2
/proc/26067/stat : 26067 (strangenight2-s) R 26064 26067 25628 0 -1 4202496 655576 0 0 0 129841 163 0 0 25 0 1 0 649785740 494272512 105089 33554432000 4194304 4580011 140733997365296 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/26067/statm: 120672 105089 367 95 0 115654 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 482688

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1298.41
CPU system time (s): 1.65775
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 496644

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.41
system time used= 1.65775
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 655576
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= 69
involuntary context switches= 2855

runsolver used 5.01324 second user time and 10.7014 second system time

The end

Launcher Data

Begin job on node106 at 2011-05-14 16:04:13
IDJOB=3367362
IDBENCH=82571
IDSOLVER=1845
FILE ID=node106/3367362-1305381853
RUNJOBID= node106-1305381853-26038
PBS_JOBID= 13324396
Free space on /tmp= 73360 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v15000-c63000-S976131144-051-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3367362-1305381853/watcher-3367362-1305381853 -o /tmp/evaluation-result-3367362-1305381853/solver-3367362-1305381853 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3367362-1305381853.cnf

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

MD5SUM BENCH= 951fe016d765ee9b2e2038c7330879da
RANDOM SEED=936405604

node106.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.830
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.66
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.830
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.20
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.830
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.830
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.82
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.830
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.74
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.830
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.830
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.830
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      24095700 kB
Buffers:        253144 kB
Cached:        5620952 kB
SwapCached:      27544 kB
Active:         694032 kB
Inactive:      7935712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      24095700 kB
SwapTotal:    67111528 kB
SwapFree:     56449224 kB
Dirty:           20880 kB
Writeback:           0 kB
AnonPages:     2736652 kB
Mapped:           9512 kB
Slab:           112828 kB
PageTables:      48840 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74999180 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= 73336 MiB
End job on node106 at 2011-05-14 16:25:56