Trace number 3174428

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? (TO) 1300.07 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v20000-c84000-S1298436766-097-UNKNOWN.cnf
MD5SUM28b704f4b0f31dccf5e0c8fedfb14daa
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark60.2658
Satisfiable
(Un)Satisfiability was proved
Number of variables20000
Number of clauses84000
Sum of the clauses size252000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 384000
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-3174428-1301784963.cnf'
0.00/0.00	c -- header says num vars:          20000
0.00/0.00	c -- header says num clauses:       84000
0.00/0.04	c -- clauses added:            0 learnts,        84000 normals,            0 xors
0.00/0.04	c -- vars added      20000
0.00/0.04	c Parsing time:  0.04 s
0.00/0.04	c  N st     0         0     20000     84000         0         0    252000         0   no data   no data
0.09/0.10	c asymm  cl-useful: 0/84000/84000 lits-rem:0 time: 0.05
0.09/0.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.2M T:  0.03
0.09/0.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.09/0.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.09/0.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.09/0.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  20000 time:  0.00 s
0.09/0.17	c Removed useless bin:       0  fixed:     0  props:   0.20M  time:  0.00 s
0.19/0.26	c lits-rem:         0  cl-subs:        0  v-elim:    466  v-fix:    0  time:  0.09 s
0.19/0.26	c Finding binary XORs  T:     0.00 s  found:       0
0.19/0.28	c Finding non-binary XORs:     0.02 s (found:       0, avg size: nan)
0.19/0.28	c calculated reachability. Time: 0.00
0.19/0.29	c Calc default polars -  time:   0.00 s pos:    8851 undec:    2207 neg:    8942
0.19/0.29	c =========================================================================================
0.19/0.29	c types(t): F = full restart, N = normal restart
0.19/0.29	c types(t): S = simplification begin/end, E = solution found
0.19/0.29	c restart types(rt): st = static, dy = dynamic
0.19/0.29	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.19/0.29	c  B st     0         0     19534     83430         0         0    253068         0   no data   no data
1.19/1.25	c  N dy    20      4071     19534     83430         0      4071    253068    925911    114.87    125.34
2.20/2.23	c  N dy    50      8109     19534     83430         0      8108    253068   1735006    124.40    134.65
3.20/3.28	c  N dy    82     12202     19534     83430         0     12200    253068   2556593    127.45    135.17
4.30/4.35	c  N dy   111     16263     19534     83430         0     16259    253068   3393842    128.39    135.47
5.39/5.41	c  N dy   135     20274     19534     83430         0     10273    253068    602098    128.04    135.32
6.39/6.49	c  N dy   165     24312     19534     83430         0     14311    253068   1396851    127.95    134.71
6.59/6.68	c  F st   170     25000     19534     83430         0     14999    253068   1532585    128.11    128.07
7.99/8.06	c  N dy   176     30001     19534     83430         0     20000    253068   2813813    128.11   no data
7.99/8.06	c  S st   176     30001     19534     83430         0     20000    253068   2813813    128.11   no data
8.19/8.20	c  S st   176     30508     19534     83430         0     20507    253068   2886451    128.11   no data
8.19/8.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
8.19/8.28	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
8.29/8.31	c blocked clauses removed:      306 vars:     51 tried:       19534 T: 0.01 s
8.29/8.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
8.29/8.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
8.29/8.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19483 time:  0.00 s
8.29/8.33	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
8.39/8.41	c lits-rem:         0  cl-subs:        0  v-elim:     11  v-fix:    0  time:  0.08 s
8.49/8.59	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
9.29/9.32	c lits-rem:         6  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.71 s
9.39/9.40	c asymm  cl-useful: 0/83113/83113 lits-rem:0 time: 0.08
9.39/9.40	c calculated reachability. Time: 0.00
9.39/9.40	c  N dy   176     30508     19472     83113         0     20343    252184   2838617    128.11   no data
10.49/10.53	c  N dy   207     34553     19472     83113         0     24388    252184   3698371    129.47    145.14
11.69/11.71	c  N dy   234     38680     19472     83113         0     28514    252184   4562275    130.09    137.91
12.79/12.85	c  N dy   260     42721     19472     83113         0     17136    252184   1008727    130.04    144.67
13.59/13.68	c  S st   284     45763     19472     83113         0     20178    252184   1641077    130.44   no data
13.79/13.82	c  S st   284     46264     19472     83113         0     20679    252184   1715787    130.44   no data
13.79/13.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
13.89/13.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.07
13.89/13.92	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.89/13.92	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.89/13.92	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
13.89/13.93	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19472 time:  0.00 s
13.89/13.93	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
13.99/14.01	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
13.99/14.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
14.30/14.31	c lits-rem:        14  cl-subs:        1  v-elim:      0  v-fix:    0  time:  0.21 s
14.30/14.31	c vivif2 --  cl tried    83113 cl shrink        0 lits rem          0 time: 0.01
14.30/14.34	c vivif2 --  cl tried    20678 cl shrink        0 lits rem          0 time: 0.02
14.39/14.42	c asymm  cl-useful: 0/83113/83113 lits-rem:0 time: 0.08
14.39/14.43	c calculated reachability. Time: 0.00
14.39/14.43	c  N dy   284     46264     19472     83113         0     20678    252184   1715225    130.44   no data
15.59/15.65	c  N dy   308     50302     19472     83113         0     24716    252184   2525560    130.10    137.08
16.79/16.89	c  N dy   336     54368     19472     83113         0     28782    252184   3393058    130.63    140.95
18.09/18.10	c  N dy   367     58387     19472     83113         0     32801    252184   4241342    130.76    138.04
19.19/19.29	c  N dy   395     62453     19472     83113         0     36866    252184   5065525    130.75    138.41
20.39/20.45	c  N dy   422     66496     19472     83113         0     22202    252184   1391418    130.64    138.71
21.19/21.27	c  S st   441     69397     19472     83113         0     25103    252184   1994914    130.57    122.51
21.39/21.41	c  S st   441     69902     19472     83113         0     25608    252184   2079262    130.57   no data
21.39/21.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
21.49/21.50	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.08
21.49/21.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.49/21.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
21.49/21.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
21.49/21.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19472 time:  0.00 s
21.49/21.54	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
21.59/21.61	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
21.69/21.70	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
22.00/22.06	c lits-rem:         2  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.34 s
22.00/22.07	c vivif2 --  cl tried    83113 cl shrink        0 lits rem          0 time: 0.01
22.09/22.10	c vivif2 --  cl tried    25605 cl shrink        0 lits rem          0 time: 0.03
22.09/22.19	c asymm  cl-useful: 0/83113/83113 lits-rem:0 time: 0.09
22.09/22.19	c calculated reachability. Time: 0.00
22.09/22.19	c  N dy   441     69902     19472     83113         0     25605    252184   2078245    130.57   no data
23.49/23.54	c  N dy   470     74442     19472     83113         0     30145    252184   3027332    130.67    151.63
25.20/25.20	c  N dy   505     79267     19472     83113         0     34970    252184   4031767    130.87    137.91
26.79/26.85	c  N dy   542     84378     19472     83113         0     40081    252184   5109097    130.98    143.95
27.79/27.86	c  F st   564     87500     19472     83113         0     22352    252184    931408    130.96   no data
28.79/28.88	c  N st   569     90798     19472     83113         0     25650    252184   1797099    130.96   no data
30.49/30.58	c  N dy   597     96596     19472     83113         0     31448    252184   3092493    130.84    138.09
32.39/32.45	c  N dy   639    102926     19472     83113         0     37777    252184   4395919    130.65    138.35
33.00/33.03	c  S st   652    104854     19472     83113         0     39705    252184   4782154    130.56   no data
33.09/33.19	c  S st   652    105357     19472     83113         0     40208    252184   4853743    130.56   no data
33.19/33.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
33.19/33.29	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.09
33.29/33.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.29/33.31	c bin-w-bin subsume rem            0 bins  time:  0.00 s
33.29/33.32	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
33.29/33.32	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19472 time:  0.00 s
33.29/33.33	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
33.39/33.43	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
33.59/33.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
35.00/35.07	c lits-rem:         4  cl-subs:        7  v-elim:      0  v-fix:    0  time:  1.40 s
35.00/35.08	c vivif2 --  cl tried    83113 cl shrink        0 lits rem          0 time: 0.01
35.10/35.15	c vivif2 --  cl tried    40201 cl shrink        0 lits rem          0 time: 0.07
35.20/35.26	c asymm  cl-useful: 0/83113/83113 lits-rem:0 time: 0.11
35.20/35.26	c calculated reachability. Time: 0.00
35.20/35.26	c  N dy   652    105357     19472     83113         0     40201    252184   4850973    130.56   no data
37.19/37.29	c  N dy   695    112095     19472     83113         0     24510    252184   1014975    130.57    138.63
39.39/39.45	c  N dy   743    119639     19472     83113         0     32053    252184   2567747    130.42    141.40
42.09/42.11	c  N dy   794    127376     19472     83113         0     39789    252184   4158970    130.36    139.11
44.80/44.88	c  N dy   845    135659     19472     83113         0     24357    252184    672706    130.28    137.70
47.49/47.52	c  N dy   905    144345     19472     83113         0     33042    252184   2452287    130.28    152.57
50.29/50.32	c  N dy   963    153594     19472     83113         0     42291    252184   4382593    130.43    150.62
51.70/51.71	c  S st   990    158035     19472     83113         0     46731    252184   5281618    130.37    127.45
51.79/51.88	c  S st   990    158539     19472     83113         0     47235    252184   5368918    130.37   no data
51.89/51.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
51.89/51.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.09
51.99/52.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
51.99/52.01	c bin-w-bin subsume rem            0 bins  time:  0.01 s
51.99/52.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
51.99/52.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19472 time:  0.01 s
51.99/52.03	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.00 s
52.09/52.14	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
52.29/52.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
54.29/54.33	c lits-rem:         3  cl-subs:        3  v-elim:      0  v-fix:    0  time:  1.95 s
54.29/54.33	c vivif2 --  cl tried    83113 cl shrink        0 lits rem          0 time: 0.01
54.39/54.41	c vivif2 --  cl tried    47232 cl shrink        0 lits rem          0 time: 0.08
54.49/54.53	c asymm  cl-useful: 0/83113/83113 lits-rem:0 time: 0.12
54.49/54.54	c calculated reachability. Time: 0.00
54.49/54.54	c  N dy   990    158539     19472     83113         0     47232    252184   5368472    130.37   no data
57.50/57.58	c  N dy  1059    168701     19472     83113         0     32540    252184   2088672    130.33    137.21
60.79/60.87	c  N dy  1130    179527     19472     83113         0     43364    252184   4332442    130.29    153.14
64.49/64.58	c  N dy  1203    191242     19472     83113         0     29153    252184   1169589    130.21    141.43
68.49/68.56	c  N dy  1286    203460     19472     83113         0     41369    252184   3658191    130.21    137.87
72.89/73.00	c  N dy  1379    216555     19472     83113         0     27504    252184    599288    130.28    137.41
77.09/77.15	c  N dy  1474    230415     19472     83113         0     41364    252184   3442721    130.29    144.08
79.39/79.49	c  S st  1523    237808     19472     83113         0     48757    252184   4980066    130.30    126.14
79.59/79.65	c  S st  1523    238310     19472     83113         0     49259    252184   5054517    130.30   no data
79.59/79.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
79.69/79.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.09
79.69/79.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
79.69/79.78	c bin-w-bin subsume rem            0 bins  time:  0.01 s
79.69/79.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
79.69/79.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19472 time:  0.01 s
79.79/79.80	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
79.89/79.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
80.09/80.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.09/82.13	c lits-rem:         7  cl-subs:        5  v-elim:      0  v-fix:    0  time:  2.01 s
82.09/82.13	c vivif2 --  cl tried    83113 cl shrink        0 lits rem          0 time: 0.01
82.19/82.21	c vivif2 --  cl tried    49254 cl shrink        0 lits rem          0 time: 0.08
82.29/82.33	c asymm  cl-useful: 0/83113/83113 lits-rem:0 time: 0.12
82.29/82.33	c calculated reachability. Time: 0.00
82.29/82.33	c  N dy  1523    238310     19472     83113         0     49254    252184   5053304    130.30   no data
86.99/87.06	c  N dy  1611    253687     19472     83113         0     36652    252184   2214557    130.10    142.05
92.20/92.25	c  N dy  1721    270041     19472     83113         0     53005    252184   5650764    130.23    139.57
97.59/97.65	c  N dy  1840    287302     19472     83113         0     41275    252184   2982426    130.38    139.02
104.09/104.15	c  N dy  1968    305750     19472     83113         0     59722    252184   6804089    130.45    143.28
104.29/104.37	c  F st  1972    306251     19472     83113         0     30233    252184    504253    130.46    131.09
110.60/110.69	c  N dy  2074    325349     19472     83113         0     49330    252184   4754181    130.51    139.99
117.20/117.24	c  N dy  2217    345551     19472     83113         0     38532    252184   2022321    130.67    138.02
120.90/121.00	c  S st  2295    357468     19472     83113         0     50449    252184   4477258    130.66    135.61
121.09/121.17	c  S st  2295    357969     19472     83113         0     50950    252184   4548603    130.66   no data
121.09/121.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
121.19/121.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.09
121.19/121.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
121.29/121.30	c bin-w-bin subsume rem            0 bins  time:  0.01 s
121.29/121.30	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
121.29/121.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19472 time:  0.00 s
121.29/121.32	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
121.39/121.42	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.11 s
121.59/121.60	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
124.39/124.43	c lits-rem:         9  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.82 s
124.39/124.44	c vivif2 --  cl tried    83113 cl shrink        0 lits rem          0 time: 0.01
124.49/124.50	c vivif2 --  cl tried    50947 cl shrink        0 lits rem          0 time: 0.07
124.59/124.63	c asymm  cl-useful: 0/83113/83113 lits-rem:0 time: 0.12
124.59/124.63	c calculated reachability. Time: 0.00
124.59/124.63	c  N dy  2295    357969     19472     83113         0     50947    252184   4548143    130.66   no data
131.10/131.15	c  N dy  2421    378136     19472     83113         0     39111    252184   1918782    130.63    137.63
137.59/137.68	c  N dy  2553    398309     19472     83113         0     59280    252184   6082393    130.61    139.52
144.10/144.14	c  N dy  2686    418368     19472     83113         0     46343    252184   3236779    130.65    145.49
150.89/150.91	c  N dy  2825    438568     19472     83113         0     66543    252184   7430504    130.69    141.10
157.20/157.30	c  N dy  2954    458625     19472     83113         0     52601    252184   4325541    130.65    148.78
165.10/165.10	c  N dy  3085    478699     19472     83113         0     37678    252184    976486    130.63    140.21
172.30/172.39	c  N dy  3221    498735     19472     83113         0     57713    252184   5175793    130.70    139.24
179.50/179.55	c  N dy  3352    518802     19472     83113         0     41780    252184   1644687    130.68    156.41
185.60/185.64	c  S st  3471    536953     19472     83113         0     59931    252184   5407151    130.66   no data
185.80/185.82	c  S st  3471    537456     19472     83113         0     60434    252184   5481291    130.66   no data
185.80/185.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
185.90/185.94	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.10
185.90/185.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
185.90/185.96	c bin-w-bin subsume rem            0 bins  time:  0.00 s
185.90/185.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
185.90/185.97	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19472 time:  0.01 s
185.90/185.98	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
186.00/186.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
186.30/186.31	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
189.00/189.03	c lits-rem:         5  cl-subs:        3  v-elim:      0  v-fix:    0  time:  2.71 s
189.00/189.04	c vivif2 --  cl tried    83113 cl shrink        0 lits rem          0 time: 0.01
189.10/189.12	c vivif2 --  cl tried    60431 cl shrink        0 lits rem          0 time: 0.08
189.20/189.25	c asymm  cl-useful: 0/83113/83113 lits-rem:0 time: 0.13
189.20/189.26	c calculated reachability. Time: 0.00
189.20/189.26	c  N dy  3471    537456     19472     83113         0     60431    252184   5480245    130.66   no data
196.09/196.12	c  N dy  3613    557548     19472     83113         0     43524    252184   1821062    130.75    138.98
202.80/202.86	c  N dy  3756    577627     19472     83113         0     63601    252184   6056917    130.89    138.63
209.69/209.72	c  N dy  3892    597656     19472     83113         0     45629    252184   2047644    130.93    144.29
216.50/216.54	c  N dy  4035    617764     19472     83113         0     65736    252184   6294574    131.07    146.95
223.50/223.54	c  N dy  4179    637860     19472     83113         0     46835    252184   2089256    131.17    176.82
230.30/230.31	c  N dy  4313    657914     19472     83113         0     66888    252184   6297660    131.21    157.32
237.29/237.30	c  N dy  4443    677953     19472     83113         0     46928    252184   1899405    131.22    150.51
244.00/244.04	c  N dy  4579    697959     19472     83113         0     66931    252184   6046488    131.23    143.67
251.20/251.22	c  N dy  4719    718067     19472     83113         0     46043    252184   1509789    131.28    138.50
257.90/257.94	c  N dy  4850    738135     19472     83113         0     66111    252184   5665703    131.30    139.06
265.30/265.31	c  N dy  4983    758302     19472     83113         0     44283    252184    941710    131.32    138.48
272.81/272.83	c  N dy  5119    778351     19472     83113         0     64331    252184   5161131    131.34    139.85
281.70/281.74	c  N dy  5251    798370     19472     83113         0     84350    252184   9352789    131.34    141.69
284.50/284.54	c  S st  5303    806184     19472     83113         0     49168    252184   1733956    131.33   no data
284.70/284.71	c  S st  5303    806689     19472     83113         0     49673    252184   1798622    131.33   no data
284.70/284.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
284.80/284.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.0M T:  0.09
284.80/284.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
284.80/284.84	c bin-w-bin subsume rem            0 bins  time:  0.01 s
284.80/284.85	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
284.80/284.85	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19472 time:  0.01 s
284.80/284.86	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
284.90/284.94	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
285.00/285.02	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
285.60/285.68	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.65 s
285.60/285.68	c vivif2 --  cl tried    83113 cl shrink        0 lits rem          0 time: 0.01
285.70/285.71	c vivif2 --  cl tried    49673 cl shrink        0 lits rem          0 time: 0.03
285.80/285.83	c asymm  cl-useful: 0/83113/83113 lits-rem:0 time: 0.12
285.80/285.84	c calculated reachability. Time: 0.00
285.80/285.84	c  N dy  5303    806689     19472     83113         0     49673    252184   1798622    131.33   no data
293.00/293.07	c  N dy  5435    826725     19472     83113         0     69708    252184   5941146    131.31    138.98
300.90/300.90	c  N dy  5574    846738     19472     83113         0     45722    252184    823232    131.34    147.66
307.60/307.65	c  N dy  5710    866840     19472     83113         0     65823    252184   5053142    131.37    140.46
315.00/315.06	c  N dy  5842    886924     19472     83113         0     85906    252184   9182044    131.35    141.51
321.90/321.95	c  N dy  5979    906969     19472     83113         0     60950    252184   3799300    131.36    139.43
329.10/329.18	c  N dy  6118    927007     19472     83113         0     80985    252184   7995540    131.40    139.34
336.51/336.53	c  N dy  6258    947091     19472     83113         0     55069    252184   2370971    131.47    143.26
343.41/343.44	c  N dy  6386    967160     19472     83113         0     75134    252184   6541804    131.47    146.00
351.11/351.15	c  N dy  6525    987168     19472     83113         0     48146    252184    709462    131.52    138.52
357.90/357.97	c  N dy  6658   1007291     19472     83113         0     68268    252184   4926514    131.53    141.26
365.41/365.43	c  N dy  6792   1027360     19472     83113         0     88337    252184   9092627    131.54    140.68
372.70/372.71	c  N dy  6927   1047629     19472     83113         0     60607    252184   3116633    131.52    139.23
379.90/379.93	c  N dy  7064   1067643     19472     83113         0     80621    252184   7228932    131.53    196.99
381.50/381.56	c  F st  7093   1071876     19472     83113         0     84854    252184   8115416    131.54   no data
387.71/387.78	c  N dy  7173   1087773     19472     83113         0     51749    252184   1060807    131.56    140.89
394.81/394.80	c  N dy  7310   1107830     19472     83113         0     71805    252184   5285844    131.61    138.93
402.30/402.33	c  N dy  7438   1127876     19472     83113         0     91847    252184   9449213    131.59    138.75
409.60/409.67	c  N dy  7577   1148028     19472     83113         0     62007    252184   3016861    131.61    139.07
417.00/417.04	c  N dy  7710   1168213     19472     83113         0     82192    252184   7233002    131.62    143.50
425.21/425.26	c  N dy  7848   1188294     19472     83113         0     51272    252184    551581    131.67    141.16
432.10/432.16	c  N dy  7986   1208361     19472     83113         0     71337    252184   4717765    131.70    194.90
432.70/432.77	c  S st  7996   1210033     19472     83113         0     73009    252184   5069496    131.69    121.80
432.90/432.97	c  S st  7996   1210538     19472     83113         0     73514    252184   5148177    131.69   no data
432.90/432.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
433.10/433.10	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.11
433.10/433.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
433.10/433.12	c bin-w-bin subsume rem            0 bins  time:  0.01 s
433.10/433.13	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
433.10/433.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19472 time:  0.01 s
433.10/433.14	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
433.20/433.26	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.12 s
433.41/433.46	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
436.30/436.36	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  2.89 s
436.30/436.36	c vivif2 --  cl tried    83113 cl shrink        0 lits rem          0 time: 0.01
436.40/436.44	c vivif2 --  cl tried    73512 cl shrink        0 lits rem          0 time: 0.08
436.50/436.59	c asymm  cl-useful: 0/83113/83113 lits-rem:0 time: 0.15
436.50/436.59	c calculated reachability. Time: 0.00
436.50/436.60	c  N dy  7996   1210538     19472     83113         0     73512    252184   5146957    131.69   no data
444.21/444.26	c  N dy  8134   1230622     19472     83113         0     93594    252184   9332055    131.70    141.96
451.71/451.79	c  N dy  8268   1250686     19472     83113         0     61663    252184   2507044    131.69    140.35
459.01/459.00	c  N dy  8399   1270870     19472     83113         0     81846    252184   6661153    131.69    139.53
466.91/466.94	c  N dy  8533   1290892     19472     83113         0    101868    252184  10882992    131.71    153.84
474.11/474.15	c  N dy  8672   1310956     19472     83113         0     68928    252184   3844974    131.73    138.98
481.90/481.90	c  N dy  8811   1331384     19472     83113         0     89356    252184   8148860    131.76    140.28
489.91/489.93	c  N dy  8941   1351497     19472     83113         0     55479    252184    811728    131.77    141.30
497.22/497.22	c  N dy  9072   1372203     19472     83113         0     76184    252184   5126543    131.75    138.80
504.92/504.97	c  N dy  9215   1392280     19472     83113         0     96258    252184   9296987    131.76    143.21
512.91/512.95	c  N dy  9355   1412292     19472     83113         0     61262    252184   1823691    131.79    141.56
520.11/520.13	c  N dy  9480   1432343     19472     83113         0     81311    252184   6015466    131.77    140.10
527.91/527.97	c  N dy  9599   1452365     19472     83113         0    101333    252184  10152276    131.74    140.27
535.81/535.82	c  N dy  9739   1472392     19472     83113         0     65362    252184   2507195    131.77    144.91
543.10/543.19	c  N dy  9877   1492407     19472     83113         0     85376    252184   6713960    131.78    172.56
551.21/551.26	c  N dy 10007   1512530     19472     83113         0    105498    252184  10935324    131.78    141.30
559.21/559.22	c  N dy 10143   1532665     19472     83113         0     68636    252184   2975051    131.79    141.92
566.71/566.75	c  N dy 10273   1552775     19472     83113         0     88745    252184   7167759    131.79    146.92
574.91/574.97	c  N dy 10416   1572785     19472     83113         0    108753    252184  11373109    131.80    139.18
582.51/582.59	c  N dy 10546   1592868     19472     83113         0     70841    252184   3194436    131.77    141.02
590.11/590.18	c  N dy 10676   1612933     19472     83113         0     90904    252184   7386665    131.78    140.42
598.31/598.33	c  N dy 10798   1632956     19472     83113         0    110925    252184  11546470    131.76    141.68
606.02/606.07	c  N dy 10935   1653003     19472     83113         0     71973    252184   3253097    131.79    140.78
613.71/613.72	c  N dy 11074   1673017     19472     83113         0     91987    252184   7431938    131.80    140.58
621.91/621.98	c  N dy 11216   1693143     19472     83113         0    112112    252184  11689450    131.84    139.46
628.81/628.88	c  S st 11342   1710538     19472     83113         0     69504    252184   2565637    131.87   no data
629.01/629.06	c  S st 11342   1711043     19472     83113         0     70009    252184   2635866    131.87   no data
629.01/629.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
629.11/629.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.3M T:  0.10
629.11/629.20	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
629.21/629.20	c bin-w-bin subsume rem            0 bins  time:  0.01 s
629.21/629.21	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
629.21/629.21	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19472 time:  0.00 s
629.21/629.22	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
629.31/629.31	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
629.41/629.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
631.01/631.03	c lits-rem:         0  cl-subs:        1  v-elim:      0  v-fix:    0  time:  1.61 s
631.01/631.04	c vivif2 --  cl tried    83113 cl shrink        0 lits rem          0 time: 0.01
631.01/631.08	c vivif2 --  cl tried    70008 cl shrink        0 lits rem          0 time: 0.04
631.21/631.22	c asymm  cl-useful: 0/83113/83113 lits-rem:0 time: 0.14
631.21/631.23	c calculated reachability. Time: 0.00
631.21/631.23	c  N dy 11342   1711043     19472     83113         0     70008    252184   2635508    131.87   no data
638.81/638.80	c  N dy 11478   1731228     19472     83113         0     90192    252184   6914163    131.90    138.87
647.01/647.06	c  N dy 11608   1751357     19472     83113         0    110319    252184  11126589    131.91    145.49
655.12/655.18	c  N dy 11742   1771368     19472     83113         0     69337    252184   2299875    131.91    154.97
662.61/662.61	c  N dy 11876   1791456     19472     83113         0     89423    252184   6470202    131.92    141.15
670.92/670.94	c  N dy 12015   1811735     19472     83113         0    109702    252184  10750324    131.94    140.35
679.21/679.27	c  N dy 12141   1831859     19472     83113         0     67828    252184   1754408    131.92    139.68
686.61/686.69	c  N dy 12269   1851882     19472     83113         0     87850    252184   5967008    131.92    142.21
694.82/694.87	c  N dy 12404   1871916     19472     83113         0    107880    252184  10177512    131.93    145.27
703.71/703.77	c  N dy 12544   1891977     19472     83113         0     64945    252184    958965    131.95    141.14
711.62/711.63	c  N dy 12673   1912026     19472     83113         0     84994    252184   5092664    131.93    141.06
719.82/719.83	c  N dy 12811   1932082     19472     83113         0    105050    252184   9314685    131.96    139.46
728.52/728.50	c  N dy 12935   1952183     19472     83113         0    125149    252184  13495353    131.94    139.91
736.21/736.22	c  N dy 13077   1972366     19472     83113         0     81338    252184   4223855    131.97    140.37
744.12/744.11	c  N dy 13207   1992571     19472     83113         0    101542    252184   8533225    131.98    141.45
752.82/752.82	c  N dy 13348   2012686     19472     83113         0    121655    252184  12762855    132.00    141.81
760.91/760.94	c  N dy 13491   2032748     19472     83113         0     76720    252184   3063269    132.03    150.40
768.71/768.74	c  N dy 13622   2052946     19472     83113         0     96917    252184   7300970    132.03    140.68
777.12/777.17	c  N dy 13750   2073093     19472     83113         0    117064    252184  11526848    132.03    140.23
785.91/785.90	c  N dy 13887   2093147     19472     83113         0     71125    252184   1661307    132.06    155.72
793.51/793.53	c  N dy 14030   2113154     19472     83113         0     91131    252184   5929434    132.10    140.35
801.92/801.92	c  N dy 14170   2133177     19472     83113         0    111152    252184  10179756    132.11    152.55
810.82/810.80	c  N dy 14299   2153249     19472     83113         0    131223    252184  14360015    132.09    139.77
818.51/818.51	c  N dy 14426   2173344     19472     83113         0     84316    252184   4200610    132.08    140.68
826.51/826.51	c  N dy 14553   2193455     19472     83113         0    104424    252184   8361637    132.07    145.49
834.02/834.06	c  S st 14669   2211043     19472     83113         0    122010    252184  12014171    132.07   no data
834.32/834.31	c  S st 14669   2211545     19472     83113         0    122512    252184  12089791    132.07   no data
834.32/834.34	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
834.42/834.48	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.14
834.52/834.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
834.52/834.51	c bin-w-bin subsume rem            0 bins  time:  0.01 s
834.52/834.51	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
834.52/834.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19472 time:  0.01 s
834.52/834.52	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
834.72/834.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.20 s
835.22/835.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
841.82/841.86	c lits-rem:        14  cl-subs:        9  v-elim:      0  v-fix:    0  time:  6.58 s
841.82/841.87	c vivif2 --  cl tried    83113 cl shrink        0 lits rem          0 time: 0.01
842.02/842.05	c vivif2 --  cl tried   122503 cl shrink        0 lits rem          0 time: 0.18
842.22/842.27	c asymm  cl-useful: 0/83113/83113 lits-rem:0 time: 0.22
842.22/842.28	c calculated reachability. Time: 0.00
842.22/842.28	c  N dy 14669   2211545     19472     83113         0    122503    252184  12087228    132.07   no data
850.92/850.90	c  N dy 14803   2231575     19472     83113         0     74537    252184   1954721    132.08    139.96
858.62/858.60	c  N dy 14934   2251636     19472     83113         0     94596    252184   6135068    132.09    139.48
866.92/866.99	c  N dy 15076   2271729     19472     83113         0    114687    252184  10349427    132.10    157.87
876.42/876.46	c  N dy 15216   2291830     19472     83113         0    134788    252184  14627251    132.12    140.79
885.22/885.22	c  N dy 15352   2311931     19472     83113         0     85894    252184   4133027    132.12    139.95
895.22/895.29	c  N dy 15480   2332254     19472     83113         0    106215    252184   8399676    132.12    139.10
905.12/905.12	c  N dy 15611   2352287     19472     83113         0    126248    252184  12585479    132.12    140.22
914.32/914.33	c  N dy 15754   2372359     19472     83113         0     76327    252184   1949680    132.14    143.66
922.43/922.46	c  N dy 15892   2392528     19472     83113         0     96496    252184   6194714    132.16    140.99
931.22/931.23	c  N dy 16028   2412626     19472     83113         0    116592    252184  10395642    132.18    139.90
940.53/940.51	c  N dy 16169   2432756     19472     83113         0    136721    252184  14704893    132.20    141.57
948.53/948.52	c  N dy 16301   2452790     19472     83113         0     85761    252184   3636041    132.18    139.48
956.62/956.62	c  N dy 16437   2473028     19472     83113         0    105996    252184   7930004    132.21    140.19
965.42/965.41	c  N dy 16575   2493081     19472     83113         0    126048    252184  12185370    132.21    146.20
974.63/974.69	c  N dy 16710   2513086     19472     83113         0     74056    252184   1034523    132.22    148.76
982.23/982.23	c  N dy 16828   2533154     19472     83113         0     94122    252184   5269790    132.21    179.20
990.52/990.58	c  N dy 16960   2553242     19472     83113         0    114208    252184   9426265    132.21    140.50
999.53/999.57	c  N dy 17091   2573290     19472     83113         0    134251    252184  13628571    132.22    140.16
1008.22/1008.25	c  N dy 17221   2593360     19472     83113         0     81319    252184   2358277    132.21    140.44
1016.03/1016.00	c  N dy 17344   2613362     19472     83113         0    101321    252184   6466714    132.20    156.41
1024.73/1024.72	c  N dy 17474   2633770     19472     83113         0    121725    252184  10726957    132.20    141.03
1033.93/1034.00	c  N dy 17608   2653785     19472     83113         0    141737    252184  14966753    132.21    139.69
1042.33/1042.31	c  N dy 17747   2673850     19472     83113         0     87809    252184   3493680    132.22    145.13
1050.44/1050.45	c  N dy 17886   2693886     19472     83113         0    107842    252184   7697944    132.23    140.84
1058.03/1058.05	c  S st 18001   2711545     19472     83113         0    125501    252184  11388299    132.23   no data
1058.33/1058.32	c  S st 18001   2712047     19472     83113         0    126003    252184  11465218    132.23   no data
1058.33/1058.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1058.43/1058.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.9M T:  0.14
1058.53/1058.51	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1058.53/1058.52	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1058.53/1058.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1058.53/1058.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19472 time:  0.01 s
1058.53/1058.54	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
1058.73/1058.73	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.19 s
1059.23/1059.20	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1065.72/1065.70	c lits-rem:         2  cl-subs:        8  v-elim:      0  v-fix:    0  time:  6.49 s
1065.72/1065.71	c vivif2 --  cl tried    83113 cl shrink        0 lits rem          0 time: 0.01
1065.83/1065.88	c vivif2 --  cl tried   125995 cl shrink        0 lits rem          0 time: 0.17
1066.12/1066.10	c asymm  cl-useful: 0/83113/83113 lits-rem:0 time: 0.22
1066.12/1066.11	c calculated reachability. Time: 0.00
1066.12/1066.11	c  N dy 18001   2712047     19472     83113         0    125995    252184  11463142    132.23   no data
1075.52/1075.51	c  N dy 18130   2732092     19472     83113         0    146040    252184  15691366    132.23    141.95
1083.73/1083.73	c  N dy 18266   2752181     19472     83113         0     91136    252184   4048363    132.26    140.47
1091.93/1091.92	c  N dy 18392   2772382     19472     83113         0    111335    252184   8268468    132.25    141.05
1100.93/1100.93	c  N dy 18531   2792430     19472     83113         0    131382    252184  12563188    132.28    144.16
1111.53/1111.52	c  N dy 18672   2812456     19472     83113         0    151406    252184  16809743    132.30    139.79
1120.32/1120.31	c  N dy 18811   2832483     19472     83113         0     95434    252184   4777942    132.33    139.44
1131.03/1131.06	c  N dy 18947   2852560     19472     83113         0    115511    252184   8977012    132.34    139.74
1141.13/1141.14	c  N dy 19091   2872572     19472     83113         0    135523    252184  13260548    132.37    151.18
1151.13/1151.13	c  N dy 19225   2892666     19472     83113         0     78620    252184    975209    132.37    141.45
1159.23/1159.28	c  N dy 19355   2912974     19472     83113         0     98928    252184   5190935    132.36    140.73
1168.03/1168.08	c  N dy 19487   2933034     19472     83113         0    118985    252184   9365170    132.36    144.28
1177.53/1177.50	c  N dy 19628   2953106     19472     83113         0    139057    252184  13575854    132.37    140.82
1187.03/1187.08	c  N dy 19764   2973201     19472     83113         0     81158    252184   1283051    132.38    176.62
1195.03/1195.00	c  N dy 19903   2993364     19472     83113         0    101318    252184   5537909    132.39    141.25
1203.53/1203.54	c  N dy 20032   3013409     19472     83113         0    121360    252184   9739710    132.40    154.20
1212.93/1212.96	c  N dy 20173   3033465     19472     83113         0    141413    252184  14009520    132.42    139.48
1222.53/1222.51	c  N dy 20309   3053476     19472     83113         0     82427    252184   1381050    132.43    147.02
1230.33/1230.36	c  N dy 20444   3073504     19472     83113         0    102453    252184   5564130    132.43    139.51
1239.03/1239.04	c  N dy 20576   3093648     19472     83113         0    122595    252184   9790703    132.44    142.18
1248.43/1248.46	c  N dy 20718   3113720     19472     83113         0    142667    252184  14080809    132.47    140.31
1258.13/1258.10	c  N dy 20850   3133856     19472     83113         0     82808    252184   1251892    132.47    140.45
1266.04/1266.05	c  N dy 20977   3153947     19472     83113         0    102895    252184   5473305    132.47    143.32
1274.73/1274.76	c  N dy 21117   3174023     19472     83113         0    122971    252184   9642173    132.48    147.47
1284.04/1284.00	c  N dy 21243   3194131     19472     83113         0    143078    252184  13817163    132.47    140.80
1292.84/1292.84	c  S st 21362   3212047     19472     83113         0    160993    252184  17564125    132.48   no data
1293.14/1293.15	c  S st 21362   3212549     19472     83113         0    161495    252184  17632375    132.48   no data
1293.14/1293.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1293.34/1293.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.17
1293.34/1293.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1293.34/1293.39	c bin-w-bin subsume rem            0 bins  time:  0.01 s
1293.34/1293.39	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s
1293.44/1293.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19472 time:  0.01 s
1293.44/1293.40	c Removed useless bin:       0  fixed:     0  props:   0.19M  time:  0.01 s
1293.64/1293.67	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.26 s
1294.43/1294.45	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.01 s

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

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.04 3.97 3.41 3/187 29475
/proc/meminfo: memFree=20036904/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=24912 CPUtime=0 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 1607 0 0 0 0 0 0 0 22 0 1 0 368726789 25509888 1319 33554432000 4194304 4627331 140734973430016 18446744073709551615 4314174 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 6228 1324 320 106 0 1199 0

