Trace number 3368466

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.08 1300.05

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom25.cnf
MD5SUMc40bd543dad558d19995fef4fd742233
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 variables67777
Number of clauses227761
Sum of the clauses size582177
Maximum clause length2084
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2115213
Number of clauses of size 3111398
Number of clauses of size 4324
Number of clauses of size 523
Number of clauses of size over 5802

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-3368466-1305388647.cnf'
0.00/0.01	c -- header says num vars:          67777
0.00/0.01	c -- header says num clauses:      227761
0.00/0.08	c -- clauses added:            0 learnts,       227761 normals,            0 xors
0.00/0.08	c -- vars added      67777
0.00/0.08	c Parsing time:  0.06 s
0.00/0.08	c  N st     0         0     67777    111162    102291         0    549195         0   no data   no data
0.38/0.46	c asymm  cl-useful: 8/18120/111162 lits-rem:89 time: 0.37
5.79/5.81	c Flit:    95 Blit:   5804 bXBeca:    0 bXProp: 10991 Bins:      0 BRemL:      0 BRemN:      0 P: 113.4M T:  5.29
5.79/5.82	c Cleaning up after failed var search:     0.01 s 
5.79/5.85	c Replacing    10991 vars Replaced   313815 lits Time:     0.03 s 
5.79/5.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.79/5.88	c bin-w-bin subsume rem         1085 bins  time:  0.01 s
5.88/5.90	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.02 s
5.88/5.95	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  48051 time:  0.05 s
5.88/5.99	c Removed useless bin:      50  fixed:     0  props:   7.97M  time:  0.04 s
6.09/6.18	c lits-rem:         0  cl-subs:      330  v-elim:  16017  v-fix:    0  time:  0.18 s
6.29/6.33	c Finding binary XORs  T:     0.15 s  found:      25
6.29/6.33	c Replacing       25 vars Replaced      298 lits Time:     0.01 s 
6.39/6.42	c Finding non-binary XORs:     0.05 s (found:   15875, avg size: 3.0)
6.39/6.42	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   2591 locsubst: 10152 time:   0.03
6.39/6.43	c Replacing     5076 vars Replaced    30456 lits Time:     0.01 s 
6.39/6.44	c calculated reachability. Time: 0.01
6.39/6.44	c Calc default polars -  time:   0.00 s pos:    2582 undec:   43510 neg:   21685
6.39/6.44	c =========================================================================================
6.39/6.44	c types(t): F = full restart, N = normal restart
6.39/6.44	c types(t): S = simplification begin/end, E = solution found
6.39/6.44	c restart types(rt): st = static, dy = dynamic
6.39/6.44	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
6.39/6.44	c  B st     0         0     24342     40163     30611         0    264987         0   no data   no data
6.70/6.73	c Decided on static restart strategy
7.09/7.13	c  N st     8      4913     24340     40163     30732      4698    264987    169136   no data   no data
7.89/7.95	c  N st    10     11296     24339     40163     30832     10748    264987    403240   no data   no data
8.99/9.02	c  N st    11     17039     24338     40163     30846     16393    264987   1048235   no data   no data
10.09/10.12	c  F st    12     25003     24336     40163     30883     14765    264987    627174   no data   no data
10.09/10.15	c  N st    12     25003     24336     40163     30775     14678    264765    626325   no data   no data
10.79/10.89	c Decided on static restart strategy
10.79/10.89	c  N st    18     30000     24326     40163     30854     19508    264765    823739   no data   no data
10.79/10.89	c  S st    18     30000     24326     40163     30854     19508    264765    823739   no data   no data
10.99/11.06	c  S st    18     30501     24325     40163     30919     19941    264765    830201   no data   no data
10.99/11.08	c x-sub:  5076 x-cut:      0 vfix:      0 v-elim:   1296 locsubst:     0 time:   0.02
12.59/12.64	c Flit:    57 Blit:      1 bXBeca:    0 bXProp:    9 Bins: 370850 BRemL:  82705 BRemN:     11 P: 24.6M T:  1.56
12.59/12.67	c Replacing        9 vars Replaced      951 lits Time:     0.03 s 
12.59/12.68	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.69/12.72	c bin-w-bin subsume rem          125 bins  time:  0.03 s
12.69/12.75	c subs with bin:      751  lits-rem:       685  v-fix:    0  time:  0.03 s
12.79/12.80	c Subs w/ non-existent bins:    146 l-rem:      8 v-fix:     0 done:  22960 time:  0.04 s
12.79/12.81	c Removed useless bin:      13  fixed:     0  props:   0.83M  time:  0.01 s
12.79/12.89	c lits-rem:       376  cl-subs:      254  v-elim:   2806  v-fix:    0  time:  0.08 s
12.89/12.96	c subs with bin:       92  lits-rem:       808  v-fix:    0  time:  0.05 s
12.99/13.04	c lits-rem:       884  cl-subs:      539  v-elim:      0  v-fix:    0  time:  0.08 s
13.19/13.29	c asymm  cl-useful: 0/17088/39940 lits-rem:0 time: 0.25
13.19/13.31	c calculated reachability. Time: 0.01
13.19/13.31	c  N st    18     30501     20154     39940    280634      7918    239775    773115   no data   no data
13.39/13.43	c Finding binary XORs  T:     0.12 s  found:       0
14.48/14.51	c  N st    20     37615     20153     39940    280713     14796    239775   1075239   no data   no data
15.50/15.52	c  N st    21     44014     20151     39940    280745     11893    239775    934563   no data   no data
15.68/15.78	c  S st    22     45751     20151     39940    280754     13579    239775   1009103   no data   no data
15.88/15.93	c  S st    22     46252     20151     39940    280767     14057    239775   1017965   no data   no data
15.88/15.95	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    648 locsubst:     0 time:   0.02
16.89/16.93	c Flit:    29 Blit:      0 bXBeca:    0 bXProp:    0 Bins: 111421 BRemL:  56175 BRemN:      0 P: 11.9M T:  0.98
16.89/16.94	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.89/16.97	c bin-w-bin subsume rem          194 bins  time:  0.03 s
16.99/17.01	c subs with bin:      208  lits-rem:       424  v-fix:    0  time:  0.03 s
16.99/17.04	c Subs w/ non-existent bins:      0 l-rem:     96 v-fix:     0 done:  19474 time:  0.03 s
16.99/17.05	c Removed useless bin:      72  fixed:     0  props:   0.74M  time:  0.01 s
16.99/17.09	c lits-rem:         1  cl-subs:       49  v-elim:     29  v-fix:    0  time:  0.04 s
17.19/17.20	c subs with bin:       45  lits-rem:       433  v-fix:    0  time:  0.09 s
17.19/17.28	c lits-rem:       581  cl-subs:      345  v-elim:      0  v-fix:    0  time:  0.08 s
17.19/17.29	c vivif2 --  cl tried    39643 cl shrink      271 lits rem        818 time: 0.01
17.29/17.32	c vivif2 --  cl tried    10962 cl shrink     1331 lits rem       3388 time: 0.02
17.39/17.45	c asymm  cl-useful: 0/4337/39545 lits-rem:0 time: 0.13
17.39/17.46	c calculated reachability. Time: 0.01
17.39/17.46	c  N st    22     46252     19445     39545    268892     10962    235753    855648   no data   no data
17.49/17.56	c Finding binary XORs  T:     0.10 s  found:       0
21.19/21.28	c  N st    23     60649     19444     39545    268956     25117    235753   4193130   no data   no data
23.89/23.93	c  N st    24     69378     19442     39545    268958     19995    235753   2452834   no data   no data
23.89/23.93	c  S st    24     69378     19442     39545    268958     19995    235753   2452834   no data   no data
24.09/24.10	c  S st    24     69880     19442     39545    268966     20486    235753   2465260   no data   no data
24.09/24.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    288 locsubst:     0 time:   0.02
24.99/25.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      8 BRemL:  67455 BRemN:      0 P: 11.7M T:  0.92
24.99/25.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.99/25.08	c bin-w-bin subsume rem           46 bins  time:  0.02 s
25.09/25.10	c subs with bin:        5  lits-rem:         2  v-fix:    0  time:  0.03 s
25.09/25.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  19154 time:  0.03 s
25.09/25.14	c Removed useless bin:      82  fixed:     0  props:   0.78M  time:  0.01 s
25.09/25.18	c lits-rem:         0  cl-subs:       39  v-elim:     47  v-fix:    0  time:  0.04 s
25.30/25.31	c subs with bin:        2  lits-rem:        16  v-fix:    0  time:  0.10 s
25.30/25.35	c lits-rem:       174  cl-subs:      191  v-elim:      0  v-fix:    0  time:  0.04 s
25.30/25.36	c vivif2 --  cl tried    39548 cl shrink      160 lits rem        338 time: 0.01
25.30/25.37	c vivif2 --  cl tried    12588 cl shrink      129 lits rem       1667 time: 0.02
25.59/25.69	c asymm  cl-useful: 457/21206/39534 lits-rem:1878 time: 0.31
25.69/25.70	c calculated reachability. Time: 0.01
25.69/25.70	c  N st    24     69880     19107     39492    192325     12588    233155    677181   no data   no data
31.08/31.17	c  F st    25     87503     19107     39492    192373     15722    233155   1165771   no data   no data
31.18/31.21	c  N st    25     87503     19107     39491    192312     15722    233105   1165690   no data   no data
32.18/32.26	c  N dy    33     93657     19104     39491    192343     21782    233105   1635895      7.26      7.72
33.19/33.27	c  N dy    70     99843     19099     39491    192367     27864    233105   1978379     10.10     10.93
33.99/34.08	c  S st    93    104821     19099     39491    192391     32744    233105   2164622      9.79      9.50
34.20/34.24	c  S st    93    105322     19099     39491    192401     33235    233105   2187999      9.79   no data
34.20/34.26	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    144 locsubst:     0 time:   0.02
35.30/35.39	c Flit:     7 Blit:      2 bXBeca:    0 bXProp:   17 Bins:  26067 BRemL:  36859 BRemN:      0 P: 14.4M T:  1.12
35.39/35.42	c Replacing       17 vars Replaced      673 lits Time:     0.03 s 
35.39/35.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.39/35.44	c bin-w-bin subsume rem           55 bins  time:  0.01 s
35.39/35.47	c subs with bin:       80  lits-rem:        90  v-fix:    0  time:  0.02 s
35.39/35.49	c Subs w/ non-existent bins:      0 l-rem:      3 v-fix:     0 done:  18929 time:  0.03 s
35.49/35.50	c Removed useless bin:       4  fixed:     0  props:   0.67M  time:  0.01 s
35.49/35.54	c lits-rem:        21  cl-subs:      195  v-elim:     60  v-fix:    0  time:  0.04 s
36.88/36.93	c subs with bin:       37  lits-rem:       295  v-fix:    0  time:  1.31 s
37.39/37.46	c lits-rem:      1664  cl-subs:      827  v-elim:      0  v-fix:    0  time:  0.52 s
37.39/37.47	c vivif2 --  cl tried    39150 cl shrink       20 lits rem         27 time: 0.01
37.50/37.55	c vivif2 --  cl tried    30295 cl shrink     3279 lits rem      52512 time: 0.08
37.79/37.83	c asymm  cl-useful: 43/13333/39143 lits-rem:129 time: 0.28
37.79/37.84	c calculated reachability. Time: 0.01
37.79/37.84	c  N dy    93    105322     18869     39100    160622     30289    230735   1760168      9.79   no data
37.89/37.94	c Finding binary XORs  T:     0.10 s  found:      15
39.19/39.23	c  N dy   135    112098     18864     39100    160653     18510    230734    637484     10.20     13.40
40.38/40.43	c  N dy   180    119259     18860     39100    160680     25542    230732    974401     10.53     13.17
41.68/41.78	c  N dy   221    127140     18859     39100    160702     33306    230731   1584743     10.56     11.15
43.18/43.25	c  N dy   254    135394     18859     39100    160719     41424    230731   2055116     10.60     11.16
44.78/44.89	c  N dy   286    144150     18858     39100    160759     28512    230731   1026426     10.52     11.20
46.58/46.69	c  N dy   332    153960     18857     39100    160786     38188    230731   1739691     10.57     11.14
47.40/47.49	c  S st   357    157983     18856     39100    160802     42153    230731   2087524     10.63      7.33
47.59/47.67	c  S st   357    158483     18855     39100    160805     42645    230731   2101111     10.63   no data
47.59/47.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
48.89/48.90	c Flit:     5 Blit:      1 bXBeca:    0 bXProp:   79 Bins:  54287 BRemL:  43476 BRemN:      2 P: 16.9M T:  1.20
48.89/48.93	c Replacing       94 vars Replaced     4162 lits Time:     0.03 s 
48.89/48.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.89/48.96	c bin-w-bin subsume rem          213 bins  time:  0.01 s
48.89/48.98	c subs with bin:      154  lits-rem:       119  v-fix:    0  time:  0.03 s
48.99/49.01	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  18755 time:  0.03 s
48.99/49.02	c Removed useless bin:       4  fixed:     0  props:   0.56M  time:  0.01 s
48.99/49.07	c lits-rem:         0  cl-subs:      135  v-elim:     50  v-fix:    0  time:  0.04 s
50.39/50.47	c subs with bin:      158  lits-rem:      5318  v-fix:    0  time:  1.34 s
51.09/51.15	c lits-rem:      2851  cl-subs:     1122  v-elim:      0  v-fix:    0  time:  0.67 s
51.09/51.16	c vivif2 --  cl tried    38684 cl shrink        3 lits rem         10 time: 0.01
51.19/51.26	c vivif2 --  cl tried    40315 cl shrink     5886 lits rem      52511 time: 0.10
51.29/51.35	c asymm  cl-useful: 75/4143/38682 lits-rem:225 time: 0.09
51.29/51.36	c calculated reachability. Time: 0.01
51.29/51.36	c  N dy   357    158483     18705     38607    157855     40309    228428   1924442     10.63   no data
51.39/51.46	c Finding binary XORs  T:     0.10 s  found:      31
53.28/53.32	c  N dy   398    168635     18701     38607    157882     27294    228428    996091     10.54     11.17
55.18/55.27	c  N dy   462    179461     18698     38607    157896     37947    228428   1595342     10.63     16.48
57.48/57.56	c  N dy   518    190932     18693     38607    157908     49256    228427   2205563     10.68     12.63
59.88/59.90	c  N dy   592    203767     18693     38607    157915     37123    228427   1440558     10.81     11.66
62.58/62.67	c  N dy   659    217075     18692     38607    157934     50247    228425   2240988     10.88     11.47
65.38/65.43	c  N dy   700    231235     18692     38607    157942     38004    228425   1659029     10.76     11.39
66.58/66.61	c  S st   741    237725     18692     38607    157947     44424    228425   2079287     10.80   no data
66.68/66.79	c  S st   741    238227     18692     38607    157948     44924    228425   2092550     10.80   no data
66.78/66.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
67.88/67.91	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   23 Bins:   7791 BRemL:  45585 BRemN:     34 P: 19.5M T:  1.10
67.88/67.95	c Replacing       54 vars Replaced     1043 lits Time:     0.03 s 
67.88/67.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
67.88/67.97	c bin-w-bin subsume rem          107 bins  time:  0.01 s
67.88/67.99	c subs with bin:       77  lits-rem:        54  v-fix:    0  time:  0.02 s
67.98/68.01	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:  18638 time:  0.02 s
67.98/68.03	c Removed useless bin:       2  fixed:     0  props:   0.73M  time:  0.01 s
67.98/68.06	c lits-rem:         3  cl-subs:       62  v-elim:     27  v-fix:    0  time:  0.04 s
69.18/69.25	c subs with bin:       70  lits-rem:       806  v-fix:    0  time:  1.14 s
69.68/69.76	c lits-rem:      1630  cl-subs:     1008  v-elim:      0  v-fix:    0  time:  0.50 s
69.68/69.77	c vivif2 --  cl tried    38426 cl shrink       24 lits rem         24 time: 0.01
69.78/69.85	c vivif2 --  cl tried    40218 cl shrink     3553 lits rem      42205 time: 0.08
70.08/70.19	c asymm  cl-useful: 128/19277/38426 lits-rem:265 time: 0.33
70.18/70.20	c calculated reachability. Time: 0.01
70.18/70.20	c  N dy   741    238227     18611     38420    108939     40218    226878   1532406     10.80   no data
70.28/70.30	c Finding binary XORs  T:     0.10 s  found:       0
73.58/73.64	c  N dy   789    253476     18609     38420    108957     29641    226878    902332     10.71     16.51
76.88/76.91	c  N dy   874    269810     18608     38420    108961     45721    226877   1738951     10.79     11.38
80.39/80.42	c  N dy   974    287071     18608     38420    108962     35223    226877   1085325     10.92     11.52
84.28/84.40	c  F st  1073    306252     18608     38420    108967     54171    226877   2050448     10.98      9.69
84.38/84.43	c  N st  1073    306252     18608     38417    105447     54058    226833   2042159     10.98      9.69
85.48/85.55	c Decided on static restart strategy
90.88/90.98	c  N st  1083    334558     18608     38417    105456     53012    226833   4179201     10.98   no data
99.18/99.28	c  N st  1085    357341     18608     38417    105458     46872    226833   8519340     10.98   no data
99.18/99.28	c  S st  1085    357341     18608     38417    105458     46872    226833   8519340     10.98   no data
99.39/99.48	c  S st  1085    357842     18608     38417    105458     47368    226833   8531515     10.98   no data
99.49/99.51	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
100.29/100.39	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:    745 BRemL:   1358 BRemN:      4 P: 18.2M T:  0.88
100.39/100.42	c Replacing        5 vars Replaced      367 lits Time:     0.03 s 
100.39/100.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
100.39/100.44	c bin-w-bin subsume rem           41 bins  time:  0.01 s
100.39/100.46	c subs with bin:       10  lits-rem:         8  v-fix:    0  time:  0.02 s
100.39/100.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  18603 time:  0.02 s
100.49/100.50	c Removed useless bin:       0  fixed:     0  props:   0.72M  time:  0.01 s
100.49/100.57	c lits-rem:         0  cl-subs:       53  v-elim:      8  v-fix:    0  time:  0.07 s
102.18/102.23	c subs with bin:       29  lits-rem:       296  v-fix:    0  time:  1.35 s
106.48/106.52	c lits-rem:      5101  cl-subs:      952  v-elim:      0  v-fix:    0  time:  4.28 s
106.48/106.53	c vivif2 --  cl tried    38337 cl shrink        0 lits rem          0 time: 0.01
106.98/107.00	c vivif2 --  cl tried    45916 cl shrink    10047 lits rem     281657 time: 0.46
107.18/107.28	c asymm  cl-useful: 1/6594/38337 lits-rem:3 time: 0.28
107.18/107.30	c calculated reachability. Time: 0.01
107.28/107.30	c  N st  1085    357842     18595     38336    103518     45915    226443   7787743     10.98   no data
107.28/107.39	c Finding binary XORs  T:     0.10 s  found:       0
115.49/115.53	c  N st  1086    390235     18595     38336    103525     47691    226443   4154365     10.98   no data
136.68/136.70	c  N st  1087    438826     18595     38336    103525     63842    226442   8505810     10.98   no data
175.99/176.03	c  N st  1088    511709     18595     38336    103525     68652    226442  20800813     10.98   no data
182.39/182.46	c  N st  1089    536764     18595     38336    103530     57877    226442   5823787     10.98   no data
182.39/182.46	c  S st  1089    536764     18595     38336    103530     57877    226442   5823787     10.98   no data
182.60/182.71	c  S st  1089    537268     18595     38336    103530     58380    226442   5839947     10.98   no data
182.70/182.73	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
183.70/183.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   3208 BRemL:   6268 BRemN:      0 P: 21.3M T:  0.97
183.70/183.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
183.70/183.72	c bin-w-bin subsume rem            9 bins  time:  0.01 s
183.70/183.74	c subs with bin:        4  lits-rem:         2  v-fix:    0  time:  0.02 s
183.70/183.77	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  18595 time:  0.02 s
183.70/183.78	c Removed useless bin:       1  fixed:     0  props:   0.71M  time:  0.01 s
183.80/183.85	c lits-rem:         0  cl-subs:        6  v-elim:      2  v-fix:    0  time:  0.07 s
185.39/185.41	c subs with bin:        3  lits-rem:         0  v-fix:    0  time:  1.37 s
187.89/187.94	c lits-rem:      2171  cl-subs:     1160  v-elim:      0  v-fix:    0  time:  2.53 s
187.89/187.95	c vivif2 --  cl tried    38329 cl shrink        2 lits rem          2 time: 0.01
188.20/188.24	c vivif2 --  cl tried    56730 cl shrink    10670 lits rem     142914 time: 0.28
188.49/188.50	c asymm  cl-useful: 1/12457/38328 lits-rem:3 time: 0.26
188.49/188.51	c calculated reachability. Time: 0.01
188.49/188.51	c  N st  1089    537268     18593     38327     99553     56730    226379   5394273     10.98   no data
188.59/188.61	c Finding binary XORs  T:     0.10 s  found:       0
269.29/269.30	c  N st  1090    701252     18593     38327     99560     67864    226377  11225255     10.98   no data
321.30/321.39	c  N st  1091    805902     18593     38327     99560     89556    226377  19417692     10.98   no data
321.30/321.39	c  S st  1091    805902     18593     38327     99560     89556    226377  19417692     10.98   no data
321.59/321.67	c  S st  1091    806404     18593     38327     99560     90055    226377  19433582     10.98   no data
321.69/321.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
322.79/322.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:     58 BRemL:     96 BRemN:      0 P: 24.6M T:  1.11
322.79/322.88	c Replacing        1 vars Replaced      558 lits Time:     0.05 s 
322.79/322.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
322.89/322.90	c bin-w-bin subsume rem            1 bins  time:  0.01 s
322.89/322.92	c subs with bin:        0  lits-rem:         9  v-fix:    0  time:  0.02 s
322.89/322.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  18592 time:  0.02 s
322.89/322.96	c Removed useless bin:       0  fixed:     0  props:   0.72M  time:  0.01 s
323.09/323.12	c lits-rem:         0  cl-subs:       17  v-elim:      1  v-fix:    0  time:  0.16 s
325.39/325.41	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  1.58 s
338.59/338.62	c lits-rem:     23438  cl-subs:     1094  v-elim:      0  v-fix:    0  time: 13.20 s
338.59/338.63	c vivif2 --  cl tried    38311 cl shrink        0 lits rem          0 time: 0.01
339.90/339.99	c vivif2 --  cl tried    88936 cl shrink    30329 lits rem     756648 time: 1.34
340.29/340.32	c asymm  cl-useful: 29/2815/38311 lits-rem:40 time: 0.33
340.29/340.34	c calculated reachability. Time: 0.01
340.29/340.34	c  N st  1091    806404     18591     38310     99399     88936    226255  18505261     10.98   no data
532.10/532.11	c  F st  1092   1071876     18591     38310     99403     81555    226255  15755630     10.98   no data
532.10/532.13	c  N st  1092   1071876     18591     38310     99403     81555    226255  15755630     10.98   no data
534.10/534.15	c Decided on static restart strategy
543.10/543.11	c  N st  1102   1100178     18590     38310     99408     60818    226255   5081594     10.98   no data
558.80/558.87	c  N st  1104   1136170     18590     38310     99409     96605    226255  14635171     10.98   no data
574.59/574.60	c  N st  1105   1168562     18590     38310     99410     79235    226255  13460739     10.98   no data
587.90/587.97	c  N st  1106   1209608     18590     38310     99410     69145    226255   4914073     10.98   no data
587.90/587.97	c  S st  1106   1209608     18590     38310     99410     69145    226255   4914073     10.98   no data
588.20/588.22	c  S st  1106   1210109     18590     38310     99410     69645    226255   4932413     10.98   no data
588.20/588.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
589.20/589.23	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:    290 BRemL:    509 BRemN:      0 P: 22.6M T:  0.98
589.20/589.28	c Replacing        1 vars Replaced       22 lits Time:     0.06 s 
589.20/589.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
589.30/589.30	c bin-w-bin subsume rem            1 bins  time:  0.01 s
589.30/589.32	c subs with bin:        5  lits-rem:         2  v-fix:    0  time:  0.02 s
589.30/589.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  18589 time:  0.02 s
589.30/589.36	c Removed useless bin:       2  fixed:     0  props:   0.73M  time:  0.01 s
589.40/589.43	c lits-rem:         0  cl-subs:       12  v-elim:      1  v-fix:    0  time:  0.07 s
591.00/591.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
593.50/593.54	c lits-rem:      4151  cl-subs:     1191  v-elim:      0  v-fix:    0  time:  2.53 s
593.50/593.55	c vivif2 --  cl tried    38290 cl shrink        0 lits rem          0 time: 0.01
593.80/593.80	c vivif2 --  cl tried    68365 cl shrink     8658 lits rem     117581 time: 0.24
594.11/594.16	c asymm  cl-useful: 35/19310/38290 lits-rem:38 time: 0.36
594.11/594.17	c calculated reachability. Time: 0.01
594.11/594.17	c  N st  1106   1210109     18588     38289     97901     68365    226110   4700838     10.98   no data
645.40/645.49	c  N st  1107   1282991     18588     38289     97903     89160    226110  18516784     10.98   no data
702.60/702.68	c  N st  1108   1392318     18588     38289     97905     91996    226110  17615068     10.98   no data
862.01/862.04	c  N st  1109   1556302     18588     38289     97909     88235    226108  17293147     10.98   no data
913.21/913.22	c  N st  1110   1710111     18588     38289     97909     63529    226108   3818261     10.98   no data
913.21/913.22	c  S st  1110   1710111     18588     38289     97909     63529    226108   3818261     10.98   no data
913.41/913.47	c  S st  1110   1710613     18588     38289     97909     64029    226108   3832026     10.98   no data
913.51/913.50	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
914.41/914.45	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     38 BRemL:     95 BRemN:      0 P: 20.8M T:  0.95
914.41/914.47	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
914.41/914.47	c bin-w-bin subsume rem            1 bins  time:  0.01 s
914.41/914.49	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.02 s
914.51/914.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  18588 time:  0.02 s
914.51/914.53	c Removed useless bin:       0  fixed:     0  props:   0.73M  time:  0.01 s
914.51/914.60	c lits-rem:         0  cl-subs:        6  v-elim:      0  v-fix:    0  time:  0.06 s
916.11/916.10	c subs with bin:       14  lits-rem:        44  v-fix:    0  time:  1.39 s
918.91/918.97	c lits-rem:       983  cl-subs:      796  v-elim:      0  v-fix:    0  time:  2.86 s
918.91/918.98	c vivif2 --  cl tried    38282 cl shrink        0 lits rem          0 time: 0.01
919.11/919.10	c vivif2 --  cl tried    63219 cl shrink     1416 lits rem      21148 time: 0.13
919.41/919.43	c asymm  cl-useful: 0/9785/38282 lits-rem:0 time: 0.32
919.41/919.44	c calculated reachability. Time: 0.00
919.41/919.44	c  N st  1110   1710613     18588     38282     97851     63219    226079   3776965     10.98   no data
1261.22/1261.29	c  N st  1111   2079578     18588     38282     97857    118775    226079  28626161     10.98   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-3368466-1305388647/watcher-3368466-1305388647 -o /tmp/evaluation-result-3368466-1305388647/solver-3368466-1305388647 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368466-1305388647.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 3.19 3.84 3.83 4/365 12991
/proc/meminfo: memFree=25528980/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=21392 CPUtime=0 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 657 0 0 0 0 0 0 0 21 0 1 0 729095398 21905408 597 33554432000 4194304 4580011 140736770228624 18446744073709551615 251367546624 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 5348 608 307 95 0 330 0

