Trace number 3368271

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)UNSAT 609.019 609.006

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.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3368271-1305394263.cnf'
0.00/0.01	c -- header says num vars:         209724
0.00/0.01	c -- header says num clauses:     3634677
0.89/0.94	c -- clauses added:            0 learnts,      3634677 normals,            0 xors
0.89/0.94	c -- vars added     209724
0.89/0.94	c Parsing time:  0.86 s
0.89/0.94	c  N st     0         0    209724    219474   3415202         0  10547960         0   no data   no data
1.18/1.28	c asymm  cl-useful: 84/95/219467 lits-rem:1488 time: 0.32
7.28/7.35	c Flit:   545 Blit:  34897 bXBeca:    0 bXProp: 5208 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T:  5.96
7.48/7.58	c Cleaning up after failed var search:     0.23 s 
7.70/7.78	c Replacing     5208 vars Replaced   191504 lits Time:     0.20 s 
7.99/8.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.19/8.23	c bin-w-bin subsume rem            5 bins  time:  0.23 s
10.49/10.54	c subs with bin:     6962  lits-rem:     42116  v-fix:    0  time:  2.31 s
12.99/13.08	c Subs w/ non-existent bins:     91 l-rem:   8098 v-fix:    20 done:  25669 time:  2.53 s
13.29/13.33	c Removed useless bin:    4579  fixed:     0  props:  20.00M  time:  0.25 s
19.69/19.72	c lits-rem:     76795  cl-subs:    13335  v-elim:  53947  v-fix:    0  time:  6.37 s
20.19/20.21	c Finding binary XORs  T:     0.49 s  found:     728
20.29/20.34	c Replacing      728 vars Replaced   108035 lits Time:     0.14 s 
20.79/20.81	c Finding non-binary XORs:     0.29 s (found:       0, avg size: nan)
20.79/20.81	c calculated reachability. Time: 0.12
20.79/20.85	c Calc default polars -  time:   0.04 s pos:   15891 undec:  102607 neg:   91226
20.79/20.85	c =========================================================================================
20.79/20.85	c types(t): F = full restart, N = normal restart
20.79/20.85	c types(t): S = simplification begin/end, E = solution found
20.79/20.85	c restart types(rt): st = static, dy = dynamic
20.79/20.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
20.79/20.85	c  B st     0         0    107148    208303   1881728         0   6497063         0   no data   no data
23.59/23.62	c  N dy    19      4016    103227    208303   1882068      3559   6497059    148180     16.27     19.42
25.99/26.06	c  N dy    41      8055    103224    202221   1824734      7177   6304860    297351     16.12     17.66
28.89/28.96	c  N dy    67     12110    103223    202221   1825015     10871   6304841    442511     16.01     16.98
30.99/31.09	c  N dy    94     16113    103221    202221   1825183     14609   6304825    590341     16.07     17.18
33.48/33.53	c  N dy   116     24889    103219    202221   1825376     13749   6304825    359630     15.18     16.00
33.48/33.57	c  F st   117     25000    103219    202221   1825385     13850   6304825    363609     15.17     13.92
35.58/35.68	c  N dy   123     30001    103219    202189   1824860     18558   6302589    574650     15.17   no data
35.58/35.68	c  S st   123     30001    103219    202189   1824860     18558   6302589    574650     15.17   no data
36.08/36.18	c  S st   123     30501    103212    202189   1825047     18869   6302589    578885     15.17   no data
36.19/36.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.06
47.98/48.00	c Flit:   491 Blit:    509 bXBeca:    0 bXProp:  579 Bins: 540381 BRemL:  22946 BRemN:   5822 P: 200.1M T: 11.60
47.98/48.07	c Cleaning up after failed var search:     0.07 s 
48.18/48.28	c Replacing      587 vars Replaced   250734 lits Time:     0.21 s 
48.40/48.42	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.58/48.60	c bin-w-bin subsume rem         8222 bins  time:  0.18 s
51.48/51.57	c subs with bin:    14259  lits-rem:    290903  v-fix:    0  time:  2.97 s
52.80/52.85	c Subs w/ non-existent bins:   1082 l-rem:   4359 v-fix:    49 done:  34828 time:  1.27 s
52.98/53.07	c Removed useless bin:   19010  fixed:     0  props:  20.00M  time:  0.21 s
54.89/54.93	c lits-rem:      3074  cl-subs:     6832  v-elim:   7162  v-fix:    0  time:  1.85 s
55.48/55.50	c subs with bin:       60  lits-rem:     16332  v-fix:    0  time:  0.51 s
55.88/55.95	c lits-rem:      7642  cl-subs:     2518  v-elim:      0  v-fix:    0  time:  0.38 s
56.28/56.30	c asymm  cl-useful: 48/1229/197845 lits-rem:788 time: 0.35
56.68/56.74	c calculated reachability. Time: 0.39
56.68/56.74	c  N dy   123     30501     93439    197845   2090254     15256   5642887   1284870     15.17   no data
57.98/58.07	c Finding binary XORs  T:     1.32 s  found:     271
59.89/59.95	c  N dy   139     34531     93437    197845   2090444     18958   5642883   1411677     14.65     15.77
62.49/62.54	c  N dy   167     38598     93435    197845   2090714     22677   5642854   1554486     14.83     20.15
64.59/64.66	c  N dy   202     42698     93434    197845   2090902     26503   5642846   1741687     15.20     17.06
66.00/66.08	c  S st   227     45754     93433    197845   2091062     15740   5642815   1223329     15.35   no data
66.59/66.68	c  S st   227     46254     93427    197845   2091233     16064   5642815   1226604     15.35   no data
66.69/66.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
75.58/75.66	c Flit:   376 Blit:    634 bXBeca:    0 bXProp:   34 Bins:1254792 BRemL:   5890 BRemN:    171 P: 200.0M T:  8.79
75.68/75.74	c Cleaning up after failed var search:     0.07 s 
75.90/75.92	c Replacing      306 vars Replaced   121023 lits Time:     0.18 s 
75.98/76.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.28/76.36	c bin-w-bin subsume rem         8544 bins  time:  0.31 s
78.48/78.55	c subs with bin:    13920  lits-rem:     53595  v-fix:    0  time:  2.19 s
80.79/80.82	c Subs w/ non-existent bins:   1275 l-rem:   2512 v-fix:    10 done:  21681 time:  2.26 s
80.99/81.06	c Removed useless bin:   10129  fixed:     0  props:  20.00M  time:  0.24 s
82.09/82.10	c lits-rem:       403  cl-subs:     4990  v-elim:   1888  v-fix:    0  time:  1.04 s
82.50/82.54	c subs with bin:     1214  lits-rem:      6083  v-fix:    0  time:  0.38 s
82.79/82.81	c lits-rem:      3846  cl-subs:      781  v-elim:      0  v-fix:    0  time:  0.19 s
83.49/83.56	c vivif2 --  cl tried    93243 cl shrink     5063 lits rem       5459 time: 0.75
83.79/83.86	c vivif2 --  cl tried    11342 cl shrink     2782 lits rem      31073 time: 0.30
84.09/84.18	c asymm  cl-useful: 3/1249/177220 lits-rem:37 time: 0.32
84.79/84.80	c calculated reachability. Time: 0.55
84.79/84.80	c  N dy   227     46254     90204    177220   2747507     11313   5316105   2520939     15.35   no data
86.59/86.68	c Finding binary XORs  T:     1.88 s  found:     264
88.99/89.01	c  N dy   240     53660     90198    177220   2747891     18157   5316101   2678100     14.51     15.29
90.68/90.78	c  N dy   265     57691     90195    177220   2748088     21910   5316097   2840714     14.54     17.12
92.99/93.05	c  N dy   295     61799     90195    177220   2748368     25679   5316095   3019042     14.60     15.43
94.69/94.74	c  N dy   303     65843     90195    177220   2748545     29446   5316089   3213131     14.32     17.20
96.69/96.74	c  S st   313     69381     90193    177220   2748770     17229   5316088   2593059     14.08      5.86
97.19/97.23	c  S st   313     69883     90191    177220   2748874     17621   5316088   2597662     14.08   no data
97.29/97.31	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
106.19/106.20	c Flit:   386 Blit:   1829 bXBeca:    0 bXProp:   23 Bins: 837123 BRemL:   7103 BRemN:     63 P: 200.1M T:  8.81
106.19/106.29	c Cleaning up after failed var search:     0.08 s 
106.39/106.49	c Replacing      290 vars Replaced   120236 lits Time:     0.20 s 
106.60/106.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
106.89/106.97	c bin-w-bin subsume rem        14663 bins  time:  0.36 s
108.99/109.03	c subs with bin:     5121  lits-rem:     15863  v-fix:    0  time:  2.06 s
111.10/111.13	c Subs w/ non-existent bins:   1196 l-rem:   2689 v-fix:    11 done:  23606 time:  2.09 s
111.29/111.38	c Removed useless bin:   20018  fixed:     0  props:  20.01M  time:  0.25 s
112.49/112.52	c lits-rem:      1945  cl-subs:     2460  v-elim:   2696  v-fix:    0  time:  1.14 s
112.79/112.87	c subs with bin:      681  lits-rem:     13405  v-fix:    0  time:  0.29 s
113.09/113.16	c lits-rem:      5119  cl-subs:     1183  v-elim:      0  v-fix:    0  time:  0.22 s
113.89/113.90	c vivif2 --  cl tried    94155 cl shrink     2261 lits rem       2420 time: 0.73
114.09/114.10	c vivif2 --  cl tried    14184 cl shrink     1392 lits rem      12904 time: 0.21
114.40/114.44	c asymm  cl-useful: 34/1246/176259 lits-rem:114 time: 0.33
115.09/115.13	c calculated reachability. Time: 0.62
115.09/115.13	c  N dy   313     69883     84979    176259   3089375     14092   5120641   3366482     14.08   no data
117.29/117.37	c Finding binary XORs  T:     2.24 s  found:     109
119.99/120.01	c  N dy   346     74525     84979    176259   3089814     18207   5120630   3522941     14.13     15.08
122.59/122.66	c  N dy   371     79530     84978    176259   3090220     22695   5120612   3705361     13.98     15.07
124.79/124.85	c  N dy   393     84980     84977    176259   3090484     27733   5120611   3873635     13.90     14.64
125.89/125.99	c  F st   406     87500     84977    176259   3090574     30079   5120611   3953680     13.87   no data
126.09/126.19	c Replacing      109 vars Replaced    43730 lits Time:     0.14 s 
126.39/126.42	c Found part       22 vars:      84560 clauses:   1686489 lits size:   5120197
126.39/126.42	c Found part       23 vars:          2 clauses:         1 lits size:         2
126.39/126.42	c Found part       24 vars:          2 clauses:         1 lits size:         2
126.39/126.42	c Found part       25 vars:          2 clauses:         1 lits size:         2
126.39/126.42	c Found parts:          4 time: 0.43 s
126.39/126.42	c Solving part 23
126.50/126.55	c  N st     0         0         2         0         1         0         2         0   no data   no data
126.50/126.55	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
126.50/126.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
126.50/126.56	c Finding binary XORs  T:     0.01 s  found:       0
126.50/126.56	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
126.50/126.56	c calculated reachability. Time: 0.00
126.50/126.57	c Calc default polars -  time:   0.00 s pos:       0 undec:  209722 neg:       2
126.50/126.57	c =========================================================================================
126.50/126.57	c types(t): F = full restart, N = normal restart
126.50/126.57	c types(t): S = simplification begin/end, E = solution found
126.50/126.57	c restart types(rt): st = static, dy = dynamic
126.50/126.57	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
126.50/126.57	c  B st     0         0         2         0         1         0         2         0   no data   no data
126.50/126.57	c  E st     1         0         0         0         1         0         2         0   no data   no data
126.50/126.57	c Verified 0 clauses.
126.50/126.57	c Verified 0 clauses.
126.50/126.57	c Solved part
126.50/126.57	c =========================================================================================
126.50/126.57	c Solving part 24
126.59/126.69	c  N st     0         0         2         0         1         0         2         0   no data   no data
126.59/126.69	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
126.59/126.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
126.69/126.71	c Finding binary XORs  T:     0.01 s  found:       0
126.69/126.71	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
126.69/126.71	c calculated reachability. Time: 0.00
126.69/126.71	c Calc default polars -  time:   0.00 s pos:       0 undec:  209722 neg:       2
126.69/126.71	c =========================================================================================
126.69/126.71	c types(t): F = full restart, N = normal restart
126.69/126.71	c types(t): S = simplification begin/end, E = solution found
126.69/126.71	c restart types(rt): st = static, dy = dynamic
126.69/126.71	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
126.69/126.71	c  B st     0         0         2         0         1         0         2         0   no data   no data
126.69/126.71	c  E st     1         0         0         0         1         0         2         0   no data   no data
126.69/126.71	c Verified 0 clauses.
126.69/126.71	c Verified 0 clauses.
126.69/126.71	c Solved part
126.69/126.71	c =========================================================================================
126.69/126.72	c Solving part 25
126.79/126.84	c  N st     0         0         2         0         1         0         2         0   no data   no data
126.79/126.84	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
126.79/126.84	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
126.79/126.85	c Finding binary XORs  T:     0.01 s  found:       0
126.79/126.85	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
126.79/126.85	c calculated reachability. Time: 0.00
126.79/126.85	c Calc default polars -  time:   0.00 s pos:       0 undec:  209722 neg:       2
126.79/126.85	c =========================================================================================
126.79/126.85	c types(t): F = full restart, N = normal restart
126.79/126.85	c types(t): S = simplification begin/end, E = solution found
126.79/126.85	c restart types(rt): st = static, dy = dynamic
126.79/126.85	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
126.79/126.85	c  B st     0         0         2         0         1         0         2         0   no data   no data
126.79/126.85	c  E st     1         0         0         0         1         0         2         0   no data   no data
126.79/126.86	c Verified 0 clauses.
126.79/126.86	c Verified 0 clauses.
126.79/126.86	c Solved part
126.79/126.86	c =========================================================================================
126.79/126.86	c Coming back to original instance
126.79/126.86	c =========================================================================================
128.29/128.34	c  N st   411     90802     84861    176227   3090433     33106   5120190   4110636     13.87   no data
131.58/131.64	c  N dy   436     96640     84860    176227   3090710     21348   5120190   3529239     13.89     14.65
135.39/135.42	c  N dy   487    102819     84860    176227   3091126     27010   5120181   3752199     14.08     14.85
136.89/136.91	c  S st   503    104824     84859    176227   3091262     28852   5120180   3825626     14.15   no data
137.51/137.59	c  S st   503    105325     84857    176227   3091394     29216   5120180   3829027     14.15   no data
137.59/137.67	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
146.31/146.35	c Flit:   507 Blit:     44 bXBeca:    0 bXProp:   49 Bins: 712549 BRemL:  15000 BRemN:     46 P: 200.0M T:  8.64
146.31/146.35	c Cleaning up after failed var search:     0.00 s 
146.59/146.60	c Replacing       49 vars Replaced    37816 lits Time:     0.24 s 
146.69/146.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
147.09/147.10	c bin-w-bin subsume rem         7359 bins  time:  0.37 s
149.39/149.40	c subs with bin:     9241  lits-rem:     18830  v-fix:    0  time:  2.30 s
151.29/151.33	c Subs w/ non-existent bins:    496 l-rem:   2021 v-fix:     3 done:  17010 time:  1.93 s
151.49/151.59	c Removed useless bin:    8852  fixed:     0  props:  20.04M  time:  0.26 s
152.39/152.48	c lits-rem:       928  cl-subs:     3286  v-elim:   1592  v-fix:    0  time:  0.89 s
153.49/153.52	c subs with bin:      341  lits-rem:      3483  v-fix:    0  time:  0.96 s
153.90/153.95	c lits-rem:      8371  cl-subs:     2390  v-elim:      0  v-fix:    0  time:  0.36 s
155.39/155.41	c vivif2 --  cl tried   170658 cl shrink    17916 lits rem      57709 time: 1.47
155.89/155.94	c vivif2 --  cl tried    25569 cl shrink     4520 lits rem      44502 time: 0.52
156.20/156.29	c asymm  cl-useful: 53/1270/169917 lits-rem:98 time: 0.35
156.99/157.00	c calculated reachability. Time: 0.64
156.99/157.01	c  N dy   503    105325     82654    169917   3367585     25539   4923014   4327336     14.15   no data
159.29/159.37	c Finding binary XORs  T:     2.37 s  found:      99
161.79/161.81	c  N dy   518    112601     82652    169917   3367758     32462   4923013   4562957     13.94     15.02
166.89/166.94	c  N dy   561    119859     82652    169917   3368318     19961   4923010   4035301     14.00     18.80
171.19/171.25	c  N dy   585    130414     82639    169917   3368615     29934   4923010   4515096     13.78     14.91
177.10/177.14	c  N dy   659    138835     82638    169917   3369134     37752   4923008   4841730     14.09     15.22
183.49/183.52	c  N dy   742    147703     82126    169917   3369607     24879   4922986   4145227     14.47     17.93
190.09/190.17	c  N dy   825    157201     81725    167677   3341564     31339   4868047   4489391     14.72     15.95
190.79/190.86	c  S st   831    157990     81725    167677   3341610     32072   4868047   4513569     14.72   no data
191.29/191.41	c  S st   831    158490     81723    167677   3341719     32458   4868047   4518806     14.72   no data
191.40/191.49	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
200.10/200.17	c Flit:   554 Blit:    962 bXBeca:    0 bXProp:   55 Bins: 599338 BRemL:   7684 BRemN:     45 P: 200.0M T:  8.62
200.20/200.25	c Cleaning up after failed var search:     0.07 s 
200.49/200.51	c Replacing      154 vars Replaced   135747 lits Time:     0.26 s 
200.59/200.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
200.99/201.01	c bin-w-bin subsume rem        12532 bins  time:  0.37 s
203.09/203.12	c subs with bin:     6170  lits-rem:      5422  v-fix:    0  time:  2.11 s
204.39/204.45	c Subs w/ non-existent bins:    492 l-rem:    315 v-fix:     1 done:  31561 time:  1.32 s
204.69/204.77	c Removed useless bin:   30661  fixed:     0  props:  20.00M  time:  0.32 s
205.99/206.09	c lits-rem:      2725  cl-subs:     5416  v-elim:   3677  v-fix:    0  time:  1.32 s
207.09/207.13	c subs with bin:      461  lits-rem:      9272  v-fix:    0  time:  0.96 s
207.49/207.52	c lits-rem:     17541  cl-subs:     1262  v-elim:      0  v-fix:    0  time:  0.32 s
209.00/209.08	c vivif2 --  cl tried   168489 cl shrink    11118 lits rem      24367 time: 1.56
209.39/209.50	c vivif2 --  cl tried    27365 cl shrink     2952 lits rem      28097 time: 0.41
209.79/209.87	c asymm  cl-useful: 98/1718/168336 lits-rem:204 time: 0.37
210.49/210.54	c calculated reachability. Time: 0.60
210.49/210.54	c  N dy   831    158490     76344    168336   3165271     27303   4656093   4164505     14.72   no data
212.89/212.97	c Finding binary XORs  T:     2.43 s  found:      83
218.60/218.61	c  N dy   903    168798     76343    168336   3165919     36733   4656086   4505076     14.79     15.71
225.30/225.31	c  N dy   986    179739     76343    168336   3166689     27186   4656061   4101930     14.99     15.94
231.80/231.89	c  N dy  1059    191235     76343    168336   3167318     37846   4656056   4532400     15.01     16.95
237.70/237.74	c  N dy  1108    203475     76343    168336   3167874     26992   4656041   4019583     14.92     15.74
242.69/242.78	c  N dy  1123    216913     76342    168336   3168159     39768   4656035   4582926     14.64     15.67
251.79/251.88	c  N dy  1219    230801     75600    168336   3168919     28521   4656031   4007194     14.87     25.38
256.79/256.88	c  S st  1281    237735     75600    168336   3169333     34979   4656029   4309712     15.09   no data
257.49/257.51	c  S st  1281    238235     75600    168336   3169407     35405   4656029   4314587     15.09   no data
257.49/257.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
265.49/265.59	c Flit:   396 Blit:     21 bXBeca:    0 bXProp:   47 Bins: 390237 BRemL:   9289 BRemN:    167 P: 200.0M T:  7.95
265.59/265.68	c Cleaning up after failed var search:     0.09 s 
265.89/265.98	c Replacing      131 vars Replaced    95432 lits Time:     0.29 s 
265.99/266.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
266.39/266.43	c bin-w-bin subsume rem         8893 bins  time:  0.33 s
268.49/268.59	c subs with bin:     8828  lits-rem:      3043  v-fix:    0  time:  2.16 s
269.40/269.48	c Subs w/ non-existent bins:   1133 l-rem:    460 v-fix:     1 done:  20252 time:  0.89 s
269.70/269.78	c Removed useless bin:   18326  fixed:     0  props:  20.00M  time:  0.29 s
270.70/270.75	c lits-rem:       872  cl-subs:     3136  v-elim:   1284  v-fix:    0  time:  0.97 s
272.00/272.01	c subs with bin:      426  lits-rem:      1696  v-fix:    0  time:  1.18 s
272.30/272.37	c lits-rem:      7635  cl-subs:     1023  v-elim:      0  v-fix:    0  time:  0.30 s
273.30/273.32	c vivif2 --  cl tried   156730 cl shrink     4982 lits rem      11068 time: 0.94
273.60/273.63	c vivif2 --  cl tried    30472 cl shrink     3362 lits rem      21573 time: 0.31
274.00/274.01	c asymm  cl-useful: 126/1731/156585 lits-rem:785 time: 0.38
274.60/274.61	c calculated reachability. Time: 0.53
274.60/274.61	c  N dy  1281    238235     73769    156577   3123111     30443   4479660   4235238     15.09   no data
276.80/276.82	c Finding binary XORs  T:     2.20 s  found:      49
285.90/285.92	c  N dy  1409    253541     73764    156577   3124106     44500   4479659   4852734     15.35     19.31
295.50/295.55	c  N dy  1548    269827     73764    156577   3125109     35952   4479659   4357279     15.57     17.56
304.20/304.26	c  N dy  1626    287061     73762    156577   3125663     26452   4479647   3845925     15.52     21.93
315.60/315.68	c  N dy  1778    305682     73760    156577   3126446     44033   4479638   4643398     15.83     16.78
315.90/315.93	c  F st  1784    306251     73760    156577   3126457     44585   4479638   4671490     15.84   no data
316.10/316.10	c Replacing       49 vars Replaced    10976 lits Time:     0.12 s 
325.40/325.41	c  N dy  1884    325249     73711    156577   3110435     34997   4479305   4112637     15.89     16.81
335.51/335.58	c  N dy  1976    347105     73711    156577   3110950     55782   4479301   5029604     15.87     16.80
340.39/340.49	c  S st  2026    357354     73711    156577   3111186     36476   4479300   4146569     15.90     12.01
341.10/341.14	c  S st  2026    357854     73711    156577   3111284     36877   4479300   4151091     15.90   no data
341.20/341.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.08
349.30/349.30	c Flit:   186 Blit:   1225 bXBeca:    0 bXProp:   45 Bins: 223517 BRemL:   7350 BRemN:    381 P: 200.0M T:  8.06
349.30/349.38	c Cleaning up after failed var search:     0.07 s 
349.60/349.69	c Replacing       45 vars Replaced   120059 lits Time:     0.31 s 
349.70/349.80	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
350.00/350.09	c bin-w-bin subsume rem        14575 bins  time:  0.29 s
352.01/352.09	c subs with bin:     4110  lits-rem:      7503  v-fix:    0  time:  2.00 s
352.79/352.83	c Subs w/ non-existent bins:    303 l-rem:   1053 v-fix:     0 done:  31941 time:  0.74 s
353.00/353.09	c Removed useless bin:   10774  fixed:     0  props:  20.01M  time:  0.26 s
354.11/354.18	c lits-rem:      1603  cl-subs:     4805  v-elim:   2729  v-fix:    0  time:  1.09 s
354.80/354.87	c subs with bin:     1433  lits-rem:      5496  v-fix:    0  time:  0.63 s
355.31/355.35	c lits-rem:     11590  cl-subs:     2467  v-elim:      0  v-fix:    0  time:  0.42 s
356.20/356.26	c vivif2 --  cl tried   152705 cl shrink     3104 lits rem       5603 time: 0.91
356.50/356.59	c vivif2 --  cl tried    31674 cl shrink     2762 lits rem      27645 time: 0.33
357.00/357.00	c asymm  cl-useful: 107/1352/152554 lits-rem:175 time: 0.41
357.41/357.46	c calculated reachability. Time: 0.41
357.41/357.47	c  N dy  2026    357854     69526    152554   2552017     31575   4291575   3023399     15.90   no data
359.40/359.47	c Finding binary XORs  T:     2.00 s  found:      68
369.19/369.27	c  N dy  2102    378069     69176    152554   2552754     50535   4291569   3762819     15.84     16.79
381.79/381.84	c  N dy  2277    398118     69175    152554   2553578     40737   4291569   3354907     16.14     18.92
394.70/394.77	c  N dy  2422    419935     69173    152554   2554358     30806   4291555   2845495     16.28     18.13
408.50/408.53	c  N dy  2576    439972     69169    152554   2555226     49701   4291547   3690296     16.48     23.45
422.20/422.20	c  N dy  2764    460043     69169    152554   2555936     37221   4291528   3093989     16.86     28.71
435.00/435.08	c  N dy  2949    480077     69168    152554   2556432     56529   4291501   4076856     17.22     18.77
447.00/447.09	c  N dy  3102    500111     69168    152554   2556947     42440   4291482   3236445     17.40     22.90
459.30/459.39	c  N dy  3284    520127     69168    152554   2557408     61761   4291468   4219741     17.70     23.65
470.10/470.19	c  S st  3420    536782     69168    152554   2557788     43364   4291414   3305261     17.86   no data
470.81/470.88	c  S st  3420    537283     69168    152554   2557851     43800   4291414   3308612     17.86   no data
470.90/470.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.07
478.90/478.92	c Flit:   381 Blit:    129 bXBeca:    0 bXProp:   48 Bins: 196926 BRemL:   9777 BRemN:    470 P: 200.0M T:  7.95
479.00/479.00	c Cleaning up after failed var search:     0.08 s 
479.51/479.52	c Replacing      117 vars Replaced   111537 lits Time:     0.52 s 
479.62/479.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
479.80/479.89	c bin-w-bin subsume rem        11770 bins  time:  0.27 s
481.81/481.85	c subs with bin:     5225  lits-rem:      4674  v-fix:    0  time:  1.96 s
482.70/482.71	c Subs w/ non-existent bins:    336 l-rem:     61 v-fix:     0 done:  29944 time:  0.85 s
483.00/483.01	c Removed useless bin:   18085  fixed:     0  props:  20.01M  time:  0.30 s
484.01/484.05	c lits-rem:       507  cl-subs:     2381  v-elim:   2704  v-fix:    0  time:  1.04 s
485.11/485.17	c subs with bin:     1037  lits-rem:      2559  v-fix:    0  time:  1.06 s
485.60/485.65	c lits-rem:     12144  cl-subs:     1441  v-elim:      0  v-fix:    0  time:  0.42 s
486.30/486.35	c vivif2 --  cl tried   148910 cl shrink     3228 lits rem       5574 time: 0.70
486.60/486.65	c vivif2 --  cl tried    38570 cl shrink     2929 lits rem      16489 time: 0.30
487.00/487.06	c asymm  cl-useful: 126/1322/148876 lits-rem:216 time: 0.41
487.40/487.40	c calculated reachability. Time: 0.30
487.40/487.41	c  N dy  3420    537283     65840    148876   2244198     38428   4152914   2689828     17.86   no data
489.00/489.06	c Finding binary XORs  T:     1.66 s  found:      67
500.60/500.60	c  N dy  3573    557355     65818    148876   2244698     57710   4152901   3557994     17.99     22.51
511.10/511.14	c  N dy  3701    577388     65818    148876   2245137     42987   4152868   2759029     18.03     20.02
521.80/521.88	c  N dy  3832    597437     65816    148876   2245509     62394   4152867   3628798     18.09     38.35
533.52/533.57	c  N dy  3976    617599     65816    148876   2245924     46063   4152860   2842650     18.21     19.27
544.52/544.52	c  N dy  4100    641218     65816    148876   2246299     68873   4152859   3835079     18.24     19.42
555.70/555.79	c  N dy  4266    661311     65664    148876   2246658     52240   4152852   3121280     18.40     19.76
566.80/566.84	c  N dy  4409    683410     65663    148876   2246997     73553   4152844   4096081     18.47     19.48
571.41/571.42	c Finding binary XORs  T:     1.38 s  found:    3580
571.61/571.60	c Replacing     3647 vars Replaced   440965 lits Time:     0.18 s 
579.40/579.47	c  N dy  4573    703507     58025    103045   1570409     34155   3594899   1837460     18.60     28.05
587.70/587.77	c  N dy  4723    723696     58010    103045   1570807     53540   3594898   2799316     18.72     19.79
596.11/596.14	c  N dy  4854    743734     58006    103045   1571194     42950   3594866   1981411     18.75     24.26
601.90/601.98	c  N dy  4898    763832     58002    103045   1571394     62187   3594866   2766571     18.66     20.12
608.70/608.79	c  N dy  4941    784733     56506     92948   1441771     41986   3414202   1560578     18.52     19.61
608.90/608.90	c  E dy  4942    785074     56348     92948   1441779     42292   3414202   1566369     18.51      7.57
608.90/608.90	c num threads              : 1          
608.90/608.90	c restarts                 : 4942       
608.90/608.90	c dynamic restarts         : 4918       
608.90/608.90	c static restarts          : 24         
608.90/608.90	c full restarts            : 3          
608.90/608.90	c total simplify time      : 19.24      
608.90/608.90	c learnts DL2              : 0          
608.90/608.90	c learnts size 2           : 8310443    
608.90/608.90	c learnts size 1           : 67819       (32.34     % of vars)
608.90/608.90	c filedLit time            : 77.15       (12.69     % time)
608.90/608.90	c v-elim SatELite          : 77679       (37.04     % vars)
608.90/608.90	c SatELite time            : 30.84       (5.07      % time)
608.90/608.90	c v-elim xor               : 0           (0.00      % vars)
608.90/608.90	c xor elim time            : 0.60        (0.10      % time)
608.90/608.90	c num binary xor trees     : 5301       
608.90/608.90	c binxor trees' crown      : 11420       (2.15      leafs/tree)
608.90/608.90	c bin xor find time        : 17.98      
608.90/608.90	c OTF clause improved      : 14276       (0.02      clauses/conflict)
608.90/608.90	c OTF impr. size diff      : 28367       (1.99       lits/clause)
608.90/608.90	c OTF cl watch-shrink      : 530148      (0.68      clauses/conflict)
608.90/608.90	c OTF cl watch-sh-lit      : 3122637     (5.89       lits/clause)
608.90/608.90	c tried to recurMin cls    : 327033      (41.66      % of conflicts)
608.90/608.90	c updated cache            : 120054      (0.37       lits/tried recurMin)
608.90/608.90	c clauses over max glue    : 0           (0.00      % of all clauses)
608.90/608.90	c conflicts                : 785074      (1291.38   / sec)
608.90/608.90	c decisions                : 114640705   (0.09      % random)
608.90/608.90	c bogo-props               : 12938867819 (21283322.69 / sec)
608.90/608.90	c conflict literals        : 33290697    (26.50     % deleted)
608.90/608.90	c Memory used              : 2987.94     MB
608.90/608.90	c CPU time                 : 607.93      s
608.90/608.90	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: 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-3368271-1305394263/watcher-3368271-1305394263 -o /tmp/evaluation-result-3368271-1305394263/solver-3368271-1305394263 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368271-1305394263.cnf 

