Trace number 3289289

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? (TO) 1300.05 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom19.cnf
MD5SUMd725e0d6a363434dce7cb39ffdb1b83f
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 variables40286
Number of clauses134663
Sum of the clauses size343327
Maximum clause length1301
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 269181
Number of clauses of size 364779
Number of clauses of size 4189
Number of clauses of size 517
Number of clauses of size over 5496

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3289289-1303776603.cnf'
0.00/0.00	c -- header says num vars:          40286
0.00/0.00	c -- header says num clauses:      134663
0.00/0.05	c -- clauses added:            0 learnts,       134663 normals,            0 xors
0.00/0.05	c -- vars added      40286
0.00/0.05	c Parsing time:  0.04 s
0.00/0.05	c  N st     0         0     40286     64540     61901         0    324131         0   no data   no data
0.79/0.81	c asymm  cl-useful: 8/41688/64540 lits-rem:89 time: 0.76
2.99/3.06	c Flit:    77 Blit:   3602 bXBeca:    0 bXProp: 6566 Bins:      0 BRemL:      0 BRemN:      0 P: 46.5M T:  2.22
2.99/3.07	c Cleaning up after failed var search:     0.00 s 
2.99/3.09	c Replacing     6566 vars Replaced   182598 lits Time:     0.02 s 
3.09/3.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.09/3.10	c bin-w-bin subsume rem          797 bins  time:  0.00 s
3.09/3.11	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.01 s
3.09/3.14	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  28162 time:  0.03 s
3.09/3.17	c Removed useless bin:      44  fixed:     0  props:   4.21M  time:  0.02 s
3.19/3.27	c lits-rem:         0  cl-subs:      240  v-elim:   9387  v-fix:    0  time:  0.10 s
3.29/3.34	c Finding binary XORs  T:     0.06 s  found:      19
3.29/3.34	c Replacing       19 vars Replaced      232 lits Time:     0.00 s 
3.29/3.38	c Finding non-binary XORs:     0.03 s (found:    9044, avg size: 3.0)
3.29/3.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1457 locsubst:  5778 time:   0.01
3.29/3.39	c Replacing     2889 vars Replaced    17334 lits Time:     0.01 s 
3.39/3.40	c calculated reachability. Time: 0.00
3.39/3.40	c Calc default polars -  time:   0.00 s pos:    1795 undec:   25928 neg:   12563
3.39/3.40	c =========================================================================================
3.39/3.40	c types(t): F = full restart, N = normal restart
3.39/3.40	c types(t): S = simplification begin/end, E = solution found
3.39/3.40	c restart types(rt): st = static, dy = dynamic
3.39/3.40	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.39/3.40	c  B st     0         0     14410     23624     18787         0    155599         0   no data   no data
3.58/3.63	c Decided on static restart strategy
3.98/4.05	c  N st     8      4915     14405     23624     18884      4720    155599    179650   no data   no data
4.99/5.01	c  N st    10     11297     14403     23624     18935     10905    155599    473064   no data   no data
5.79/5.87	c  N st    11     17040     14403     23624     18975     16490    155599    685962   no data   no data
7.60/7.60	c  F st    12     25002     14402     23624     19015     14811    155599   1185112   no data   no data
7.60/7.62	c  N st    12     25002     14402     23623     18868     14784    155311   1184780   no data   no data
8.39/8.40	c Decided on static restart strategy
8.39/8.40	c  N st    18     30003     14397     23623     18916     19642    155311   1544700   no data   no data
8.39/8.40	c  S st    18     30003     14397     23623     18916     19642    155311   1544700   no data   no data
8.49/8.54	c  S st    18     30509     14397     23623     18976     20082    155311   1551613   no data   no data
8.49/8.55	c x-sub:  2889 x-cut:      0 vfix:      0 v-elim:    720 locsubst:     0 time:   0.02
9.48/9.59	c Flit:    71 Blit:      0 bXBeca:    0 bXProp:    8 Bins: 267014 BRemL: 119489 BRemN:      9 P: 14.7M T:  1.03
9.58/9.60	c Replacing        8 vars Replaced     1467 lits Time:     0.02 s 
9.58/9.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.58/9.63	c bin-w-bin subsume rem          139 bins  time:  0.02 s
9.58/9.65	c subs with bin:      774  lits-rem:       675  v-fix:    0  time:  0.02 s
9.58/9.68	c Subs w/ non-existent bins:      0 l-rem:      8 v-fix:     0 done:  13596 time:  0.03 s
9.58/9.69	c Removed useless bin:      10  fixed:     0  props:   0.48M  time:  0.01 s
9.68/9.74	c lits-rem:       276  cl-subs:      234  v-elim:   2024  v-fix:    0  time:  0.05 s
9.68/9.78	c subs with bin:       62  lits-rem:       428  v-fix:    0  time:  0.03 s
9.79/9.81	c lits-rem:       150  cl-subs:      528  v-elim:      0  v-fix:    0  time:  0.03 s
9.99/10.08	c asymm  cl-useful: 246/21095/23282 lits-rem:1093 time: 0.27
9.99/10.09	c calculated reachability. Time: 0.00
9.99/10.09	c  N st    18     30509     11572     23282    143258      5327    138231    386054   no data   no data
10.09/10.14	c Finding binary XORs  T:     0.05 s  found:       0
11.39/11.43	c  N st    20     37620     11571     23282    143261     12327    138230   1200384   no data   no data
12.69/12.79	c  N st    21     44022     11571     23282    143263     10820    138230   1198320   no data   no data
12.99/13.08	c  S st    22     45764     11571     23282    143263     12539    138230   1293681   no data   no data
13.10/13.17	c  S st    22     46265     11571     23282    143268     13027    138230   1302637   no data   no data
13.10/13.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    360 locsubst:     0 time:   0.01
13.69/13.72	c Flit:    13 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   2660 BRemL:  55404 BRemN:    128 P:  7.4M T:  0.53
13.69/13.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.69/13.73	c bin-w-bin subsume rem          306 bins  time:  0.01 s
13.69/13.75	c subs with bin:       86  lits-rem:        57  v-fix:    0  time:  0.01 s
13.69/13.76	c Subs w/ non-existent bins:      0 l-rem:     44 v-fix:     0 done:  11198 time:  0.02 s
13.69/13.77	c Removed useless bin:       1  fixed:     0  props:   0.37M  time:  0.01 s
13.69/13.79	c lits-rem:         0  cl-subs:       58  v-elim:     55  v-fix:    0  time:  0.02 s
13.79/13.88	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.07 s
13.89/13.93	c lits-rem:       171  cl-subs:      142  v-elim:      0  v-fix:    0  time:  0.05 s
13.89/13.93	c vivif2 --  cl tried    23132 cl shrink      142 lits rem        305 time: 0.00
13.89/13.95	c vivif2 --  cl tried     7869 cl shrink      325 lits rem       1563 time: 0.01
13.99/14.00	c asymm  cl-useful: 0/2021/23116 lits-rem:0 time: 0.05
13.99/14.00	c calculated reachability. Time: 0.00
13.99/14.01	c  N st    22     46265     11143     23116     65152      7869    135809    379509   no data   no data
13.99/14.05	c Finding binary XORs  T:     0.04 s  found:       0
16.99/17.05	c  N st    23     60662     11143     23116     65153     22086    135809   2239360   no data   no data
18.19/18.25	c  N st    24     69399     11143     23116     65153     18341    135809    845509   no data   no data
18.19/18.25	c  S st    24     69399     11143     23116     65153     18341    135809    845509   no data   no data
18.29/18.36	c  S st    24     69899     11142     23116     65154     18836    135809    856521   no data   no data
18.29/18.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    180 locsubst:     0 time:   0.01
18.70/18.78	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   2039 BRemL:   3311 BRemN:      0 P:  8.5M T:  0.40
18.70/18.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.70/18.79	c bin-w-bin subsume rem           15 bins  time:  0.01 s
18.79/18.80	c subs with bin:        2  lits-rem:         7  v-fix:    0  time:  0.01 s
18.79/18.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10962 time:  0.01 s
18.79/18.82	c Removed useless bin:       0  fixed:     0  props:   0.42M  time:  0.01 s
18.79/18.84	c lits-rem:         0  cl-subs:       64  v-elim:     35  v-fix:    0  time:  0.02 s
18.89/18.96	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.10 s
18.99/19.08	c lits-rem:       653  cl-subs:      388  v-elim:      0  v-fix:    0  time:  0.11 s
18.99/19.08	c vivif2 --  cl tried    23053 cl shrink       39 lits rem         49 time: 0.01
19.09/19.11	c vivif2 --  cl tried    13868 cl shrink      742 lits rem       5154 time: 0.02
19.29/19.38	c asymm  cl-useful: 266/20791/23053 lits-rem:714 time: 0.27
19.29/19.38	c calculated reachability. Time: 0.00
19.29/19.38	c  N st    24     69899     10927     22941     61977     13868    134511    531456   no data   no data
19.39/19.42	c Finding binary XORs  T:     0.04 s  found:      32
23.29/23.31	c  F st    25     87502     10926     22941     61982     16133    134510    858198   no data   no data
23.29/23.32	c Replacing       32 vars Replaced      482 lits Time:     0.01 s 
23.29/23.34	c  N st    25     87502     10894     22927     61905     16129    134364    858118   no data   no data
24.10/24.20	c Decided on static restart strategy
24.49/24.59	c  N st    32     95542     10892     22927     61910     24080    134363   1679040   no data   no data
26.40/26.41	c  N st    34    104848     10892     22927     61920     33266    134363   2986317   no data   no data
26.40/26.41	c  S st    34    104848     10892     22927     61920     33266    134363   2986317   no data   no data
26.49/26.58	c  S st    34    105349     10891     22927     61922     33765    134363   2999700   no data   no data
26.59/26.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     36 locsubst:     0 time:   0.01
27.09/27.15	c Flit:    10 Blit:      3 bXBeca:    0 bXProp:   51 Bins:   1037 BRemL:    951 BRemN:      2 P: 10.6M T:  0.56
27.09/27.19	c Replacing       51 vars Replaced     1333 lits Time:     0.03 s 
27.09/27.19	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
27.19/27.20	c bin-w-bin subsume rem          117 bins  time:  0.01 s
27.19/27.21	c subs with bin:      191  lits-rem:       126  v-fix:    0  time:  0.01 s
27.19/27.22	c Subs w/ non-existent bins:      0 l-rem:      3 v-fix:     0 done:  10791 time:  0.01 s
27.19/27.23	c Removed useless bin:       6  fixed:     0  props:   0.40M  time:  0.01 s
27.19/27.27	c lits-rem:         8  cl-subs:      163  v-elim:     33  v-fix:    0  time:  0.04 s
28.79/28.85	c subs with bin:       27  lits-rem:      1506  v-fix:    0  time:  1.47 s
30.70/30.70	c lits-rem:      3338  cl-subs:      840  v-elim:      0  v-fix:    0  time:  1.85 s
30.70/30.71	c vivif2 --  cl tried    22456 cl shrink        1 lits rem          1 time: 0.00
30.80/30.86	c vivif2 --  cl tried    32569 cl shrink     6874 lits rem      58210 time: 0.14
30.80/30.89	c asymm  cl-useful: 31/1665/22456 lits-rem:93 time: 0.04
30.89/30.90	c calculated reachability. Time: 0.00
30.89/30.90	c  N st    34    105349     10758     22425     57346     32569    132275   2799249   no data   no data
30.89/30.94	c Finding binary XORs  T:     0.04 s  found:      24
33.09/33.13	c  N st    35    114947     10758     22425     57347     22892    132275   1464692   no data   no data
36.99/37.02	c  N st    36    129344     10757     22425     57351     37113    132275   3646572   no data   no data
42.79/42.87	c  N st    37    150940     10757     22425     57351     36655    132275   3883889   no data   no data
44.39/44.48	c  S st    38    158023     10757     22425     57351     43664    132275   4591526   no data   no data
44.59/44.65	c  S st    38    158526     10757     22425     57351     44164    132275   4608666   no data   no data
44.59/44.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
45.09/45.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    9 Bins:    282 BRemL:    317 BRemN:     41 P: 12.0M T:  0.52
45.19/45.25	c Replacing       33 vars Replaced     3441 lits Time:     0.07 s 
45.19/45.26	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
45.19/45.27	c bin-w-bin subsume rem           98 bins  time:  0.01 s
45.19/45.28	c subs with bin:       44  lits-rem:        38  v-fix:    0  time:  0.01 s
45.19/45.29	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10724 time:  0.01 s
45.29/45.30	c Removed useless bin:       1  fixed:     0  props:   0.41M  time:  0.01 s
45.29/45.35	c lits-rem:         5  cl-subs:       38  v-elim:     35  v-fix:    0  time:  0.05 s
46.89/46.99	c subs with bin:        0  lits-rem:         5  v-fix:    0  time:  1.50 s
49.49/49.51	c lits-rem:      5550  cl-subs:      845  v-elim:      0  v-fix:    0  time:  2.52 s
49.49/49.52	c vivif2 --  cl tried    22299 cl shrink        0 lits rem          0 time: 0.01
49.70/49.74	c vivif2 --  cl tried    42128 cl shrink     8928 lits rem      77112 time: 0.22
50.00/50.04	c asymm  cl-useful: 48/14071/22299 lits-rem:110 time: 0.29
50.00/50.04	c calculated reachability. Time: 0.00
50.00/50.05	c  N st    38    158526     10689     22294     57105     42128    131544   4193842   no data   no data
50.00/50.08	c Finding binary XORs  T:     0.04 s  found:       0
64.99/65.03	c  N st    39    207116     10689     22294     57107     42255    131543   4003421   no data   no data
75.59/75.61	c  N st    40    237789     10688     22294     57111     46283    131543   4956417   no data   no data
75.59/75.61	c  S st    40    237789     10688     22294     57111     46283    131543   4956417   no data   no data
75.69/75.78	c  S st    40    238291     10688     22294     57112     46781    131543   4968133   no data   no data
75.80/75.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
76.29/76.31	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1782 BRemL:   4711 BRemN:      0 P: 12.0M T:  0.52
76.29/76.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
76.29/76.33	c bin-w-bin subsume rem           25 bins  time:  0.01 s
76.29/76.34	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.01 s
76.29/76.35	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10688 time:  0.01 s
76.29/76.36	c Removed useless bin:       0  fixed:     0  props:   0.40M  time:  0.01 s
76.39/76.42	c lits-rem:         0  cl-subs:        9  v-elim:      6  v-fix:    0  time:  0.06 s
78.00/78.09	c subs with bin:        6  lits-rem:      3016  v-fix:    0  time:  1.51 s
81.79/81.86	c lits-rem:      1647  cl-subs:      988  v-elim:      0  v-fix:    0  time:  3.76 s
81.79/81.86	c vivif2 --  cl tried    22284 cl shrink        1 lits rem          1 time: 0.01
82.10/82.12	c vivif2 --  cl tried    45010 cl shrink     8907 lits rem      65965 time: 0.25
82.30/82.31	c asymm  cl-useful: 1/8212/22283 lits-rem:3 time: 0.19
82.30/82.31	c calculated reachability. Time: 0.00
82.30/82.31	c  N st    40    238291     10682     22282     53183     45010    131387   4626481   no data   no data
82.30/82.35	c Finding binary XORs  T:     0.04 s  found:       0
99.19/99.21	c  F st    41    306250     10682     22282     53185     56270    131386   3821908   no data   no data
99.19/99.24	c  N st    41    306250     10682     22281     52840     56270    131373   3821157   no data   no data
100.19/100.27	c Decided on static restart strategy
104.99/105.07	c  N st    51    334561     10679     22281     52847     55075    131373   4658669   no data   no data
111.99/112.04	c  N st    53    357436     10679     22281     52850     47431    131372   4993747   no data   no data
111.99/112.04	c  S st    53    357436     10679     22281     52850     47431    131372   4993747   no data   no data
112.20/112.23	c  S st    53    357938     10679     22281     52851     47927    131372   5010277   no data   no data
112.20/112.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
112.69/112.76	c Flit:     5 Blit:      0 bXBeca:    0 bXProp:    6 Bins:   1238 BRemL:   2295 BRemN:      0 P: 11.9M T:  0.51
112.79/112.80	c Replacing        7 vars Replaced      307 lits Time:     0.04 s 
112.79/112.81	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
112.79/112.81	c bin-w-bin subsume rem           24 bins  time:  0.00 s
112.79/112.82	c subs with bin:       25  lits-rem:        20  v-fix:    0  time:  0.01 s
112.79/112.84	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10667 time:  0.01 s
112.79/112.84	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
112.89/112.90	c lits-rem:         0  cl-subs:       13  v-elim:      2  v-fix:    0  time:  0.06 s
114.49/114.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
117.19/117.21	c lits-rem:      5710  cl-subs:      892  v-elim:      0  v-fix:    0  time:  2.68 s
117.19/117.22	c vivif2 --  cl tried    22223 cl shrink        1 lits rem          1 time: 0.00
117.49/117.51	c vivif2 --  cl tried    46657 cl shrink     9746 lits rem     133535 time: 0.29
117.79/117.80	c asymm  cl-useful: 38/13710/22223 lits-rem:50 time: 0.29
117.79/117.81	c calculated reachability. Time: 0.00
117.79/117.81	c  N st    53    357938     10665     22222     48753     46653    131068   4740404   no data   no data
117.79/117.85	c Finding binary XORs  T:     0.04 s  found:       0
128.70/128.79	c  N st    54    390331     10663     22222     48755     47340    131068   3054913   no data   no data
148.10/148.17	c  N st    55    438919     10663     22222     48757     63068    131068   5141563   no data   no data
175.50/175.51	c  N st    56    511802     10662     22222     48760     67068    131068   6112324   no data   no data
185.39/185.41	c  N st    57    536908     10662     22222     48760     56386    131067   4801222   no data   no data
185.39/185.42	c  S st    57    536908     10662     22222     48760     56386    131067   4801222   no data   no data
185.59/185.63	c  S st    57    537411     10662     22222     48761     56886    131067   4823800   no data   no data
185.59/185.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
186.09/186.17	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    4 Bins:    242 BRemL:    229 BRemN:      0 P: 12.1M T:  0.52
186.19/186.21	c Replacing        4 vars Replaced      334 lits Time:     0.05 s 
186.19/186.22	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
186.19/186.23	c bin-w-bin subsume rem           22 bins  time:  0.00 s
186.19/186.24	c subs with bin:        6  lits-rem:         3  v-fix:    0  time:  0.01 s
186.19/186.25	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10657 time:  0.01 s
186.19/186.26	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
186.29/186.32	c lits-rem:         0  cl-subs:       15  v-elim:      6  v-fix:    0  time:  0.06 s
187.89/187.98	c subs with bin:        7  lits-rem:         1  v-fix:    0  time:  1.53 s
191.19/191.21	c lits-rem:      3300  cl-subs:     1345  v-elim:      0  v-fix:    0  time:  3.23 s
191.19/191.21	c vivif2 --  cl tried    22192 cl shrink        0 lits rem          0 time: 0.00
191.39/191.48	c vivif2 --  cl tried    53901 cl shrink    11084 lits rem     114608 time: 0.27
191.70/191.70	c asymm  cl-useful: 11/8482/22192 lits-rem:33 time: 0.22
191.70/191.71	c calculated reachability. Time: 0.00
191.70/191.71	c  N st    57    537411     10651     22181     48019     53901    130806   4253890   no data   no data
250.09/250.13	c  N st    58    701395     10651     22181     48024     64609    130806   4159879   no data   no data
291.90/291.90	c  N st    59    806116     10651     22181     48027     44475    130805   1720586   no data   no data
291.90/291.90	c  S st    59    806116     10651     22181     48027     44475    130805   1720586   no data   no data
292.00/292.09	c  S st    59    806620     10651     22181     48028     44976    130805   1733928   no data   no data
292.10/292.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
292.50/292.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:    261 BRemL:    495 BRemN:      3 P: 11.6M T:  0.49
292.60/292.61	c Replacing        4 vars Replaced      115 lits Time:     0.01 s 
292.60/292.62	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
292.60/292.62	c bin-w-bin subsume rem            5 bins  time:  0.00 s
292.60/292.63	c subs with bin:       11  lits-rem:        10  v-fix:    0  time:  0.01 s
292.60/292.65	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10647 time:  0.01 s
292.60/292.65	c Removed useless bin:       1  fixed:     0  props:   0.40M  time:  0.01 s
292.60/292.69	c lits-rem:         2  cl-subs:        5  v-elim:      1  v-fix:    0  time:  0.04 s
293.30/293.33	c subs with bin:       24  lits-rem:       362  v-fix:    0  time:  0.58 s
293.90/293.95	c lits-rem:       704  cl-subs:      572  v-elim:      0  v-fix:    0  time:  0.62 s
293.90/293.96	c vivif2 --  cl tried    22164 cl shrink        0 lits rem          0 time: 0.00
294.00/294.02	c vivif2 --  cl tried    44263 cl shrink      904 lits rem       5225 time: 0.06
294.30/294.34	c asymm  cl-useful: 92/10599/22164 lits-rem:93 time: 0.32
294.30/294.35	c calculated reachability. Time: 0.00
294.30/294.35	c  N st    59    806620     10646     22164     47784     44263    130650   1701734   no data   no data
294.30/294.38	c Finding binary XORs  T:     0.04 s  found:       0
432.30/432.38	c  F st    60   1071875     10646     22164     47791     79936    130650   8992615   no data   no data
432.30/432.39	c  N st    60   1071875     10646     22164     47791     79936    130650   8992615   no data   no data
433.80/433.86	c Decided on static restart strategy
440.90/440.99	c  N st    70   1100180     10645     22164     47792     59113    130649   2597596   no data   no data
450.80/450.82	c  N st    72   1136173     10645     22164     47800     94325    130649   5533096   no data   no data
468.00/468.05	c  N st    73   1168566     10644     22164     47801     77016    130649   5552746   no data   no data
484.20/484.21	c  N st    74   1209932     10644     22164     47807     67254    130649   3987972   no data   no data
484.20/484.21	c  S st    74   1209932     10644     22164     47807     67254    130649   3987972   no data   no data
484.40/484.47	c  S st    74   1210435     10644     22164     47808     67755    130649   4010734   no data   no data
484.40/484.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
485.01/485.05	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    232 BRemL:    534 BRemN:      0 P: 14.5M T:  0.57
485.01/485.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
485.01/485.07	c bin-w-bin subsume rem            8 bins  time:  0.00 s
485.01/485.08	c subs with bin:        2  lits-rem:         1  v-fix:    0  time:  0.01 s
485.01/485.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10644 time:  0.01 s
485.01/485.10	c Removed useless bin:       0  fixed:     0  props:   0.40M  time:  0.01 s
485.11/485.16	c lits-rem:         1  cl-subs:       20  v-elim:      9  v-fix:    0  time:  0.06 s
486.70/486.75	c subs with bin:       19  lits-rem:       664  v-fix:    0  time:  1.46 s
489.30/489.38	c lits-rem:      2520  cl-subs:     1383  v-elim:      0  v-fix:    0  time:  2.63 s
489.30/489.39	c vivif2 --  cl tried    22150 cl shrink        0 lits rem          0 time: 0.00
489.60/489.60	c vivif2 --  cl tried    65954 cl shrink     9625 lits rem      81715 time: 0.21
489.80/489.87	c asymm  cl-useful: 0/9245/22150 lits-rem:0 time: 0.27
489.80/489.88	c calculated reachability. Time: 0.00
489.80/489.88	c  N st    74   1210435     10635     22150     46253     65954    130569   3800831   no data   no data
522.60/522.60	c  N st    75   1283317     10635     22150     46253     85984    130568   7229958   no data   no data
570.60/570.66	c  N st    76   1392640     10635     22150     46260     89710    130568   8763608   no data   no data
638.10/638.15	c  N st    77   1556624     10634     22150     46263     86471    130568   6166928   no data   no data
683.51/683.51	c  N st    78   1710439     10634     22150     46270     63357    130568   2566174   no data   no data
683.51/683.51	c  S st    78   1710439     10634     22150     46270     63357    130568   2566174   no data   no data
683.71/683.74	c  S st    78   1710942     10634     22150     46272     63857    130568   2580049   no data   no data
683.71/683.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
684.21/684.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     45 BRemL:     32 BRemN:      0 P: 13.3M T:  0.52
684.21/684.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
684.21/684.29	c bin-w-bin subsume rem            6 bins  time:  0.00 s
684.31/684.30	c subs with bin:        6  lits-rem:         1  v-fix:    0  time:  0.01 s
684.31/684.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10634 time:  0.01 s
684.31/684.31	c Removed useless bin:       0  fixed:     0  props:   0.40M  time:  0.01 s
684.31/684.37	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.05 s
685.41/685.44	c subs with bin:        6  lits-rem:       132  v-fix:    0  time:  0.98 s
686.41/686.48	c lits-rem:      2265  cl-subs:      881  v-elim:      0  v-fix:    0  time:  1.04 s
686.41/686.49	c vivif2 --  cl tried    22143 cl shrink        0 lits rem          0 time: 0.00
686.51/686.59	c vivif2 --  cl tried    62970 cl shrink     2253 lits rem      16289 time: 0.10
686.61/686.66	c asymm  cl-useful: 1/2299/22143 lits-rem:3 time: 0.07
686.61/686.67	c calculated reachability. Time: 0.00
686.61/686.67	c  N st    78   1710942     10634     22142     45457     62970    130540   2535415   no data   no data
686.71/686.71	c Finding binary XORs  T:     0.04 s  found:       0
821.91/821.95	c  N st    79   2079906     10633     22142     45464    116714    130539   8617536   no data   no data
871.61/871.68	c  N st    80   2210942     10632     22142     45470    112903    130539   6122534   no data   no data
871.61/871.68	c  S st    80   2210942     10632     22142     45470    112903    130539   6122534   no data   no data
872.01/872.03	c  S st    80   2211444     10632     22142     45470    113402    130539   6135401   no data   no data
872.01/872.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
872.71/872.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    143 BRemL:    186 BRemN:      0 P: 18.6M T:  0.71
872.71/872.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
872.71/872.77	c bin-w-bin subsume rem            3 bins  time:  0.00 s
872.71/872.78	c subs with bin:        4  lits-rem:         3  v-fix:    0  time:  0.01 s
872.71/872.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10632 time:  0.01 s
872.81/872.80	c Removed useless bin:       0  fixed:     0  props:   0.40M  time:  0.01 s
872.81/872.89	c lits-rem:         0  cl-subs:        7  v-elim:      2  v-fix:    0  time:  0.09 s
874.61/874.60	c subs with bin:        7  lits-rem:       327  v-fix:    0  time:  1.49 s
885.71/885.79	c lits-rem:      5312  cl-subs:     5483  v-elim:      0  v-fix:    0  time: 11.18 s
885.71/885.79	c vivif2 --  cl tried    22132 cl shrink        0 lits rem          0 time: 0.01
886.21/886.20	c vivif2 --  cl tried   107903 cl shrink    30205 lits rem     280864 time: 0.41
886.52/886.56	c asymm  cl-useful: 27/4975/22132 lits-rem:49 time: 0.36
886.52/886.56	c calculated reachability. Time: 0.00
886.52/886.56	c  N st    80   2211444     10630     22132     43646    107903    130420   5569684   no data   no data
1127.52/1127.50	c  N st    81   2711444     10628     22132     43660    113883    130417   7185138   no data   no data
1127.52/1127.50	c  S st    81   2711444     10628     22132     43660    113883    130417   7185138   no data   no data
1127.81/1127.83	c  S st    81   2711946     10628     22132     43660    114382    130417   7203815   no data   no data
1127.81/1127.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1128.52/1128.60	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    145 BRemL:    117 BRemN:      0 P: 19.6M T:  0.74
1128.62/1128.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1128.62/1128.61	c bin-w-bin subsume rem            6 bins  time:  0.01 s
1128.62/1128.62	c subs with bin:        9  lits-rem:         3  v-fix:    0  time:  0.01 s
1128.62/1128.63	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10628 time:  0.01 s
1128.62/1128.64	c Removed useless bin:       0  fixed:     0  props:   0.40M  time:  0.01 s
1128.71/1128.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.10 s
1130.51/1130.59	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  1.60 s
1139.91/1139.98	c lits-rem:      6744  cl-subs:     2162  v-elim:      0  v-fix:    0  time:  9.38 s
1139.91/1139.98	c vivif2 --  cl tried    22120 cl shrink        0 lits rem          0 time: 0.00
1140.51/1140.50	c vivif2 --  cl tried   112203 cl shrink    28176 lits rem     535341 time: 0.50
1140.72/1140.78	c asymm  cl-useful: 6/8983/22120 lits-rem:13 time: 0.28
1140.72/1140.79	c calculated reachability. Time: 0.00
1140.72/1140.79	c  N st    81   2711946     10628     22117     42460    112203    130366   6526523   no data   no data
1140.81/1140.83	c Finding binary XORs  T:     0.04 s  found:       1

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: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3289289-1303776603/watcher-3289289-1303776603 -o /tmp/evaluation-result-3289289-1303776603/solver-3289289-1303776603 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3289289-1303776603.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: 2.76 2.92 2.81 4/189 31558
/proc/meminfo: memFree=21469120/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=26260 CPUtime=0 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 2028 0 0 0 0 0 0 0 25 0 1 0 489263126 26890240 1733 33554432000 4194304 4627331 140736199580704 18446744073709551615 4314174 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 6565 1738 320 106 0 1536 0

