Trace number 3292003

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-stUNSAT 664.014 664.012

General information on the benchmark

NameSAT04/industrial/velev/vliw_unsat_2.0/
9dlx_vliw_at_b_iq6.used-as.sat04-347.cnf
MD5SUM580dc3969c4e46e50013253fd4ac9139
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark333.205
Satisfiable
(Un)Satisfiability was proved
Number of variables209724
Number of clauses3634677
Sum of the clauses size10547961
Maximum clause length169
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 23415202
Number of clauses of size 349840
Number of clauses of size 46998
Number of clauses of size 514973
Number of clauses of size over 5147663

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-3292003-1303787309.cnf'
0.00/0.00	c -- header says num vars:         209724
0.00/0.00	c -- header says num clauses:     3634677
0.99/1.07	c -- clauses added:            0 learnts,      3634677 normals,            0 xors
0.99/1.07	c -- vars added     209724
0.99/1.07	c Parsing time:  1.00 s
0.99/1.07	c  N st     0         0    209724    219474   3415202         0  10547960         0   no data   no data
1.39/1.49	c asymm  cl-useful: 84/95/219467 lits-rem:1488 time: 0.40
9.09/9.16	c Flit:   545 Blit:  34897 bXBeca:    0 bXProp: 5208 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T:  7.53
9.39/9.43	c Cleaning up after failed var search:     0.27 s 
9.59/9.67	c Replacing     5208 vars Replaced   191504 lits Time:     0.24 s 
9.89/9.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.19/10.21	c bin-w-bin subsume rem            5 bins  time:  0.31 s
12.69/12.79	c subs with bin:     6962  lits-rem:     42116  v-fix:    0  time:  2.58 s
15.69/15.70	c Subs w/ non-existent bins:     91 l-rem:   8098 v-fix:    20 done:  25669 time:  2.90 s
15.89/15.98	c Removed useless bin:    4579  fixed:     0  props:  20.00M  time:  0.27 s
22.89/22.98	c lits-rem:     76795  cl-subs:    13335  v-elim:  53947  v-fix:    0  time:  6.99 s
23.49/23.54	c Finding binary XORs  T:     0.56 s  found:     728
23.69/23.72	c Replacing      728 vars Replaced   108035 lits Time:     0.17 s 
24.19/24.27	c Finding non-binary XORs:     0.37 s (found:       0, avg size: nan)
24.19/24.27	c calculated reachability. Time: 0.14
24.29/24.32	c Calc default polars -  time:   0.04 s pos:   15891 undec:  102607 neg:   91226
24.29/24.32	c =========================================================================================
24.29/24.32	c types(t): F = full restart, N = normal restart
24.29/24.32	c types(t): S = simplification begin/end, E = solution found
24.29/24.32	c restart types(rt): st = static, dy = dynamic
24.29/24.32	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
24.29/24.32	c  B st     0         0    107148    208303   1881728         0   6497063         0   no data   no data
27.59/27.61	c  N dy    19      4016    103227    208303   1882068      3559   6497059    148180     16.27     19.42
30.09/30.17	c  N dy    41      8055    103224    202221   1824734      7177   6304860    297351     16.12     17.66
33.09/33.10	c  N dy    67     12110    103223    202221   1825015     10871   6304841    442511     16.01     16.98
35.39/35.43	c  N dy    94     16113    103221    202221   1825183     14609   6304825    590341     16.07     17.18
38.10/38.12	c  N dy   116     24889    103219    202221   1825376     13749   6304825    359630     15.18     16.00
38.10/38.17	c  F st   117     25000    103219    202221   1825385     13850   6304825    363609     15.17     13.92
40.40/40.47	c  N dy   123     30001    103219    202189   1824860     18558   6302589    574650     15.17   no data
40.40/40.47	c  S st   123     30001    103219    202189   1824860     18558   6302589    574650     15.17   no data
40.99/41.03	c  S st   123     30501    103212    202189   1825047     18869   6302589    578885     15.17   no data
41.09/41.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
55.19/55.20	c Flit:   491 Blit:    509 bXBeca:    0 bXProp:  579 Bins: 540381 BRemL:  22946 BRemN:   5822 P: 200.1M T: 13.94
55.19/55.27	c Cleaning up after failed var search:     0.07 s 
55.49/55.50	c Replacing      587 vars Replaced   250734 lits Time:     0.23 s 
55.59/55.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
55.80/55.89	c bin-w-bin subsume rem         8222 bins  time:  0.26 s
59.19/59.28	c subs with bin:    14259  lits-rem:    290903  v-fix:    0  time:  3.39 s
60.69/60.78	c Subs w/ non-existent bins:   1082 l-rem:   4359 v-fix:    49 done:  34828 time:  1.49 s
60.99/61.02	c Removed useless bin:   19010  fixed:     0  props:  20.00M  time:  0.23 s
63.00/63.03	c lits-rem:      3074  cl-subs:     6832  v-elim:   7162  v-fix:    0  time:  2.01 s
63.60/63.68	c subs with bin:       60  lits-rem:     16332  v-fix:    0  time:  0.58 s
64.10/64.19	c lits-rem:      7642  cl-subs:     2518  v-elim:      0  v-fix:    0  time:  0.43 s
64.60/64.66	c asymm  cl-useful: 48/1229/197845 lits-rem:788 time: 0.47
65.10/65.14	c calculated reachability. Time: 0.43
65.10/65.14	c  N dy   123     30501     93439    197845   2090254     15256   5642887   1284870     15.17   no data
66.49/66.57	c Finding binary XORs  T:     1.43 s  found:     271
68.59/68.61	c  N dy   139     34531     93437    197845   2090444     18958   5642883   1411677     14.65     15.77
71.29/71.38	c  N dy   167     38598     93435    197845   2090714     22677   5642854   1554486     14.83     20.15
73.69/73.70	c  N dy   202     42698     93434    197845   2090902     26503   5642846   1741687     15.20     17.06
75.19/75.24	c  S st   227     45754     93433    197845   2091062     15740   5642815   1223329     15.35   no data
75.79/75.88	c  S st   227     46254     93427    197845   2091233     16064   5642815   1226604     15.35   no data
75.89/75.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
86.39/86.40	c Flit:   376 Blit:    634 bXBeca:    0 bXProp:   34 Bins:1254792 BRemL:   5890 BRemN:    171 P: 200.0M T: 10.32
86.39/86.48	c Cleaning up after failed var search:     0.08 s 
86.60/86.69	c Replacing      306 vars Replaced   121023 lits Time:     0.20 s 
86.79/86.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
87.19/87.27	c bin-w-bin subsume rem         8544 bins  time:  0.45 s
89.69/89.74	c subs with bin:    13920  lits-rem:     53595  v-fix:    0  time:  2.47 s
92.39/92.41	c Subs w/ non-existent bins:   1275 l-rem:   2512 v-fix:    10 done:  21681 time:  2.67 s
92.59/92.68	c Removed useless bin:   10129  fixed:     0  props:  20.00M  time:  0.27 s
93.79/93.83	c lits-rem:       403  cl-subs:     4990  v-elim:   1888  v-fix:    0  time:  1.15 s
94.29/94.32	c subs with bin:     1214  lits-rem:      6083  v-fix:    0  time:  0.42 s
94.59/94.62	c lits-rem:      3846  cl-subs:      781  v-elim:      0  v-fix:    0  time:  0.23 s
95.39/95.43	c vivif2 --  cl tried    93243 cl shrink     5063 lits rem       5459 time: 0.82
95.69/95.76	c vivif2 --  cl tried    11342 cl shrink     2782 lits rem      31073 time: 0.33
96.09/96.15	c asymm  cl-useful: 3/1249/177220 lits-rem:37 time: 0.39
96.79/96.83	c calculated reachability. Time: 0.61
96.79/96.83	c  N dy   227     46254     90204    177220   2747507     11313   5316105   2520939     15.35   no data
98.79/98.87	c Finding binary XORs  T:     2.04 s  found:     264
101.29/101.37	c  N dy   240     53660     90198    177220   2747891     18157   5316101   2678100     14.51     15.29
103.19/103.29	c  N dy   265     57691     90195    177220   2748088     21910   5316097   2840714     14.54     17.12
105.69/105.75	c  N dy   295     61799     90195    177220   2748368     25679   5316095   3019042     14.60     15.43
107.49/107.57	c  N dy   303     65843     90195    177220   2748545     29446   5316089   3213131     14.32     17.20
109.70/109.70	c  S st   313     69381     90193    177220   2748770     17229   5316088   2593059     14.08      5.86
110.19/110.24	c  S st   313     69883     90191    177220   2748874     17621   5316088   2597662     14.08   no data
110.29/110.33	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
120.39/120.49	c Flit:   386 Blit:   1829 bXBeca:    0 bXProp:   23 Bins: 837123 BRemL:   7103 BRemN:     63 P: 200.1M T: 10.08
120.49/120.59	c Cleaning up after failed var search:     0.09 s 
120.79/120.81	c Replacing      290 vars Replaced   120236 lits Time:     0.22 s 
120.89/120.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
121.39/121.45	c bin-w-bin subsume rem        14663 bins  time:  0.51 s
123.69/123.78	c subs with bin:     5121  lits-rem:     15863  v-fix:    0  time:  2.33 s
126.10/126.15	c Subs w/ non-existent bins:   1196 l-rem:   2689 v-fix:    11 done:  23606 time:  2.37 s
126.39/126.43	c Removed useless bin:   20018  fixed:     0  props:  20.01M  time:  0.28 s
127.59/127.67	c lits-rem:      1945  cl-subs:     2460  v-elim:   2696  v-fix:    0  time:  1.23 s
127.99/128.05	c subs with bin:      681  lits-rem:     13405  v-fix:    0  time:  0.32 s
128.30/128.38	c lits-rem:      5119  cl-subs:     1183  v-elim:      0  v-fix:    0  time:  0.26 s
129.09/129.18	c vivif2 --  cl tried    94155 cl shrink     2261 lits rem       2420 time: 0.79
129.40/129.40	c vivif2 --  cl tried    14184 cl shrink     1392 lits rem      12904 time: 0.22
129.79/129.80	c asymm  cl-useful: 34/1246/176259 lits-rem:114 time: 0.40
130.50/130.56	c calculated reachability. Time: 0.69
130.50/130.56	c  N dy   313     69883     84979    176259   3089375     14092   5120641   3366482     14.08   no data
132.89/132.98	c Finding binary XORs  T:     2.42 s  found:     109
135.69/135.79	c  N dy   346     74525     84979    176259   3089814     18207   5120630   3522941     14.13     15.08
138.59/138.66	c  N dy   371     79530     84978    176259   3090220     22695   5120612   3705361     13.98     15.07
140.99/141.00	c  N dy   393     84980     84977    176259   3090484     27733   5120611   3873635     13.90     14.64
142.19/142.23	c  F st   406     87500     84977    176259   3090574     30079   5120611   3953680     13.87   no data
142.39/142.45	c Replacing      109 vars Replaced    43730 lits Time:     0.16 s 
142.69/142.75	c Found part       22 vars:      84560 clauses:   1686489 lits size:   5120197
142.69/142.75	c Found part       23 vars:          2 clauses:         1 lits size:         2
142.69/142.75	c Found part       24 vars:          2 clauses:         1 lits size:         2
142.69/142.75	c Found part       25 vars:          2 clauses:         1 lits size:         2
142.69/142.75	c Found parts:          4 time: 0.52 s
142.69/142.75	c Solving part 23
142.79/142.90	c  N st     0         0         2         0         1         0         2         0   no data   no data
142.89/142.90	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
142.89/142.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
142.89/142.91	c Finding binary XORs  T:     0.01 s  found:       0
142.89/142.91	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
142.89/142.91	c calculated reachability. Time: 0.00
142.89/142.91	c Calc default polars -  time:   0.00 s pos:       0 undec:  209722 neg:       2
142.89/142.91	c =========================================================================================
142.89/142.91	c types(t): F = full restart, N = normal restart
142.89/142.91	c types(t): S = simplification begin/end, E = solution found
142.89/142.91	c restart types(rt): st = static, dy = dynamic
142.89/142.91	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
142.89/142.91	c  B st     0         0         2         0         1         0         2         0   no data   no data
142.89/142.91	c  E st     1         0         0         0         1         0         2         0   no data   no data
142.89/142.92	c Verified 0 clauses.
142.89/142.92	c Verified 0 clauses.
142.89/142.92	c Solved part
142.89/142.92	c =========================================================================================
142.89/142.92	c Solving part 24
142.99/143.06	c  N st     0         0         2         0         1         0         2         0   no data   no data
142.99/143.06	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
142.99/143.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
142.99/143.07	c Finding binary XORs  T:     0.01 s  found:       0
142.99/143.07	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
142.99/143.07	c calculated reachability. Time: 0.00
142.99/143.08	c Calc default polars -  time:   0.00 s pos:       0 undec:  209722 neg:       2
142.99/143.08	c =========================================================================================
142.99/143.08	c types(t): F = full restart, N = normal restart
142.99/143.08	c types(t): S = simplification begin/end, E = solution found
142.99/143.08	c restart types(rt): st = static, dy = dynamic
142.99/143.08	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
142.99/143.08	c  B st     0         0         2         0         1         0         2         0   no data   no data
142.99/143.08	c  E st     1         0         0         0         1         0         2         0   no data   no data
142.99/143.08	c Verified 0 clauses.
142.99/143.08	c Verified 0 clauses.
142.99/143.08	c Solved part
142.99/143.08	c =========================================================================================
142.99/143.08	c Solving part 25
143.19/143.22	c  N st     0         0         2         0         1         0         2         0   no data   no data
143.19/143.22	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
143.19/143.22	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
143.19/143.23	c Finding binary XORs  T:     0.01 s  found:       0
143.19/143.24	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
143.19/143.24	c calculated reachability. Time: 0.00
143.19/143.24	c Calc default polars -  time:   0.00 s pos:       0 undec:  209722 neg:       2
143.19/143.24	c =========================================================================================
143.19/143.24	c types(t): F = full restart, N = normal restart
143.19/143.24	c types(t): S = simplification begin/end, E = solution found
143.19/143.24	c restart types(rt): st = static, dy = dynamic
143.19/143.24	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
143.19/143.24	c  B st     0         0         2         0         1         0         2         0   no data   no data
143.19/143.24	c  E st     1         0         0         0         1         0         2         0   no data   no data
143.19/143.24	c Verified 0 clauses.
143.19/143.24	c Verified 0 clauses.
143.19/143.24	c Solved part
143.19/143.24	c =========================================================================================
143.19/143.25	c Coming back to original instance
143.19/143.25	c =========================================================================================
144.80/144.89	c  N st   411     90802     84861    176227   3090433     33106   5120190   4110636     13.87   no data
148.29/148.36	c  N dy   436     96640     84860    176227   3090710     21348   5120190   3529239     13.89     14.65
152.39/152.42	c  N dy   487    102819     84860    176227   3091126     27010   5120181   3752199     14.08     14.85
153.89/153.98	c  S st   503    104824     84859    176227   3091262     28852   5120180   3825626     14.15   no data
154.70/154.70	c  S st   503    105325     84857    176227   3091394     29216   5120180   3829027     14.15   no data
154.70/154.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
164.70/164.71	c Flit:   507 Blit:     44 bXBeca:    0 bXProp:   49 Bins: 712549 BRemL:  15000 BRemN:     46 P: 200.0M T:  9.86
164.70/164.71	c Cleaning up after failed var search:     0.00 s 
164.89/164.98	c Replacing       49 vars Replaced    37816 lits Time:     0.27 s 
165.09/165.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
165.59/165.65	c bin-w-bin subsume rem         7359 bins  time:  0.53 s
168.19/168.22	c subs with bin:     9241  lits-rem:     18830  v-fix:    0  time:  2.57 s
170.49/170.58	c Subs w/ non-existent bins:    496 l-rem:   2021 v-fix:     3 done:  17010 time:  2.36 s
170.79/170.87	c Removed useless bin:    8852  fixed:     0  props:  20.04M  time:  0.29 s
171.78/171.87	c lits-rem:       928  cl-subs:     3286  v-elim:   1592  v-fix:    0  time:  1.00 s
172.98/173.05	c subs with bin:      341  lits-rem:      3483  v-fix:    0  time:  1.09 s
173.49/173.52	c lits-rem:      8371  cl-subs:     2390  v-elim:      0  v-fix:    0  time:  0.40 s
175.09/175.11	c vivif2 --  cl tried   170658 cl shrink    17916 lits rem      57709 time: 1.58
175.60/175.67	c vivif2 --  cl tried    25569 cl shrink     4520 lits rem      44502 time: 0.56
175.99/176.08	c asymm  cl-useful: 53/1270/169917 lits-rem:98 time: 0.40
176.80/176.87	c calculated reachability. Time: 0.71
176.80/176.87	c  N dy   503    105325     82654    169917   3367585     25539   4923014   4327336     14.15   no data
179.39/179.42	c Finding binary XORs  T:     2.55 s  found:      99
181.99/182.05	c  N dy   518    112601     82652    169917   3367758     32462   4923013   4562957     13.94     15.02
187.39/187.47	c  N dy   561    119859     82652    169917   3368318     19961   4923010   4035301     14.00     18.80
192.10/192.15	c  N dy   585    130414     82639    169917   3368615     29934   4923010   4515096     13.78     14.91
198.39/198.43	c  N dy   659    138835     82638    169917   3369134     37752   4923008   4841730     14.09     15.22
205.19/205.28	c  N dy   742    147703     82126    169917   3369607     24879   4922986   4145227     14.47     17.93
211.99/212.08	c  N dy   825    157201     81725    167677   3341564     31339   4868047   4489391     14.72     15.95
212.69/212.75	c  S st   831    157990     81725    167677   3341610     32072   4868047   4513569     14.72   no data
213.29/213.32	c  S st   831    158490     81723    167677   3341719     32458   4868047   4518806     14.72   no data
213.39/213.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.10
223.19/223.22	c Flit:   554 Blit:    962 bXBeca:    0 bXProp:   55 Bins: 599338 BRemL:   7684 BRemN:     45 P: 200.0M T:  9.73
223.29/223.30	c Cleaning up after failed var search:     0.08 s 
223.59/223.60	c Replacing      154 vars Replaced   135747 lits Time:     0.30 s 
223.69/223.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
224.19/224.28	c bin-w-bin subsume rem        12532 bins  time:  0.54 s
226.59/226.66	c subs with bin:     6170  lits-rem:      5422  v-fix:    0  time:  2.39 s
228.29/228.33	c Subs w/ non-existent bins:    492 l-rem:    315 v-fix:     1 done:  31561 time:  1.66 s
228.59/228.69	c Removed useless bin:   30661  fixed:     0  props:  20.00M  time:  0.35 s
230.09/230.18	c lits-rem:      2725  cl-subs:     5416  v-elim:   3677  v-fix:    0  time:  1.49 s
231.29/231.39	c subs with bin:      461  lits-rem:      9272  v-fix:    0  time:  1.13 s
231.80/231.84	c lits-rem:     17541  cl-subs:     1262  v-elim:      0  v-fix:    0  time:  0.38 s
233.49/233.53	c vivif2 --  cl tried   168489 cl shrink    11118 lits rem      24367 time: 1.69
233.90/233.98	c vivif2 --  cl tried    27365 cl shrink     2952 lits rem      28097 time: 0.45
234.39/234.42	c asymm  cl-useful: 98/1718/168336 lits-rem:204 time: 0.43
235.10/235.16	c calculated reachability. Time: 0.66
235.10/235.16	c  N dy   831    158490     76344    168336   3165271     27303   4656093   4164505     14.72   no data
237.69/237.79	c Finding binary XORs  T:     2.63 s  found:      83
243.80/243.84	c  N dy   903    168798     76343    168336   3165919     36733   4656086   4505076     14.79     15.71
250.89/250.98	c  N dy   986    179739     76343    168336   3166689     27186   4656061   4101930     14.99     15.94
257.99/258.06	c  N dy  1059    191235     76343    168336   3167318     37846   4656056   4532400     15.01     16.95
264.19/264.29	c  N dy  1108    203475     76343    168336   3167874     26992   4656041   4019583     14.92     15.74
269.39/269.46	c  N dy  1123    216913     76342    168336   3168159     39768   4656035   4582926     14.64     15.67
279.09/279.15	c  N dy  1219    230801     75600    168336   3168919     28521   4656031   4007194     14.87     25.38
284.38/284.49	c  S st  1281    237735     75600    168336   3169333     34979   4656029   4309712     15.09   no data
285.09/285.15	c  S st  1281    238235     75600    168336   3169407     35405   4656029   4314587     15.09   no data
285.19/285.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
294.40/294.42	c Flit:   396 Blit:     21 bXBeca:    0 bXProp:   47 Bins: 390237 BRemL:   9289 BRemN:    167 P: 200.0M T:  9.12
294.50/294.52	c Cleaning up after failed var search:     0.09 s 
294.79/294.85	c Replacing      131 vars Replaced    95432 lits Time:     0.33 s 
294.89/294.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
295.39/295.46	c bin-w-bin subsume rem         8893 bins  time:  0.49 s
297.89/297.93	c subs with bin:     8828  lits-rem:      3043  v-fix:    0  time:  2.46 s
298.99/299.07	c Subs w/ non-existent bins:   1133 l-rem:    460 v-fix:     1 done:  20252 time:  1.13 s
299.29/299.39	c Removed useless bin:   18326  fixed:     0  props:  20.00M  time:  0.32 s
300.39/300.46	c lits-rem:       872  cl-subs:     3136  v-elim:   1284  v-fix:    0  time:  1.07 s
301.90/301.92	c subs with bin:      426  lits-rem:      1696  v-fix:    0  time:  1.37 s
302.30/302.33	c lits-rem:      7635  cl-subs:     1023  v-elim:      0  v-fix:    0  time:  0.35 s
303.30/303.36	c vivif2 --  cl tried   156730 cl shrink     4982 lits rem      11068 time: 1.03
303.69/303.70	c vivif2 --  cl tried    30472 cl shrink     3362 lits rem      21573 time: 0.33
304.09/304.13	c asymm  cl-useful: 126/1731/156585 lits-rem:785 time: 0.43
304.69/304.78	c calculated reachability. Time: 0.57
304.69/304.78	c  N dy  1281    238235     73769    156577   3123111     30443   4479660   4235238     15.09   no data
307.10/307.15	c Finding binary XORs  T:     2.37 s  found:      49
316.89/316.90	c  N dy  1409    253541     73764    156577   3124106     44500   4479659   4852734     15.35     19.31
327.10/327.13	c  N dy  1548    269827     73764    156577   3125109     35952   4479659   4357279     15.57     17.56
336.49/336.54	c  N dy  1626    287061     73762    156577   3125663     26452   4479647   3845925     15.52     21.93
348.70/348.73	c  N dy  1778    305682     73760    156577   3126446     44033   4479638   4643398     15.83     16.78
348.90/348.99	c  F st  1784    306251     73760    156577   3126457     44585   4479638   4671490     15.84   no data
349.10/349.18	c Replacing       49 vars Replaced    10976 lits Time:     0.13 s 
359.10/359.19	c  N dy  1884    325249     73711    156577   3110435     34997   4479305   4112637     15.89     16.81
370.10/370.13	c  N dy  1976    347105     73711    156577   3110950     55782   4479301   5029604     15.87     16.80
375.39/375.43	c  S st  2026    357354     73711    156577   3111186     36476   4479300   4146569     15.90     12.01
376.09/376.10	c  S st  2026    357854     73711    156577   3111284     36877   4479300   4151091     15.90   no data
376.09/376.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.09
384.99/385.07	c Flit:   186 Blit:   1225 bXBeca:    0 bXProp:   45 Bins: 223517 BRemL:   7350 BRemN:    381 P: 200.0M T:  8.86
385.09/385.15	c Cleaning up after failed var search:     0.08 s 
385.49/385.50	c Replacing       45 vars Replaced   120059 lits Time:     0.34 s 
385.59/385.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
385.99/386.05	c bin-w-bin subsume rem        14575 bins  time:  0.42 s
388.29/388.33	c subs with bin:     4110  lits-rem:      7503  v-fix:    0  time:  2.28 s
389.19/389.27	c Subs w/ non-existent bins:    303 l-rem:   1053 v-fix:     0 done:  31941 time:  0.94 s
389.49/389.55	c Removed useless bin:   10774  fixed:     0  props:  20.01M  time:  0.28 s
390.69/390.73	c lits-rem:      1603  cl-subs:     4805  v-elim:   2729  v-fix:    0  time:  1.18 s
391.49/391.50	c subs with bin:     1433  lits-rem:      5496  v-fix:    0  time:  0.71 s
391.99/392.04	c lits-rem:     11590  cl-subs:     2467  v-elim:      0  v-fix:    0  time:  0.47 s
392.99/393.03	c vivif2 --  cl tried   152705 cl shrink     3104 lits rem       5603 time: 0.99
393.29/393.40	c vivif2 --  cl tried    31674 cl shrink     2762 lits rem      27645 time: 0.36
393.79/393.85	c asymm  cl-useful: 107/1352/152554 lits-rem:175 time: 0.45
394.29/394.36	c calculated reachability. Time: 0.45
394.29/394.37	c  N dy  2026    357854     69526    152554   2552017     31575   4291575   3023399     15.90   no data
396.49/396.52	c Finding binary XORs  T:     2.15 s  found:      68
406.90/407.00	c  N dy  2102    378069     69176    152554   2552754     50535   4291569   3762819     15.84     16.79
420.39/420.42	c  N dy  2277    398118     69175    152554   2553578     40737   4291569   3354907     16.14     18.92
434.20/434.23	c  N dy  2422    419935     69173    152554   2554358     30806   4291555   2845495     16.28     18.13
449.20/449.26	c  N dy  2576    439972     69169    152554   2555226     49701   4291547   3690296     16.48     23.45
463.70/463.77	c  N dy  2764    460043     69169    152554   2555936     37221   4291528   3093989     16.86     28.71
477.40/477.48	c  N dy  2949    480077     69168    152554   2556432     56529   4291501   4076856     17.22     18.77
490.20/490.26	c  N dy  3102    500111     69168    152554   2556947     42440   4291482   3236445     17.40     22.90
503.29/503.33	c  N dy  3284    520127     69168    152554   2557408     61761   4291468   4219741     17.70     23.65
514.59/514.64	c  S st  3420    536782     69168    152554   2557788     43364   4291414   3305261     17.86   no data
515.29/515.37	c  S st  3420    537283     69168    152554   2557851     43800   4291414   3308612     17.86   no data
515.39/515.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
524.30/524.40	c Flit:   381 Blit:    129 bXBeca:    0 bXProp:   48 Bins: 196926 BRemL:   9777 BRemN:    470 P: 200.0M T:  8.93
524.40/524.49	c Cleaning up after failed var search:     0.09 s 
524.99/525.07	c Replacing      117 vars Replaced   111537 lits Time:     0.57 s 
525.09/525.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
525.50/525.57	c bin-w-bin subsume rem        11770 bins  time:  0.39 s
527.70/527.79	c subs with bin:     5225  lits-rem:      4674  v-fix:    0  time:  2.22 s
528.59/528.64	c Subs w/ non-existent bins:    336 l-rem:     61 v-fix:     0 done:  29944 time:  0.85 s
528.89/528.97	c Removed useless bin:   18085  fixed:     0  props:  20.01M  time:  0.32 s
530.09/530.11	c lits-rem:       507  cl-subs:     2381  v-elim:   2704  v-fix:    0  time:  1.14 s
531.39/531.40	c subs with bin:     1037  lits-rem:      2559  v-fix:    0  time:  1.23 s
531.89/531.95	c lits-rem:     12144  cl-subs:     1441  v-elim:      0  v-fix:    0  time:  0.47 s
532.69/532.71	c vivif2 --  cl tried   148910 cl shrink     3228 lits rem       5574 time: 0.76
532.99/533.04	c vivif2 --  cl tried    38570 cl shrink     2929 lits rem      16489 time: 0.33
533.39/533.48	c asymm  cl-useful: 126/1322/148876 lits-rem:216 time: 0.44
533.79/533.86	c calculated reachability. Time: 0.33
533.79/533.87	c  N dy  3420    537283     65840    148876   2244198     38428   4152914   2689828     17.86   no data
535.59/535.63	c Finding binary XORs  T:     1.76 s  found:      67
547.89/547.92	c  N dy  3573    557355     65818    148876   2244698     57710   4152901   3557994     17.99     22.51
559.19/559.22	c  N dy  3701    577388     65818    148876   2245137     42987   4152868   2759029     18.03     20.02
570.69/570.77	c  N dy  3832    597437     65816    148876   2245509     62394   4152867   3628798     18.09     38.35
582.89/582.97	c  N dy  3976    617599     65816    148876   2245924     46063   4152860   2842650     18.21     19.27
594.59/594.64	c  N dy  4100    641218     65816    148876   2246299     68873   4152859   3835079     18.24     19.42
606.59/606.68	c  N dy  4266    661311     65664    148876   2246658     52240   4152852   3121280     18.40     19.76
618.39/618.46	c  N dy  4409    683410     65663    148876   2246997     73553   4152844   4096081     18.47     19.48
623.49/623.50	c Finding binary XORs  T:     1.49 s  found:    3580
623.69/623.70	c Replacing     3647 vars Replaced   440965 lits Time:     0.20 s 
631.99/632.02	c  N dy  4573    703507     58025    103045   1570409     34155   3594899   1837460     18.60     28.05
641.00/641.06	c  N dy  4723    723696     58010    103045   1570807     53540   3594898   2799316     18.72     19.79
649.69/649.75	c  N dy  4854    743734     58006    103045   1571194     42950   3594866   1981411     18.75     24.26
655.99/656.07	c  N dy  4898    763832     58002    103045   1571394     62187   3594866   2766571     18.66     20.12
663.50/663.52	c  N dy  4941    784733     56506     92948   1441771     41986   3414202   1560578     18.52     19.61
663.60/663.64	c  E dy  4942    785074     56348     92948   1441779     42292   3414202   1566369     18.51      7.57
663.60/663.64	c num threads              : 1          
663.60/663.64	c restarts                 : 4942       
663.60/663.64	c dynamic restarts         : 4918       
663.60/663.64	c static restarts          : 24         
663.60/663.64	c full restarts            : 3          
663.60/663.64	c total simplify time      : 20.88      
663.60/663.64	c learnts DL2              : 0          
663.60/663.64	c learnts size 2           : 8310443    
663.60/663.64	c learnts size 1           : 67819       (32.34     % of vars)
663.60/663.64	c filedLit time            : 89.25       (13.47     % time)
663.60/663.64	c v-elim SatELite          : 77679       (37.04     % vars)
663.60/663.64	c SatELite time            : 36.03       (5.44      % time)
663.60/663.64	c v-elim xor               : 0           (0.00      % vars)
663.60/663.64	c xor elim time            : 0.70        (0.11      % time)
663.60/663.64	c num binary xor trees     : 5301       
663.60/663.64	c binxor trees' crown      : 11420       (2.15      leafs/tree)
663.60/663.64	c bin xor find time        : 19.41      
663.60/663.64	c OTF clause improved      : 14276       (0.02      clauses/conflict)
663.60/663.64	c OTF impr. size diff      : 28367       (1.99       lits/clause)
663.60/663.64	c OTF cl watch-shrink      : 530148      (0.68      clauses/conflict)
663.60/663.64	c OTF cl watch-sh-lit      : 3122637     (5.89       lits/clause)
663.60/663.64	c tried to recurMin cls    : 327033      (41.66      % of conflicts)
663.60/663.64	c updated cache            : 120054      (0.37       lits/tried recurMin)
663.60/663.64	c clauses over max glue    : 0           (0.00      % of all clauses)
663.60/663.64	c conflicts                : 785074      (1184.79   / sec)
663.60/663.64	c decisions                : 114640705   (0.09      % random)
663.60/663.64	c bogo-props               : 12938867819 (19526586.02 / sec)
663.60/663.64	c conflict literals        : 33290697    (26.50     % deleted)
663.60/663.64	c Memory used              : 2987.98     MB
663.60/663.64	c CPU time                 : 662.63      s
663.60/663.64	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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-3292003-1303787309/watcher-3292003-1303787309 -o /tmp/evaluation-result-3292003-1303787309/solver-3292003-1303787309 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3292003-1303787309.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: 2.40 2.88 3.13 4/180 9307
/proc/meminfo: memFree=23598196/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=30552 CPUtime=0 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 936 0 0 0 0 0 0 0 22 0 1 0 490328865 31285248 874 33554432000 4194304 4627331 140736090833616 18446744073709551615 4314149 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 7638 874 321 106 0 2609 0