running on 2 cores: 5,7

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.84 3.95 3.81 5/370 13848
/proc/meminfo: memFree=25212016/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=20352 CPUtime=0 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4194304 238 0 0 0 0 0 0 0 22 0 1 0 729657247 20840448 190 33554432000 4194304 4580011 140735204610432 18446744073709551615 251362584465 0 0 4096 0 0 0 0 17 5 0 0 0
/proc/13848/statm: 5088 190 156 95 0 57 0

[startup+0.0956549 s]
/proc/loadavg: 3.84 3.95 3.81 5/370 13848
/proc/meminfo: memFree=25212016/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=46280 CPUtime=0.08 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 5474 0 0 0 8 0 0 0 22 0 1 0 729657247 47390720 4918 33554432000 4194304 4580011 140735204610432 18446744073709551615 4489378 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 11570 4918 324 95 0 6552 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46280

[startup+0.10066 s]
/proc/loadavg: 3.84 3.95 3.81 5/370 13848
/proc/meminfo: memFree=25212016/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=46280 CPUtime=0.08 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 5582 0 0 0 8 0 0 0 22 0 1 0 729657247 47390720 5023 33554432000 4194304 4580011 140735204610432 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 11570 5023 324 95 0 6552 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 46280

[startup+0.300627 s]
/proc/loadavg: 3.84 3.95 3.81 5/370 13848
/proc/meminfo: memFree=25212016/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=80452 CPUtime=0.28 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 15154 0 0 0 26 2 0 0 23 0 1 0 729657247 82382848 12967 33554432000 4194304 4580011 140735204610432 18446744073709551615 251367207621 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 20113 12968 324 95 0 15095 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 80452