[startup+0.0578389 s]
/proc/loadavg: 2.76 2.92 2.81 4/189 31558
/proc/meminfo: memFree=21469120/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=47296 CPUtime=0.04 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 5887 0 0 0 4 0 0 0 25 0 1 0 489263126 48431104 4776 33554432000 4194304 4627331 140736199580704 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 11824 4776 343 106 0 6795 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 47296

[startup+0.100868 s]
/proc/loadavg: 2.76 2.92 2.81 4/189 31558
/proc/meminfo: memFree=21469120/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=47296 CPUtime=0.09 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 5887 0 0 0 9 0 0 0 25 0 1 0 489263126 48431104 4776 33554432000 4194304 4627331 140736199580704 18446744073709551615 4308888 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 11824 4776 343 106 0 6795 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 47296

[startup+0.300832 s]
/proc/loadavg: 2.76 2.92 2.81 4/189 31558
/proc/meminfo: memFree=21469120/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=47296 CPUtime=0.29 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 5887 0 0 0 29 0 0 0 25 0 1 0 489263126 48431104 4776 33554432000 4194304 4627331 140736199580704 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 11824 4776 343 106 0 6795 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 47296

[startup+0.700764 s]
/proc/loadavg: 2.76 2.92 2.81 4/189 31558
/proc/meminfo: memFree=21469120/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=47296 CPUtime=0.69 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 5887 0 0 0 69 0 0 0 25 0 1 0 489263126 48431104 4776 33554432000 4194304 4627331 140736199580704 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 11824 4776 343 106 0 6795 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 47296