[startup+0.0507131 s]
/proc/loadavg: 2.40 2.88 3.13 4/180 9307
/proc/meminfo: memFree=23598196/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=37632 CPUtime=0.04 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 3006 0 0 0 4 0 0 0 22 0 1 0 490328865 38535168 2729 33554432000 4194304 4627331 140736090833616 18446744073709551615 218905391813 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 9441 2730 322 106 0 4412 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 37632

[startup+0.100692 s]
/proc/loadavg: 2.40 2.88 3.13 4/180 9307
/proc/meminfo: memFree=23598196/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=44564 CPUtime=0.09 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 5120 0 0 0 9 0 0 0 22 0 1 0 490328865 45633536 4565 33554432000 4194304 4627331 140736090833616 18446744073709551615 4316528 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 11141 4565 322 106 0 6112 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44564

[startup+0.300654 s]
/proc/loadavg: 2.40 2.88 3.13 4/180 9307
/proc/meminfo: memFree=23598196/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=75448 CPUtime=0.29 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 13881 0 0 0 27 2 0 0 23 0 1 0 490328865 77258752 11710 33554432000 4194304 4627331 140736090833616 18446744073709551615 4530546 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 18862 11711 322 106 0 13833 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 75448

[startup+0.700549 s]
/proc/loadavg: 2.40 2.88 3.13 4/180 9307
/proc/meminfo: memFree=23598196/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=162932 CPUtime=0.69 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 30093 0 0 0 64 5 0 0 25 0 1 0 490328865 166842368 25707 33554432000 4194304 4627331 140736090833616 18446744073709551615 218905399461 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 40733 25707 322 106 0 35704 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 162932