[startup+0.700543 s]
/proc/loadavg: 3.84 3.95 3.81 5/370 13848
/proc/meminfo: memFree=25212016/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=175868 CPUtime=0.68 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 33112 0 0 0 63 5 0 0 25 0 1 0 729657247 180088832 28692 33554432000 4194304 4580011 140735204610432 18446744073709551615 251367207621 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 43967 28694 324 95 0 38949 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 175868

[startup+1.50039 s]
/proc/loadavg: 3.84 3.95 3.81 5/371 13849
/proc/meminfo: memFree=25054776/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=227744 CPUtime=1.49 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 46856 0 0 0 141 8 0 0 25 0 1 0 729657247 233209856 42363 33554432000 4194304 4580011 140735204610432 18446744073709551615 4293248 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 56936 42363 341 95 0 51918 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 227744

[startup+3.1011 s]
/proc/loadavg: 3.93 3.97 3.81 5/371 13849
/proc/meminfo: memFree=24996684/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=397616 CPUtime=3.09 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 81644 0 0 0 297 12 0 0 25 0 1 0 729657247 407158784 77151 33554432000 4194304 4580011 140735204610432 18446744073709551615 4234976 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 99404 77151 341 95 0 94386 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 397616

[startup+6.30051 s]
/proc/loadavg: 3.93 3.97 3.81 5/368 13870
/proc/meminfo: memFree=24734240/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=632012 CPUtime=6.28 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 128393 0 0 0 611 17 0 0 25 0 1 0 729657247 647180288 123900 33554432000 4194304 4580011 140735204610432 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 158003 123900 341 95 0 152985 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 632012