[startup+0.110666 s]
/proc/loadavg: 3.19 3.84 3.83 4/365 12991
/proc/meminfo: memFree=25528980/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=61180 CPUtime=0.09 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 9805 0 0 0 8 1 0 0 21 0 1 0 729095398 62648320 7657 33554432000 4194304 4580011 140736770228624 18446744073709551615 4294188 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 15295 7657 340 95 0 10277 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 61180

[startup+0.20065 s]
/proc/loadavg: 3.19 3.84 3.83 4/365 12991
/proc/meminfo: memFree=25528980/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=61180 CPUtime=0.18 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 9808 0 0 0 17 1 0 0 21 0 1 0 729095398 62648320 7660 33554432000 4194304 4580011 140736770228624 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 15295 7660 340 95 0 10277 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 61180

[startup+0.300637 s]
/proc/loadavg: 3.19 3.84 3.83 4/365 12991
/proc/meminfo: memFree=25528980/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=61180 CPUtime=0.28 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 9808 0 0 0 27 1 0 0 22 0 1 0 729095398 62648320 7660 33554432000 4194304 4580011 140736770228624 18446744073709551615 4293925 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 15295 7660 340 95 0 10277 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 61180

[startup+0.700555 s]
/proc/loadavg: 3.19 3.84 3.83 4/365 12991
/proc/meminfo: memFree=25528980/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=74648 CPUtime=0.69 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 13049 0 0 0 67 2 0 0 23 0 1 0 729095398 76439552 10901 33554432000 4194304 4580011 140736770228624 18446744073709551615 4234877 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 18662 10901 342 95 0 13644 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 74648

