Trace number 3368428

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)? (TO) 1300.18 1300.18

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
MD5SUM9a43349587a435e7109b46b3aceb156e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1263.53
Satisfiable
(Un)Satisfiability was proved
Number of variables482093
Number of clauses9676386
Sum of the clauses size28195028
Maximum clause length226
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 29152157
Number of clauses of size 3120945
Number of clauses of size 410067
Number of clauses of size 528986
Number of clauses of size over 5364230

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-3368428-1305394269.cnf'
0.00/0.00	c -- header says num vars:         482093
0.00/0.00	c -- header says num clauses:     9676386
2.39/2.40	c -- clauses added:            0 learnts,      9676386 normals,            0 xors
2.39/2.41	c -- vars added     482093
2.39/2.41	c Parsing time:  2.28 s
2.39/2.41	c  N st     0         0    482093    524228   9152157         0  28195027         0   no data   no data
2.69/2.80	c asymm  cl-useful: 17/19/524218 lits-rem:760 time: 0.35
8.79/8.87	c Flit:   142 Blit: 134307 bXBeca:    0 bXProp: 2690 Bins:      0 BRemL:      0 BRemN:      0 P: 200.5M T:  5.99
9.09/9.16	c Cleaning up after failed var search:     0.29 s 
9.69/9.77	c Replacing     2690 vars Replaced   279907 lits Time:     0.60 s 
10.28/10.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
10.68/10.76	c bin-w-bin subsume rem            8 bins  time:  0.45 s
17.08/17.19	c subs with bin:     9106  lits-rem:     87369  v-fix:    0  time:  6.43 s
20.48/20.57	c Subs w/ non-existent bins:     22 l-rem:     49 v-fix:     0 done:  23549 time:  3.38 s
20.79/20.82	c Removed useless bin:     694  fixed:     0  props:  20.00M  time:  0.25 s
30.38/30.46	c lits-rem:     29487  cl-subs:    32952  v-elim:  26623  v-fix:    0  time:  9.63 s
31.28/31.32	c Finding binary XORs  T:     0.86 s  found:    2037
31.69/31.75	c Replacing     2037 vars Replaced   195415 lits Time:     0.42 s 
32.38/32.43	c Finding non-binary XORs:     0.33 s (found:       0, avg size: nan)
32.38/32.43	c calculated reachability. Time: 0.23
32.48/32.54	c Calc default polars -  time:   0.11 s pos:   47860 undec:  174500 neg:  259733
32.48/32.54	c =========================================================================================
32.48/32.54	c types(t): F = full restart, N = normal restart
32.48/32.54	c types(t): S = simplification begin/end, E = solution found
32.48/32.54	c restart types(rt): st = static, dy = dynamic
32.48/32.54	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
32.48/32.54	c  B st     0         0    308309    315808   6201927         0  18694194         0   no data   no data
38.58/38.63	c  N dy    13      4035    308308    315808   6202255      3650  18694194    183756     15.78     16.67
43.89/43.93	c  N dy    29      8309    308306    315808   6202699      7384  18694194    340290     14.53     15.55
48.30/48.33	c  N dy    61     12508    308304    315808   6202901     11254  18694063    545909     15.42     16.29
51.09/51.18	c  N dy    87     16524    308304    315808   6203015     15044  18693931    758301     15.61     20.24
55.08/55.18	c  N dy    96     22937    308304    315808   6203141     11942  18693931    515710     14.41     18.32
57.28/57.35	c  F st    99     25000    308301    315808   6203245     13828  18693931    608655     13.89   no data
64.69/64.75	c  N st   103     27030    308301    315768   6201612     13307  18688266    525201     13.89   no data
73.08/73.17	c  S st   105     30000    308301    315768   6201890     15991  18688266    663661     13.89   no data
74.78/74.86	c  S st   105     30500    308279    315768   6202128     16232  18688266    666734     13.89   no data
74.98/75.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.16
88.38/88.41	c Flit:    63 Blit:   1134 bXBeca:    0 bXProp: 1862 Bins: 528090 BRemL:  17339 BRemN:   3993 P: 200.5M T: 13.20
88.48/88.56	c Cleaning up after failed var search:     0.14 s 
88.78/88.89	c Replacing     1862 vars Replaced    97645 lits Time:     0.32 s 
93.58/93.66	c blocked clauses removed:    50958 vars:  51847 tried:      786847 T: 4.42 s
93.98/94.03	c bin-w-bin subsume rem         6183 bins  time:  0.37 s
98.38/98.44	c subs with bin:    15029  lits-rem:    123514  v-fix:    0  time:  4.40 s
100.48/100.55	c Subs w/ non-existent bins:      6 l-rem:    149 v-fix:     0 done:  39432 time:  2.10 s
100.68/100.78	c Removed useless bin:     448  fixed:     0  props:  20.08M  time:  0.22 s
107.98/108.04	c lits-rem:     95023  cl-subs:     5601  v-elim:  56078  v-fix:    0  time:  7.26 s
108.38/108.49	c subs with bin:       54  lits-rem:      3702  v-fix:    0  time:  0.38 s
109.28/109.37	c lits-rem:      3579  cl-subs:     1361  v-elim:      0  v-fix:    0  time:  0.72 s
109.68/109.71	c asymm  cl-useful: 49/365/368871 lits-rem:1006 time: 0.34
110.08/110.19	c calculated reachability. Time: 0.39
110.08/110.19	c  N dy   105     30500    189971    368871   3884813      6062  12615086    514930     13.89   no data
111.48/111.51	c Finding binary XORs  T:     1.31 s  found:    4027
111.68/111.75	c Replacing     4027 vars Replaced   354945 lits Time:     0.24 s 
118.98/119.00	c  N dy   124     34665    180309    360450   3754692      9713  12317276    559122     13.66     14.40
125.48/125.54	c  N dy   151     38674    180308    360450   3754977     13396  12317274    701851     13.86     18.71
132.48/132.53	c  N dy   184     42733    180308    360450   3755254      8742  12317269    390499     14.30     15.69
137.39/137.44	c  S st   207     45750    180308    360450   3755363     11623  12317262    520718     14.55     14.64
138.18/138.24	c  S st   207     46250    180302    360450   3755516     11963  12317262    526444     14.55   no data
138.28/138.35	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.12
146.98/147.03	c Flit:   118 Blit:    637 bXBeca:    0 bXProp:  686 Bins: 805998 BRemL:   1819 BRemN:   8088 P: 200.3M T:  8.58
146.98/147.04	c Cleaning up after failed var search:     0.00 s 
147.38/147.42	c Replacing      687 vars Replaced   267969 lits Time:     0.38 s 
147.58/147.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
148.08/148.11	c bin-w-bin subsume rem        18927 bins  time:  0.44 s
153.18/153.29	c subs with bin:    14799  lits-rem:    292412  v-fix:    0  time:  5.18 s
153.58/153.66	c Subs w/ non-existent bins:     10 l-rem:      9 v-fix:     0 done:   2320 time:  0.35 s
154.88/154.91	c Removed useless bin:   53425  fixed:     1  props:  20.07M  time:  1.24 s
158.97/159.08	c lits-rem:      3916  cl-subs:     2154  v-elim:   5264  v-fix:    0  time:  4.16 s
159.57/159.65	c subs with bin:       28  lits-rem:      8014  v-fix:    0  time:  0.47 s
160.17/160.29	c lits-rem:      3152  cl-subs:     2165  v-elim:      0  v-fix:    0  time:  0.49 s
161.07/161.12	c vivif2 --  cl tried    72716 cl shrink     2602 lits rem       2617 time: 0.84
161.37/161.44	c vivif2 --  cl tried     9614 cl shrink     1606 lits rem       7242 time: 0.31
161.77/161.83	c asymm  cl-useful: 46/846/350983 lits-rem:2357 time: 0.39
162.27/162.40	c calculated reachability. Time: 0.47
162.37/162.40	c  N dy   207     46250    173191    350979   4391138      9587  11659806   1985708     14.55   no data
164.27/164.35	c Finding binary XORs  T:     1.95 s  found:     813
169.07/169.21	c  N dy   228     50325    173190    350979   4391447     13299  11659802   2143190     14.52     16.73
172.58/172.68	c  N dy   239     54370    173188    350979   4391792     16903  11659793   2281121     14.21     15.01
175.18/175.28	c  N dy   247     59622    173188    350979   4392020     21801  11659792   2646608     13.90     14.70
178.28/178.35	c  N dy   257     63657    173187    350979   4392134     25644  11659785   2959163     13.75     15.13
183.68/183.76	c  N dy   277     69375    173187    350979   4392374     17152  11659780   2265895     13.54      6.16
183.68/183.76	c  S st   277     69375    173187    350979   4392374     17152  11659780   2265895     13.54      6.16
184.58/184.71	c  S st   277     69875    173184    350979   4392525     17496  11659780   2270439     13.54   no data
184.77/184.84	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
196.28/196.33	c Flit:   234 Blit:   3355 bXBeca:    0 bXProp:   43 Bins: 881311 BRemL:   8864 BRemN:  17949 P: 200.3M T: 11.41
196.38/196.46	c Cleaning up after failed var search:     0.12 s 
196.68/196.78	c Replacing      856 vars Replaced   162548 lits Time:     0.32 s 
196.98/197.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
197.48/197.50	c bin-w-bin subsume rem        13451 bins  time:  0.47 s
202.68/202.76	c subs with bin:    17767  lits-rem:    277774  v-fix:    0  time:  5.26 s
204.88/204.99	c Subs w/ non-existent bins:    343 l-rem:    551 v-fix:    24 done:  11317 time:  2.23 s
205.18/205.25	c Removed useless bin:    2431  fixed:     0  props:  20.04M  time:  0.26 s
208.48/208.51	c lits-rem:      1135  cl-subs:     7355  v-elim:   8016  v-fix:    0  time:  3.25 s
208.98/209.08	c subs with bin:      366  lits-rem:     19817  v-fix:    0  time:  0.48 s
209.67/209.79	c lits-rem:      4924  cl-subs:     1619  v-elim:      0  v-fix:    0  time:  0.55 s
210.57/210.61	c vivif2 --  cl tried    90556 cl shrink     2145 lits rem       2145 time: 0.82
211.09/211.12	c vivif2 --  cl tried    14842 cl shrink     1836 lits rem      33541 time: 0.51
211.47/211.51	c asymm  cl-useful: 29/771/345354 lits-rem:468 time: 0.39
212.08/212.19	c calculated reachability. Time: 0.59
212.08/212.20	c  N dy   277     69875    160162    345354   4060507     14809  10973801   1974154     13.54   no data
214.57/214.65	c Finding binary XORs  T:     2.45 s  found:     167
218.57/218.69	c  N dy   299     74335    160161    345354   4060775     18920  10973772   2216363     13.48     16.58
223.87/223.96	c  N dy   342     79274    160160    345354   4061087     23478  10973772   2425376     13.69     15.14
231.08/231.14	c  N dy   376     84348    160159    345354   4061513     28035  10973768   2613242     13.78     21.99
233.68/233.73	c  F st   406     87500    160158    345354   4061655     30977  10973767   2762587     13.91   no data
233.98/234.05	c Replacing      167 vars Replaced    83599 lits Time:     0.23 s 
236.18/236.26	c  N st   411     90800    159991    345339   4061438     17028  10973193   1876021     13.91   no data
241.17/241.22	c  N dy   427     96768    159991    345339   4061709     22611  10973139   2136211     13.87     15.41
247.77/247.81	c  N dy   449    103637    159991    345339   4062194     28839  10973137   2412316     13.76     14.60
248.97/249.06	c  S st   457    104812    159988    345339   4062264     29916  10973137   2470267     13.77     12.38
249.87/249.95	c  S st   457    105312    159983    345339   4062415     30260  10973137   2474404     13.77   no data
249.97/250.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
259.77/259.89	c Flit:   214 Blit:    188 bXBeca:    0 bXProp:   25 Bins:2049908 BRemL:   2666 BRemN:     87 P: 200.1M T:  9.71
259.87/259.90	c Cleaning up after failed var search:     0.00 s 
260.37/260.40	c Replacing       25 vars Replaced    68952 lits Time:     0.49 s 
260.59/260.66	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
261.17/261.26	c bin-w-bin subsume rem         4663 bins  time:  0.60 s
266.37/266.40	c subs with bin:    18515  lits-rem:     91405  v-fix:    0  time:  5.15 s
268.78/268.84	c Subs w/ non-existent bins:    267 l-rem:    104 v-fix:    23 done:  11345 time:  2.43 s
269.08/269.12	c Removed useless bin:    7766  fixed:     0  props:  20.01M  time:  0.27 s
271.17/271.23	c lits-rem:       845  cl-subs:     5433  v-elim:   1717  v-fix:    0  time:  2.11 s
272.69/272.77	c subs with bin:      268  lits-rem:     12740  v-fix:    0  time:  1.41 s
273.68/273.74	c lits-rem:      7370  cl-subs:     2793  v-elim:      0  v-fix:    0  time:  0.82 s
276.08/276.15	c vivif2 --  cl tried   187760 cl shrink     4623 lits rem       5111 time: 2.41
277.78/277.86	c vivif2 --  cl tried    26419 cl shrink     4553 lits rem     137485 time: 1.70
278.19/278.26	c asymm  cl-useful: 30/646/329134 lits-rem:317 time: 0.40
279.08/279.13	c calculated reachability. Time: 0.75
279.08/279.13	c  N dy   457    105312    157816    329134   5240482     26403  10655942   4620474     13.77   no data
282.17/282.20	c Finding binary XORs  T:     3.07 s  found:      50
291.87/291.95	c  N dy   509    112125    157812    329134   5241047     32562  10655934   4873855     13.95     34.22
303.17/303.29	c  N dy   566    119322    157805    329134   5241700     20261  10655914   4280431     14.15     14.92
314.87/314.94	c  N dy   625    127000    157802    329134   5242225     27312  10655877   4566602     14.31     15.72
326.78/326.85	c  N dy   688    135208    157800    329134   5242780     34871  10655875   4897905     14.54     15.37
339.27/339.34	c  N dy   757    143893    157799    329134   5243344     22106  10655870   4287412     14.76     15.92
351.97/352.05	c  N dy   827    153093    157796    329134   5243870     30667  10655865   4657620     14.97     18.86
357.87/357.94	c  S st   862    157969    157796    329134   5244094     35262  10655863   4859962     15.06   no data
358.77/358.83	c  S st   862    158470    157791    329134   5244196     35653  10655863   4864361     15.06   no data
358.87/358.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.15
369.28/369.38	c Flit:  1225 Blit:   1879 bXBeca:    0 bXProp:   34 Bins: 822701 BRemL:   2726 BRemN:    102 P: 200.0M T: 10.33
369.49/369.52	c Cleaning up after failed var search:     0.14 s 
369.78/369.89	c Replacing       84 vars Replaced   177917 lits Time:     0.36 s 
370.08/370.15	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
370.59/370.68	c bin-w-bin subsume rem         7191 bins  time:  0.53 s
375.68/375.80	c subs with bin:     9034  lits-rem:     55934  v-fix:    0  time:  5.12 s
376.98/377.06	c Subs w/ non-existent bins:   1636 l-rem:    890 v-fix:     0 done:  10261 time:  1.26 s
377.28/377.39	c Removed useless bin:   17950  fixed:     0  props:  20.00M  time:  0.32 s
379.28/379.40	c lits-rem:       924  cl-subs:     5102  v-elim:   2957  v-fix:    0  time:  2.01 s
380.87/380.92	c subs with bin:      429  lits-rem:      5067  v-fix:    0  time:  1.42 s
381.48/381.60	c lits-rem:      8887  cl-subs:     1285  v-elim:      0  v-fix:    0  time:  0.52 s
383.97/384.04	c vivif2 --  cl tried   171094 cl shrink     3034 lits rem       4656 time: 2.45
385.37/385.43	c vivif2 --  cl tried    33268 cl shrink     4299 lits rem      52732 time: 1.39
385.77/385.83	c asymm  cl-useful: 28/702/328077 lits-rem:107 time: 0.39
386.67/386.73	c calculated reachability. Time: 0.81
386.67/386.74	c  N dy   862    158470    151630    328077   4281981     33238  10412193   2986956     15.06   no data
390.17/390.23	c Finding binary XORs  T:     3.49 s  found:      41
401.28/401.32	c  N dy   910    168650    151628    328077   4282461     42761  10412188   3395046     15.04     18.49
413.07/413.18	c  N dy   974    179544    151626    328077   4282936     31066  10412180   2908288     15.14     15.97
427.07/427.18	c  N dy  1066    191023    151626    328077   4283441     41896  10412172   3440122     15.35     17.85
442.57/442.66	c  N dy  1147    203406    151624    328077   4283955     29919  10412160   2738214     15.46     16.28
455.87/455.98	c  N dy  1222    216620    151622    328077   4284600     42283  10412144   3352494     15.56     16.39
468.17/468.26	c  N dy  1311    230513    151622    328077   4285007     30453  10412086   2741444     15.63     16.60
474.67/474.70	c  S st  1343    237705    151619    328077   4285278     37244  10412083   3055205     15.59   no data
475.77/475.83	c  S st  1343    238205    151616    328077   4285380     37636  10412083   3058254     15.59   no data
475.87/475.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.13
486.67/486.76	c Flit:   442 Blit:    501 bXBeca:    0 bXProp:   24 Bins:1216375 BRemL:   2748 BRemN:   2328 P: 200.1M T: 10.71
486.67/486.76	c Cleaning up after failed var search:     0.00 s 
487.08/487.19	c Replacing       66 vars Replaced   182651 lits Time:     0.42 s 
487.37/487.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
487.97/488.00	c bin-w-bin subsume rem        26463 bins  time:  0.56 s
493.07/493.10	c subs with bin:    12579  lits-rem:     38089  v-fix:    0  time:  5.10 s
495.77/495.88	c Subs w/ non-existent bins:   3825 l-rem:   6500 v-fix:     0 done:   6703 time:  2.77 s
496.17/496.26	c Removed useless bin:    5298  fixed:     0  props:  20.07M  time:  0.38 s
498.47/498.54	c lits-rem:      1259  cl-subs:     4432  v-elim:   3407  v-fix:    0  time:  2.28 s
500.07/500.13	c subs with bin:      244  lits-rem:      3118  v-fix:    0  time:  1.48 s
500.87/500.91	c lits-rem:      6223  cl-subs:     1283  v-elim:      0  v-fix:    0  time:  0.61 s
503.37/503.41	c vivif2 --  cl tried   171574 cl shrink     1053 lits rem       1380 time: 2.49
505.07/505.18	c vivif2 --  cl tried    34947 cl shrink     4064 lits rem     122067 time: 1.77
505.57/505.60	c asymm  cl-useful: 39/641/327136 lits-rem:50 time: 0.42
506.57/506.60	c calculated reachability. Time: 0.90
506.57/506.61	c  N dy  1343    238205    147196    327136   4490190     34925  10247514   3392040     15.59   no data
510.37/510.43	c Finding binary XORs  T:     3.82 s  found:      29
517.98/518.01	c  N dy  1354    253425    147194    327136   4490388     49539  10247514   4794492     15.29     17.17
540.37/540.42	c  N dy  1469    269662    147192    327136   4491296     39060  10247500   3589493     15.40     51.12
557.07/557.10	c  N dy  1534    286903    147190    327136   4491838     28741  10247499   3082847     15.30     21.67
581.78/581.86	c  N dy  1670    305296    147189    327136   4492744     46024  10247480   3909904     15.53     20.32
582.97/583.03	c  F st  1678    306252    147189    327136   4492803     46911  10247480   3946546     15.53   no data
583.27/583.35	c Replacing       29 vars Replaced    40188 lits Time:     0.23 s 
605.88/605.97	c  N dy  1802    324782    147159    327133   4492973     36335  10247000   3410892     15.74     21.09
633.17/633.21	c  N dy  1965    344848    147144    327133   4493783     55407  10246993   4319781     16.03     19.37
647.87/647.95	c  S st  2048    357308    147143    327133   4494172     37877  10246951   3384723     16.10   no data
648.97/649.01	c  S st  2048    357810    147143    327133   4494245     38306  10246951   3387804     16.10   no data
649.07/649.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.14
659.67/659.70	c Flit:   263 Blit:   2552 bXBeca:    0 bXProp:   55 Bins: 850432 BRemL:   6189 BRemN:    239 P: 200.1M T: 10.48
659.78/659.84	c Cleaning up after failed var search:     0.14 s 
660.27/660.37	c Replacing       55 vars Replaced   189471 lits Time:     0.52 s 
660.57/660.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
661.07/661.14	c bin-w-bin subsume rem        18609 bins  time:  0.52 s
666.17/666.26	c subs with bin:    12913  lits-rem:     34345  v-fix:    0  time:  5.12 s
667.27/667.31	c Subs w/ non-existent bins:    590 l-rem:    882 v-fix:     5 done:  11657 time:  1.04 s
667.67/667.79	c Removed useless bin:   19651  fixed:     0  props:  20.06M  time:  0.47 s
670.67/670.72	c lits-rem:      1582  cl-subs:     5176  v-elim:   3054  v-fix:    0  time:  2.94 s
671.77/671.83	c subs with bin:      940  lits-rem:      3531  v-fix:    0  time:  0.99 s
672.37/672.46	c lits-rem:     10033  cl-subs:     1108  v-elim:      0  v-fix:    0  time:  0.49 s
674.97/675.00	c vivif2 --  cl tried   182440 cl shrink     2503 lits rem       2893 time: 2.53
675.97/676.00	c vivif2 --  cl tried    33970 cl shrink     2848 lits rem      43609 time: 1.00
676.38/676.45	c asymm  cl-useful: 47/655/314736 lits-rem:86 time: 0.44
677.37/677.50	c calculated reachability. Time: 0.95
677.37/677.51	c  N dy  2048    357810    141207    314736   4480134     33937   9859190   3492188     16.10   no data
682.57/682.67	c Finding binary XORs  T:     5.16 s  found:      34
699.58/699.63	c  N dy  2116    379193    141205    314736   4480631     54404   9859169   4582300     15.99     16.96
717.08/717.15	c  N dy  2184    401328    141204    314736   4481132     46374   9859166   4157483     15.86     16.85
743.58/743.65	c  N dy  2341    421437    141198    314736   4482067     34591   9859163   3441654     16.05     17.89
769.08/769.17	c  N dy  2506    441493    141197    314736   4482998     53549   9859140   4387316     16.25     17.13
792.08/792.12	c  N dy  2670    461681    141195    314736   4483698     40880   9859136   3742197     16.40     17.39
817.08/817.13	c  N dy  2806    481719    141192    314736   4484412     59996   9859117   4758551     16.47     22.88
843.58/843.63	c  N dy  2982    501751    141191    314736   4485110     46914   9859052   3941320     16.72     17.66
871.98/872.10	c  N dy  3151    521805    141189    314736   4485862     66057   9859030   4887393     16.90     31.91
890.98/891.01	c  S st  3271    536715    141182    314736   4486299     48061   9858989   3881796     17.04   no data
892.28/892.34	c  S st  3271    537215    141180    314736   4486387     48471   9858989   3884837     17.04   no data
892.38/892.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.14
902.68/902.75	c Flit:   356 Blit:   2857 bXBeca:    0 bXProp:  168 Bins: 861778 BRemL:   6773 BRemN:    123 P: 200.2M T: 10.20
902.78/902.89	c Cleaning up after failed var search:     0.14 s 
903.18/903.25	c Replacing      207 vars Replaced   163725 lits Time:     0.34 s 
903.38/903.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
903.98/904.06	c bin-w-bin subsume rem        26105 bins  time:  0.57 s
908.98/909.09	c subs with bin:     8617  lits-rem:     25337  v-fix:    0  time:  5.03 s
910.28/910.31	c Subs w/ non-existent bins:    332 l-rem:   1282 v-fix:     2 done:  15011 time:  1.21 s
910.48/910.59	c Removed useless bin:    7514  fixed:     0  props:  20.12M  time:  0.28 s
912.78/912.88	c lits-rem:      1690  cl-subs:     4598  v-elim:   2289  v-fix:    0  time:  2.29 s
914.38/914.41	c subs with bin:     1091  lits-rem:      3628  v-fix:    0  time:  1.40 s
914.98/915.05	c lits-rem:     10973  cl-subs:      870  v-elim:      0  v-fix:    0  time:  0.50 s
917.48/917.56	c vivif2 --  cl tried   193538 cl shrink     4233 lits rem       5029 time: 2.51
918.48/918.56	c vivif2 --  cl tried    43530 cl shrink     3701 lits rem      51404 time: 1.00
918.88/918.98	c asymm  cl-useful: 41/668/304032 lits-rem:118 time: 0.42
919.78/919.88	c calculated reachability. Time: 0.79
919.78/919.88	c  N dy  3271    537215    135415    304032   4507584     43413   9527981   3995300     17.04   no data
923.68/923.75	c Finding binary XORs  T:     3.86 s  found:      61
940.28/940.41	c  N dy  3381    557310    135410    304032   4508064     62662   9527974   4868272     17.05     17.95
958.88/958.96	c  N dy  3438    583380    135409    304032   4508540     52725   9527970   4482922     16.89     17.85
985.68/985.72	c  N dy  3617    603450    135358    304032   4509351     71757   9527949   5438041     17.08     18.11
1014.28/1014.31	c  N dy  3794    623513    135325    304032   4510153     56070   9527934   4498065     17.27     20.03
1039.40/1039.48	c  N dy  3974    643547    135325    304032   4510748     75323   9527926   5521537     17.49     42.24
1068.28/1068.31	c  N dy  4147    663643    135322    304032   4511321     59621   9527914   4522471     17.66     23.00
1093.78/1093.87	c  N dy  4322    683760    135321    304032   4511845     78983   9527867   5500435     17.81     18.79
1118.38/1118.45	c  N dy  4505    703826    135321    304032   4512242     62027   9527834   4601612     18.01     20.55
1143.90/1143.98	c  N dy  4674    724166    135321    304032   4512729     81660   9527827   5624163     18.17     19.55
1171.68/1171.71	c  N dy  4851    744244    135321    304032   4513171     62992   9527824   4478839     18.33     23.50
1195.39/1195.42	c  N dy  5020    764423    135321    304032   4513663     82510   9527808   5549980     18.46     19.57
1218.28/1218.33	c  N dy  5175    784428    135321    304032   4514053     63386   9527802   4386706     18.54     30.27
1242.49/1242.55	c  N dy  5328    804497    135321    304032   4514415     82872   9527796   5433199     18.66     33.37
1244.39/1244.42	c  S st  5340    805823    135321    304032   4514453     84151   9527796   5503427     18.67   no data
1245.69/1245.73	c  S st  5340    806324    135316    304032   4514545     84553   9527796   5506971     18.67   no data
1245.79/1245.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.14
1255.58/1255.65	c Flit:   261 Blit:   3169 bXBeca:    0 bXProp:   49 Bins: 875653 BRemL:   2908 BRemN:     84 P: 200.0M T:  9.70
1255.78/1255.81	c Cleaning up after failed var search:     0.16 s 
1256.68/1256.72	c Replacing      110 vars Replaced   226678 lits Time:     0.90 s 
1256.88/1256.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.01 s
1257.38/1257.48	c bin-w-bin subsume rem        27434 bins  time:  0.52 s
1262.28/1262.31	c subs with bin:     5764  lits-rem:     25327  v-fix:    0  time:  4.83 s
1262.89/1262.96	c Subs w/ non-existent bins:     19 l-rem:     14 v-fix:     0 done:  11739 time:  0.63 s
1263.29/1263.32	c Removed useless bin:   27565  fixed:     0  props:  20.02M  time:  0.31 s
1266.59/1266.68	c lits-rem:      1740  cl-subs:     6406  v-elim:   3463  v-fix:    0  time:  3.36 s
1268.09/1268.20	c subs with bin:      617  lits-rem:      8452  v-fix:    0  time:  1.36 s
1269.30/1269.34	c lits-rem:     15211  cl-subs:     3150  v-elim:      0  v-fix:    0  time:  0.99 s
1271.89/1271.91	c vivif2 --  cl tried   206026 cl shrink    10472 lits rem      18896 time: 2.56
1273.78/1273.82	c vivif2 --  cl tried    76526 cl shrink    11762 lits rem     159980 time: 1.91
1274.08/1274.19	c asymm  cl-useful: 71/676/296268 lits-rem:233 time: 0.37
1274.88/1274.94	c calculated reachability. Time: 0.66
1274.88/1274.95	c  N dy  5340    806324    128320    296268   4463943     76436   9096675   5292417     18.67   no data
1278.38/1278.45	c Finding binary XORs  T:     3.51 s  found:      45

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-3368428-1305394269/watcher-3368428-1305394269 -o /tmp/evaluation-result-3368428-1305394269/solver-3368428-1305394269 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368428-1305394269.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: 3.94 3.97 3.81 4/370 13875
/proc/meminfo: memFree=24417468/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=30772 CPUtime=0 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 978 0 0 0 0 0 0 0 22 0 1 0 729658258 31510528 917 33554432000 4194304 4580011 140737067079648 18446744073709551615 4306869 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 7693 917 323 95 0 2675 0