[startup+1.50044 s]
/proc/loadavg: 2.40 2.88 3.13 5/187 9320
/proc/meminfo: memFree=23270084/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=211124 CPUtime=1.49 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 43588 0 0 0 142 7 0 0 25 0 1 0 490328865 216190976 39094 33554432000 4194304 4627331 140736090833616 18446744073709551615 218905428594 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 52781 39094 344 106 0 47752 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 211124

[startup+3.10115 s]
/proc/loadavg: 3.01 3.00 3.17 5/187 9320
/proc/meminfo: memFree=22799096/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=331820 CPUtime=3.09 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 68026 0 0 0 298 11 0 0 25 0 1 0 490328865 339783680 63532 33554432000 4194304 4627331 140736090833616 18446744073709551615 4238430 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 82955 63532 346 106 0 77926 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 331820

[startup+6.30658 s]
/proc/loadavg: 3.01 3.00 3.17 5/190 9326
/proc/meminfo: memFree=21928444/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=560180 CPUtime=6.3 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 114839 0 0 0 612 18 0 0 25 0 1 0 490328865 573624320 110345 33554432000 4194304 4627331 140736090833616 18446744073709551615 4309272 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 140045 110345 346 106 0 135016 0
Current children cumulated CPU time (s) 6.3
Current children cumulated vsize (KiB) 560180

