Trace number 3368458

Some explanations

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

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

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

Solver answer on this benchmark

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

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom21.cnf
MD5SUMe6407843d1fbd00b68d4ad600a25dfb2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables48639
Number of clauses162901
Sum of the clauses size415741
Maximum clause length1542
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 283161
Number of clauses of size 378900
Number of clauses of size 4230
Number of clauses of size 519
Number of clauses of size over 5590

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-3368458-1305388763.cnf'
0.00/0.01	c -- header says num vars:          48639
0.00/0.01	c -- header says num clauses:      162901
0.00/0.05	c -- clauses added:            0 learnts,       162901 normals,            0 xors
0.00/0.05	c -- vars added      48639
0.00/0.05	c Parsing time:  0.05 s
0.00/0.05	c  N st     0         0     48639     78658     74207         0    392419         0   no data   no data
0.69/0.74	c asymm  cl-useful: 8/41419/78658 lits-rem:89 time: 0.68
3.49/3.53	c Flit:    83 Blit:   4280 bXBeca:    0 bXProp: 7917 Bins:      0 BRemL:      0 BRemN:      0 P: 64.1M T:  2.76
3.49/3.53	c Cleaning up after failed var search:     0.01 s 
3.49/3.55	c Replacing     7917 vars Replaced   222269 lits Time:     0.02 s 
3.49/3.57	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.49/3.58	c bin-w-bin subsume rem          893 bins  time:  0.00 s
3.49/3.59	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.01 s
3.59/3.62	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  34181 time:  0.03 s
3.59/3.65	c Removed useless bin:      46  fixed:     0  props:   5.30M  time:  0.03 s
3.69/3.78	c lits-rem:         0  cl-subs:      270  v-elim:  11393  v-fix:    0  time:  0.12 s
3.79/3.87	c Finding binary XORs  T:     0.09 s  found:      21
3.79/3.87	c Replacing       21 vars Replaced      258 lits Time:     0.00 s 
3.89/3.92	c Finding non-binary XORs:     0.03 s (found:   11109, avg size: 3.0)
3.89/3.92	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1799 locsubst:  7100 time:   0.02
3.89/3.93	c Replacing     3550 vars Replaced    21300 lits Time:     0.00 s 
3.89/3.94	c calculated reachability. Time: 0.00
3.89/3.94	c Calc default polars -  time:   0.00 s pos:    2051 undec:   31283 neg:   15305
3.89/3.94	c =========================================================================================
3.89/3.94	c types(t): F = full restart, N = normal restart
3.89/3.94	c types(t): S = simplification begin/end, E = solution found
3.89/3.94	c restart types(rt): st = static, dy = dynamic
3.89/3.94	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.89/3.94	c  B st     0         0     17418     28616     22406         0    188622         0   no data   no data
4.09/4.19	c Decided on static restart strategy
4.40/4.49	c  N st     8      4921     17415     28616     22540      4641    188622    170169   no data   no data
5.40/5.41	c  N st    10     11304     17412     28616     22607     10807    188622    470862   no data   no data
6.19/6.20	c  N st    11     17047     17412     28616     22651     16382    188622    697487   no data   no data
7.79/7.86	c  F st    12     25000     17412     28616     22725     14742    188622    979888   no data   no data
7.79/7.88	c  N st    12     25000     17412     28616     22645     14728    188454    979787   no data   no data
8.60/8.61	c Decided on static restart strategy
8.60/8.61	c  N st    18     30000     17406     28616     22698     19591    188454   1225374   no data   no data
8.60/8.61	c  S st    18     30000     17406     28616     22698     19591    188454   1225374   no data   no data
8.70/8.74	c  S st    18     30506     17406     28616     22741     20053    188454   1235926   no data   no data
8.70/8.76	c x-sub:  3550 x-cut:      0 vfix:      0 v-elim:    900 locsubst:     0 time:   0.02
9.80/9.87	c Flit:    79 Blit:      3 bXBeca:    0 bXProp:    9 Bins: 295098 BRemL: 107606 BRemN:     11 P: 18.1M T:  1.10
9.80/9.89	c Replacing        9 vars Replaced     2300 lits Time:     0.02 s 
9.80/9.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.90/9.92	c bin-w-bin subsume rem          123 bins  time:  0.02 s
9.90/9.94	c subs with bin:      828  lits-rem:       692  v-fix:    0  time:  0.02 s
9.90/9.97	c Subs w/ non-existent bins:     28 l-rem:      8 v-fix:     0 done:  16415 time:  0.03 s
9.90/9.98	c Removed useless bin:      32  fixed:     0  props:   0.59M  time:  0.01 s
9.99/10.03	c lits-rem:       307  cl-subs:      247  v-elim:   2291  v-fix:    0  time:  0.05 s
9.99/10.09	c subs with bin:      109  lits-rem:       653  v-fix:    0  time:  0.05 s
10.09/10.12	c lits-rem:       261  cl-subs:      414  v-elim:      0  v-fix:    0  time:  0.03 s
10.29/10.38	c asymm  cl-useful: 307/20606/28223 lits-rem:1264 time: 0.26
10.29/10.39	c calculated reachability. Time: 0.00
10.29/10.39	c  N st    18     30506     14124     28223    185072      5707    167830    483366   no data   no data
10.39/10.46	c Finding binary XORs  T:     0.07 s  found:       0
11.69/11.73	c  N st    20     37620     14124     28223    185097     12717    167830   1130545   no data   no data
12.79/12.81	c  N st    21     44019     14124     28223    185118     10974    167830   1174248   no data   no data
12.99/13.06	c  S st    22     45759     14124     28223    185122     12691    167830   1267760   no data   no data
13.10/13.16	c  S st    22     46262     14124     28223    185125     13189    167830   1276113   no data   no data
13.10/13.18	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    432 locsubst:     0 time:   0.01
13.79/13.85	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  28938 BRemL:  73775 BRemN:      0 P:  7.0M T:  0.67
13.79/13.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.79/13.87	c bin-w-bin subsume rem          271 bins  time:  0.01 s
13.79/13.89	c subs with bin:      100  lits-rem:       129  v-fix:    0  time:  0.02 s
13.89/13.91	c Subs w/ non-existent bins:      0 l-rem:     47 v-fix:     0 done:  13688 time:  0.02 s
13.89/13.91	c Removed useless bin:     124  fixed:     0  props:   0.49M  time:  0.01 s
13.89/13.94	c lits-rem:         0  cl-subs:       63  v-elim:     57  v-fix:    0  time:  0.02 s
13.99/14.04	c subs with bin:       15  lits-rem:       102  v-fix:    0  time:  0.09 s
13.99/14.08	c lits-rem:       188  cl-subs:      204  v-elim:      0  v-fix:    0  time:  0.03 s
13.99/14.08	c vivif2 --  cl tried    28079 cl shrink      146 lits rem        355 time: 0.01
13.99/14.09	c vivif2 --  cl tried     7649 cl shrink      397 lits rem       3583 time: 0.01
14.20/14.24	c asymm  cl-useful: 0/7455/28061 lits-rem:0 time: 0.15
14.20/14.25	c calculated reachability. Time: 0.00
14.20/14.25	c  N st    22     46262     13631     28061    125639      7649    165441    457671   no data   no data
14.20/14.31	c Finding binary XORs  T:     0.05 s  found:       0
18.79/18.84	c  N st    23     60659     13631     28061    125640     21788    165441   3243777   no data   no data
20.69/20.73	c  N st    24     69394     13630     28061    125645     18383    165440   2076070   no data   no data
20.69/20.73	c  S st    24     69394     13630     28061    125645     18383    165440   2076070   no data   no data
20.79/20.85	c  S st    24     69895     13630     28061    125652     18872    165440   2089465   no data   no data
20.79/20.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    216 locsubst:     0 time:   0.02
21.39/21.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:   8444 BRemL:  40279 BRemN:      6 P: 10.0M T:  0.58
21.39/21.47	c Replacing        1 vars Replaced       57 lits Time:     0.01 s 
21.39/21.48	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.39/21.48	c bin-w-bin subsume rem           16 bins  time:  0.01 s
21.49/21.50	c subs with bin:        4  lits-rem:         4  v-fix:    0  time:  0.01 s
21.49/21.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  13413 time:  0.01 s
21.49/21.52	c Removed useless bin:       0  fixed:     0  props:   0.54M  time:  0.01 s
21.49/21.54	c lits-rem:         0  cl-subs:       69  v-elim:     37  v-fix:    0  time:  0.02 s
21.69/21.74	c subs with bin:        3  lits-rem:        43  v-fix:    0  time:  0.18 s
21.79/21.80	c lits-rem:       229  cl-subs:      164  v-elim:      0  v-fix:    0  time:  0.06 s
21.79/21.81	c vivif2 --  cl tried    27997 cl shrink       54 lits rem         69 time: 0.01
21.79/21.83	c vivif2 --  cl tried    10978 cl shrink      490 lits rem      41910 time: 0.02
22.09/22.11	c asymm  cl-useful: 208/23520/27997 lits-rem:530 time: 0.28
22.09/22.12	c calculated reachability. Time: 0.00
22.09/22.12	c  N st    24     69895     13376     27968     92395     10978    164107    553873   no data   no data
22.09/22.17	c Finding binary XORs  T:     0.05 s  found:       0
26.19/26.24	c  F st    25     87500     13376     27968     92395     14808    164107    608585   no data   no data
26.19/26.26	c  N st    25     87500     13376     27967     90929     14808    164094    605654   no data   no data
27.09/27.12	c Decided on static restart strategy
27.59/27.62	c  N st    32     95540     13374     27967     90932     22735    164093   1103530   no data   no data
29.39/29.49	c  N st    34    104842     13372     27967     90935     31842    164093   1995563   no data   no data
29.39/29.49	c  S st    34    104842     13372     27967     90935     31842    164093   1995563   no data   no data
29.59/29.64	c  S st    34    105345     13372     27967     90935     32343    164093   2008661   no data   no data
29.59/29.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     72 locsubst:     0 time:   0.01
30.19/30.21	c Flit:     3 Blit:      1 bXBeca:    0 bXProp:   11 Bins:    336 BRemL:    205 BRemN:      0 P: 13.4M T:  0.56
30.19/30.23	c Replacing       11 vars Replaced      286 lits Time:     0.02 s 
30.19/30.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
30.19/30.25	c bin-w-bin subsume rem           23 bins  time:  0.01 s
30.19/30.26	c subs with bin:       28  lits-rem:        17  v-fix:    0  time:  0.01 s
30.19/30.28	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  13285 time:  0.01 s
30.19/30.28	c Removed useless bin:       4  fixed:     0  props:   0.53M  time:  0.01 s
30.29/30.32	c lits-rem:         2  cl-subs:       84  v-elim:     13  v-fix:    0  time:  0.03 s
31.19/31.23	c subs with bin:        1  lits-rem:        27  v-fix:    0  time:  0.85 s
32.09/32.12	c lits-rem:      1323  cl-subs:      764  v-elim:      0  v-fix:    0  time:  0.88 s
32.09/32.12	c vivif2 --  cl tried    27829 cl shrink        2 lits rem          2 time: 0.01
32.19/32.22	c vivif2 --  cl tried    30750 cl shrink     4371 lits rem      20173 time: 0.09
32.29/32.32	c asymm  cl-useful: 250/4308/27828 lits-rem:750 time: 0.10
32.29/32.33	c calculated reachability. Time: 0.01
32.29/32.33	c  N st    34    105345     13272     27578     88584     30750    162853   1863539   no data   no data
34.99/35.05	c  N st    35    114943     13272     27578     88584     22166    162853   1086903   no data   no data
38.19/38.21	c  N st    36    129340     13271     27578     88586     36388    162853   2988854   no data   no data
43.90/43.96	c  N st    37    150939     13269     27578     88588     36412    162853   5079211   no data   no data
44.89/44.96	c  S st    38    158017     13269     27578     88589     43362    162853   5364481   no data   no data
45.00/45.04	c Finding binary XORs  T:     0.05 s  found:     101
45.19/45.22	c  S st    38    158519     13269     27571     86153     43860    162746   5377295   no data   no data
45.19/45.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
45.79/45.88	c Flit:     4 Blit:      4 bXBeca:    0 bXProp:   12 Bins:    129 BRemL:    118 BRemN:     93 P: 15.1M T:  0.63
45.89/45.93	c Replacing      113 vars Replaced     2380 lits Time:     0.06 s 
45.89/45.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.89/45.95	c bin-w-bin subsume rem           96 bins  time:  0.01 s
45.89/45.96	c subs with bin:      140  lits-rem:       168  v-fix:    0  time:  0.01 s
45.89/45.98	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  13148 time:  0.02 s
45.89/45.99	c Removed useless bin:       0  fixed:     0  props:   0.53M  time:  0.01 s
45.99/46.04	c lits-rem:        11  cl-subs:      151  v-elim:     48  v-fix:    0  time:  0.05 s
47.59/47.60	c subs with bin:        6  lits-rem:       357  v-fix:    0  time:  1.38 s
51.60/51.61	c lits-rem:      3970  cl-subs:     1229  v-elim:      0  v-fix:    0  time:  4.01 s
51.60/51.62	c vivif2 --  cl tried    27245 cl shrink        0 lits rem          0 time: 0.01
51.79/51.87	c vivif2 --  cl tried    42024 cl shrink     8194 lits rem      75409 time: 0.25
52.10/52.17	c asymm  cl-useful: 84/16699/27245 lits-rem:167 time: 0.30
52.10/52.18	c calculated reachability. Time: 0.00
52.10/52.18	c  N st    38    158519     13100     27236     77372     42024    160932   4909701   no data   no data
65.30/65.30	c  N st    39    207107     13099     27236     77377     42112    160932   2416189   no data   no data
75.79/75.83	c  N st    40    237780     13099     27236     77378     46234    160932   5574727   no data   no data
75.79/75.83	c  S st    40    237780     13099     27236     77378     46234    160932   5574727   no data   no data
75.99/76.00	c  S st    40    238282     13099     27236     77380     46731    160932   5590496   no data   no data
75.99/76.02	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
76.59/76.61	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    102 BRemL:     67 BRemN:      0 P: 14.1M T:  0.59
76.59/76.66	c Replacing        2 vars Replaced       33 lits Time:     0.05 s 
76.59/76.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.59/76.68	c bin-w-bin subsume rem           97 bins  time:  0.01 s
76.59/76.69	c subs with bin:        4  lits-rem:         5  v-fix:    0  time:  0.01 s
76.70/76.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  13097 time:  0.01 s
76.70/76.71	c Removed useless bin:       1  fixed:     0  props:   0.52M  time:  0.01 s
76.70/76.77	c lits-rem:         7  cl-subs:       29  v-elim:     33  v-fix:    0  time:  0.06 s
78.29/78.30	c subs with bin:        5  lits-rem:        64  v-fix:    0  time:  1.37 s
81.79/81.85	c lits-rem:      3302  cl-subs:     1155  v-elim:      0  v-fix:    0  time:  3.54 s
81.79/81.86	c vivif2 --  cl tried    27192 cl shrink        0 lits rem          0 time: 0.01
82.09/82.17	c vivif2 --  cl tried    43094 cl shrink    10897 lits rem     290415 time: 0.31
82.40/82.41	c asymm  cl-useful: 7/10493/27192 lits-rem:21 time: 0.24
82.40/82.42	c calculated reachability. Time: 0.00
82.40/82.42	c  N st    40    238282     13064     27185     74500     43094    160733   4706012   no data   no data
82.40/82.47	c Finding binary XORs  T:     0.05 s  found:       3
107.09/107.19	c  F st    41    306251     13064     27185     74502     55999    160732   5866259   no data   no data
107.20/107.21	c Replacing        3 vars Replaced      414 lits Time:     0.02 s 
107.20/107.23	c  N st    41    306251     13061     27185     74496     55999    160726   5866253   no data   no data
108.39/108.45	c Decided on static restart strategy
115.30/115.37	c  N st    51    334555     13059     27185     74500     54639    160726   4969546   no data   no data
122.19/122.24	c  N st    53    357427     13059     27185     74500     46910    160724   3584375   no data   no data
122.19/122.24	c  S st    53    357427     13059     27185     74500     46910    160724   3584375   no data   no data
122.39/122.42	c  S st    53    357932     13059     27185     74501     47408    160724   3600743   no data   no data
122.39/122.44	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
122.89/122.98	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:    6 Bins:    256 BRemL:    155 BRemN:      0 P: 13.7M T:  0.54
122.99/123.02	c Replacing        6 vars Replaced      593 lits Time:     0.04 s 
122.99/123.03	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
122.99/123.04	c bin-w-bin subsume rem           23 bins  time:  0.01 s
122.99/123.05	c subs with bin:       23  lits-rem:        15  v-fix:    0  time:  0.01 s
122.99/123.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  13048 time:  0.01 s
122.99/123.07	c Removed useless bin:       0  fixed:     0  props:   0.50M  time:  0.01 s
123.10/123.12	c lits-rem:         0  cl-subs:       18  v-elim:      3  v-fix:    0  time:  0.05 s
124.49/124.59	c subs with bin:        7  lits-rem:        27  v-fix:    0  time:  1.36 s
126.99/127.06	c lits-rem:      2224  cl-subs:     1056  v-elim:      0  v-fix:    0  time:  2.47 s
126.99/127.07	c vivif2 --  cl tried    27121 cl shrink        0 lits rem          0 time: 0.01
127.19/127.26	c vivif2 --  cl tried    46311 cl shrink     7264 lits rem      62268 time: 0.18
127.50/127.57	c asymm  cl-useful: 49/16202/27121 lits-rem:83 time: 0.31
127.50/127.58	c calculated reachability. Time: 0.00
127.50/127.58	c  N st    53    357932     13045     27116     67936     46311    160390   3442576   no data   no data
141.80/141.84	c  N st    54    390324     13045     27116     67938     46944    160390   4644814   no data   no data
154.30/154.34	c  N st    55    438912     13045     27116     67939     62196    160390   5361303   no data   no data
184.70/184.79	c  N st    56    511796     13045     27116     67941     66796    160390   7536302   no data   no data
195.89/195.97	c  N st    57    536902     13045     27116     67941     56081    160390   5452513   no data   no data
195.89/195.97	c  S st    57    536902     13045     27116     67941     56081    160390   5452513   no data   no data
196.09/196.20	c  S st    57    537404     13045     27116     67941     56580    160390   5470429   no data   no data
196.19/196.22	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
196.80/196.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     43 BRemL:    240 BRemN:      0 P: 14.7M T:  0.60
196.80/196.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
196.80/196.83	c bin-w-bin subsume rem           15 bins  time:  0.01 s
196.80/196.85	c subs with bin:        2  lits-rem:         0  v-fix:    0  time:  0.01 s
196.80/196.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  13045 time:  0.02 s
196.80/196.87	c Removed useless bin:       2  fixed:     0  props:   0.51M  time:  0.01 s
196.91/196.93	c lits-rem:         0  cl-subs:        7  v-elim:      4  v-fix:    0  time:  0.06 s
198.39/198.47	c subs with bin:        1  lits-rem:       129  v-fix:    0  time:  1.39 s
201.20/201.28	c lits-rem:      4500  cl-subs:      854  v-elim:      0  v-fix:    0  time:  2.80 s
201.20/201.28	c vivif2 --  cl tried    27103 cl shrink        0 lits rem          0 time: 0.01
201.60/201.60	c vivif2 --  cl tried    54688 cl shrink    12125 lits rem     130222 time: 0.31
201.80/201.84	c asymm  cl-useful: 3/8670/27103 lits-rem:9 time: 0.24
201.80/201.85	c calculated reachability. Time: 0.00
201.80/201.85	c  N st    57    537404     13041     27100     67731     54688    160300   5039379   no data   no data
264.70/264.70	c  N st    58    701388     13041     27100     67734     65240    160300   4083283   no data   no data
312.20/312.26	c  N st    59    806109     13040     27100     67734     44575    160300   1942028   no data   no data
312.20/312.26	c  S st    59    806109     13040     27100     67734     44575    160300   1942028   no data   no data
312.41/312.46	c  S st    59    806611     13040     27100     67734     45075    160299   1957875   no data   no data
312.41/312.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
313.00/313.01	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:     70 BRemL:     36 BRemN:      0 P: 13.6M T:  0.54
313.00/313.04	c Replacing        1 vars Replaced       17 lits Time:     0.03 s 
313.00/313.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
313.00/313.06	c bin-w-bin subsume rem            1 bins  time:  0.00 s
313.00/313.07	c subs with bin:        6  lits-rem:         6  v-fix:    0  time:  0.01 s
313.00/313.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  13039 time:  0.01 s
313.00/313.09	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.01 s
313.10/313.13	c lits-rem:         0  cl-subs:        4  v-elim:      0  v-fix:    0  time:  0.04 s
313.80/313.87	c subs with bin:        4  lits-rem:        38  v-fix:    0  time:  0.68 s
314.40/314.47	c lits-rem:      1631  cl-subs:      654  v-elim:      0  v-fix:    0  time:  0.59 s
314.40/314.47	c vivif2 --  cl tried    27089 cl shrink        0 lits rem          0 time: 0.01
314.50/314.55	c vivif2 --  cl tried    44416 cl shrink     1672 lits rem      10862 time: 0.07
314.50/314.60	c asymm  cl-useful: 1/2217/27089 lits-rem:3 time: 0.05
314.50/314.61	c calculated reachability. Time: 0.00
314.50/314.61	c  N st    59    806611     13039     27088     67265     44416    160243   1921398   no data   no data
452.20/452.26	c  F st    60   1071876     13039     27088     67265     79634    160242   8278936   no data   no data
452.20/452.27	c  N st    60   1071876     13039     27088     67265     79634    160242   8278936   no data   no data
454.10/454.17	c Decided on static restart strategy
461.30/461.34	c  N st    70   1100195     13038     27088     67267     59094    160242   3083491   no data   no data
475.40/475.43	c  N st    72   1136188     13038     27088     67268     94773    160242   8666227   no data   no data
491.41/491.44	c  N st    73   1168581     13038     27088     67268     77481    160242   8049278   no data   no data
509.11/509.16	c  N st    74   1209916     13038     27088     67268     68016    160242   5177165   no data   no data
509.11/509.16	c  S st    74   1209916     13038     27088     67268     68016    160242   5177165   no data   no data
509.41/509.41	c  S st    74   1210417     13038     27088     67270     68514    160242   5197017   no data   no data
509.41/509.43	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
510.01/510.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:     32 BRemL:     10 BRemN:      0 P: 16.2M T:  0.62
510.11/510.10	c Replacing        2 vars Replaced       76 lits Time:     0.05 s 
510.11/510.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
510.11/510.12	c bin-w-bin subsume rem            7 bins  time:  0.00 s
510.11/510.13	c subs with bin:        7  lits-rem:         4  v-fix:    0  time:  0.01 s
510.11/510.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  13036 time:  0.01 s
510.11/510.15	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.01 s
510.21/510.22	c lits-rem:         0  cl-subs:        3  v-elim:      0  v-fix:    0  time:  0.06 s
511.71/511.76	c subs with bin:        4  lits-rem:        15  v-fix:    0  time:  1.39 s
514.82/514.88	c lits-rem:      2239  cl-subs:      958  v-elim:      0  v-fix:    0  time:  3.12 s
514.82/514.89	c vivif2 --  cl tried    27075 cl shrink        0 lits rem          0 time: 0.01
515.10/515.19	c vivif2 --  cl tried    67543 cl shrink    10368 lits rem      67540 time: 0.30
515.50/515.55	c asymm  cl-useful: 46/14785/27075 lits-rem:71 time: 0.36
515.50/515.56	c calculated reachability. Time: 0.00
515.50/515.56	c  N st    74   1210417     13036     27075     66111     67543    160116   5053367   no data   no data
515.60/515.61	c Finding binary XORs  T:     0.05 s  found:       0
548.50/548.59	c  N st    75   1283302     13036     27075     66111     88051    160116   7604956   no data   no data
606.41/606.48	c  N st    76   1392625     13036     27075     66112     90446    160116   6716490   no data   no data
686.01/686.05	c  N st    77   1556612     13036     27075     66114     87036    160116   7741195   no data   no data
756.01/756.03	c  N st    78   1710417     13036     27075     66114     63533    160116   2848115   no data   no data
756.01/756.03	c  S st    78   1710417     13036     27075     66114     63533    160116   2848115   no data   no data
756.21/756.26	c  S st    78   1710921     13036     27075     66114     64035    160116   2869312   no data   no data
756.21/756.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
756.91/756.91	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    114 BRemL:    107 BRemN:      0 P: 16.1M T:  0.63
756.91/756.95	c Replacing        1 vars Replaced      278 lits Time:     0.04 s 
756.91/756.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
756.91/756.97	c bin-w-bin subsume rem            6 bins  time:  0.01 s
756.91/756.98	c subs with bin:        5  lits-rem:         2  v-fix:    0  time:  0.01 s
757.01/757.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  13034 time:  0.02 s
757.01/757.00	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.01 s
757.01/757.05	c lits-rem:         0  cl-subs:        8  v-elim:      1  v-fix:    0  time:  0.05 s
758.01/758.01	c subs with bin:        0  lits-rem:        61  v-fix:    0  time:  0.87 s
759.02/759.07	c lits-rem:      1692  cl-subs:      680  v-elim:      0  v-fix:    0  time:  1.05 s
759.02/759.07	c vivif2 --  cl tried    27059 cl shrink        0 lits rem          0 time: 0.01
759.11/759.18	c vivif2 --  cl tried    63027 cl shrink     2351 lits rem      10992 time: 0.11
759.41/759.47	c asymm  cl-useful: 1/9961/27059 lits-rem:3 time: 0.29
759.41/759.48	c calculated reachability. Time: 0.00
759.41/759.48	c  N st    78   1710921     13033     27058     65710     63027    160038   2808414   no data   no data
976.32/976.39	c  N st    79   2079886     13033     27058     65712    117288    160037  12937968   no data   no data
1048.23/1048.22	c  N st    80   2210921     13033     27058     65713    115264    160036  10242594   no data   no data
1048.23/1048.22	c  S st    80   2210921     13033     27058     65713    115264    160036  10242594   no data   no data
1048.62/1048.62	c  S st    80   2211426     13033     27058     65714    115765    160036  10257005   no data   no data
1048.62/1048.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1049.44/1049.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     13 BRemL:      2 BRemN:      0 P: 20.7M T:  0.79
1049.44/1049.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1049.44/1049.46	c bin-w-bin subsume rem            2 bins  time:  0.00 s
1049.44/1049.48	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.01 s
1049.44/1049.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  13033 time:  0.01 s
1049.52/1049.50	c Removed useless bin:       0  fixed:     0  props:   0.51M  time:  0.01 s
1049.62/1049.60	c lits-rem:         0  cl-subs:        1  v-elim:      1  v-fix:    0  time:  0.10 s
1051.32/1051.38	c subs with bin:        0  lits-rem:       300  v-fix:    0  time:  1.46 s
1064.32/1064.37	c lits-rem:      2161  cl-subs:     2327  v-elim:      0  v-fix:    0  time: 12.99 s
1064.32/1064.38	c vivif2 --  cl tried    27055 cl shrink        0 lits rem          0 time: 0.01
1065.02/1065.08	c vivif2 --  cl tried   113149 cl shrink    32065 lits rem     328257 time: 0.68
1065.12/1065.14	c asymm  cl-useful: 0/2309/27055 lits-rem:0 time: 0.06
1065.12/1065.15	c calculated reachability. Time: 0.00
1065.12/1065.15	c  N st    80   2211426     13032     27055     65725    113149    160019   9696067   no data   no data

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368458-1305388763/watcher-3368458-1305388763 -o /tmp/evaluation-result-3368458-1305388763/solver-3368458-1305388763 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368458-1305388763.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.38 3.87 3.70 4/366 11161
/proc/meminfo: memFree=21261384/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=25500 CPUtime=0 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 1798 0 0 0 0 0 0 0 25 0 1 0 650474048 26112000 1512 33554432000 4194304 4580011 140733365921088 18446744073709551615 218905428087 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 6446 1518 322 95 0 1428 0