[startup+1.50062 s]
/proc/loadavg: 2.76 2.92 2.81 6/190 31559
/proc/meminfo: memFree=21435228/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=80796 CPUtime=1.49 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 14220 0 0 0 147 2 0 0 25 0 1 0 489263126 82735104 13109 33554432000 4194304 4627331 140736199580704 18446744073709551615 4308313 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 20199 13109 347 106 0 15170 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 80796

[startup+3.10034 s]
/proc/loadavg: 2.86 2.94 2.81 5/190 31559
/proc/meminfo: memFree=21377320/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=113828 CPUtime=3.09 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 22382 0 0 0 306 3 0 0 25 0 1 0 489263126 116559872 21271 33554432000 4194304 4627331 140736199580704 18446744073709551615 4415579 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 28457 21273 353 106 0 23428 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 113828

[startup+6.30078 s]
/proc/loadavg: 2.86 2.94 2.81 6/190 31559
/proc/meminfo: memFree=21338720/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=127376 CPUtime=6.29 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 27009 0 0 0 625 4 0 0 25 0 1 0 489263126 130433024 25898 33554432000 4194304 4627331 140736199580704 18446744073709551615 4321646 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 31844 25898 373 106 0 26815 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 127376

[startup+12.7006 s]
/proc/loadavg: 2.95 2.96 2.82 6/190 31559
/proc/meminfo: memFree=21298444/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=146492 CPUtime=12.69 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 34978 0 0 0 1264 5 0 0 25 0 1 0 489263126 150007808 28943 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309163 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 36623 28943 377 106 0 31594 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 146492