[startup+12.7004 s]
/proc/loadavg: 3.25 3.05 3.18 5/190 9326
/proc/meminfo: memFree=20809512/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=748528 CPUtime=12.69 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 154012 0 0 0 1247 22 0 0 25 0 1 0 490328865 766492672 149518 33554432000 4194304 4627331 140736090833616 18446744073709551615 4424590 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 187132 149518 358 106 0 182103 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 748528

[startup+25.5011 s]
/proc/loadavg: 3.55 3.13 3.20 5/190 9326
/proc/meminfo: memFree=20050412/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=806356 CPUtime=25.49 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 173449 0 0 0 2524 25 0 0 25 0 1 0 490328865 825708544 165846 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 201589 165846 374 106 0 196560 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 806356

[startup+51.1005 s]
/proc/loadavg: 3.70 3.20 3.22 5/190 9354
/proc/meminfo: memFree=20661376/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=1245568 CPUtime=51.09 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 267962 0 0 0 5070 39 0 0 25 0 1 0 490328865 1275461632 253525 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 311392 253525 379 106 0 306363 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 1245568

[startup+102.3 s]
/proc/loadavg: 3.88 3.33 3.27 5/190 9382
/proc/meminfo: memFree=20435224/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=1829912 CPUtime=102.29 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 392717 0 0 0 10172 57 0 0 25 0 1 0 490328865 1873829888 374068 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 457478 374068 379 106 0 452449 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 1829912