[startup+0.0804221 s]
/proc/loadavg: 4.04 3.97 3.41 3/187 29475
/proc/meminfo: memFree=20036904/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=40544 CPUtime=0.07 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 4086 0 0 0 7 0 0 0 22 0 1 0 368726789 41517056 3527 33554432000 4194304 4627331 140734973430016 18446744073709551615 4308683 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 10136 3527 341 106 0 5107 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 40544

[startup+0.100432 s]
/proc/loadavg: 4.04 3.97 3.41 3/187 29475
/proc/meminfo: memFree=20036904/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=40544 CPUtime=0.09 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 4086 0 0 0 9 0 0 0 22 0 1 0 368726789 41517056 3527 33554432000 4194304 4627331 140734973430016 18446744073709551615 4308344 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 10136 3527 341 106 0 5107 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 40544

[startup+0.300384 s]
/proc/loadavg: 4.04 3.97 3.41 3/187 29475
/proc/meminfo: memFree=20036904/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=53176 CPUtime=0.29 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 8213 0 0 0 29 0 0 0 23 0 1 0 368726789 54452224 6520 33554432000 4194304 4627331 140734973430016 18446744073709551615 4308683 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 13294 6520 372 106 0 8265 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53176

[startup+0.700337 s]
/proc/loadavg: 4.04 3.97 3.41 3/187 29475
/proc/meminfo: memFree=20036904/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=53176 CPUtime=0.69 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 8643 0 0 0 69 0 0 0 25 0 1 0 368726789 54452224 6950 33554432000 4194304 4627331 140734973430016 18446744073709551615 4309360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 13294 6950 372 106 0 8265 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53176