[startup+12.7003 s]
/proc/loadavg: 4.10 4.00 3.83 5/371 13876
/proc/meminfo: memFree=24086220/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=779932 CPUtime=12.69 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 161825 0 0 0 1248 21 0 0 25 0 1 0 729657247 798650368 157332 33554432000 4194304 4580011 140735204610432 18446744073709551615 4428581 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 194983 157332 354 95 0 189965 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 779932

[startup+25.501 s]
/proc/loadavg: 4.08 4.00 3.83 5/371 13876
/proc/meminfo: memFree=23402156/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=811132 CPUtime=25.49 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 174705 0 0 0 2526 23 0 0 25 0 1 0 729657247 830599168 167103 33554432000 4194304 4580011 140735204610432 18446744073709551615 4293226 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 202783 167103 366 95 0 197765 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 811132

[startup+51.1002 s]
/proc/loadavg: 4.12 4.02 3.83 5/371 13877
/proc/meminfo: memFree=22876748/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=1385140 CPUtime=51.08 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 296475 0 0 0 5068 40 0 0 25 0 1 0 729657247 1418383360 282039 33554432000 4194304 4580011 140735204610432 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 346285 282039 368 95 0 341267 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 1385140

[startup+102.314 s]
/proc/loadavg: 4.10 4.03 3.84 5/371 13878
/proc/meminfo: memFree=21632388/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=2053672 CPUtime=102.3 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 442062 0 0 0 10167 63 0 0 25 0 1 0 729657247 2102960128 413237 33554432000 4194304 4580011 140735204610432 18446744073709551615 4237318 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 513418 413237 368 95 0 508400 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 2053672