[startup+0.0843939 s]
/proc/loadavg: 3.38 3.87 3.70 4/366 11161
/proc/meminfo: memFree=21261384/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=51064 CPUtime=0.07 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 6814 0 0 0 7 0 0 0 25 0 1 0 650474048 52289536 5705 33554432000 4194304 4580011 140733365921088 18446744073709551615 4293138 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 12766 5705 340 95 0 7748 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 51064

[startup+0.100388 s]
/proc/loadavg: 3.38 3.87 3.70 4/366 11161
/proc/meminfo: memFree=21261384/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=51064 CPUtime=0.09 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 6814 0 0 0 9 0 0 0 25 0 1 0 650474048 52289536 5705 33554432000 4194304 4580011 140733365921088 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 12766 5705 340 95 0 7748 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 51064

[startup+0.300363 s]
/proc/loadavg: 3.38 3.87 3.70 4/366 11161
/proc/meminfo: memFree=21261384/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=51064 CPUtime=0.29 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 6814 0 0 0 29 0 0 0 25 0 1 0 650474048 52289536 5705 33554432000 4194304 4580011 140733365921088 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 12766 5705 340 95 0 7748 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 51064

[startup+0.700283 s]
/proc/loadavg: 3.38 3.87 3.70 4/366 11161
/proc/meminfo: memFree=21261384/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=51064 CPUtime=0.69 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 6814 0 0 0 69 0 0 0 25 0 1 0 650474048 52289536 5705 33554432000 4194304 4580011 140733365921088 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 12766 5705 340 95 0 7748 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 51064