[startup+1.50018 s]
/proc/loadavg: 3.96 3.95 3.40 4/188 29476
/proc/meminfo: memFree=20005524/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=53176 CPUtime=1.48 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 9323 0 0 0 148 0 0 0 25 0 1 0 368726789 54452224 7630 33554432000 4194304 4627331 140734973430016 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 13294 7630 372 106 0 8265 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 53176

[startup+3.10089 s]
/proc/loadavg: 3.96 3.95 3.40 4/185 29493
/proc/meminfo: memFree=20005416/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=85992 CPUtime=3.09 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 10603 0 0 0 308 1 0 0 25 0 1 0 368726789 88055808 8910 33554432000 4194304 4627331 140734973430016 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 21498 8910 372 106 0 16469 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 85992

[startup+6.30027 s]
/proc/loadavg: 3.96 3.95 3.41 5/190 29559
/proc/meminfo: memFree=20771292/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=59144 CPUtime=6.29 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 14166 0 0 0 628 1 0 0 25 0 1 0 368726789 60563456 7854 33554432000 4194304 4627331 140734973430016 18446744073709551615 4334356 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 14786 7854 373 106 0 9757 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 59144

[startup+12.7011 s]
/proc/loadavg: 3.96 3.95 3.41 5/190 29559
/proc/meminfo: memFree=20620936/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=119232 CPUtime=12.69 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 34279 0 0 0 1265 4 0 0 25 0 1 0 368726789 122093568 22415 33554432000 4194304 4627331 140734973430016 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 29808 22415 378 106 0 24779 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 119232