[startup+0.108619 s]
/proc/loadavg: 3.94 3.97 3.81 4/370 13875
/proc/meminfo: memFree=24417468/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=52580 CPUtime=0.1 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 6434 0 0 0 10 0 0 0 23 0 1 0 729658258 53841920 5869 33554432000 4194304 4580011 140737067079648 18446744073709551615 4349475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 13145 5893 324 95 0 8127 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 52580

[startup+0.200595 s]
/proc/loadavg: 3.94 3.97 3.81 4/370 13875
/proc/meminfo: memFree=24417468/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=62444 CPUtime=0.18 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 10393 0 0 0 18 0 0 0 23 0 1 0 729658258 63942656 9272 33554432000 4194304 4580011 140737067079648 18446744073709551615 4307394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 15611 9273 324 95 0 10593 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 62444

[startup+0.300577 s]
/proc/loadavg: 3.94 3.97 3.81 4/370 13875
/proc/meminfo: memFree=24417468/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=81676 CPUtime=0.29 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 15546 0 0 0 28 1 0 0 23 0 1 0 729658258 83636224 13357 33554432000 4194304 4580011 140737067079648 18446744073709551615 4310242 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 20419 13358 324 95 0 15401 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 81676

[startup+0.70051 s]
/proc/loadavg: 3.94 3.97 3.81 4/370 13875
/proc/meminfo: memFree=24417468/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=177936 CPUtime=0.69 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 33154 0 0 0 66 3 0 0 25 0 1 0 729658258 182206464 28755 33554432000 4194304 4580011 140737067079648 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 44484 28755 324 95 0 39466 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 177936