[startup+1.50041 s]
/proc/loadavg: 3.34 3.86 3.84 5/371 13002
/proc/meminfo: memFree=25361788/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=119064 CPUtime=1.48 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 22941 0 0 0 145 3 0 0 25 0 1 0 729095398 121921536 20793 33554432000 4194304 4580011 140736770228624 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 29766 20793 342 95 0 24748 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 119064

[startup+3.10111 s]
/proc/loadavg: 3.34 3.86 3.84 5/371 13002
/proc/meminfo: memFree=25185084/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=212664 CPUtime=3.09 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 43165 0 0 0 302 7 0 0 25 0 1 0 729095398 217767936 41017 33554432000 4194304 4580011 140736770228624 18446744073709551615 251367207621 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 53166 41017 342 95 0 48148 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 212664

[startup+6.30053 s]
/proc/loadavg: 3.34 3.86 3.84 5/371 13002
/proc/meminfo: memFree=25015716/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=256676 CPUtime=6.29 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 54284 0 0 0 621 8 0 0 25 0 1 0 729095398 262836224 52136 33554432000 4194304 4580011 140736770228624 18446744073709551615 4497262 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 64169 52136 357 95 0 59151 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 256676

[startup+12.7003 s]
/proc/loadavg: 3.44 3.86 3.84 5/371 13002
/proc/meminfo: memFree=24908084/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=279656 CPUtime=12.69 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 61530 0 0 0 1260 9 0 0 25 0 1 0 729095398 286367744 56882 33554432000 4194304 4580011 140736770228624 18446744073709551615 4447529 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 69914 56882 367 95 0 64896 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 279656

