Trace number 3369867

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night-1-st (fixed)? (TO) 1300.06 1300.03

General information on the benchmark

Namerandom/large/
unif-k3-r4.2-v10000-c42000-S1091905403-047-UNKNOWN.cnf
MD5SUMa2618a2d05b86feb60504578f5d9c7e5
Bench CategoryRANDOM (random instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark47.6977
Satisfiable
(Un)Satisfiability was proved
Number of variables10000
Number of clauses42000
Sum of the clauses size126000
Maximum clause length3
Minimum clause length3
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 342000
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 2.9.0
0.00/0.01	c compiled with gcc version 4.4.5
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3369867-1305383332.cnf'
0.00/0.01	c -- header says num vars:          10000
0.00/0.01	c -- header says num clauses:       42000
0.00/0.02	c -- clauses added:            0 learnts,        42000 normals,            0 xors
0.00/0.02	c -- vars added      10000
0.00/0.02	c Parsing time:  0.02 s
0.00/0.02	c  N st     0         0     10000     42000         0         0    126000         0   no data   no data  --
0.00/0.05	c asymm  cl-useful: 0/42000/42000 lits-rem:0 time: 0.03
0.00/0.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.1M T:  0.01
0.00/0.08	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.08	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10000 time:  0.00 s
0.00/0.09	c Removed useless bin:       0  fixed:     0  props:   0.10M  time:  0.00 s
0.09/0.15	c lits-rem:         0  cl-subs:        0  v-elim:    349  v-fix:    0  time:  0.07 s
0.09/0.16	c Finding binary XORs  T:     0.00 s  found:       0
0.09/0.17	c Finding non-binary XORs:     0.01 s (found:       0, avg size: nan)
0.09/0.17	c calculated reachability. Time: 0.00
0.09/0.17	c Calc default polars -  time:   0.00 s pos:    4468 undec:    1199 neg:    4333
0.09/0.17	c =========================================================================================
0.09/0.17	c types(t): F = full restart, N = normal restart
0.09/0.17	c types(t): S = simplification begin/end, E = solution found
0.09/0.17	c restart types(rt): st = static, dy = dynamic
0.09/0.17	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.09/0.17	c  B st     0         0      9651     41578         0         0    126575         0   no data   no data  --
0.79/0.81	c  N dy    20      4090      9651     41578         0      4090    126575    628761     90.10     95.33  --
1.39/1.45	c  N dy    48      8158      9651     41578         0      4660    126575    320205     90.83     97.30  --
1.99/2.09	c  N dy    77     12186      9651     41578         0      8688    126575    909455     91.56     98.86  --
2.69/2.77	c  N dy   105     16271      9651     41578         0      7024    126575    383434     91.64     97.42  --
3.39/3.44	c  N dy   132     20369      9651     41578         0     11122    126575    983140     91.91     96.76  --
4.09/4.15	c  N dy   158     24541      9651     41578         0      7921    126575    288467     91.58     97.55  --
4.19/4.23	c  F st   162     25001      9651     41578         0      8381    126575    353020     91.52   no data  --
5.09/5.19	c  N dy   168     30001      9651     41578         0     13381    126575   1359092     91.52   no data  --
5.09/5.19	c  S st   168     30001      9651     41578         0     13381    126575   1359092     91.52   no data  --
5.19/5.27	c  S st   168     30506      9651     41578         0     13886    126575   1413612     91.52   no data  --
5.19/5.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
5.19/5.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
5.29/5.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.04
5.39/5.42	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.39/5.42	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.39/5.42	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
5.39/5.42	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
7.19/7.24	c lits-rem:        44  cl-subs:        6  v-elim:      0  v-fix:    0  time:  1.81 s
7.19/7.29	c asymm  cl-useful: 0/41578/41578 lits-rem:0 time: 0.04
7.19/7.29	c calculated reachability. Time: 0.00
7.19/7.29	c  N dy   168     30506      9651     41578         0     13880    126575   1410825     91.52   no data  --
7.99/8.02	c  N dy   198     34558      9651     41578         0      9247    126575    314151     91.84    112.86  --
8.69/8.70	c  N dy   227     38576      9651     41578         0     13265    126575    918693     92.32     98.20  --
9.39/9.42	c  N dy   254     42582      9651     41578         0     17269    126575   1514455     92.52     97.41  --
10.00/10.01	c  S st   278     45761      9651     41578         0     10602    126575    325138     92.90   no data  --
10.00/10.09	c  S st   278     46264      9651     41578         0     11105    126575    377091     92.90   no data  --
10.00/10.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.00/10.09	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
10.09/10.13	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.3M T:  0.03
10.09/10.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.09/10.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.09/10.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
10.09/10.16	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
11.59/11.65	c lits-rem:         2  cl-subs:        0  v-elim:      0  v-fix:    0  time:  1.48 s
11.59/11.65	c vivif2 --  cl tried    41578 cl shrink        0 lits rem          0 time: 0.00
11.59/11.66	c vivif2 --  cl tried    11105 cl shrink        0 lits rem          0 time: 0.01
11.69/11.70	c asymm  cl-useful: 0/41578/41578 lits-rem:0 time: 0.04
11.69/11.70	c calculated reachability. Time: 0.00
11.69/11.70	c  N dy   278     46264      9651     41578         0     11105    126575    377089     92.90   no data  --
12.38/12.43	c  N dy   304     50492      9651     41578         0     15333    126575   1014897     93.08     98.63  --
13.09/13.17	c  N dy   333     54619      9651     41578         0     19460    126575   1640229     93.22     98.45  --
13.89/13.91	c  N dy   359     58707      9651     41578         0     12627    126575    471559     93.15    104.66  --
14.59/14.63	c  N dy   387     62756      9651     41578         0     16676    126575   1079275     93.26    102.71  --
15.40/15.41	c  N dy   408     67002      9651     41578         0     20922    126575   1703655     93.11    100.27  --
15.79/15.87	c  S st   426     69396      9651     41578         0     23316    126575   2062980     93.25   no data  --
15.89/15.97	c  S st   426     69901      9651     41578         0     23821    126575   2117573     93.25   no data  --
15.89/15.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
15.89/15.98	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
15.99/16.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
16.09/16.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.09/16.15	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.09/16.15	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
16.09/16.16	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
20.29/20.39	c lits-rem:        16  cl-subs:        3  v-elim:      0  v-fix:    0  time:  4.24 s
20.39/20.40	c vivif2 --  cl tried    41578 cl shrink        0 lits rem          0 time: 0.00
20.39/20.42	c vivif2 --  cl tried    23818 cl shrink        0 lits rem          0 time: 0.03
20.39/20.48	c asymm  cl-useful: 0/41578/41578 lits-rem:0 time: 0.06
20.39/20.49	c calculated reachability. Time: 0.00
20.39/20.49	c  N dy   426     69901      9651     41578         0     23818    126575   2117086     93.25   no data  --
21.29/21.32	c  N dy   459     74380      9651     41578         0     16336    126575    885124     93.51    100.89  --
22.19/22.24	c  N dy   494     79185      9651     41578         0     21141    126575   1604148     93.65     99.77  --
23.20/23.24	c  N dy   525     84259      9651     41578         0     13236    126575    266637     93.73    101.14  --
23.79/23.81	c  F st   545     87500      9651     41578         0     16477    126575    745072     93.75   no data  --
24.39/24.46	c  N st   550     90798      9651     41578         0     19775    126575   1344488     93.75   no data  --
25.59/25.67	c  N dy   574     96663      9651     41578         0     25640    126575   2349289     93.67    103.39  --
26.88/26.91	c  N dy   617    102949      9651     41578         0     17934    126575    832727     93.88    103.05  --
27.19/27.26	c  S st   628    104851      9651     41578         0     19835    126575   1097489     93.80     99.01  --
27.29/27.36	c  S st   628    105355      9651     41578         0     20339    126575   1156518     93.80   no data  --
27.29/27.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
27.29/27.36	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.39/27.40	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.4M T:  0.04
27.39/27.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
27.39/27.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
27.39/27.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
27.39/27.47	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
29.70/29.75	c lits-rem:        24  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.28 s
29.70/29.75	c vivif2 --  cl tried    41578 cl shrink        0 lits rem          0 time: 0.00
29.70/29.77	c vivif2 --  cl tried    20338 cl shrink        0 lits rem          0 time: 0.02
29.80/29.82	c asymm  cl-useful: 0/41578/41578 lits-rem:0 time: 0.05
29.80/29.82	c calculated reachability. Time: 0.00
29.80/29.82	c  N dy   628    105355      9651     41578         0     20338    126575   1155864     93.80   no data  --
31.09/31.12	c  N dy   672    112263      9651     41578         0     27246    126575   2203202     93.90     99.18  --
32.39/32.48	c  N dy   719    119527      9651     41578         0     19512    126575    919111     94.02     99.57  --
33.99/34.04	c  N dy   767    127321      9651     41578         0     27305    126575   2100509     93.95     99.20  --
35.69/35.71	c  N dy   815    135575      9651     41578         0     19566    126575    763650     94.01     99.33  --
37.39/37.41	c  N dy   871    144325      9651     41578         0     28314    126575   2082371     93.99     99.78  --
39.19/39.29	c  N dy   935    153600      9651     41578         0     20593    126575    753025     94.05    100.80  --
40.09/40.16	c  S st   963    158033      9651     41578         0     25026    126575   1430847     94.09   no data  --
40.19/40.27	c  S st   963    158540      9651     41578         0     25533    126575   1497569     94.09   no data  --
40.19/40.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
40.19/40.28	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
40.29/40.33	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
40.39/40.40	c bin-w-bin subsume rem            0 bins  time:  0.00 s
40.39/40.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
40.39/40.41	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
40.39/40.41	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
43.49/43.51	c lits-rem:        12  cl-subs:        1  v-elim:      0  v-fix:    0  time:  3.10 s
43.49/43.51	c vivif2 --  cl tried    41578 cl shrink        0 lits rem          0 time: 0.00
43.49/43.53	c vivif2 --  cl tried    25532 cl shrink        0 lits rem          0 time: 0.02
43.59/43.60	c asymm  cl-useful: 0/41578/41578 lits-rem:0 time: 0.07
43.59/43.60	c calculated reachability. Time: 0.00
43.59/43.60	c  N dy   963    158540      9651     41578         0     25532    126575   1497004     94.09   no data  --
45.69/45.78	c  N dy  1030    168677      9651     41578         0     35668    126575   3018200     94.09     99.45  --
47.89/47.99	c  N dy  1098    179527      9651     41578         0     28521    126575   1851431     94.13    103.11  --
50.29/50.32	c  N dy  1167    191034      9651     41578         0     21025    126575    552302     94.01    100.22  --
52.59/52.69	c  N dy  1245    203252      9651     41578         0     33242    126575   2397422     94.02    103.12  --
55.29/55.32	c  N dy  1329    216282      9651     41578         0     26274    126575   1173108     93.91    101.44  --
58.19/58.29	c  N dy  1426    230084      9651     41578         0     40075    126575   3287939     94.10    101.79  --
59.79/59.90	c  S st  1480    237810      9651     41578         0     26798    126575   1136181     94.13   no data  --
59.89/60.00	c  S st  1480    238311      9651     41578         0     27299    126575   1192928     94.13   no data  --
59.99/60.00	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
59.99/60.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
59.99/60.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
60.09/60.10	c bin-w-bin subsume rem            0 bins  time:  0.00 s
60.09/60.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
60.09/60.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
60.09/60.11	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
62.59/62.62	c lits-rem:        15  cl-subs:        1  v-elim:      0  v-fix:    0  time:  2.51 s
62.59/62.62	c vivif2 --  cl tried    41578 cl shrink        0 lits rem          0 time: 0.00
62.59/62.64	c vivif2 --  cl tried    27298 cl shrink        0 lits rem          0 time: 0.02
62.69/62.71	c asymm  cl-useful: 0/41578/41578 lits-rem:0 time: 0.06
62.69/62.71	c calculated reachability. Time: 0.00
62.69/62.71	c  N dy  1480    238311      9651     41578         0     27298    126575   1192795     94.13   no data  --
65.99/66.06	c  N dy  1578    253635      9651     41578         0     42620    126575   3506488     94.19    100.05  --
69.49/69.55	c  N dy  1678    269843      9651     41578         0     36830    126575   2543038     94.26    101.98  --
73.39/73.45	c  N dy  1792    287148      9651     41578         0     31136    126575   1484012     94.34     99.79  --
77.40/77.44	c  N dy  1911    305561      9651     41578         0     25549    126575    513401     94.38    105.52  --
77.50/77.57	c  F st  1914    306252      9651     41578         0     26240    126575    619932     94.38   no data  --
81.50/81.58	c  N dy  2012    325146      9651     41578         0     45133    126575   3709371     94.45    102.39  --
85.79/85.81	c  N dy  2146    345171      9651     41578         0     40161    126575   2582083     94.55    117.54  --
88.49/88.59	c  S st  2222    357467      9651     41578         0     26471    126575    355093     94.53     89.39  --
88.59/88.68	c  S st  2222    357970      9651     41578         0     26974    126575    416928     94.53   no data  --
88.59/88.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
88.59/88.69	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
88.69/88.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.5M T:  0.04
88.69/88.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
88.69/88.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
88.69/88.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
88.69/88.76	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
90.59/90.60	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  1.83 s
90.59/90.60	c vivif2 --  cl tried    41578 cl shrink        0 lits rem          0 time: 0.00
90.59/90.61	c vivif2 --  cl tried    26974 cl shrink        0 lits rem          0 time: 0.01
90.59/90.67	c asymm  cl-useful: 0/41578/41578 lits-rem:0 time: 0.06
90.59/90.67	c calculated reachability. Time: 0.00
90.59/90.67	c  N dy  2222    357970      9651     41578         0     26974    126575    416928     94.53   no data  --
95.09/95.11	c  N dy  2356    378007      9651     41578         0     47010    126575   3460265     94.60    148.06  --
99.79/99.85	c  N dy  2486    398119      9651     41578         0     40119    126575   2294069     94.65    101.04  --
104.60/104.63	c  N dy  2618    418172      9651     41578         0     32172    126575    933122     94.69    104.24  --
109.00/109.05	c  N dy  2754    438211      9651     41578         0     52208    126575   3951573     94.71    115.06  --
113.29/113.41	c  N dy  2875    458214      9651     41578         0     43211    126575   2424740     94.67    114.18  --
117.99/118.09	c  N dy  3005    478280      9651     41578         0     33274    126575    822154     94.72    103.20  --
122.59/122.64	c  N dy  3139    498743      9651     41578         0     53736    126575   3902145     94.74    100.23  --
127.19/127.24	c  N dy  3269    518826      9651     41578         0     42824    126575   2124471     94.78     99.94  --
131.79/131.85	c  S st  3389    536956      9651     41578         0     60953    126575   4873117     94.85   no data  --
131.99/132.01	c  S st  3389    537460      9651     41578         0     61457    126575   4929821     94.85   no data  --
131.99/132.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
131.99/132.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
131.99/132.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.07
132.29/132.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
132.29/132.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
132.29/132.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
132.29/132.34	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
202.79/202.82	c lits-rem:         0  cl-subs:       10  v-elim:      0  v-fix:    0  time: 70.48 s
202.79/202.82	c vivif2 --  cl tried    41578 cl shrink        0 lits rem          0 time: 0.00
202.79/202.89	c vivif2 --  cl tried    61447 cl shrink        0 lits rem          0 time: 0.07
202.99/203.02	c asymm  cl-useful: 0/41578/41578 lits-rem:0 time: 0.13
202.99/203.02	c calculated reachability. Time: 0.00
202.99/203.02	c  N dy  3389    537460      9651     41578         0     61447    126575   4925985     94.85   no data  --
207.69/207.71	c  N dy  3518    557555      9651     41578         0     49540    126575   2990543     94.84    103.61  --
212.79/212.82	c  N dy  3648    577611      9651     41578         0     36595    126575    860964     94.90    100.48  --
217.60/217.63	c  N dy  3779    597893      9651     41578         0     56877    126575   3918135     94.93    102.33  --
222.59/222.66	c  N dy  3915    617914      9651     41578         0     42899    126575   1711908     95.01    103.86  --
227.70/227.74	c  N dy  4031    637947      9651     41578         0     62932    126575   4747140     95.02    100.72  --
232.90/232.96	c  N dy  4161    657957      9651     41578         0     47940    126575   2331475     95.04    100.64  --
238.39/238.45	c  N dy  4293    677996      9651     41578         0     67978    126575   5382996     95.06    100.88  --
243.49/243.58	c  N dy  4429    698045      9651     41578         0     52026    126575   2762763     95.09    103.07  --
249.09/249.18	c  N dy  4564    718083      9651     41578         0     72063    126575   5827623     95.14    101.99  --
254.21/254.27	c  N dy  4695    738145      9651     41578         0     55129    126575   3104540     95.16    117.31  --
259.99/260.06	c  N dy  4830    758292      9651     41578         0     75275    126575   6167475     95.18    104.20  --
265.09/265.18	c  N dy  4960    778463      9651     41578         0     57451    126575   3325673     95.18    101.45  --
270.89/270.96	c  N dy  5080    798468      9651     41578         0     77456    126575   6332587     95.17    101.78  --
272.80/272.89	c  S st  5133    806190      9651     41578         0     46175    126575   1446383     95.19     94.25  --
273.00/273.02	c  S st  5133    806692      9651     41578         0     46677    126575   1501658     95.19   no data  --
273.00/273.03	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
273.00/273.03	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
273.00/273.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.06
273.10/273.17	c bin-w-bin subsume rem            0 bins  time:  0.00 s
273.10/273.17	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
273.10/273.17	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
273.10/273.18	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
276.70/276.71	c lits-rem:        22  cl-subs:        3  v-elim:      0  v-fix:    0  time:  3.54 s
276.70/276.72	c vivif2 --  cl tried    41578 cl shrink        0 lits rem          0 time: 0.00
276.70/276.74	c vivif2 --  cl tried    46674 cl shrink        0 lits rem          0 time: 0.02
276.80/276.84	c asymm  cl-useful: 0/41578/41578 lits-rem:0 time: 0.10
276.80/276.84	c calculated reachability. Time: 0.00
276.80/276.85	c  N dy  5133    806692      9651     41578         0     46674    126575   1500712     95.19   no data  --
282.20/282.22	c  N dy  5267    826866      9651     41578         0     66847    126575   4595345     95.22    101.25  --
287.90/287.94	c  N dy  5405    846879      9651     41578         0     46863    126575   1407061     95.25    103.07  --
293.29/293.35	c  N dy  5540    866983      9651     41578         0     66966    126575   4495296     95.28    100.42  --
299.09/299.19	c  N dy  5672    887014      9651     41578         0     45994    126575   1118468     95.30    106.55  --
304.40/304.46	c  N dy  5796    907023      9651     41578         0     66000    126575   4128211     95.30    100.68  --
310.50/310.50	c  N dy  5917    927079      9651     41578         0     44054    126575    692568     95.29    100.83  --
315.70/315.74	c  N dy  6044    947119      9651     41578         0     64094    126575   3766275     95.31    101.58  --
321.80/321.83	c  N dy  6174    967141      9651     41578         0     84115    126575   6816188     95.32    103.00  --
327.10/327.16	c  N dy  6311    987199      9651     41578         0     61174    126575   3138271     95.37    101.36  --
333.10/333.12	c  N dy  6441   1007301      9651     41578         0     81276    126575   6144907     95.37    101.37  --
338.70/338.75	c  N dy  6579   1027322      9651     41578         0     57299    126575   2423181     95.40    104.52  --
344.50/344.58	c  N dy  6711   1047328      9651     41578         0     77304    126575   5490022     95.43    127.32  --
350.59/350.60	c  N dy  6834   1067461      9651     41578         0     52438    126575   1523079     95.42    100.59  --
351.70/351.77	c  F st  6863   1071877      9651     41578         0     56854    126575   2203380     95.43     92.01  --
356.20/356.20	c  N dy  6939   1087463      9651     41578         0     72438    126575   4804731     95.45    126.80  --
362.70/362.71	c  N dy  7073   1107466      9651     41578         0     46444    126575    471803     95.48    106.45  --
368.00/368.07	c  N dy  7213   1127473      9651     41578         0     66446    126575   3591144     95.53    102.87  --
374.30/374.33	c  N dy  7348   1147522      9651     41578         0     86493    126575   6667050     95.58    127.15  --
380.20/380.25	c  N dy  7485   1167856      9651     41578         0     59831    126575   2389724     95.60    103.13  --
386.10/386.16	c  N dy  7613   1187934      9651     41578         0     79905    126575   5454141     95.61    106.44  --
392.50/392.56	c  N dy  7743   1207944      9651     41578         0     51920    126575   1022192     95.62    106.66  --
393.10/393.10	c  S st  7757   1210038      9651     41578         0     54014    126575   1342421     95.62     98.47  --
393.20/393.25	c  S st  7757   1210542      9651     41578         0     54518    126575   1403983     95.62   no data  --
393.20/393.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
393.20/393.26	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
393.30/393.32	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.06
393.30/393.39	c bin-w-bin subsume rem            0 bins  time:  0.00 s
393.40/393.40	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
393.40/393.40	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
393.40/393.40	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
396.80/396.80	c lits-rem:         4  cl-subs:        0  v-elim:      0  v-fix:    0  time:  3.39 s
396.80/396.80	c vivif2 --  cl tried    41578 cl shrink        0 lits rem          0 time: 0.00
396.80/396.82	c vivif2 --  cl tried    54518 cl shrink        0 lits rem          0 time: 0.02
396.90/396.94	c asymm  cl-useful: 0/41578/41578 lits-rem:0 time: 0.12
396.90/396.94	c calculated reachability. Time: 0.00
396.90/396.94	c  N dy  7757   1210542      9651     41578         0     54518    126575   1403979     95.62   no data  --
402.50/402.54	c  N dy  7890   1230574      9651     41578         0     74548    126575   4489219     95.64    103.68  --
409.00/409.04	c  N dy  8018   1250668      9651     41578         0     94641    126575   7558197     95.65    101.75  --
414.70/414.76	c  N dy  8153   1270812      9651     41578         0     65789    126575   2988194     95.67    104.53  --
420.90/420.96	c  N dy  8293   1290873      9651     41578         0     85848    126575   6089793     95.71    124.59  --
427.50/427.56	c  N dy  8436   1311102      9651     41578         0     56083    126575   1348311     95.76    103.12  --
433.30/433.34	c  N dy  8569   1331201      9651     41578         0     76181    126575   4451503     95.78    101.42  --
439.90/439.98	c  N dy  8699   1351374      9651     41578         0     96353    126575   7515460     95.78    109.42  --
445.90/445.93	c  N dy  8830   1371434      9651     41578         0     65409    126575   2636071     95.79    101.10  --
452.11/452.11	c  N dy  8958   1391517      9651     41578         0     85490    126575   5726549     95.81    102.77  --
458.90/458.97	c  N dy  9094   1411557      9651     41578         0     53537    126575    679759     95.83    104.97  --
464.50/464.59	c  N dy  9231   1431651      9651     41578         0     73626    126575   3788074     95.85    101.83  --
471.00/471.02	c  N dy  9354   1451666      9651     41578         0     93640    126575   6833882     95.84    116.56  --
477.51/477.56	c  N dy  9481   1471707      9651     41578         0     60688    126575   1630243     95.84    101.41  --
483.40/483.45	c  N dy  9618   1491798      9651     41578         0     80778    126575   4743371     95.87    124.47  --
490.10/490.14	c  N dy  9740   1511879      9651     41578         0    100856    126575   7836708     95.86    101.28  --
496.40/496.43	c  N dy  9877   1532040      9651     41578         0     67014    126575   2418148     95.88    100.93  --
502.60/502.68	c  N dy 10010   1552100      9651     41578         0     87072    126575   5523671     95.89    101.26  --
509.81/509.80	c  N dy 10141   1572258      9651     41578         0    107229    126575   8589575     95.90    100.98  --
515.70/515.71	c  N dy 10270   1592320      9651     41578         0     72296    126575   3079259     95.90    101.42  --
522.10/522.16	c  N dy 10401   1612469      9651     41578         0     92445    126575   6120618     95.91    102.51  --
529.50/529.54	c  N dy 10540   1632566      9651     41578         0     56544    126575    549076     95.93    101.78  --
535.30/535.31	c  N dy 10674   1652816      9651     41578         0     76792    126575   3654223     95.95    101.20  --
541.81/541.87	c  N dy 10805   1672912      9651     41578         0     96885    126575   6753827     95.95    106.73  --
549.10/549.16	c  N dy 10936   1693068      9651     41578         0     60047    126575    943242     95.97    102.75  --
554.10/554.11	c  S st 11045   1710544      9651     41578         0     77521    126575   3609894     95.97   no data  --
554.20/554.28	c  S st 11045   1711047      9651     41578         0     78024    126575   3672621     95.97   no data  --
554.20/554.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
554.20/554.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
554.30/554.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.1M T:  0.07
554.51/554.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
554.51/554.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
554.51/554.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
554.51/554.53	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
592.51/592.50	c lits-rem:         1  cl-subs:        5  v-elim:      0  v-fix:    0  time: 37.96 s
592.51/592.50	c vivif2 --  cl tried    41578 cl shrink        0 lits rem          0 time: 0.00
592.51/592.55	c vivif2 --  cl tried    78019 cl shrink        0 lits rem          0 time: 0.05
592.61/592.69	c asymm  cl-useful: 0/41578/41578 lits-rem:0 time: 0.14
592.71/592.70	c calculated reachability. Time: 0.00
592.71/592.70	c  N dy 11045   1711047      9651     41578         0     78019    126575   3671022     95.97   no data  --
598.61/598.67	c  N dy 11176   1731128      9651     41578         0     98100    126575   6752211     95.98    102.47  --
605.30/605.39	c  N dy 11310   1751326      9651     41578         0     60299    126575    820277     95.99    101.73  --
610.70/610.76	c  N dy 11439   1771467      9651     41578         0     80440    126575   3931931     96.00    101.99  --
616.81/616.86	c  N dy 11570   1791542      9651     41578         0    100515    126575   7044664     96.02    119.29  --
623.51/623.57	c  N dy 11699   1811604      9651     41578         0     61580    126575    863520     96.03    101.68  --
629.01/629.06	c  N dy 11824   1831662      9651     41578         0     81637    126575   3951048     96.03    123.90  --
636.21/636.21	c  N dy 11959   1851683      9651     41578         0    101657    126575   7024127     96.05    121.01  --
643.51/643.51	c  N dy 12091   1871754      9651     41578         0     61725    126575    743648     96.05    102.30  --
649.01/649.10	c  N dy 12225   1891762      9651     41578         0     81730    126575   3846032     96.07    104.47  --
655.61/655.69	c  N dy 12370   1911967      9651     41578         0    101932    126575   6999732     96.10    101.63  --
662.90/662.97	c  N dy 12497   1932055      9651     41578         0     61033    126575    497923     96.11    106.28  --
668.50/668.52	c  N dy 12632   1952062      9651     41578         0     81039    126575   3580873     96.12    101.77  --
675.20/675.24	c  N dy 12757   1972111      9651     41578         0    101087    126575   6678552     96.13    101.76  --
682.91/682.91	c  N dy 12890   1992124      9651     41578         0    121100    126575   9745638     96.14    104.62  --
689.10/689.19	c  N dy 13027   2012151      9651     41578         0     79124    126575   3122264     96.15    107.69  --
695.90/695.93	c  N dy 13167   2032389      9651     41578         0     99362    126575   6251818     96.18    101.57  --
703.61/703.61	c  N dy 13295   2052583      9651     41578         0    119554    126575   9377165     96.19    105.44  --
710.31/710.36	c  N dy 13426   2072605      9651     41578         0     76581    126575   2602229     96.20    102.22  --
716.91/716.97	c  N dy 13555   2092762      9651     41578         0     96736    126575   5724750     96.20    103.36  --
724.51/724.57	c  N dy 13697   2112856      9651     41578         0    116827    126575   8864119     96.23    101.71  --
731.80/731.83	c  N dy 13828   2132912      9651     41578         0     72892    126575   1909012     96.24    102.13  --
738.22/738.22	c  N dy 13956   2153080      9651     41578         0     93059    126575   5024208     96.25    102.63  --
745.51/745.57	c  N dy 14087   2173368      9651     41578         0    113345    126575   8156331     96.26    105.78  --
753.41/753.44	c  N dy 14219   2193416      9651     41578         0     68397    126575   1026851     96.27    119.99  --
758.81/758.89	c  S st 14341   2211049      9651     41578         0     86029    126575   3744020     96.27    100.03  --
759.01/759.08	c  S st 14341   2211553      9651     41578         0     86533    126575   3803957     96.27   no data  --
759.01/759.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
759.01/759.10	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
759.12/759.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.2M T:  0.09
759.30/759.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
759.30/759.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
759.30/759.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
759.30/759.37	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
803.21/803.21	c lits-rem:         1  cl-subs:        6  v-elim:      0  v-fix:    0  time: 43.84 s
803.21/803.22	c vivif2 --  cl tried    41578 cl shrink        0 lits rem          0 time: 0.00
803.21/803.27	c vivif2 --  cl tried    86527 cl shrink        0 lits rem          0 time: 0.05
803.41/803.45	c asymm  cl-useful: 0/41578/41578 lits-rem:0 time: 0.18
803.41/803.46	c calculated reachability. Time: 0.00
803.41/803.46	c  N dy 14341   2211553      9651     41578         0     86527    126575   3801974     96.27   no data  --
810.21/810.30	c  N dy 14460   2231609      9651     41578         0    106583    126575   6886067     96.26    101.39  --
818.21/818.24	c  N dy 14589   2251642      9651     41578         0    126616    126575  10011223     96.27    107.47  --
825.01/825.01	c  N dy 14720   2271864      9651     41578         0     80834    126575   2804610     96.28    101.42  --
831.72/831.72	c  N dy 14856   2291901      9651     41578         0    100871    126575   5895103     96.29    101.78  --
839.31/839.39	c  N dy 14987   2312118      9651     41578         0    121086    126575   8966683     96.29    103.12  --
846.91/846.95	c  N dy 15117   2332180      9651     41578         0     74151    126575   1633250     96.30    101.42  --
853.31/853.31	c  N dy 15246   2352216      9651     41578         0     94185    126575   4689495     96.30    105.03  --
860.71/860.76	c  N dy 15376   2372373      9651     41578         0    114338    126575   7796370     96.31    101.67  --
868.82/868.89	c  N dy 15488   2392538      9651     41578         0    134502    126575  10889974     96.31    102.14  --
875.22/875.29	c  N dy 15620   2412593      9651     41578         0     86560    126575   3413166     96.32    114.34  --
882.22/882.29	c  N dy 15749   2432687      9651     41578         0    106653    126575   6507854     96.33    108.19  --
890.42/890.47	c  N dy 15880   2453692      9651     41578         0    127654    126575   9772238     96.33    102.46  --
897.81/897.86	c  N dy 16008   2473808      9651     41578         0     78776    126575   2064573     96.34    103.00  --
904.51/904.53	c  N dy 16134   2493887      9651     41578         0     98855    126575   5151567     96.34    116.44  --
912.02/912.04	c  N dy 16267   2513954      9651     41578         0    118922    126575   8230541     96.35    105.19  --
920.31/920.32	c  N dy 16388   2533964      9651     41578         0    138932    126575  11311805     96.34    101.91  --
926.71/926.73	c  N dy 16507   2553983      9651     41578         0     88954    126575   3457735     96.34    111.39  --
933.82/933.85	c  N dy 16637   2574008      9651     41578         0    108977    126575   6545934     96.35    101.62  --
941.81/941.85	c  N dy 16767   2594014      9651     41578         0    128982    126575   9569576     96.35    103.38  --
949.72/949.76	c  N dy 16893   2614064      9651     41578         0     78037    126575   1623271     96.36    101.94  --
956.32/956.37	c  N dy 17028   2634081      9651     41578         0     98051    126575   4733032     96.38    101.90  --
963.81/963.87	c  N dy 17157   2654093      9651     41578         0    118061    126575   7826995     96.39    102.83  --
972.31/972.31	c  N dy 17293   2674121      9651     41578         0    138089    126575  10944472     96.41    118.84  --
979.52/979.51	c  N dy 17423   2694336      9651     41578         0     86310    126575   2760268     96.41    102.38  --
985.31/985.36	c  S st 17532   2711553      9651     41578         0    103524    126575   5389746     96.41     92.12  --
985.51/985.59	c  S st 17532   2712059      9651     41578         0    104030    126575   5442845     96.41   no data  --
985.61/985.61	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
985.61/985.61	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
985.61/985.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.10
985.91/985.97	c bin-w-bin subsume rem            0 bins  time:  0.00 s
985.91/985.97	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
985.91/985.98	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
985.91/985.98	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s
1084.72/1084.73	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time: 98.75 s
1084.72/1084.73	c vivif2 --  cl tried    41578 cl shrink        0 lits rem          0 time: 0.00
1084.81/1084.81	c vivif2 --  cl tried   104028 cl shrink        0 lits rem          0 time: 0.08
1085.01/1085.02	c asymm  cl-useful: 0/41578/41578 lits-rem:0 time: 0.21
1085.01/1085.03	c calculated reachability. Time: 0.00
1085.01/1085.03	c  N dy 17532   2712059      9651     41578         0    104028    126575   5442073     96.41   no data  --
1092.61/1092.62	c  N dy 17661   2732085      9651     41578         0    124053    126575   8506692     96.41    123.89  --
1101.23/1101.21	c  N dy 17787   2752095      9651     41578         0    144058    126575  11610280     96.42    107.02  --
1107.91/1107.92	c  N dy 17918   2772213      9651     41578         0     91186    126575   3388806     96.43    102.81  --
1115.12/1115.13	c  N dy 18052   2792352      9651     41578         0    111322    126575   6477191     96.43    102.29  --
1123.12/1123.19	c  N dy 18176   2812550      9651     41578         0    131517    126575   9613815     96.44    102.92  --
1131.72/1131.72	c  N dy 18296   2832639      9651     41578         0     77602    126575   1122792     96.44    163.02  --
1138.22/1138.23	c  N dy 18428   2852686      9651     41578         0     97647    126575   4184029     96.44    109.68  --
1145.62/1145.66	c  N dy 18557   2872767      9651     41578         0    117726    126575   7248001     96.44    103.41  --
1154.03/1154.08	c  N dy 18684   2892875      9651     41578         0    137832    126575  10368672     96.45    105.01  --
1162.01/1162.04	c  N dy 18809   2912921      9651     41578         0     82878    126575   1787973     96.45    106.28  --
1168.82/1168.84	c  N dy 18938   2932962      9651     41578         0    102918    126575   4845350     96.45    103.31  --
1176.62/1176.63	c  N dy 19077   2953082      9651     41578         0    123038    126575   7958661     96.46    102.06  --
1185.32/1185.32	c  N dy 19217   2973152      9651     41578         0    143108    126575  11128612     96.48    101.58  --
1193.02/1193.07	c  N dy 19358   2993251      9651     41578         0     87216    126575   2336099     96.50    103.26  --
1200.12/1200.15	c  N dy 19497   3013357      9651     41578         0    107319    126575   5444488     96.51    105.00  --
1208.02/1208.05	c  N dy 19634   3033391      9651     41578         0    127350    126575   8533655     96.53    103.12  --
1217.02/1217.04	c  N dy 19769   3053418      9651     41578         0    147376    126575  11621735     96.53    104.16  --
1224.62/1224.66	c  N dy 19908   3073479      9651     41578         0     90440    126575   2674265     96.55    119.43  --
1231.22/1231.20	c  N dy 20033   3093528      9651     41578         0    110486    126575   5745165     96.56    104.96  --
1238.42/1238.43	c  N dy 20158   3113563      9651     41578         0    130521    126575   8841917     96.56    147.23  --
1246.62/1246.66	c  N dy 20298   3133575      9651     41578         0    150533    126575  11945707     96.58    105.25  --
1253.32/1253.32	c  N dy 20424   3153595      9651     41578         0     92565    126575   2823548     96.58    136.19  --
1259.82/1259.89	c  N dy 20555   3173641      9651     41578         0    112610    126575   5904523     96.58    101.88  --
1267.22/1267.28	c  N dy 20687   3193732      9651     41578         0    132699    126575   9022041     96.59    103.98  --
1274.72/1274.72	c  S st 20803   3212059      9651     41578         0    151024    126575  11821511     96.59   no data  --
1274.92/1274.99	c  S st 20803   3212562      9651     41578         0    151527    126575  11879484     96.59   no data  --
1275.03/1275.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1275.03/1275.02	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
1275.12/1275.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.0M T:  0.13
1275.72/1275.75	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1275.72/1275.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1275.72/1275.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   9651 time:  0.00 s
1275.72/1275.76	c Removed useless bin:       0  fixed:     0  props:   0.09M  time:  0.00 s

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

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.74 3.93 3.68 4/302 858
/proc/meminfo: memFree=15975864/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=20368 CPUtime=0 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4194304 334 0 0 0 0 0 0 0 25 0 1 0 105942656 20856832 275 33554432000 4194304 4650387 140733562517024 18446744073709551615 47267045500240 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/858/statm: 5092 286 244 112 0 57 0

[startup+0.106654 s]
/proc/loadavg: 3.74 3.93 3.68 4/302 858
/proc/meminfo: memFree=15975864/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=42736 CPUtime=0.09 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 3967 0 0 0 9 0 0 0 25 0 1 0 105942656 43761664 3466 33554432000 4194304 4650387 140733562517024 18446744073709551615 4441336 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 10684 3466 365 112 0 5649 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42736

[startup+0.20063 s]
/proc/loadavg: 3.74 3.93 3.68 4/302 858
/proc/meminfo: memFree=15975864/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=45400 CPUtime=0.19 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 4566 0 0 0 19 0 0 0 25 0 1 0 105942656 46489600 4065 33554432000 4194304 4650387 140733562517024 18446744073709551615 4364401 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 11350 4065 379 112 0 6315 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 45400

[startup+0.300596 s]
/proc/loadavg: 3.74 3.93 3.68 4/302 858
/proc/meminfo: memFree=15975864/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=45400 CPUtime=0.28 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 4670 0 0 0 28 0 0 0 25 0 1 0 105942656 46489600 4169 33554432000 4194304 4650387 140733562517024 18446744073709551615 4363437 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 11350 4169 379 112 0 6315 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 45400

[startup+0.700533 s]
/proc/loadavg: 3.74 3.93 3.68 4/302 858
/proc/meminfo: memFree=15975864/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=45400 CPUtime=0.68 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 5071 0 0 0 68 0 0 0 25 0 1 0 105942656 46489600 4570 33554432000 4194304 4650387 140733562517024 18446744073709551615 4229486 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 11350 4570 379 112 0 6315 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 45400

[startup+1.50038 s]
/proc/loadavg: 3.74 3.93 3.68 5/308 869
/proc/meminfo: memFree=15919404/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=46192 CPUtime=1.49 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 6208 0 0 0 148 1 0 0 25 0 1 0 105942656 47300608 4393 33554432000 4194304 4650387 140733562517024 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 11548 4393 381 112 0 6513 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 46192

[startup+3.1011 s]
/proc/loadavg: 3.74 3.93 3.68 5/308 869
/proc/meminfo: memFree=15914108/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=46404 CPUtime=3.09 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 8110 0 0 0 308 1 0 0 25 0 1 0 105942656 47517696 4729 33554432000 4194304 4650387 140733562517024 18446744073709551615 4363420 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 11601 4729 381 112 0 6566 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46404

[startup+6.30054 s]
/proc/loadavg: 3.92 3.97 3.70 5/308 869
/proc/meminfo: memFree=15809700/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=76072 CPUtime=6.29 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 18062 0 0 0 626 3 0 0 25 0 1 0 105942656 77897728 12922 33554432000 4194304 4650387 140733562517024 18446744073709551615 4438634 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 19018 12922 383 112 0 13983 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 76072

[startup+12.7004 s]
/proc/loadavg: 3.92 3.97 3.70 5/308 869
/proc/meminfo: memFree=15804832/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=79916 CPUtime=12.69 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 22894 0 0 0 1264 5 0 0 25 0 1 0 105942656 81833984 13427 33554432000 4194304 4650387 140733562517024 18446744073709551615 4367252 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 19979 13427 383 112 0 14944 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 79916

[startup+25.5011 s]
/proc/loadavg: 3.94 3.97 3.70 5/308 870
/proc/meminfo: memFree=15716056/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=107768 CPUtime=25.49 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 38221 0 0 0 2542 7 0 0 25 0 1 0 105942656 110354432 21497 33554432000 4194304 4650387 140733562517024 18446744073709551615 4306780 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 26942 21497 383 112 0 21907 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 107768

[startup+51.1006 s]
/proc/loadavg: 3.96 3.97 3.71 5/308 871
/proc/meminfo: memFree=15651400/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=117300 CPUtime=51.09 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 58416 0 0 0 5098 11 0 0 25 0 1 0 105942656 120115200 22621 33554432000 4194304 4650387 140733562517024 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 29325 22621 383 112 0 24290 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 117300

[startup+102.301 s]
/proc/loadavg: 3.98 3.97 3.72 5/308 872
/proc/meminfo: memFree=15585732/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=164180 CPUtime=102.29 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 96085 0 0 0 10206 23 0 0 25 0 1 0 105942656 168120320 25980 33554432000 4194304 4650387 140733562517024 18446744073709551615 4368089 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 41045 25980 383 112 0 36010 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 164180

[startup+162.301 s]
/proc/loadavg: 3.99 3.97 3.74 5/308 874
/proc/meminfo: memFree=15474712/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=212672 CPUtime=162.29 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 129967 0 0 0 16198 31 0 0 25 0 1 0 105942656 217776128 38973 33554432000 4194304 4650387 140733562517024 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 53168 38973 383 112 0 48133 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 212672

[startup+222.311 s]
/proc/loadavg: 3.99 3.97 3.75 5/308 876
/proc/meminfo: memFree=15460420/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=167508 CPUtime=222.31 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 143917 0 0 0 22195 36 0 0 25 0 1 0 105942656 171528192 35537 33554432000 4194304 4650387 140733562517024 18446744073709551615 4363388 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 41877 35537 383 112 0 36842 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 167508

[startup+282.301 s]
/proc/loadavg: 3.99 3.97 3.76 5/308 878
/proc/meminfo: memFree=15435564/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=217584 CPUtime=282.3 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 179916 0 0 0 28182 48 0 0 25 0 1 0 105942656 222806016 39289 33554432000 4194304 4650387 140733562517024 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 54396 39289 383 112 0 49361 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 217584

[startup+342.301 s]
/proc/loadavg: 3.99 3.97 3.77 5/308 880
/proc/meminfo: memFree=15408260/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=218716 CPUtime=342.3 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 215846 0 0 0 34168 62 0 0 25 0 1 0 105942656 223965184 39007 33554432000 4194304 4650387 140733562517024 18446744073709551615 4328243 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 54679 39007 383 112 0 49644 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 218716

[startup+402.3 s]
/proc/loadavg: 4.08 4.00 3.79 5/308 881
/proc/meminfo: memFree=15407480/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=222224 CPUtime=402.3 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 248959 0 0 0 40154 76 0 0 25 0 1 0 105942656 227557376 39833 33554432000 4194304 4650387 140733562517024 18446744073709551615 4364368 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 55556 39833 383 112 0 50521 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 222224

[startup+462.301 s]
/proc/loadavg: 4.09 4.02 3.81 5/308 882
/proc/meminfo: memFree=15417488/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=174444 CPUtime=462.3 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 281889 0 0 0 46142 88 0 0 25 0 1 0 105942656 178630656 38073 33554432000 4194304 4650387 140733562517024 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 43611 38073 383 112 0 38576 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 174444

[startup+522.301 s]
/proc/loadavg: 4.03 4.01 3.82 5/308 884
/proc/meminfo: memFree=15397624/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=223840 CPUtime=522.3 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 313210 0 0 0 52129 101 0 0 25 0 1 0 105942656 229212160 41676 33554432000 4194304 4650387 140733562517024 18446744073709551615 4333908 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 55960 41676 383 112 0 50925 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 223840

[startup+582.3 s]
/proc/loadavg: 4.04 4.02 3.83 5/308 886
/proc/meminfo: memFree=15390508/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=231740 CPUtime=582.31 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 331521 0 0 0 58122 109 0 0 25 0 1 0 105942656 237301760 40749 33554432000 4194304 4650387 140733562517024 18446744073709551615 4476172 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 57935 40749 383 112 0 52900 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 231740

[startup+642.301 s]
/proc/loadavg: 4.01 4.01 3.84 5/308 887
/proc/meminfo: memFree=15330816/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=232140 CPUtime=642.3 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 357340 0 0 0 64114 116 0 0 25 0 1 0 105942656 237711360 46620 33554432000 4194304 4650387 140733562517024 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 58035 46620 383 112 0 53000 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 232140

[startup+702.301 s]
/proc/loadavg: 4.00 4.01 3.84 5/308 889
/proc/meminfo: memFree=15332892/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=232760 CPUtime=702.31 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 387886 0 0 0 70103 128 0 0 25 0 1 0 105942656 238346240 45955 33554432000 4194304 4650387 140733562517024 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 58190 45955 383 112 0 53155 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 232760

[startup+762.301 s]
/proc/loadavg: 4.00 4.00 3.85 5/308 890
/proc/meminfo: memFree=15349080/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=237400 CPUtime=762.31 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 417133 0 0 0 76092 139 0 0 25 0 1 0 105942656 243097600 42354 33554432000 4194304 4650387 140733562517024 18446744073709551615 4443736 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 59350 42354 383 112 0 54315 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 237400

[startup+822.301 s]
/proc/loadavg: 4.00 4.00 3.86 5/308 892
/proc/meminfo: memFree=15350296/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=190168 CPUtime=822.31 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 426415 0 0 0 82087 144 0 0 25 0 1 0 105942656 194732032 40424 33554432000 4194304 4650387 140733562517024 18446744073709551615 4520332 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 47542 40424 383 112 0 42507 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 190168

[startup+882.311 s]
/proc/loadavg: 4.00 4.00 3.86 5/308 894
/proc/meminfo: memFree=15343320/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=241716 CPUtime=882.33 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 454319 0 0 0 88079 154 0 0 25 0 1 0 105942656 247517184 45500 33554432000 4194304 4650387 140733562517024 18446744073709551615 4366872 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 60429 45500 383 112 0 55394 0
Current children cumulated CPU time (s) 882.33
Current children cumulated vsize (KiB) 241716

[startup+942.301 s]
/proc/loadavg: 4.11 4.03 3.88 5/308 895
/proc/meminfo: memFree=15318352/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=242212 CPUtime=942.31 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 481142 0 0 0 94066 165 0 0 25 0 1 0 105942656 248025088 48703 33554432000 4194304 4650387 140733562517024 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 60553 48703 383 112 0 55518 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 242212

[startup+1002.3 s]
/proc/loadavg: 4.04 4.02 3.88 5/308 897
/proc/meminfo: memFree=15286696/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=259892 CPUtime=1002.31 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 505693 0 0 0 100055 176 0 0 25 0 1 0 105942656 266129408 49021 33554432000 4194304 4650387 140733562517024 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 64973 49021 383 112 0 59938 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 259892

[startup+1062.3 s]
/proc/loadavg: 4.04 4.03 3.90 5/308 898
/proc/meminfo: memFree=15282340/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=259892 CPUtime=1062.31 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 505693 0 0 0 106055 176 0 0 25 0 1 0 105942656 266129408 49021 33554432000 4194304 4650387 140733562517024 18446744073709551615 4476470 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 64973 49021 383 112 0 59938 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 259892

[startup+1122.3 s]
/proc/loadavg: 4.06 4.04 3.91 5/308 900
/proc/meminfo: memFree=15181732/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=260064 CPUtime=1122.32 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 521806 0 0 0 112049 183 0 0 25 0 1 0 105942656 266305536 52840 33554432000 4194304 4650387 140733562517024 18446744073709551615 4363400 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 65016 52840 383 112 0 59981 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 260064

[startup+1182.3 s]
/proc/loadavg: 4.02 4.03 3.91 5/308 902
/proc/meminfo: memFree=15178720/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=260424 CPUtime=1182.32 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 547814 0 0 0 118038 194 0 0 25 0 1 0 105942656 266674176 53654 33554432000 4194304 4650387 140733562517024 18446744073709551615 4328254 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 65106 53654 383 112 0 60071 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 260424

[startup+1242.3 s]
/proc/loadavg: 4.01 4.02 3.91 5/308 904
/proc/meminfo: memFree=15184652/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=260828 CPUtime=1242.32 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 574031 0 0 0 124028 204 0 0 25 0 1 0 105942656 267087872 53906 33554432000 4194304 4650387 140733562517024 18446744073709551615 4365195 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 65207 53906 383 112 0 60172 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 260828



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.00 4.02 3.91 3/306 907
/proc/meminfo: memFree=15512956/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=376612 CPUtime=1300.02 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 616332 0 0 0 129790 212 0 0 25 0 1 0 105942656 385650688 83023 33554432000 4194304 4650387 140733562517024 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 94153 83023 383 112 0 89118 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 376612

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.00 4.02 3.91 3/306 907
/proc/meminfo: memFree=15512956/32950928 swapFree=67111364/67111528
[pid=858] ppid=856 vsize=376612 CPUtime=1300.02 cores=0,2
/proc/858/stat : 858 (strangenight1-s) R 856 858 32685 0 -1 4202496 616332 0 0 0 129790 212 0 0 25 0 1 0 105942656 385650688 83023 33554432000 4194304 4650387 140733562517024 18446744073709551615 4476487 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/858/statm: 94153 83023 383 112 0 89118 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 376612

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.06
CPU user time (s): 1297.92
CPU system time (s): 2.14267
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 376612

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1297.92
system time used= 2.14267
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 616332
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 6
involuntary context switches= 2996

runsolver used 3.9274 second user time and 8.29174 second system time

The end

Launcher Data

Begin job on node112 at 2011-05-14 16:28:52
IDJOB=3369867
IDBENCH=82676
IDSOLVER=1847
FILE ID=node112/3369867-1305383332
RUNJOBID= node112-1305382030-661
PBS_JOBID= 13324390
Free space on /tmp= 73548 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st (fixed)
BENCH NAME= SAT11/random/large/unif-k3-r4.2-v10000-c42000-S1091905403-047-UNKNOWN.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3369867-1305383332/watcher-3369867-1305383332 -o /tmp/evaluation-result-3369867-1305383332/solver-3369867-1305383332 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3369867-1305383332.cnf

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

MD5SUM BENCH= a2618a2d05b86feb60504578f5d9c7e5
RANDOM SEED=701077034

node112.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.847
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.847
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	: 5180.45
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.847
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.76
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.847
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.847
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.61
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.847
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.847
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.74
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.847
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:     32950928 kB
MemFree:      15976144 kB
Buffers:        276640 kB
Cached:        2693288 kB
SwapCached:          0 kB
Active:       15064620 kB
Inactive:      1671720 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15976144 kB
SwapTotal:    67111528 kB
SwapFree:     67111364 kB
Dirty:           20644 kB
Writeback:           0 kB
AnonPages:    13766048 kB
Mapped:          21836 kB
Slab:           132700 kB
PageTables:      42624 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 35052784 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= 73544 MiB
End job on node112 at 2011-05-14 16:50:35