[startup+162.301 s]
/proc/loadavg: 4.13 4.05 3.86 5/371 13880
/proc/meminfo: memFree=20816628/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=2422400 CPUtime=162.29 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 520180 0 0 0 16156 73 0 0 25 0 1 0 729657247 2480537600 491355 33554432000 4194304 4580011 140735204610432 18446744073709551615 4269822 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 605600 491355 369 95 0 600582 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 2422400

[startup+222.301 s]
/proc/loadavg: 4.05 4.04 3.87 5/371 13881
/proc/meminfo: memFree=20256216/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=2664952 CPUtime=222.3 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 573309 0 0 0 22148 82 0 0 25 0 1 0 729657247 2728910848 539045 33554432000 4194304 4580011 140735204610432 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 666238 539045 369 95 0 661220 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 2664952

[startup+282.3 s]
/proc/loadavg: 4.02 4.03 3.87 5/371 13883
/proc/meminfo: memFree=19713520/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=2843664 CPUtime=282.3 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 613882 0 0 0 28141 89 0 0 25 0 1 0 729657247 2911911936 571425 33554432000 4194304 4580011 140735204610432 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 710916 571425 369 95 0 705898 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 2843664

[startup+342.3 s]
/proc/loadavg: 4.00 4.02 3.88 5/371 13884
/proc/meminfo: memFree=19647288/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=2870008 CPUtime=342.3 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 617788 0 0 0 34140 90 0 0 25 0 1 0 729657247 2938888192 575331 33554432000 4194304 4580011 140735204610432 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 717502 575331 369 95 0 712484 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 2870008