[startup+25.501 s]
/proc/loadavg: 3.52 3.87 3.84 5/371 13002
/proc/meminfo: memFree=24790944/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=301216 CPUtime=25.49 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 73397 0 0 0 2538 11 0 0 25 0 1 0 729095398 308445184 62023 33554432000 4194304 4580011 140736770228624 18446744073709551615 4293260 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 75304 62023 367 95 0 70286 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 301216

[startup+51.1013 s]
/proc/loadavg: 3.69 3.88 3.84 5/371 13003
/proc/meminfo: memFree=24607416/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=339120 CPUtime=51.09 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 92606 0 0 0 5095 14 0 0 25 0 1 0 729095398 347258880 71816 33554432000 4194304 4580011 140736770228624 18446744073709551615 4416613 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 84780 71816 368 95 0 79762 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 339120

[startup+102.301 s]
/proc/loadavg: 3.87 3.89 3.85 5/371 13004
/proc/meminfo: memFree=24382528/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=553364 CPUtime=102.29 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 135954 0 0 0 10209 20 0 0 25 0 1 0 729095398 566644736 110208 33554432000 4194304 4580011 140736770228624 18446744073709551615 4451804 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 138341 110208 371 95 0 133323 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 553364

[startup+162.301 s]
/proc/loadavg: 4.19 3.96 3.87 5/371 13006
/proc/meminfo: memFree=24293824/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=583864 CPUtime=162.28 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 195582 0 0 0 16197 31 0 0 25 0 1 0 729095398 597876736 109906 33554432000 4194304 4580011 140736770228624 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 145966 109906 367 95 0 140948 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 583864