[startup+1.50113 s]
/proc/loadavg: 3.43 3.88 3.70 5/367 11162
/proc/meminfo: memFree=21130072/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=93184 CPUtime=1.49 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 16522 0 0 0 148 1 0 0 25 0 1 0 650474048 95420416 15413 33554432000 4194304 4580011 140733365921088 18446744073709551615 4231546 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 23296 15413 342 95 0 18278 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 93184

[startup+3.10085 s]
/proc/loadavg: 3.43 3.88 3.70 5/367 11162
/proc/meminfo: memFree=20968252/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=132640 CPUtime=3.09 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 26371 0 0 0 307 2 0 0 25 0 1 0 650474048 135823360 25262 33554432000 4194304 4580011 140733365921088 18446744073709551615 4292881 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 33160 25262 342 95 0 28142 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 132640

[startup+6.30027 s]
/proc/loadavg: 3.43 3.88 3.70 5/367 11162
/proc/meminfo: memFree=20892256/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=156624 CPUtime=6.29 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 34565 0 0 0 626 3 0 0 25 0 1 0 650474048 160382976 32185 33554432000 4194304 4580011 140733365921088 18446744073709551615 4293131 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 39156 32185 365 95 0 34138 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 156624

[startup+12.7011 s]
/proc/loadavg: 3.60 3.90 3.71 5/367 11162
/proc/meminfo: memFree=20822504/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=177640 CPUtime=12.69 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 42860 0 0 0 1264 5 0 0 25 0 1 0 650474048 181903360 35644 33554432000 4194304 4580011 140733365921088 18446744073709551615 4317179 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 44410 35644 367 95 0 39392 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 177640