[startup+25.5004 s]
/proc/loadavg: 3.18 3.01 2.84 5/190 31560
/proc/meminfo: memFree=21234352/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=158688 CPUtime=25.49 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 46483 0 0 0 2542 7 0 0 25 0 1 0 489263126 162496512 33138 33554432000 4194304 4627331 140736199580704 18446744073709551615 4308955 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 39672 33138 377 106 0 34643 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 158688

[startup+51.1008 s]
/proc/loadavg: 3.46 3.09 2.87 5/190 31560
/proc/meminfo: memFree=21114516/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=310600 CPUtime=51.09 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 82487 0 0 0 5097 12 0 0 25 0 1 0 489263126 318054400 59278 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 77650 59278 377 106 0 72621 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 310600

[startup+102.307 s]
/proc/loadavg: 3.84 3.25 2.93 5/190 31589
/proc/meminfo: memFree=20612508/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=297580 CPUtime=102.29 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 118966 0 0 0 10212 17 0 0 25 0 1 0 489263126 304721920 66698 33554432000 4194304 4627331 140736199580704 18446744073709551615 4308297 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 74395 66698 377 106 0 69366 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 297580

[startup+162.301 s]
/proc/loadavg: 3.94 3.38 2.99 5/190 31590
/proc/meminfo: memFree=20424932/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=393188 CPUtime=162.29 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 146830 0 0 0 16207 22 0 0 25 0 1 0 489263126 402624512 76474 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309261 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 98297 76474 377 106 0 93268 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 393188