[startup+222.314 s]
/proc/loadavg: 4.25 4.01 3.89 5/371 13017
/proc/meminfo: memFree=24198756/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=600656 CPUtime=222.3 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 251416 0 0 0 22190 40 0 0 25 0 1 0 729095398 615071744 117932 33554432000 4194304 4580011 140736770228624 18446744073709551615 4293051 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 150164 117932 367 95 0 145146 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 600656

[startup+282.301 s]
/proc/loadavg: 4.09 4.01 3.90 5/371 13018
/proc/meminfo: memFree=24143308/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=649468 CPUtime=282.29 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 290733 0 0 0 28181 48 0 0 25 0 1 0 729095398 665055232 125721 33554432000 4194304 4580011 140736770228624 18446744073709551615 4294346 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 162367 125721 367 95 0 157349 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 649468

[startup+342.301 s]
/proc/loadavg: 4.03 4.00 3.90 5/371 13020
/proc/meminfo: memFree=23914748/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=801272 CPUtime=342.29 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 382685 0 0 0 34168 61 0 0 25 0 1 0 729095398 820502528 179742 33554432000 4194304 4580011 140736770228624 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 200318 179742 367 95 0 195300 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 801272

[startup+402.301 s]
/proc/loadavg: 4.08 4.02 3.91 5/371 13021
/proc/meminfo: memFree=23629892/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=849728 CPUtime=402.29 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 427473 0 0 0 40159 70 0 0 25 0 1 0 729095398 870121472 190851 33554432000 4194304 4580011 140736770228624 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 212432 190851 367 95 0 207414 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 849728