[startup+25.5008 s]
/proc/loadavg: 3.66 3.90 3.71 5/367 11163
/proc/meminfo: memFree=20725320/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=188820 CPUtime=25.49 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 51564 0 0 0 2542 7 0 0 25 0 1 0 650474048 193351680 40042 33554432000 4194304 4580011 140733365921088 18446744073709551615 4294526 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 47205 40043 367 95 0 42187 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 188820

[startup+51.1012 s]
/proc/loadavg: 3.78 3.91 3.72 5/367 11163
/proc/meminfo: memFree=20553116/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=358352 CPUtime=51.09 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 89115 0 0 0 5096 13 0 0 25 0 1 0 650474048 366952448 69255 33554432000 4194304 4580011 140733365921088 18446744073709551615 4416631 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 89588 69255 367 95 0 84570 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 358352

[startup+102.314 s]
/proc/loadavg: 3.91 3.92 3.73 5/367 11174
/proc/meminfo: memFree=20384052/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=373000 CPUtime=102.31 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 130113 0 0 0 10213 18 0 0 25 0 1 0 650474048 381952000 84012 33554432000 4194304 4580011 140733365921088 18446744073709551615 4318403 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 93250 84012 367 95 0 88232 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 373000

[startup+162.301 s]
/proc/loadavg: 4.06 3.96 3.75 5/367 11175
/proc/meminfo: memFree=20248828/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=442156 CPUtime=162.3 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 165247 0 0 0 16205 25 0 0 25 0 1 0 650474048 452767744 84668 33554432000 4194304 4580011 140733365921088 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 110539 84668 367 95 0 105521 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 442156