[startup+25.5007 s]
/proc/loadavg: 3.97 3.95 3.42 5/190 29559
/proc/meminfo: memFree=20478936/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=191972 CPUtime=25.5 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 47746 0 0 0 2542 8 0 0 25 0 1 0 368726789 196579328 30224 33554432000 4194304 4627331 140734973430016 18446744073709551615 4321736 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 47993 30224 378 106 0 42964 0
Current children cumulated CPU time (s) 25.5
Current children cumulated vsize (KiB) 191972

[startup+51.101 s]
/proc/loadavg: 3.98 3.95 3.43 5/190 29560
/proc/meminfo: memFree=20395832/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=250428 CPUtime=51.09 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 75086 0 0 0 5096 13 0 0 25 0 1 0 368726789 256438272 45946 33554432000 4194304 4627331 140734973430016 18446744073709551615 4321435 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 62607 45946 378 106 0 57578 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 250428

[startup+102.306 s]
/proc/loadavg: 3.99 3.96 3.46 5/190 29562
/proc/meminfo: memFree=20179140/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=292732 CPUtime=102.3 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 104251 0 0 0 10210 20 0 0 25 0 1 0 368726789 299757568 57830 33554432000 4194304 4627331 140734973430016 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 73183 57830 378 106 0 68154 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 292732