[startup+1.71332 s]
/proc/loadavg: 3.94 3.97 3.81 4/370 13875
/proc/meminfo: memFree=24417468/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=326320 CPUtime=1.7 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 76539 0 0 0 162 8 0 0 25 0 1 0 729658258 334151680 67618 33554432000 4194304 4580011 140737067079648 18446744073709551615 251367207621 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 81580 67620 324 95 0 76562 0
Current children cumulated CPU time (s) 1.7
Current children cumulated vsize (KiB) 326320

[startup+3.10106 s]
/proc/loadavg: 4.10 4.00 3.83 6/371 13876
/proc/meminfo: memFree=23983416/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=570452 CPUtime=3.1 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 109320 0 0 0 297 13 0 0 25 0 1 0 729658258 584142848 100201 33554432000 4194304 4580011 140737067079648 18446744073709551615 4234883 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 142613 100201 341 95 0 137595 0
Current children cumulated CPU time (s) 3.1
Current children cumulated vsize (KiB) 570452

[startup+6.30047 s]
/proc/loadavg: 4.10 4.00 3.83 5/371 13876
/proc/meminfo: memFree=23816264/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=834168 CPUtime=6.29 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 162350 0 0 0 611 18 0 0 25 0 1 0 729658258 854188032 153231 33554432000 4194304 4580011 140737067079648 18446744073709551615 4293276 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 208542 153231 341 95 0 203524 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 834168