[startup+222.3 s]
/proc/loadavg: 4.02 3.97 3.76 5/367 11177
/proc/meminfo: memFree=20198316/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=452764 CPUtime=222.3 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 195722 0 0 0 22199 31 0 0 25 0 1 0 650474048 463630336 88136 33554432000 4194304 4580011 140733365921088 18446744073709551615 4294313 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 113191 88136 367 95 0 108173 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 452764

[startup+282.3 s]
/proc/loadavg: 4.01 3.97 3.78 5/367 11178
/proc/meminfo: memFree=20092760/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=471600 CPUtime=282.3 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 222006 0 0 0 28194 36 0 0 25 0 1 0 650474048 482918400 92821 33554432000 4194304 4580011 140733365921088 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 117900 92821 367 95 0 112882 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 471600

[startup+342.301 s]
/proc/loadavg: 4.00 3.97 3.79 5/367 11183
/proc/meminfo: memFree=20057052/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=493572 CPUtime=342.3 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 249658 0 0 0 34188 42 0 0 25 0 1 0 650474048 505417728 96811 33554432000 4194304 4580011 140733365921088 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 123393 96811 367 95 0 118375 0
Current children cumulated CPU time (s) 342.3
Current children cumulated vsize (KiB) 493572

[startup+402.301 s]
/proc/loadavg: 4.00 3.97 3.80 5/367 11185
/proc/meminfo: memFree=20004068/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=497368 CPUtime=402.3 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 275342 0 0 0 40182 48 0 0 25 0 1 0 650474048 509304832 99454 33554432000 4194304 4580011 140733365921088 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 124342 99454 367 95 0 119324 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 497368

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.81 5/367 11186
/proc/meminfo: memFree=20030804/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=420644 CPUtime=462.3 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 302894 0 0 0 46175 55 0 0 25 0 1 0 650474048 430739456 94662 33554432000 4194304 4580011 140733365921088 18446744073709551615 4294498 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 105161 94662 367 95 0 100143 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 420644