[startup+222.3 s]
/proc/loadavg: 4.01 3.51 3.06 5/190 31592
/proc/meminfo: memFree=20399464/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=394232 CPUtime=222.29 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 170378 0 0 0 22201 28 0 0 25 0 1 0 489263126 403693568 75942 33554432000 4194304 4627331 140736199580704 18446744073709551615 4308880 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 98558 75942 377 106 0 93529 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 394232

[startup+282.301 s]
/proc/loadavg: 4.06 3.61 3.12 5/190 31593
/proc/meminfo: memFree=20312644/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=414356 CPUtime=282.3 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 200422 0 0 0 28197 33 0 0 25 0 1 0 489263126 424300544 80770 33554432000 4194304 4627331 140736199580704 18446744073709551615 4334144 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 103589 80770 377 106 0 98560 0
Current children cumulated CPU time (s) 282.3
Current children cumulated vsize (KiB) 414356

[startup+342.301 s]
/proc/loadavg: 4.05 3.69 3.18 5/190 31595
/proc/meminfo: memFree=20220840/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=420480 CPUtime=342.29 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 232525 0 0 0 34188 41 0 0 25 0 1 0 489263126 430571520 80897 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 105120 80897 377 106 0 100091 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 420480

[startup+402.3 s]
/proc/loadavg: 4.02 3.74 3.23 5/190 31597
/proc/meminfo: memFree=20209892/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=425644 CPUtime=402.3 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 259522 0 0 0 40182 48 0 0 25 0 1 0 489263126 435859456 83043 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309360 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 106411 83043 377 106 0 101382 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 425644