[startup+12.7003 s]
/proc/loadavg: 4.08 4.00 3.83 5/371 13876
/proc/meminfo: memFree=23409100/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=1150580 CPUtime=12.68 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 231775 0 0 0 1243 25 0 0 25 0 1 0 729658258 1178193920 222656 33554432000 4194304 4580011 140737067079648 18446744073709551615 4397111 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 287645 222656 353 95 0 282627 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1150580

[startup+25.5009 s]
/proc/loadavg: 4.07 4.00 3.83 6/371 13876
/proc/meminfo: memFree=23364828/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=1161464 CPUtime=25.49 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 233940 0 0 0 2523 26 0 0 25 0 1 0 729658258 1189339136 224821 33554432000 4194304 4580011 140737067079648 18446744073709551615 4406355 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 290366 224821 357 95 0 285348 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 1161464

[startup+51.1012 s]
/proc/loadavg: 4.10 4.02 3.83 6/371 13877
/proc/meminfo: memFree=22830760/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=1190496 CPUtime=51.09 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 241432 0 0 0 5082 27 0 0 25 0 1 0 729658258 1219067904 232313 33554432000 4194304 4580011 140737067079648 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 297624 232313 366 95 0 292606 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1190496

[startup+102.301 s]
/proc/loadavg: 4.09 4.03 3.85 6/371 13878
/proc/meminfo: memFree=21451340/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=2105076 CPUtime=102.28 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 442715 0 0 0 10177 51 0 0 25 0 1 0 729658258 2155597824 421200 33554432000 4194304 4580011 140737067079648 18446744073709551615 4489177 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 526269 421200 368 95 0 521251 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 2105076