[startup+522.301 s]
/proc/loadavg: 4.12 4.00 3.83 5/367 11188
/proc/meminfo: memFree=19967644/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=503252 CPUtime=522.31 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 331273 0 0 0 52169 62 0 0 25 0 1 0 650474048 515330048 100901 33554432000 4194304 4580011 140733365921088 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 125813 100901 367 95 0 120795 0
Current children cumulated CPU time (s) 522.31
Current children cumulated vsize (KiB) 503252

[startup+582.3 s]
/proc/loadavg: 4.11 4.02 3.84 5/367 11189
/proc/meminfo: memFree=19972328/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=504944 CPUtime=582.31 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 354928 0 0 0 58162 69 0 0 25 0 1 0 650474048 517062656 100200 33554432000 4194304 4580011 140733365921088 18446744073709551615 4295433 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 126236 100200 367 95 0 121218 0
Current children cumulated CPU time (s) 582.31
Current children cumulated vsize (KiB) 504944

[startup+642.3 s]
/proc/loadavg: 4.04 4.01 3.85 5/367 11191
/proc/meminfo: memFree=19881648/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=507072 CPUtime=642.31 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 379476 0 0 0 64157 74 0 0 25 0 1 0 650474048 519241728 103821 33554432000 4194304 4580011 140733365921088 18446744073709551615 4294341 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 126768 103821 367 95 0 121750 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 507072