[startup+162.3 s]
/proc/loadavg: 3.95 3.44 3.31 5/190 9384
/proc/meminfo: memFree=19518636/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=2364604 CPUtime=162.29 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 508271 0 0 0 16155 74 0 0 25 0 1 0 490328865 2421354496 479452 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 591151 479452 379 106 0 586122 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2364604

[startup+222.301 s]
/proc/loadavg: 3.98 3.54 3.35 5/187 9443
/proc/meminfo: memFree=21611092/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=2625064 CPUtime=222.29 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 564976 0 0 0 22146 83 0 0 25 0 1 0 490328865 2688065536 530718 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308888 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 656266 530718 379 106 0 651237 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 2625064

[startup+282.301 s]
/proc/loadavg: 4.08 3.66 3.40 5/190 9468
/proc/meminfo: memFree=21470512/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=2666348 CPUtime=282.29 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 574760 0 0 0 28144 85 0 0 25 0 1 0 490328865 2730340352 540502 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308685 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 666587 540502 379 106 0 661558 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 2666348

[startup+342.301 s]
/proc/loadavg: 4.03 3.71 3.43 5/190 9470
/proc/meminfo: memFree=21346516/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=2848772 CPUtime=342.3 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 614288 0 0 0 34137 93 0 0 25 0 1 0 490328865 2917142528 571837 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 712193 571837 379 106 0 707164 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2848772