[startup+462.301 s]
/proc/loadavg: 4.00 3.79 3.27 5/190 31598
/proc/meminfo: memFree=20113244/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=349172 CPUtime=462.3 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 285448 0 0 0 46175 55 0 0 25 0 1 0 489263126 357552128 78499 33554432000 4194304 4627331 140736199580704 18446744073709551615 4330914 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 87293 78499 377 106 0 82264 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 349172

[startup+522.301 s]
/proc/loadavg: 4.00 3.82 3.31 5/190 31600
/proc/meminfo: memFree=20090520/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=440568 CPUtime=522.3 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 303401 0 0 0 52171 59 0 0 25 0 1 0 489263126 451141632 84644 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 110142 84644 377 106 0 105113 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 440568

[startup+582.3 s]
/proc/loadavg: 4.00 3.85 3.35 5/190 31601
/proc/meminfo: memFree=20073500/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=382512 CPUtime=582.3 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 333587 0 0 0 58163 67 0 0 25 0 1 0 489263126 391692288 85895 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309234 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 95628 85895 377 106 0 90599 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 382512

[startup+642.301 s]
/proc/loadavg: 4.00 3.88 3.39 5/190 31630
/proc/meminfo: memFree=20175980/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=467344 CPUtime=642.31 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 360051 0 0 0 64157 74 0 0 25 0 1 0 489263126 478560256 90651 33554432000 4194304 4627331 140736199580704 18446744073709551615 4308384 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 116836 90651 377 106 0 111807 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 467344