[startup+702.301 s]
/proc/loadavg: 4.15 4.04 3.87 5/367 11193
/proc/meminfo: memFree=19939280/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=422252 CPUtime=702.31 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 409783 0 0 0 70152 79 0 0 25 0 1 0 650474048 432386048 94151 33554432000 4194304 4580011 140733365921088 18446744073709551615 4316695 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 105563 94151 367 95 0 100545 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 422252

[startup+762.314 s]
/proc/loadavg: 4.05 4.03 3.87 5/367 11194
/proc/meminfo: memFree=19851312/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=422524 CPUtime=762.33 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 430214 0 0 0 76149 84 0 0 25 0 1 0 650474048 432664576 95632 33554432000 4194304 4580011 140733365921088 18446744073709551615 4316670 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 105631 95632 367 95 0 100613 0
Current children cumulated CPU time (s) 762.33
Current children cumulated vsize (KiB) 422524

[startup+822.301 s]
/proc/loadavg: 4.02 4.02 3.88 5/367 11196
/proc/meminfo: memFree=19827940/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=514004 CPUtime=822.31 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 455097 0 0 0 82139 92 0 0 25 0 1 0 650474048 526340096 105223 33554432000 4194304 4580011 140733365921088 18446744073709551615 4316976 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 128501 105223 367 95 0 123483 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 514004

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 3.88 5/367 11197
/proc/meminfo: memFree=19807200/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=518724 CPUtime=882.32 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 483110 0 0 0 88133 99 0 0 25 0 1 0 650474048 531173376 99235 33554432000 4194304 4580011 140733365921088 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 129681 99235 367 95 0 124663 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 518724

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.89 5/367 11199
/proc/meminfo: memFree=19817204/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=520464 CPUtime=942.31 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 506596 0 0 0 94127 104 0 0 25 0 1 0 650474048 532955136 106826 33554432000 4194304 4580011 140733365921088 18446744073709551615 4294185 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 130116 106826 367 95 0 125098 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 520464

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/367 11201
/proc/meminfo: memFree=19648768/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=524652 CPUtime=1002.32 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 533891 0 0 0 100121 111 0 0 25 0 1 0 650474048 537243648 100654 33554432000 4194304 4580011 140733365921088 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 131163 100654 367 95 0 126145 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 524652

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.91 5/367 11202
/proc/meminfo: memFree=19593160/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=604444 CPUtime=1062.32 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 567333 0 0 0 106114 118 0 0 25 0 1 0 650474048 618950656 119584 33554432000 4194304 4580011 140733365921088 18446744073709551615 4406289 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 151111 119584 367 95 0 146093 0
Current children cumulated CPU time (s) 1062.32
Current children cumulated vsize (KiB) 604444