[startup+162.301 s]
/proc/loadavg: 4.11 4.05 3.86 6/371 13880
/proc/meminfo: memFree=20832760/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=2632828 CPUtime=162.27 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 567764 0 0 0 16162 65 0 0 25 0 1 0 729658258 2696015872 524732 33554432000 4194304 4580011 140737067079648 18446744073709551615 4290990 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 658207 524732 368 95 0 653189 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 2632828

[startup+222.3 s]
/proc/loadavg: 4.04 4.04 3.87 6/371 13882
/proc/meminfo: memFree=20254964/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=3077036 CPUtime=222.27 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 667565 0 0 0 22151 76 0 0 25 0 1 0 729658258 3150884864 614467 33554432000 4194304 4580011 140737067079648 18446744073709551615 4293073 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 769259 614467 368 95 0 764241 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 3077036

[startup+282.3 s]
/proc/loadavg: 4.01 4.03 3.87 6/371 13883
/proc/meminfo: memFree=19714756/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=3608884 CPUtime=282.27 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 785450 0 0 0 28139 88 0 0 25 0 1 0 729658258 3695497216 714361 33554432000 4194304 4580011 140737067079648 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 902221 714361 368 95 0 897203 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 3608884

[startup+342.3 s]
/proc/loadavg: 4.00 4.02 3.88 6/371 13885
/proc/meminfo: memFree=19602268/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=3604552 CPUtime=342.27 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 792490 0 0 0 34138 89 0 0 25 0 1 0 729658258 3691061248 713172 33554432000 4194304 4580011 140737067079648 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 901138 713172 368 95 0 896120 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 3604552