[startup+702.301 s]
/proc/loadavg: 4.00 3.90 3.43 5/190 31632
/proc/meminfo: memFree=20095448/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=467596 CPUtime=702.3 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 384700 0 0 0 70151 79 0 0 25 0 1 0 489263126 478818304 94296 33554432000 4194304 4627331 140736199580704 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 116899 94296 377 106 0 111870 0
Current children cumulated CPU time (s) 702.3
Current children cumulated vsize (KiB) 467596

[startup+762.307 s]
/proc/loadavg: 4.05 3.93 3.47 5/190 31633
/proc/meminfo: memFree=20034144/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=490496 CPUtime=762.31 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 410091 0 0 0 76145 86 0 0 25 0 1 0 489263126 502267904 94013 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 122624 94013 377 106 0 117595 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 490496

[startup+822.301 s]
/proc/loadavg: 4.16 3.97 3.51 5/190 31635
/proc/meminfo: memFree=19969372/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=491640 CPUtime=822.31 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 428203 0 0 0 82141 90 0 0 25 0 1 0 489263126 503439360 96645 33554432000 4194304 4627331 140736199580704 18446744073709551615 4334160 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 122910 96645 377 106 0 117881 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 491640

[startup+882.3 s]
/proc/loadavg: 4.10 3.99 3.54 5/190 31636
/proc/meminfo: memFree=19900900/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=489684 CPUtime=882.31 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 438484 0 0 0 88138 93 0 0 25 0 1 0 489263126 501436416 92830 33554432000 4194304 4627331 140736199580704 18446744073709551615 4467964 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 122421 92830 377 106 0 117392 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 489684