[startup+462.3 s]
/proc/loadavg: 4.10 4.03 3.92 5/371 13023
/proc/meminfo: memFree=23664216/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=949788 CPUtime=462.29 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 459860 0 0 0 46154 75 0 0 25 0 1 0 729095398 972582912 206542 33554432000 4194304 4580011 140736770228624 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 237447 206542 367 95 0 232429 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 949788

[startup+522.3 s]
/proc/loadavg: 4.16 4.05 3.93 5/371 13025
/proc/meminfo: memFree=23717508/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=909364 CPUtime=522.3 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 492151 0 0 0 52148 82 0 0 25 0 1 0 729095398 931188736 186386 33554432000 4194304 4580011 140736770228624 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 227341 186386 367 95 0 222323 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 909364

[startup+582.3 s]
/proc/loadavg: 4.11 4.06 3.93 5/371 13026
/proc/meminfo: memFree=23672576/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=911536 CPUtime=582.3 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 536383 0 0 0 58139 91 0 0 25 0 1 0 729095398 933412864 190896 33554432000 4194304 4580011 140736770228624 18446744073709551615 4317008 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 227884 190896 367 95 0 222866 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 911536

[startup+642.3 s]
/proc/loadavg: 4.04 4.04 3.93 5/371 13028
/proc/meminfo: memFree=23537264/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=938384 CPUtime=642.3 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 575651 0 0 0 64131 99 0 0 25 0 1 0 729095398 960905216 198469 33554432000 4194304 4580011 140736770228624 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 234596 198469 367 95 0 229578 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 938384