[startup+402.307 s]
/proc/loadavg: 4.01 3.76 3.47 5/190 9471
/proc/meminfo: memFree=21249156/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=2943124 CPUtime=402.3 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 635053 0 0 0 40134 96 0 0 25 0 1 0 490328865 3013758976 592602 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308964 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 735781 592602 379 106 0 730752 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2943124

[startup+462.301 s]
/proc/loadavg: 4.00 3.80 3.49 5/190 9473
/proc/meminfo: memFree=21198580/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=2950196 CPUtime=462.3 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 636571 0 0 0 46133 97 0 0 25 0 1 0 490328865 3021000704 594120 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 737549 594120 379 106 0 732520 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2950196

[startup+522.3 s]
/proc/loadavg: 4.00 3.84 3.52 5/190 9475
/proc/meminfo: memFree=21143160/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=3014708 CPUtime=522.3 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 651194 0 0 0 52130 100 0 0 25 0 1 0 490328865 3087060992 608743 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308955 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 753677 608743 379 106 0 748648 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3014708

[startup+582.3 s]
/proc/loadavg: 4.07 3.88 3.56 5/190 9476
/proc/meminfo: memFree=21121688/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=3041300 CPUtime=582.29 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 657225 0 0 0 58128 101 0 0 25 0 1 0 490328865 3114291200 614774 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 760325 614774 379 106 0 755296 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 3041300