[startup+942.301 s]
/proc/loadavg: 4.04 3.99 3.56 5/190 31638
/proc/meminfo: memFree=19778724/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=532372 CPUtime=942.31 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 462978 0 0 0 94134 97 0 0 25 0 1 0 489263126 545148928 103429 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309540 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 133093 103429 377 106 0 128064 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 532372

[startup+1002.3 s]
/proc/loadavg: 4.01 3.99 3.59 5/190 31640
/proc/meminfo: memFree=19607420/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=534620 CPUtime=1002.32 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 480729 0 0 0 100125 107 0 0 25 0 1 0 489263126 547450880 107611 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309870 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 133655 107611 377 106 0 128626 0
Current children cumulated CPU time (s) 1002.32
Current children cumulated vsize (KiB) 534620

[startup+1062.3 s]
/proc/loadavg: 4.00 3.99 3.61 5/190 31641
/proc/meminfo: memFree=19683752/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=536100 CPUtime=1062.3 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 500788 0 0 0 106120 110 0 0 25 0 1 0 489263126 548966400 105057 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309870 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 134025 105057 377 106 0 128996 0
Current children cumulated CPU time (s) 1062.3
Current children cumulated vsize (KiB) 536100

[startup+1122.3 s]
/proc/loadavg: 4.00 3.99 3.64 5/190 31643
/proc/meminfo: memFree=19690788/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=537800 CPUtime=1122.31 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 520562 0 0 0 112116 115 0 0 25 0 1 0 489263126 550707200 102984 33554432000 4194304 4627331 140736199580704 18446744073709551615 4321729 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 134450 102984 377 106 0 129421 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 537800

[startup+1182.3 s]
/proc/loadavg: 4.00 3.99 3.65 5/190 31644
/proc/meminfo: memFree=19662092/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=542980 CPUtime=1182.31 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 540908 0 0 0 118111 120 0 0 25 0 1 0 489263126 556011520 108205 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 135745 108205 377 106 0 130716 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 542980

[startup+1242.3 s]
/proc/loadavg: 4.00 3.99 3.67 5/190 31646
/proc/meminfo: memFree=19604884/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=543868 CPUtime=1242.31 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 558863 0 0 0 124107 124 0 0 25 0 1 0 489263126 556920832 110853 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 135967 110853 377 106 0 130938 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 543868



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.01 3.99 3.69 5/190 31676
/proc/meminfo: memFree=19558916/32951124 swapFree=67051468/67111528
[pid=31558] ppid=31556 vsize=545196 CPUtime=1300.02 cores=5,7
/proc/31558/stat : 31558 (strangenight2-s) R 31556 31558 31470 0 -1 4202496 575535 0 0 0 129873 129 0 0 25 0 1 0 489263126 558280704 112480 33554432000 4194304 4627331 140736199580704 18446744073709551615 4309063 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/31558/statm: 136299 112480 377 106 0 131270 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 545196

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.05
CPU user time (s): 1298.74
CPU system time (s): 1.3128
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 558200

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

runsolver used 2.03269 second user time and 5.08823 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-26 02:10:04
IDJOB=3289289
IDBENCH=83119
IDSOLVER=1587
FILE ID=node101/3289289-1303776603
RUNJOBID= node101-1303776589-31491
PBS_JOBID= 13157199
Free space on /tmp= 71436 MiB

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

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=269134890

node101.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.841
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.841
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	: 5226.07
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.841
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.77
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.841
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.83
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.841
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.841
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.83
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.841
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.75
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.841
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.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21469276 kB
Buffers:       2088264 kB
Cached:        8175500 kB
SwapCached:      33708 kB
Active:        7130556 kB
Inactive:      3876712 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21469276 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           32864 kB
Writeback:           0 kB
AnonPages:      731404 kB
Mapped:          10284 kB
Slab:           407472 kB
PageTables:       7160 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:  1079784 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= 71424 MiB
End job on node101 at 2011-04-26 02:31:46