[startup+702.301 s]
/proc/loadavg: 4.01 4.03 3.93 5/371 13029
/proc/meminfo: memFree=23554836/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=940456 CPUtime=702.3 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 614267 0 0 0 70121 109 0 0 25 0 1 0 729095398 963026944 199298 33554432000 4194304 4580011 140736770228624 18446744073709551615 4316629 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 235114 199298 367 95 0 230096 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 940456

[startup+762.301 s]
/proc/loadavg: 4.12 4.05 3.94 5/371 13031
/proc/meminfo: memFree=22976824/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=968072 CPUtime=762.31 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 647340 0 0 0 76113 118 0 0 25 0 1 0 729095398 991305728 215499 33554432000 4194304 4580011 140736770228624 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 242018 215499 367 95 0 237000 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 968072

[startup+822.301 s]
/proc/loadavg: 4.04 4.04 3.94 5/371 13033
/proc/meminfo: memFree=22956100/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=942556 CPUtime=822.31 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 671087 0 0 0 82108 123 0 0 25 0 1 0 729095398 965177344 209723 33554432000 4194304 4580011 140736770228624 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 235639 209723 367 95 0 230621 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 942556

[startup+882.314 s]
/proc/loadavg: 4.01 4.03 3.94 5/371 13034
/proc/meminfo: memFree=23019804/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=830636 CPUtime=882.32 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 694254 0 0 0 88105 127 0 0 25 0 1 0 729095398 850571264 188809 33554432000 4194304 4580011 140736770228624 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 207659 188809 367 95 0 202641 0
Current children cumulated CPU time (s) 882.32
Current children cumulated vsize (KiB) 830636