[startup+402.301 s]
/proc/loadavg: 4.00 4.02 3.89 5/371 13886
/proc/meminfo: memFree=19322916/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=3926676 CPUtime=402.27 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 864701 0 0 0 40130 97 0 0 25 0 1 0 729658258 4020916224 777122 33554432000 4194304 4580011 140737067079648 18446744073709551615 4293260 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 981669 777122 368 95 0 976651 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 3926676

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 3.89 6/371 13890
/proc/meminfo: memFree=19298088/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=3934920 CPUtime=462.28 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 874724 0 0 0 46128 100 0 0 25 0 1 0 729658258 4029358080 778825 33554432000 4194304 4580011 140737067079648 18446744073709551615 4318462 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 983730 778825 368 95 0 978712 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 3934920

[startup+522.301 s]
/proc/loadavg: 4.00 4.00 3.90 6/371 13893
/proc/meminfo: memFree=18950688/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=4265464 CPUtime=522.28 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 959103 0 0 0 52118 110 0 0 25 0 1 0 729658258 4367835136 845497 33554432000 4194304 4580011 140737067079648 18446744073709551615 4302328 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1066366 845497 368 95 0 1061348 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 4265464

[startup+582.301 s]
/proc/loadavg: 4.18 4.05 3.92 5/371 13894
/proc/meminfo: memFree=18940380/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=4265464 CPUtime=582.27 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 961489 0 0 0 58116 111 0 0 25 0 1 0 729658258 4367835136 847883 33554432000 4194304 4580011 140737067079648 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1066366 847883 368 95 0 1061348 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 4265464