[startup+642.301 s]
/proc/loadavg: 4.02 3.90 3.58 5/190 9505
/proc/meminfo: memFree=21120908/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=3041512 CPUtime=642.29 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 657659 0 0 0 64128 101 0 0 25 0 1 0 490328865 3114508288 615208 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308732 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 760378 615208 379 106 0 755349 0
Current children cumulated CPU time (s) 642.29
Current children cumulated vsize (KiB) 3041512

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

[startup+653.501 s]
/proc/loadavg: 4.02 3.90 3.58 5/190 9505
/proc/meminfo: memFree=21113592/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=3041512 CPUtime=653.49 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 657958 0 0 0 65248 101 0 0 25 0 1 0 490328865 3114508288 615507 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 760378 615507 379 106 0 755349 0
Current children cumulated CPU time (s) 653.49
Current children cumulated vsize (KiB) 3041512

[startup+659.9 s]
/proc/loadavg: 4.02 3.90 3.59 5/190 9505
/proc/meminfo: memFree=21103060/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=3059692 CPUtime=659.9 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 660404 0 0 0 65888 102 0 0 25 0 1 0 490328865 3133124608 617953 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 764923 617953 379 106 0 759894 0
Current children cumulated CPU time (s) 659.9
Current children cumulated vsize (KiB) 3059692