[startup+942.301 s]
/proc/loadavg: 4.00 4.02 3.94 5/371 13036
/proc/meminfo: memFree=22921576/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=944820 CPUtime=942.31 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 705730 0 0 0 94101 130 0 0 25 0 1 0 729095398 967495680 200032 33554432000 4194304 4580011 140736770228624 18446744073709551615 4318723 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 236205 200032 367 95 0 231187 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 944820

[startup+1002.3 s]
/proc/loadavg: 4.07 4.05 3.96 5/371 13037
/proc/meminfo: memFree=22849244/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=948572 CPUtime=1002.31 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 734175 0 0 0 100096 135 0 0 25 0 1 0 729095398 971337728 207703 33554432000 4194304 4580011 140736770228624 18446744073709551615 4292920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 237143 207703 367 95 0 232125 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 948572

[startup+1062.3 s]
/proc/loadavg: 4.03 4.04 3.96 5/371 13039
/proc/meminfo: memFree=22752860/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=980808 CPUtime=1062.31 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 769051 0 0 0 106089 142 0 0 25 0 1 0 729095398 1004347392 219499 33554432000 4194304 4580011 140736770228624 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 245202 219499 367 95 0 240184 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 980808

[startup+1122.3 s]
/proc/loadavg: 4.04 4.04 3.96 5/371 13041
/proc/meminfo: memFree=22705328/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=952700 CPUtime=1122.31 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 792975 0 0 0 112084 147 0 0 25 0 1 0 729095398 975564800 211636 33554432000 4194304 4580011 140736770228624 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 238175 211636 367 95 0 233157 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 952700

[startup+1182.3 s]
/proc/loadavg: 4.01 4.03 3.96 5/371 13042
/proc/meminfo: memFree=22716580/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=986148 CPUtime=1182.32 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 820998 0 0 0 118078 154 0 0 25 0 1 0 729095398 1009815552 213171 33554432000 4194304 4580011 140736770228624 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 246537 213171 367 95 0 241519 0
Current children cumulated CPU time (s) 1182.32
Current children cumulated vsize (KiB) 986148

[startup+1242.3 s]
/proc/loadavg: 4.00 4.02 3.96 5/371 13044
/proc/meminfo: memFree=22738872/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=959808 CPUtime=1242.32 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 846311 0 0 0 124072 160 0 0 25 0 1 0 729095398 982843392 203247 33554432000 4194304 4580011 140736770228624 18446744073709551615 4316993 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 239952 203247 367 95 0 234934 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 959808



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.15 4.06 3.98 3/367 13047
/proc/meminfo: memFree=24159416/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=993576 CPUtime=1300.03 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 879002 0 0 0 129837 166 0 0 25 0 1 0 729095398 1017421824 211075 33554432000 4194304 4580011 140736770228624 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 248394 211075 367 95 0 243376 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 993576

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

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

[startup+1300 s]
/proc/loadavg: 4.15 4.06 3.98 3/367 13047
/proc/meminfo: memFree=24159416/32950928 swapFree=38710892/67111528
[pid=12991] ppid=12989 vsize=993576 CPUtime=1300.03 cores=4,6
/proc/12991/stat : 12991 (strangenight2-s) R 12989 12991 12941 0 -1 4202496 879002 0 0 0 129837 166 0 0 25 0 1 0 729095398 1017421824 211075 33554432000 4194304 4580011 140736770228624 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/12991/statm: 248394 211075 367 95 0 243376 0
Current children cumulated CPU time (s) 1300.03
Current children cumulated vsize (KiB) 993576

Child ended because it received signal 15 (SIGTERM)
Real time (s): 1300.05
CPU time (s): 1300.08
CPU user time (s): 1298.38
CPU system time (s): 1.69474
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 1135984

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

runsolver used 4.90025 second user time and 10.4854 second system time

The end

Launcher Data

Begin job on node113 at 2011-05-14 17:57:27
IDJOB=3368466
IDBENCH=83109
IDSOLVER=1845
FILE ID=node113/3368466-1305388647
RUNJOBID= node113-1305388647-12960
PBS_JOBID= 13324409
Free space on /tmp= 73424 MiB

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

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

MD5SUM BENCH= c40bd543dad558d19995fef4fd742233
RANDOM SEED=575892427

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:      25529260 kB
Buffers:        242552 kB
Cached:        2483336 kB
SwapCached:      93712 kB
Active:         786188 kB
Inactive:      6372608 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      25529260 kB
SwapTotal:    67111528 kB
SwapFree:     38710892 kB
Dirty:           26844 kB
Writeback:          12 kB
AnonPages:     4350728 kB
Mapped:          14180 kB
Slab:           103436 kB
PageTables:      92420 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 87148708 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= 73428 MiB
End job on node113 at 2011-05-14 18:19:09