[startup+162.3 s]
/proc/loadavg: 3.99 3.97 3.49 5/190 29563
/proc/meminfo: memFree=20100104/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=305732 CPUtime=162.3 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 131663 0 0 0 16203 27 0 0 25 0 1 0 368726789 313069568 62430 33554432000 4194304 4627331 140734973430016 18446744073709551615 4332735 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 76433 62430 378 106 0 71404 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 305732

[startup+222.301 s]
/proc/loadavg: 4.05 3.99 3.53 5/190 29564
/proc/meminfo: memFree=20093876/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=266008 CPUtime=222.3 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 158515 0 0 0 22196 34 0 0 25 0 1 0 368726789 272392192 61333 33554432000 4194304 4627331 140734973430016 18446744073709551615 4308680 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 66502 61333 378 106 0 61473 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 266008

[startup+282.301 s]
/proc/loadavg: 4.02 3.99 3.55 5/190 29566
/proc/meminfo: memFree=20030380/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=324920 CPUtime=282.3 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 185933 0 0 0 28189 41 0 0 25 0 1 0 368726789 332718080 69581 33554432000 4194304 4627331 140734973430016 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 81230 69581 378 106 0 76201 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 324920

[startup+342.301 s]
/proc/loadavg: 4.07 4.01 3.59 5/190 29577
/proc/meminfo: memFree=19984548/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=326200 CPUtime=342.31 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 210927 0 0 0 34184 47 0 0 25 0 1 0 368726789 334028800 66044 33554432000 4194304 4627331 140734973430016 18446744073709551615 4308248 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 81550 66044 378 106 0 76521 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 326200