[startup+661.501 s]
/proc/loadavg: 4.02 3.90 3.59 5/190 9505
/proc/meminfo: memFree=21101076/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=3059692 CPUtime=661.5 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 660551 0 0 0 66048 102 0 0 25 0 1 0 490328865 3133124608 618100 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308955 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 764923 618100 379 106 0 759894 0
Current children cumulated CPU time (s) 661.5
Current children cumulated vsize (KiB) 3059692

[startup+663.101 s]
/proc/loadavg: 4.02 3.90 3.59 5/190 9505
/proc/meminfo: memFree=21096736/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=3059692 CPUtime=663.1 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 660711 0 0 0 66208 102 0 0 25 0 1 0 490328865 3133124608 618260 33554432000 4194304 4627331 140736090833616 18446744073709551615 4308908 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 764923 618260 379 106 0 759894 0
Current children cumulated CPU time (s) 663.1
Current children cumulated vsize (KiB) 3059692

[startup+663.501 s]
/proc/loadavg: 4.02 3.90 3.59 5/190 9505
/proc/meminfo: memFree=21096736/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=3059692 CPUtime=663.5 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 660742 0 0 0 66248 102 0 0 25 0 1 0 490328865 3133124608 618291 33554432000 4194304 4627331 140736090833616 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 764923 618291 379 106 0 759894 0
Current children cumulated CPU time (s) 663.5
Current children cumulated vsize (KiB) 3059692

[startup+663.901 s]
/proc/loadavg: 4.02 3.90 3.59 5/190 9505
/proc/meminfo: memFree=21096736/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=3028720 CPUtime=663.89 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202496 660763 0 0 0 66286 103 0 0 25 0 1 0 490328865 3101409280 561285 33554432000 4194304 4627331 140736090833616 18446744073709551615 218905756778 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/9307/statm: 757180 560861 388 106 0 752151 0
Current children cumulated CPU time (s) 663.89
Current children cumulated vsize (KiB) 3028720

[startup+664.001 s]
/proc/loadavg: 4.02 3.90 3.59 5/190 9505
/proc/meminfo: memFree=23339988/32951124 swapFree=67111412/67111528
[pid=9307] ppid=9305 vsize=0 CPUtime=663.99 cores=0,2
/proc/9307/stat : 9307 (strangenight2-s) R 9305 9307 9265 0 -1 4202500 660764 0 0 0 66286 113 0 0 25 0 1 0 490328865 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 0 0 0 0
/proc/9307/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 663.99
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 664.012
CPU time (s): 664.014
CPU user time (s): 662.869
CPU system time (s): 1.14482
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 3059692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 662.869
system time used= 1.14482
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 660764
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= 9
involuntary context switches= 1935

runsolver used 1.17682 second user time and 2.46563 second system time

The end

Launcher Data

Begin job on node137 at 2011-04-26 05:08:32
IDJOB=3292003
IDBENCH=85007
IDSOLVER=1587
FILE ID=node137/3292003-1303787309
RUNJOBID= node137-1303787309-9283
PBS_JOBID= 13157251
Free space on /tmp= 71700 MiB

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

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
RANDOM SEED=458912633

node137.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.844
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.68
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.844
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.75
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.844
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.844
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.74
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.844
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.82
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.844
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.844
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.844
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:     32951124 kB
MemFree:      23599096 kB
Buffers:       1746572 kB
Cached:        6967536 kB
SwapCached:        112 kB
Active:        1964856 kB
Inactive:      6823824 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23599096 kB
SwapTotal:    67111528 kB
SwapFree:     67111412 kB
Dirty:          340960 kB
Writeback:           0 kB
AnonPages:       74084 kB
Mapped:          14488 kB
Slab:           497696 kB
PageTables:       5208 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   201028 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= 71916 MiB
End job on node137 at 2011-04-26 05:19:36