[startup+1122.3 s]
/proc/loadavg: 4.10 4.04 3.92 5/367 11204
/proc/meminfo: memFree=19512264/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=605184 CPUtime=1122.32 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 591459 0 0 0 112108 124 0 0 25 0 1 0 650474048 619708416 123667 33554432000 4194304 4580011 140733365921088 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 151296 123667 367 95 0 146278 0
Current children cumulated CPU time (s) 1122.32
Current children cumulated vsize (KiB) 605184

[startup+1182.3 s]
/proc/loadavg: 4.04 4.03 3.92 5/367 11205
/proc/meminfo: memFree=19553648/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=607292 CPUtime=1182.33 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 613283 0 0 0 118103 130 0 0 25 0 1 0 650474048 621867008 116378 33554432000 4194304 4580011 140733365921088 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 151823 116378 367 95 0 146805 0
Current children cumulated CPU time (s) 1182.33
Current children cumulated vsize (KiB) 607292

[startup+1242.3 s]
/proc/loadavg: 4.09 4.04 3.92 5/367 11207
/proc/meminfo: memFree=19509952/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=609628 CPUtime=1242.33 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 630085 0 0 0 124098 135 0 0 25 0 1 0 650474048 624259072 119288 33554432000 4194304 4580011 140733365921088 18446744073709551615 4322536 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 152407 119288 367 95 0 147389 0
Current children cumulated CPU time (s) 1242.33
Current children cumulated vsize (KiB) 609628



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.04 3.93 2/361 11212
/proc/meminfo: memFree=20821140/32951124 swapFree=65581052/67111528
[pid=11161] ppid=11159 vsize=610676 CPUtime=1300.03 cores=5,7
/proc/11161/stat : 11161 (strangenight2-s) R 11159 11161 11101 0 -1 4202496 645325 0 0 0 129864 139 0 0 25 0 1 0 650474048 625332224 121000 33554432000 4194304 4580011 140733365921088 18446744073709551615 4294501 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/11161/statm: 152669 121000 367 95 0 147651 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 610676

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

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

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.03
CPU time (s): 1300.07
CPU user time (s): 1298.66
CPU system time (s): 1.41379
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 610676

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

runsolver used 4.49332 second user time and 10.9143 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-14 17:59:23
IDJOB=3368458
IDBENCH=83135
IDSOLVER=1845
FILE ID=node137/3368458-1305388763
RUNJOBID= node137-1305388763-11122
PBS_JOBID= 13324416
Free space on /tmp= 73652 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT11/application/fuhs/slp-synthesis-AES/slp-synthesis-aes-bottom21.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368458-1305388763/watcher-3368458-1305388763 -o /tmp/evaluation-result-3368458-1305388763/solver-3368458-1305388763 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368458-1305388763.cnf

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

MD5SUM BENCH= e6407843d1fbd00b68d4ad600a25dfb2
RANDOM SEED=1803728889

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:      21261664 kB
Buffers:        267408 kB
Cached:        3702496 kB
SwapCached:      36328 kB
Active:        1668204 kB
Inactive:      9794932 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21261664 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:           31684 kB
Writeback:           0 kB
AnonPages:     7466504 kB
Mapped:          19052 kB
Slab:           120364 kB
PageTables:      40008 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 76038860 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= 73652 MiB
End job on node137 at 2011-05-14 18:21:05