[startup+642.314 s]
/proc/loadavg: 4.18 4.07 3.93 5/371 13923
/proc/meminfo: memFree=21453988/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=4275384 CPUtime=642.28 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 971598 0 0 0 64115 113 0 0 25 0 1 0 729658258 4377993216 849922 33554432000 4194304 4580011 140737067079648 18446744073709551615 4293219 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1068846 849922 368 95 0 1063828 0
Current children cumulated CPU time (s) 642.28
Current children cumulated vsize (KiB) 4275384

[startup+702.301 s]
/proc/loadavg: 4.17 4.08 3.94 5/371 13924
/proc/meminfo: memFree=21171756/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=4740888 CPUtime=702.27 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 1045935 0 0 0 70105 122 0 0 25 0 1 0 729658258 4854669312 915653 33554432000 4194304 4580011 140737067079648 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1185222 915653 368 95 0 1180204 0
Current children cumulated CPU time (s) 702.27
Current children cumulated vsize (KiB) 4740888

[startup+762.301 s]
/proc/loadavg: 4.06 4.06 3.94 5/371 13926
/proc/meminfo: memFree=21164212/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=4606756 CPUtime=762.28 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 1053700 0 0 0 76105 123 0 0 25 0 1 0 729658258 4717318144 914521 33554432000 4194304 4580011 140737067079648 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1151689 914521 368 95 0 1146671 0
Current children cumulated CPU time (s) 762.28
Current children cumulated vsize (KiB) 4606756

[startup+822.3 s]
/proc/loadavg: 4.02 4.05 3.94 5/371 13928
/proc/meminfo: memFree=21175256/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=4606548 CPUtime=822.27 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 1061375 0 0 0 82103 124 0 0 25 0 1 0 729658258 4717105152 913723 33554432000 4194304 4580011 140737067079648 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1151637 913723 368 95 0 1146619 0
Current children cumulated CPU time (s) 822.27
Current children cumulated vsize (KiB) 4606548