[startup+402.3 s]
/proc/loadavg: 4.00 4.02 3.88 5/371 13886
/proc/meminfo: memFree=19328512/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=2950140 CPUtime=402.3 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 636161 0 0 0 40136 94 0 0 25 0 1 0 729657247 3020943360 593704 33554432000 4194304 4580011 140735204610432 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 737535 593704 369 95 0 732517 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 2950140

[startup+462.301 s]
/proc/loadavg: 4.00 4.01 3.89 5/371 13890
/proc/meminfo: memFree=19300452/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=2970856 CPUtime=462.3 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 640686 0 0 0 46135 95 0 0 25 0 1 0 729657247 3042156544 598229 33554432000 4194304 4580011 140735204610432 18446744073709551615 4318699 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 742714 598229 369 95 0 737696 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 2970856

[startup+522.301 s]
/proc/loadavg: 4.00 4.01 3.90 5/371 13892
/proc/meminfo: memFree=18946852/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=3041252 CPUtime=522.3 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 656680 0 0 0 52132 98 0 0 25 0 1 0 729657247 3114242048 614223 33554432000 4194304 4580011 140735204610432 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 760313 614223 369 95 0 755295 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 3041252

[startup+582.301 s]
/proc/loadavg: 4.04 4.02 3.91 5/371 13894
/proc/meminfo: memFree=18937668/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=3041468 CPUtime=582.3 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 657544 0 0 0 58132 98 0 0 25 0 1 0 729657247 3114463232 615087 33554432000 4194304 4580011 140735204610432 18446744073709551615 4293172 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 760367 615087 369 95 0 755349 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 3041468

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