[startup+402.301 s]
/proc/loadavg: 4.02 4.01 3.61 5/190 29578
/proc/meminfo: memFree=19964432/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=327408 CPUtime=402.3 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 238506 0 0 0 40177 53 0 0 25 0 1 0 368726789 335265792 69748 33554432000 4194304 4627331 140734973430016 18446744073709551615 4308294 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 81852 69748 378 106 0 76823 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 327408

[startup+462.3 s]
/proc/loadavg: 4.04 4.02 3.64 5/190 29580
/proc/meminfo: memFree=19982272/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=329136 CPUtime=462.3 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 263306 0 0 0 46171 59 0 0 25 0 1 0 368726789 337035264 69113 33554432000 4194304 4627331 140734973430016 18446744073709551615 4308103 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 82284 69113 378 106 0 77255 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 329136

[startup+522.3 s]
/proc/loadavg: 4.01 4.01 3.66 5/190 29581
/proc/meminfo: memFree=19986224/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=336652 CPUtime=522.31 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 291084 0 0 0 52165 66 0 0 25 0 1 0 368726789 344731648 69594 33554432000 4194304 4627331 140734973430016 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 84163 69594 378 106 0 79134 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 336652

[startup+582.301 s]
/proc/loadavg: 4.00 4.01 3.67 5/190 29583
/proc/meminfo: memFree=19963620/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=349996 CPUtime=582.31 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 319384 0 0 0 58158 73 0 0 25 0 1 0 368726789 358395904 68675 33554432000 4194304 4627331 140734973430016 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 87499 68675 378 106 0 82470 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 349996