[startup+882.3 s]
/proc/loadavg: 4.01 4.04 3.94 5/371 13929
/proc/meminfo: memFree=21160980/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=4611996 CPUtime=882.28 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 1069782 0 0 0 88102 126 0 0 25 0 1 0 729658258 4722683904 913330 33554432000 4194304 4580011 140737067079648 18446744073709551615 4301866 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1152999 913330 368 95 0 1147981 0
Current children cumulated CPU time (s) 882.28
Current children cumulated vsize (KiB) 4611996

[startup+942.301 s]
/proc/loadavg: 3.47 3.89 3.89 4/365 13948
/proc/meminfo: memFree=20924848/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=4948988 CPUtime=942.28 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 1140106 0 0 0 94094 134 0 0 25 0 1 0 729658258 5067763712 983654 33554432000 4194304 4580011 140737067079648 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1237247 983654 368 95 0 1232229 0
Current children cumulated CPU time (s) 942.28
Current children cumulated vsize (KiB) 4948988

[startup+1002.3 s]
/proc/loadavg: 3.17 3.72 3.83 4/365 13949
/proc/meminfo: memFree=20924984/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=4948496 CPUtime=1002.28 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 1147947 0 0 0 100093 135 0 0 25 0 1 0 729658258 5067259904 983947 33554432000 4194304 4580011 140737067079648 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1237124 983947 368 95 0 1232106 0
Current children cumulated CPU time (s) 1002.28
Current children cumulated vsize (KiB) 4948496

[startup+1062.3 s]
/proc/loadavg: 3.06 3.59 3.78 4/365 13951
/proc/meminfo: memFree=20931272/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=4948452 CPUtime=1062.28 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 1155308 0 0 0 106092 136 0 0 25 0 1 0 729658258 5067214848 982253 33554432000 4194304 4580011 140737067079648 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1237113 982253 368 95 0 1232095 0
Current children cumulated CPU time (s) 1062.28
Current children cumulated vsize (KiB) 4948452

[startup+1122.3 s]
/proc/loadavg: 3.07 3.49 3.73 4/365 13953
/proc/meminfo: memFree=20916420/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=5078628 CPUtime=1122.28 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 1157806 0 0 0 112091 137 0 0 25 0 1 0 729658258 5200515072 984751 33554432000 4194304 4580011 140737067079648 18446744073709551615 4294426 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1269657 984751 368 95 0 1264639 0
Current children cumulated CPU time (s) 1122.28
Current children cumulated vsize (KiB) 5078628

[startup+1182.3 s]
/proc/loadavg: 3.10 3.42 3.69 4/365 13954
/proc/meminfo: memFree=20925900/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=4948712 CPUtime=1182.29 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 1165352 0 0 0 118090 139 0 0 25 0 1 0 729658258 5067481088 982940 33554432000 4194304 4580011 140737067079648 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1237178 982940 368 95 0 1232160 0
Current children cumulated CPU time (s) 1182.29
Current children cumulated vsize (KiB) 4948712

[startup+1242.3 s]
/proc/loadavg: 3.07 3.35 3.65 4/365 13956
/proc/meminfo: memFree=20979228/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=4948876 CPUtime=1242.29 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 1173224 0 0 0 124087 142 0 0 25 0 1 0 729658258 5067649024 983414 33554432000 4194304 4580011 140737067079648 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1237219 983414 368 95 0 1232201 0
Current children cumulated CPU time (s) 1242.29
Current children cumulated vsize (KiB) 4948876



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 2.29 3.12 3.55 3/353 13993
/proc/meminfo: memFree=21164504/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=5295548 CPUtime=1300.01 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4202496 1252678 0 0 0 129848 153 0 0 25 0 1 0 729658258 5422641152 1037864 33554432000 4194304 4580011 140737067079648 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13875/statm: 1323887 1037864 368 95 0 1318869 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 5295548

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

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

[startup+1300.13 s]
/proc/loadavg: 2.29 3.12 3.55 3/353 13993
/proc/meminfo: memFree=21164504/32950928 swapFree=38710892/67111528
[pid=13875] ppid=13873 vsize=0 CPUtime=1300.11 cores=4,6
/proc/13875/stat : 13875 (strangenight2-s) R 13873 13875 12941 0 -1 4203524 1252678 0 0 0 129848 163 0 0 25 0 1 0 729658258 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 4 0 0 0
/proc/13875/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 1300.11
Current children cumulated vsize (KiB) 0

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.18
CPU time (s): 1300.18
CPU user time (s): 1298.49
CPU system time (s): 1.68874
CPU usage (%): 99.9995
Max. virtual memory (cumulated for all children) (KiB): 5460380

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.49
system time used= 1.68874
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1252678
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= 1716

runsolver used 4.89126 second user time and 10.4744 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 19:31:16
IDJOB=3368428
IDBENCH=85008
IDSOLVER=1845
FILE ID=node113/3368428-1305394269
RUNJOBID= node113-1305394246-13779
PBS_JOBID= 13324409
Free space on /tmp= 73124 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT04/industrial/velev/vliw_unsat_2.0/9dlx_vliw_at_b_iq9.used-as.sat04-719.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368428-1305394269/watcher-3368428-1305394269 -o /tmp/evaluation-result-3368428-1305394269/solver-3368428-1305394269 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368428-1305394269.cnf

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

MD5SUM BENCH= 9a43349587a435e7109b46b3aceb156e
RANDOM SEED=997833605

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

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.846
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.83
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.846
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.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      24417624 kB
Buffers:        248100 kB
Cached:        2834492 kB
SwapCached:      93712 kB
Active:        1840440 kB
Inactive:      6416664 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      24417624 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:          333176 kB
Writeback:           0 kB
AnonPages:     5092620 kB
Mapped:          14944 kB
Slab:           117540 kB
PageTables:      93964 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 88055180 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= 73228 MiB
End job on node113 at 2011-05-14 19:52:58