[startup+588.701 s]
/proc/loadavg: 4.20 4.05 3.92 5/371 13894
/proc/meminfo: memFree=18943480/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=3041468 CPUtime=588.7 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 657545 0 0 0 58772 98 0 0 25 0 1 0 729657247 3114463232 615088 33554432000 4194304 4580011 140735204610432 18446744073709551615 4317325 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 760367 615088 369 95 0 755349 0
Current children cumulated CPU time (s) 588.7
Current children cumulated vsize (KiB) 3041468

[startup+601.5 s]
/proc/loadavg: 4.16 4.05 3.92 5/371 13895
/proc/meminfo: memFree=18931320/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=3041468 CPUtime=601.5 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 657850 0 0 0 60052 98 0 0 25 0 1 0 729657247 3114463232 615393 33554432000 4194304 4580011 140735204610432 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 760367 615393 369 95 0 755349 0
Current children cumulated CPU time (s) 601.5
Current children cumulated vsize (KiB) 3041468

[startup+604.701 s]
/proc/loadavg: 4.15 4.05 3.92 5/371 13895
/proc/meminfo: memFree=18929956/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=3059648 CPUtime=604.7 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 658190 0 0 0 60372 98 0 0 25 0 1 0 729657247 3133079552 615733 33554432000 4194304 4580011 140735204610432 18446744073709551615 4485895 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 764912 615745 369 95 0 759894 0
Current children cumulated CPU time (s) 604.7
Current children cumulated vsize (KiB) 3059648