[startup+642.301 s]
/proc/loadavg: 4.00 4.00 3.69 5/190 29585
/proc/meminfo: memFree=19967056/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=322980 CPUtime=642.32 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 352512 0 0 0 64151 81 0 0 25 0 1 0 368726789 330731520 67533 33554432000 4194304 4627331 140734973430016 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 80745 67533 378 106 0 75716 0
Current children cumulated CPU time (s) 642.32
Current children cumulated vsize (KiB) 322980

[startup+702.301 s]
/proc/loadavg: 4.00 4.00 3.71 5/190 29586
/proc/meminfo: memFree=19941244/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=323384 CPUtime=702.31 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 385852 0 0 0 70144 87 0 0 25 0 1 0 368726789 331145216 72523 33554432000 4194304 4627331 140734973430016 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 80846 72523 378 106 0 75817 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 323384

[startup+762.307 s]
/proc/loadavg: 4.00 4.00 3.73 5/190 29588
/proc/meminfo: memFree=19965896/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=324096 CPUtime=762.33 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 420304 0 0 0 76137 96 0 0 25 0 1 0 368726789 331874304 62724 33554432000 4194304 4627331 140734973430016 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 81024 62724 378 106 0 75995 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 324096

[startup+822.3 s]
/proc/loadavg: 4.04 4.01 3.74 5/190 29589
/proc/meminfo: memFree=19939220/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=324540 CPUtime=822.32 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 453330 0 0 0 82129 103 0 0 25 0 1 0 368726789 332328960 65070 33554432000 4194304 4627331 140734973430016 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 81135 65070 378 106 0 76106 0
Current children cumulated CPU time (s) 822.32
Current children cumulated vsize (KiB) 324540