[startup+606.3 s]
/proc/loadavg: 4.15 4.05 3.92 5/371 13895
/proc/meminfo: memFree=18929832/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=3059648 CPUtime=606.3 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 660372 0 0 0 60532 98 0 0 25 0 1 0 729657247 3133079552 617915 33554432000 4194304 4580011 140735204610432 18446744073709551615 4294595 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 764912 617915 369 95 0 759894 0
Current children cumulated CPU time (s) 606.3
Current children cumulated vsize (KiB) 3059648

[startup+607.901 s]
/proc/loadavg: 4.14 4.04 3.92 5/371 13895
/proc/meminfo: memFree=18928964/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=3059648 CPUtime=607.9 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 660554 0 0 0 60692 98 0 0 25 0 1 0 729657247 3133079552 618097 33554432000 4194304 4580011 140735204610432 18446744073709551615 4305943 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 764912 618097 369 95 0 759894 0
Current children cumulated CPU time (s) 607.9
Current children cumulated vsize (KiB) 3059648

[startup+608.701 s]
/proc/loadavg: 4.14 4.04 3.92 5/371 13895
/proc/meminfo: memFree=18927972/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=3059648 CPUtime=608.7 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 660623 0 0 0 60772 98 0 0 25 0 1 0 729657247 3133079552 618166 33554432000 4194304 4580011 140735204610432 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 764912 618166 369 95 0 759894 0
Current children cumulated CPU time (s) 608.7
Current children cumulated vsize (KiB) 3059648

[startup+608.901 s]
/proc/loadavg: 4.14 4.04 3.92 5/371 13895
/proc/meminfo: memFree=18927972/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=3059648 CPUtime=608.9 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202496 660641 0 0 0 60792 98 0 0 25 0 1 0 729657247 3133079552 618184 33554432000 4194304 4580011 140735204610432 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/13848/statm: 764912 618184 369 95 0 759894 0
Current children cumulated CPU time (s) 608.9
Current children cumulated vsize (KiB) 3059648

[startup+609.001 s]
/proc/loadavg: 4.14 4.04 3.92 5/371 13895
/proc/meminfo: memFree=18927972/32950928 swapFree=38710892/67111528
[pid=13848] ppid=13846 vsize=0 CPUtime=609.01 cores=5,7
/proc/13848/stat : 13848 (strangenight2-s) R 13846 13848 12941 0 -1 4202500 660653 0 0 0 60793 108 0 0 25 0 1 0 729657247 0 0 33554432000 0 0 0 0 0 0 0 4096 2 18446744073709551615 0 0 17 5 0 0 0
/proc/13848/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 609.01
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 609.006
CPU time (s): 609.019
CPU user time (s): 607.935
CPU system time (s): 1.08483
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 3059648

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

runsolver used 2.07568 second user time and 5.13722 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 19:31:06
IDJOB=3368271
IDBENCH=85007
IDSOLVER=1845
FILE ID=node113/3368271-1305394263
RUNJOBID= node113-1305394246-13781
PBS_JOBID= 13324409
Free space on /tmp= 73332 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
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-3368271-1305394263/watcher-3368271-1305394263 -o /tmp/evaluation-result-3368271-1305394263/solver-3368271-1305394263 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368271-1305394263.cnf

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

MD5SUM BENCH= 580dc3969c4e46e50013253fd4ac9139
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:      25212296 kB
Buffers:        247844 kB
Cached:        2595260 kB
SwapCached:      93712 kB
Active:        1084692 kB
Inactive:      6389648 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25212296 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:          121024 kB
Writeback:           0 kB
AnonPages:     4549652 kB
Mapped:          15000 kB
Slab:           108636 kB
PageTables:      92680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87390588 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= 73116 MiB
End job on node113 at 2011-05-14 19:41:15