[startup+882.3 s]
/proc/loadavg: 4.01 4.01 3.76 5/190 29591
/proc/meminfo: memFree=19857336/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=347552 CPUtime=882.32 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 500482 0 0 0 88119 113 0 0 25 0 1 0 368726789 355893248 80944 33554432000 4194304 4627331 140734973430016 18446744073709551615 4305798 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 86888 80944 378 106 0 81859 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 347552

[startup+942.301 s]
/proc/loadavg: 4.00 4.00 3.77 5/190 29593
/proc/meminfo: memFree=19730936/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=404864 CPUtime=942.32 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 529156 0 0 0 94109 123 0 0 25 0 1 0 368726789 414580736 93580 33554432000 4194304 4627331 140734973430016 18446744073709551615 4309364 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 101216 93580 378 106 0 96187 0
Current children cumulated CPU time (s) 942.32
Current children cumulated vsize (KiB) 404864

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.78 5/190 29594
/proc/meminfo: memFree=19790320/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=405252 CPUtime=1002.33 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 561385 0 0 0 100102 131 0 0 25 0 1 0 368726789 414978048 92938 33554432000 4194304 4627331 140734973430016 18446744073709551615 4309247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 101313 92938 378 106 0 96284 0
Current children cumulated CPU time (s) 1002.33
Current children cumulated vsize (KiB) 405252

[startup+1062.3 s]
/proc/loadavg: 4.00 4.00 3.79 5/190 29596
/proc/meminfo: memFree=19718736/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=436424 CPUtime=1062.32 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 598799 0 0 0 106094 138 0 0 25 0 1 0 368726789 446898176 96946 33554432000 4194304 4627331 140734973430016 18446744073709551615 4467964 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 109106 96946 378 106 0 104077 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 436424

[startup+1122.3 s]
/proc/loadavg: 4.00 4.00 3.80 5/190 29597
/proc/meminfo: memFree=19741880/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=436848 CPUtime=1122.33 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 627620 0 0 0 112085 148 0 0 25 0 1 0 368726789 447332352 91226 33554432000 4194304 4627331 140734973430016 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 109212 91226 378 106 0 104183 0
Current children cumulated CPU time (s) 1122.33
Current children cumulated vsize (KiB) 436848

[startup+1182.3 s]
/proc/loadavg: 4.00 4.00 3.81 5/190 29599
/proc/meminfo: memFree=19665112/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=437072 CPUtime=1182.33 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 655181 0 0 0 118075 158 0 0 25 0 1 0 368726789 447561728 101087 33554432000 4194304 4627331 140734973430016 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 109268 101087 378 106 0 104239 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 437072

[startup+1242.3 s]
/proc/loadavg: 4.00 4.00 3.82 5/190 29601
/proc/meminfo: memFree=19704532/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=437532 CPUtime=1242.33 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 686624 0 0 0 124067 166 0 0 25 0 1 0 368726789 448032768 96767 33554432000 4194304 4627331 140734973430016 18446744073709551615 4332545 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 109383 96767 378 106 0 104354 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 437532



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.04 4.01 3.83 5/190 29602
/proc/meminfo: memFree=19490472/32951124 swapFree=67111524/67111528
[pid=29475] ppid=29473 vsize=537856 CPUtime=1300.04 cores=4,6
/proc/29475/stat : 29475 (strangenight2-s) R 29473 29475 29348 0 -1 4202496 735356 0 0 0 129828 176 0 0 25 0 1 0 368726789 550764544 127204 33554432000 4194304 4627331 140734973430016 18446744073709551615 4467964 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29475/statm: 134464 127204 378 106 0 129435 0
Current children cumulated CPU time (s) 1300.04
Current children cumulated vsize (KiB) 537856

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.03
CPU time (s): 1300.07
CPU user time (s): 1298.28
CPU system time (s): 1.78873
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 537856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.28
system time used= 1.78873
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 735356
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= 13
involuntary context switches= 812

runsolver used 2.30965 second user time and 4.81927 second system time

The end

Launcher Data

Begin job on node111 at 2011-04-03 00:56:03
IDJOB=3174428
IDBENCH=82646
IDSOLVER=1587
FILE ID=node111/3174428-1301784963
RUNJOBID= node111-1301783654-29367
PBS_JOBID= 12841407
Free space on /tmp= 71220 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v20000-c84000-S1298436766-097-UNKNOWN.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3174428-1301784963/watcher-3174428-1301784963 -o /tmp/evaluation-result-3174428-1301784963/solver-3174428-1301784963 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3174428-1301784963.cnf

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

MD5SUM BENCH= 28b704f4b0f31dccf5e0c8fedfb14daa
RANDOM SEED=1030384632

node111.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.849
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.69
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.849
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	: 5428.12
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.849
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.849
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.86
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.849
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.849
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.83
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.849
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.67
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.849
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:      20037184 kB
Buffers:        357584 kB
Cached:       11389732 kB
SwapCached:          4 kB
Active:        8149256 kB
Inactive:      4468316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      20037184 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:            7404 kB
Writeback:           0 kB
AnonPages:      870304 kB
Mapped:          15968 kB
Slab:           232024 kB
PageTables:       6852 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1118188 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= 71216 MiB
End job on node111 at 2011-04-03 01:17:45