Trace number 3368455

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.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.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-3368455-1305388734.cnf'
0.00/0.01	c -- header says num vars:          40286
0.00/0.01	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.68/0.77	c asymm  cl-useful: 8/41688/64540 lits-rem:89 time: 0.72
2.78/2.84	c Flit:    77 Blit:   3602 bXBeca:    0 bXProp: 6566 Bins:      0 BRemL:      0 BRemN:      0 P: 46.5M T:  2.05
2.78/2.84	c Cleaning up after failed var search:     0.00 s 
2.78/2.86	c Replacing     6566 vars Replaced   182598 lits Time:     0.02 s 
2.78/2.88	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.78/2.88	c bin-w-bin subsume rem          797 bins  time:  0.00 s
2.78/2.89	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.01 s
2.88/2.92	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  28162 time:  0.03 s
2.88/2.94	c Removed useless bin:      44  fixed:     0  props:   4.21M  time:  0.02 s
2.98/3.05	c lits-rem:         0  cl-subs:      240  v-elim:   9387  v-fix:    0  time:  0.10 s
3.08/3.11	c Finding binary XORs  T:     0.06 s  found:      19
3.08/3.12	c Replacing       19 vars Replaced      232 lits Time:     0.00 s 
3.08/3.16	c Finding non-binary XORs:     0.03 s (found:    9044, avg size: 3.0)
3.08/3.16	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1457 locsubst:  5778 time:   0.01
3.08/3.16	c Replacing     2889 vars Replaced    17334 lits Time:     0.00 s 
3.08/3.17	c calculated reachability. Time: 0.00
3.08/3.17	c Calc default polars -  time:   0.00 s pos:    1795 undec:   25928 neg:   12563
3.08/3.17	c =========================================================================================
3.08/3.17	c types(t): F = full restart, N = normal restart
3.08/3.17	c types(t): S = simplification begin/end, E = solution found
3.08/3.17	c restart types(rt): st = static, dy = dynamic
3.08/3.17	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.08/3.17	c  B st     0         0     14410     23624     18787         0    155599         0   no data   no data
3.38/3.40	c Decided on static restart strategy
3.78/3.82	c  N st     8      4915     14405     23624     18884      4720    155599    179650   no data   no data
4.68/4.79	c  N st    10     11297     14403     23624     18935     10905    155599    473064   no data   no data
5.58/5.66	c  N st    11     17040     14403     23624     18975     16490    155599    685962   no data   no data
7.28/7.39	c  F st    12     25002     14402     23624     19015     14811    155599   1185112   no data   no data
7.38/7.41	c  N st    12     25002     14402     23623     18868     14784    155311   1184780   no data   no data
8.08/8.19	c Decided on static restart strategy
8.08/8.19	c  N st    18     30003     14397     23623     18916     19642    155311   1544700   no data   no data
8.08/8.19	c  S st    18     30003     14397     23623     18916     19642    155311   1544700   no data   no data
8.28/8.34	c  S st    18     30509     14397     23623     18976     20082    155311   1551613   no data   no data
8.28/8.35	c x-sub:  2889 x-cut:      0 vfix:      0 v-elim:    720 locsubst:     0 time:   0.01
9.28/9.35	c Flit:    71 Blit:      0 bXBeca:    0 bXProp:    8 Bins: 267014 BRemL: 119489 BRemN:      9 P: 14.7M T:  0.99
9.28/9.37	c Replacing        8 vars Replaced     1467 lits Time:     0.02 s 
9.28/9.38	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
9.28/9.39	c bin-w-bin subsume rem          139 bins  time:  0.02 s
9.38/9.41	c subs with bin:      774  lits-rem:       675  v-fix:    0  time:  0.02 s
9.38/9.43	c Subs w/ non-existent bins:      0 l-rem:      8 v-fix:     0 done:  13596 time:  0.02 s
9.38/9.44	c Removed useless bin:      10  fixed:     0  props:   0.48M  time:  0.01 s
9.38/9.49	c lits-rem:       276  cl-subs:      234  v-elim:   2024  v-fix:    0  time:  0.05 s
9.48/9.53	c subs with bin:       62  lits-rem:       428  v-fix:    0  time:  0.03 s
9.48/9.56	c lits-rem:       150  cl-subs:      528  v-elim:      0  v-fix:    0  time:  0.03 s
9.79/9.82	c asymm  cl-useful: 246/21095/23282 lits-rem:1093 time: 0.26
9.79/9.83	c calculated reachability. Time: 0.00
9.79/9.83	c  N st    18     30509     11572     23282    143258      5327    138231    386054   no data   no data
9.79/9.88	c Finding binary XORs  T:     0.05 s  found:       0
11.18/11.20	c  N st    20     37620     11571     23282    143261     12327    138230   1200384   no data   no data
12.48/12.58	c  N st    21     44022     11571     23282    143263     10820    138230   1198320   no data   no data
12.78/12.87	c  S st    22     45764     11571     23282    143263     12539    138230   1293681   no data   no data
12.88/12.98	c  S st    22     46265     11571     23282    143268     13027    138230   1302637   no data   no data
12.88/12.99	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    360 locsubst:     0 time:   0.01
13.38/13.48	c Flit:    13 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   2660 BRemL:  55404 BRemN:    128 P:  7.4M T:  0.49
13.38/13.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.48/13.50	c bin-w-bin subsume rem          306 bins  time:  0.01 s
13.48/13.51	c subs with bin:       86  lits-rem:        57  v-fix:    0  time:  0.01 s
13.48/13.52	c Subs w/ non-existent bins:      0 l-rem:     44 v-fix:     0 done:  11198 time:  0.01 s
13.48/13.53	c Removed useless bin:       1  fixed:     0  props:   0.37M  time:  0.01 s
13.48/13.55	c lits-rem:         0  cl-subs:       58  v-elim:     55  v-fix:    0  time:  0.02 s
13.58/13.63	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.07 s
13.58/13.69	c lits-rem:       171  cl-subs:      142  v-elim:      0  v-fix:    0  time:  0.05 s
13.58/13.69	c vivif2 --  cl tried    23132 cl shrink      142 lits rem        305 time: 0.01
13.68/13.70	c vivif2 --  cl tried     7869 cl shrink      325 lits rem       1563 time: 0.01
13.68/13.76	c asymm  cl-useful: 0/2021/23116 lits-rem:0 time: 0.05
13.68/13.76	c calculated reachability. Time: 0.00
13.68/13.76	c  N st    22     46265     11143     23116     65152      7869    135809    379509   no data   no data
13.79/13.80	c Finding binary XORs  T:     0.04 s  found:       0
16.68/16.73	c  N st    23     60662     11143     23116     65153     22086    135809   2239360   no data   no data
17.88/17.94	c  N st    24     69399     11143     23116     65153     18341    135809    845509   no data   no data
17.88/17.94	c  S st    24     69399     11143     23116     65153     18341    135809    845509   no data   no data
17.98/18.05	c  S st    24     69899     11142     23116     65154     18836    135809    856521   no data   no data
17.98/18.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    180 locsubst:     0 time:   0.01
18.38/18.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   2039 BRemL:   3311 BRemN:      0 P:  8.5M T:  0.37
18.38/18.44	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
18.38/18.44	c bin-w-bin subsume rem           15 bins  time:  0.01 s
18.38/18.46	c subs with bin:        2  lits-rem:         7  v-fix:    0  time:  0.01 s
18.38/18.47	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10962 time:  0.01 s
18.38/18.47	c Removed useless bin:       0  fixed:     0  props:   0.42M  time:  0.01 s
18.38/18.49	c lits-rem:         0  cl-subs:       64  v-elim:     35  v-fix:    0  time:  0.02 s
18.59/18.61	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.10 s
18.69/18.72	c lits-rem:       653  cl-subs:      388  v-elim:      0  v-fix:    0  time:  0.10 s
18.69/18.72	c vivif2 --  cl tried    23053 cl shrink       39 lits rem         49 time: 0.00
18.69/18.74	c vivif2 --  cl tried    13868 cl shrink      742 lits rem       5154 time: 0.02
18.98/19.01	c asymm  cl-useful: 266/20791/23053 lits-rem:714 time: 0.26
18.98/19.02	c calculated reachability. Time: 0.00
18.98/19.02	c  N st    24     69899     10927     22941     61977     13868    134511    531456   no data   no data
18.98/19.06	c Finding binary XORs  T:     0.04 s  found:      32
22.88/22.94	c  F st    25     87502     10926     22941     61982     16133    134510    858198   no data   no data
22.88/22.95	c Replacing       32 vars Replaced      482 lits Time:     0.01 s 
22.88/22.96	c  N st    25     87502     10894     22927     61905     16129    134364    858118   no data   no data
23.78/23.83	c Decided on static restart strategy
24.19/24.21	c  N st    32     95542     10892     22927     61910     24080    134363   1679040   no data   no data
25.88/25.92	c  N st    34    104848     10892     22927     61920     33266    134363   2986317   no data   no data
25.88/25.92	c  S st    34    104848     10892     22927     61920     33266    134363   2986317   no data   no data
25.98/26.08	c  S st    34    105349     10891     22927     61922     33765    134363   2999700   no data   no data
25.98/26.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     36 locsubst:     0 time:   0.01
26.48/26.58	c Flit:    10 Blit:      3 bXBeca:    0 bXProp:   51 Bins:   1037 BRemL:    951 BRemN:      2 P: 10.6M T:  0.48
26.58/26.61	c Replacing       51 vars Replaced     1333 lits Time:     0.03 s 
26.58/26.61	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.58/26.62	c bin-w-bin subsume rem          117 bins  time:  0.00 s
26.58/26.63	c subs with bin:      191  lits-rem:       126  v-fix:    0  time:  0.01 s
26.58/26.64	c Subs w/ non-existent bins:      0 l-rem:      3 v-fix:     0 done:  10791 time:  0.01 s
26.58/26.65	c Removed useless bin:       6  fixed:     0  props:   0.40M  time:  0.01 s
26.58/26.68	c lits-rem:         8  cl-subs:      163  v-elim:     33  v-fix:    0  time:  0.03 s
28.08/28.14	c subs with bin:       27  lits-rem:      1506  v-fix:    0  time:  1.36 s
29.98/30.01	c lits-rem:      3338  cl-subs:      840  v-elim:      0  v-fix:    0  time:  1.86 s
29.98/30.02	c vivif2 --  cl tried    22456 cl shrink        1 lits rem          1 time: 0.00
30.08/30.16	c vivif2 --  cl tried    32569 cl shrink     6874 lits rem      58210 time: 0.14
30.08/30.20	c asymm  cl-useful: 31/1665/22456 lits-rem:93 time: 0.03
30.18/30.20	c calculated reachability. Time: 0.00
30.18/30.20	c  N st    34    105349     10758     22425     57346     32569    132275   2799249   no data   no data
30.18/30.24	c Finding binary XORs  T:     0.04 s  found:      24
32.39/32.41	c  N st    35    114947     10758     22425     57347     22892    132275   1464692   no data   no data
36.18/36.28	c  N st    36    129344     10757     22425     57351     37113    132275   3646572   no data   no data
41.88/41.97	c  N st    37    150940     10757     22425     57351     36655    132275   3883889   no data   no data
43.48/43.58	c  S st    38    158023     10757     22425     57351     43664    132275   4591526   no data   no data
43.68/43.74	c  S st    38    158526     10757     22425     57351     44164    132275   4608666   no data   no data
43.68/43.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
44.18/44.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    9 Bins:    282 BRemL:    317 BRemN:     41 P: 12.0M T:  0.48
44.28/44.31	c Replacing       33 vars Replaced     3441 lits Time:     0.07 s 
44.28/44.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
44.28/44.32	c bin-w-bin subsume rem           98 bins  time:  0.00 s
44.28/44.33	c subs with bin:       44  lits-rem:        38  v-fix:    0  time:  0.01 s
44.28/44.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10724 time:  0.01 s
44.28/44.35	c Removed useless bin:       1  fixed:     0  props:   0.41M  time:  0.01 s
44.28/44.39	c lits-rem:         5  cl-subs:       38  v-elim:     35  v-fix:    0  time:  0.04 s
45.88/45.94	c subs with bin:        0  lits-rem:         5  v-fix:    0  time:  1.41 s
48.40/48.46	c lits-rem:      5550  cl-subs:      845  v-elim:      0  v-fix:    0  time:  2.52 s
48.40/48.47	c vivif2 --  cl tried    22299 cl shrink        0 lits rem          0 time: 0.00
48.58/48.68	c vivif2 --  cl tried    42128 cl shrink     8928 lits rem      77112 time: 0.21
48.98/49.00	c asymm  cl-useful: 48/14071/22299 lits-rem:110 time: 0.32
48.98/49.01	c calculated reachability. Time: 0.00
48.98/49.01	c  N st    38    158526     10689     22294     57105     42128    131544   4193842   no data   no data
48.98/49.05	c Finding binary XORs  T:     0.04 s  found:       0
63.88/63.92	c  N st    39    207116     10689     22294     57107     42255    131543   4003421   no data   no data
74.38/74.40	c  N st    40    237789     10688     22294     57111     46283    131543   4956417   no data   no data
74.38/74.40	c  S st    40    237789     10688     22294     57111     46283    131543   4956417   no data   no data
74.48/74.58	c  S st    40    238291     10688     22294     57112     46781    131543   4968133   no data   no data
74.48/74.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
74.98/75.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1782 BRemL:   4711 BRemN:      0 P: 12.0M T:  0.48
74.98/75.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
74.98/75.09	c bin-w-bin subsume rem           25 bins  time:  0.00 s
75.08/75.10	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  0.01 s
75.08/75.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10688 time:  0.01 s
75.08/75.11	c Removed useless bin:       0  fixed:     0  props:   0.40M  time:  0.01 s
75.08/75.16	c lits-rem:         0  cl-subs:        9  v-elim:      6  v-fix:    0  time:  0.05 s
76.68/76.76	c subs with bin:        6  lits-rem:      3016  v-fix:    0  time:  1.43 s
80.48/80.52	c lits-rem:      1647  cl-subs:      988  v-elim:      0  v-fix:    0  time:  3.75 s
80.48/80.52	c vivif2 --  cl tried    22284 cl shrink        1 lits rem          1 time: 0.01
80.68/80.77	c vivif2 --  cl tried    45010 cl shrink     8907 lits rem      65965 time: 0.25
80.88/80.96	c asymm  cl-useful: 1/8212/22283 lits-rem:3 time: 0.19
80.88/80.96	c calculated reachability. Time: 0.00
80.88/80.96	c  N st    40    238291     10682     22282     53183     45010    131387   4626481   no data   no data
80.98/81.00	c Finding binary XORs  T:     0.04 s  found:       0
97.69/97.73	c  F st    41    306250     10682     22282     53185     56270    131386   3821908   no data   no data
97.69/97.76	c  N st    41    306250     10682     22281     52840     56270    131373   3821157   no data   no data
98.68/98.77	c Decided on static restart strategy
103.48/103.50	c  N st    51    334561     10679     22281     52847     55075    131373   4658669   no data   no data
110.29/110.37	c  N st    53    357436     10679     22281     52850     47431    131372   4993747   no data   no data
110.29/110.37	c  S st    53    357436     10679     22281     52850     47431    131372   4993747   no data   no data
110.49/110.56	c  S st    53    357938     10679     22281     52851     47927    131372   5010277   no data   no data
110.49/110.58	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
110.99/111.05	c Flit:     5 Blit:      0 bXBeca:    0 bXProp:    6 Bins:   1238 BRemL:   2295 BRemN:      0 P: 11.9M T:  0.48
110.99/111.10	c Replacing        7 vars Replaced      307 lits Time:     0.04 s 
110.99/111.10	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
111.10/111.11	c bin-w-bin subsume rem           24 bins  time:  0.00 s
111.10/111.12	c subs with bin:       25  lits-rem:        20  v-fix:    0  time:  0.01 s
111.10/111.13	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10667 time:  0.01 s
111.10/111.14	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
111.10/111.19	c lits-rem:         0  cl-subs:       13  v-elim:      2  v-fix:    0  time:  0.05 s
112.68/112.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.40 s
115.39/115.47	c lits-rem:      5710  cl-subs:      892  v-elim:      0  v-fix:    0  time:  2.74 s
115.39/115.47	c vivif2 --  cl tried    22223 cl shrink        1 lits rem          1 time: 0.00
115.68/115.76	c vivif2 --  cl tried    46657 cl shrink     9746 lits rem     133535 time: 0.28
115.99/116.06	c asymm  cl-useful: 38/13710/22223 lits-rem:50 time: 0.30
115.99/116.06	c calculated reachability. Time: 0.00
115.99/116.06	c  N st    53    357938     10665     22222     48753     46653    131068   4740404   no data   no data
116.09/116.10	c Finding binary XORs  T:     0.04 s  found:       0
127.08/127.11	c  N st    54    390331     10663     22222     48755     47340    131068   3054913   no data   no data
144.69/144.80	c  N st    55    438919     10663     22222     48757     63068    131068   5141563   no data   no data
172.98/173.01	c  N st    56    511802     10662     22222     48760     67068    131068   6112324   no data   no data
182.68/182.73	c  N st    57    536908     10662     22222     48760     56386    131067   4801222   no data   no data
182.68/182.73	c  S st    57    536908     10662     22222     48760     56386    131067   4801222   no data   no data
182.88/182.94	c  S st    57    537411     10662     22222     48761     56886    131067   4823800   no data   no data
182.88/182.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
183.38/183.44	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    4 Bins:    242 BRemL:    229 BRemN:      0 P: 12.1M T:  0.48
183.38/183.49	c Replacing        4 vars Replaced      334 lits Time:     0.05 s 
183.48/183.50	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
183.48/183.50	c bin-w-bin subsume rem           22 bins  time:  0.00 s
183.48/183.51	c subs with bin:        6  lits-rem:         3  v-fix:    0  time:  0.01 s
183.48/183.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10657 time:  0.01 s
183.48/183.53	c Removed useless bin:       0  fixed:     0  props:   0.39M  time:  0.01 s
183.48/183.58	c lits-rem:         0  cl-subs:       15  v-elim:      6  v-fix:    0  time:  0.05 s
185.08/185.16	c subs with bin:        7  lits-rem:         1  v-fix:    0  time:  1.46 s
188.28/188.35	c lits-rem:      3300  cl-subs:     1345  v-elim:      0  v-fix:    0  time:  3.18 s
188.28/188.35	c vivif2 --  cl tried    22192 cl shrink        0 lits rem          0 time: 0.00
188.59/188.61	c vivif2 --  cl tried    53901 cl shrink    11084 lits rem     114608 time: 0.26
188.79/188.84	c asymm  cl-useful: 11/8482/22192 lits-rem:33 time: 0.23
188.79/188.85	c calculated reachability. Time: 0.00
188.79/188.85	c  N st    57    537411     10651     22181     48019     53901    130806   4253890   no data   no data
246.98/247.03	c  N st    58    701395     10651     22181     48024     64609    130806   4159879   no data   no data
288.39/288.42	c  N st    59    806116     10651     22181     48027     44475    130805   1720586   no data   no data
288.39/288.42	c  S st    59    806116     10651     22181     48027     44475    130805   1720586   no data   no data
288.58/288.61	c  S st    59    806620     10651     22181     48028     44976    130805   1733928   no data   no data
288.58/288.62	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
288.98/289.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    4 Bins:    261 BRemL:    495 BRemN:      3 P: 11.6M T:  0.45
288.98/289.08	c Replacing        4 vars Replaced      115 lits Time:     0.01 s 
288.98/289.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
288.98/289.09	c bin-w-bin subsume rem            5 bins  time:  0.00 s
289.08/289.10	c subs with bin:       11  lits-rem:        10  v-fix:    0  time:  0.01 s
289.08/289.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10647 time:  0.01 s
289.08/289.12	c Removed useless bin:       1  fixed:     0  props:   0.40M  time:  0.01 s
289.08/289.15	c lits-rem:         2  cl-subs:        5  v-elim:      1  v-fix:    0  time:  0.03 s
289.68/289.75	c subs with bin:       24  lits-rem:       362  v-fix:    0  time:  0.55 s
290.29/290.38	c lits-rem:       704  cl-subs:      572  v-elim:      0  v-fix:    0  time:  0.62 s
290.29/290.38	c vivif2 --  cl tried    22164 cl shrink        0 lits rem          0 time: 0.01
290.39/290.44	c vivif2 --  cl tried    44263 cl shrink      904 lits rem       5225 time: 0.06
290.68/290.76	c asymm  cl-useful: 92/10599/22164 lits-rem:93 time: 0.32
290.68/290.77	c calculated reachability. Time: 0.00
290.68/290.77	c  N st    59    806620     10646     22164     47784     44263    130650   1701734   no data   no data
290.78/290.81	c Finding binary XORs  T:     0.04 s  found:       0
427.90/427.92	c  F st    60   1071875     10646     22164     47791     79936    130650   8992615   no data   no data
427.90/427.93	c  N st    60   1071875     10646     22164     47791     79936    130650   8992615   no data   no data
429.39/429.40	c Decided on static restart strategy
436.59/436.67	c  N st    70   1100180     10645     22164     47792     59113    130649   2597596   no data   no data
445.59/445.60	c  N st    72   1136173     10645     22164     47800     94325    130649   5533096   no data   no data
460.90/460.91	c  N st    73   1168566     10644     22164     47801     77016    130649   5552746   no data   no data
477.19/477.27	c  N st    74   1209932     10644     22164     47807     67254    130649   3987972   no data   no data
477.19/477.27	c  S st    74   1209932     10644     22164     47807     67254    130649   3987972   no data   no data
477.49/477.53	c  S st    74   1210435     10644     22164     47808     67755    130649   4010734   no data   no data
477.49/477.55	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
477.99/478.08	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    232 BRemL:    534 BRemN:      0 P: 14.5M T:  0.53
477.99/478.08	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
477.99/478.09	c bin-w-bin subsume rem            8 bins  time:  0.00 s
478.09/478.10	c subs with bin:        2  lits-rem:         1  v-fix:    0  time:  0.01 s
478.09/478.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10644 time:  0.01 s
478.09/478.11	c Removed useless bin:       0  fixed:     0  props:   0.40M  time:  0.01 s
478.09/478.17	c lits-rem:         1  cl-subs:       20  v-elim:      9  v-fix:    0  time:  0.05 s
479.69/479.70	c subs with bin:       19  lits-rem:       664  v-fix:    0  time:  1.40 s
482.19/482.29	c lits-rem:      2520  cl-subs:     1383  v-elim:      0  v-fix:    0  time:  2.59 s
482.29/482.30	c vivif2 --  cl tried    22150 cl shrink        0 lits rem          0 time: 0.00
482.49/482.50	c vivif2 --  cl tried    65954 cl shrink     9625 lits rem      81715 time: 0.20
482.69/482.78	c asymm  cl-useful: 0/9245/22150 lits-rem:0 time: 0.28
482.69/482.79	c calculated reachability. Time: 0.00
482.69/482.79	c  N st    74   1210435     10635     22150     46253     65954    130569   3800831   no data   no data
517.19/517.21	c  N st    75   1283317     10635     22150     46253     85984    130568   7229958   no data   no data
564.59/564.68	c  N st    76   1392640     10635     22150     46260     89710    130568   8763608   no data   no data
632.60/632.64	c  N st    77   1556624     10634     22150     46263     86471    130568   6166928   no data   no data
678.60/678.68	c  N st    78   1710439     10634     22150     46270     63357    130568   2566174   no data   no data
678.60/678.68	c  S st    78   1710439     10634     22150     46270     63357    130568   2566174   no data   no data
678.89/678.91	c  S st    78   1710942     10634     22150     46272     63857    130568   2580049   no data   no data
678.89/678.93	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
679.39/679.42	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     45 BRemL:     32 BRemN:      0 P: 13.3M T:  0.49
679.39/679.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
679.39/679.44	c bin-w-bin subsume rem            6 bins  time:  0.00 s
679.39/679.44	c subs with bin:        6  lits-rem:         1  v-fix:    0  time:  0.01 s
679.39/679.46	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10634 time:  0.01 s
679.39/679.46	c Removed useless bin:       0  fixed:     0  props:   0.40M  time:  0.01 s
679.49/679.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
680.49/680.54	c subs with bin:        6  lits-rem:       132  v-fix:    0  time:  0.94 s
681.49/681.59	c lits-rem:      2265  cl-subs:      881  v-elim:      0  v-fix:    0  time:  1.05 s
681.59/681.60	c vivif2 --  cl tried    22143 cl shrink        0 lits rem          0 time: 0.01
681.69/681.70	c vivif2 --  cl tried    62970 cl shrink     2253 lits rem      16289 time: 0.10
681.69/681.77	c asymm  cl-useful: 1/2299/22143 lits-rem:3 time: 0.08
681.69/681.78	c calculated reachability. Time: 0.00
681.69/681.78	c  N st    78   1710942     10634     22142     45457     62970    130540   2535415   no data   no data
681.79/681.82	c Finding binary XORs  T:     0.04 s  found:       0
820.30/820.37	c  N st    79   2079906     10633     22142     45464    116714    130539   8617536   no data   no data
876.00/876.00	c  N st    80   2210942     10632     22142     45470    112903    130539   6122534   no data   no data
876.00/876.00	c  S st    80   2210942     10632     22142     45470    112903    130539   6122534   no data   no data
876.30/876.35	c  S st    80   2211444     10632     22142     45470    113402    130539   6135401   no data   no data
876.30/876.37	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
877.00/877.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    143 BRemL:    186 BRemN:      0 P: 18.6M T:  0.67
877.00/877.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
877.00/877.06	c bin-w-bin subsume rem            3 bins  time:  0.00 s
877.00/877.06	c subs with bin:        4  lits-rem:         3  v-fix:    0  time:  0.01 s
877.00/877.08	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10632 time:  0.01 s
877.00/877.08	c Removed useless bin:       0  fixed:     0  props:   0.40M  time:  0.01 s
877.10/877.16	c lits-rem:         0  cl-subs:        7  v-elim:      2  v-fix:    0  time:  0.07 s
878.80/878.81	c subs with bin:        7  lits-rem:       327  v-fix:    0  time:  1.43 s
890.00/890.05	c lits-rem:      5312  cl-subs:     5483  v-elim:      0  v-fix:    0  time: 11.24 s
890.00/890.06	c vivif2 --  cl tried    22132 cl shrink        0 lits rem          0 time: 0.00
890.40/890.44	c vivif2 --  cl tried   107903 cl shrink    30205 lits rem     280864 time: 0.38
890.80/890.80	c asymm  cl-useful: 27/4975/22132 lits-rem:49 time: 0.35
890.80/890.81	c calculated reachability. Time: 0.00
890.80/890.81	c  N st    80   2211444     10630     22132     43646    107903    130420   5569684   no data   no data
1127.60/1127.61	c  N st    81   2711444     10628     22132     43660    113883    130417   7185138   no data   no data
1127.60/1127.61	c  S st    81   2711444     10628     22132     43660    113883    130417   7185138   no data   no data
1127.90/1127.95	c  S st    81   2711946     10628     22132     43660    114382    130417   7203815   no data   no data
1127.90/1127.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
1128.61/1128.69	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    145 BRemL:    117 BRemN:      0 P: 19.6M T:  0.72
1128.70/1128.70	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1128.70/1128.70	c bin-w-bin subsume rem            6 bins  time:  0.00 s
1128.70/1128.71	c subs with bin:        9  lits-rem:         3  v-fix:    0  time:  0.01 s
1128.70/1128.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  10628 time:  0.01 s
1128.70/1128.73	c Removed useless bin:       0  fixed:     0  props:   0.40M  time:  0.01 s
1128.80/1128.81	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.08 s
1130.50/1130.57	c subs with bin:        0  lits-rem:         1  v-fix:    0  time:  1.50 s
1139.30/1139.35	c lits-rem:      6744  cl-subs:     2162  v-elim:      0  v-fix:    0  time:  8.78 s
1139.30/1139.36	c vivif2 --  cl tried    22120 cl shrink        0 lits rem          0 time: 0.00
1139.80/1139.84	c vivif2 --  cl tried   112203 cl shrink    28176 lits rem     535341 time: 0.48
1140.10/1140.14	c asymm  cl-useful: 6/8983/22120 lits-rem:13 time: 0.29
1140.10/1140.15	c calculated reachability. Time: 0.00
1140.10/1140.15	c  N st    81   2711946     10628     22117     42460    112203    130366   6526523   no data   no data
1140.10/1140.19	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: 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-3368455-1305388734/watcher-3368455-1305388734 -o /tmp/evaluation-result-3368455-1305388734/solver-3368455-1305388734 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368455-1305388734.cnf 

running on 2 cores: 1,3

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.82 3.75 3.91 5/317 12017
/proc/meminfo: memFree=12322300/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=2776 CPUtime=0 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) S 12015 12017 11963 0 -1 4194304 87 0 0 0 0 0 0 0 25 0 1 0 650472184 2842624 44 33554432000 4194304 4580011 140734240877824 18446744073709551615 235589942919 0 2147483391 4096 0 18446744071699215550 0 0 17 1 0 0 0
/proc/12017/statm: 694 44 35 95 0 23 0

[startup+0.0644801 s]
/proc/loadavg: 2.82 3.75 3.91 5/317 12017
/proc/meminfo: memFree=12322300/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=47256 CPUtime=0.04 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 5883 0 0 0 4 0 0 0 25 0 1 0 650472184 48390144 4773 33554432000 4194304 4580011 140734240877824 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 11814 4773 340 95 0 6796 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 47256

[startup+0.100529 s]
/proc/loadavg: 2.82 3.75 3.91 5/317 12017
/proc/meminfo: memFree=12322300/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=47256 CPUtime=0.08 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 5883 0 0 0 8 0 0 0 25 0 1 0 650472184 48390144 4773 33554432000 4194304 4580011 140734240877824 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 11814 4773 340 95 0 6796 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 47256

[startup+0.300496 s]
/proc/loadavg: 2.82 3.75 3.91 5/317 12017
/proc/meminfo: memFree=12322300/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=47256 CPUtime=0.28 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 5883 0 0 0 28 0 0 0 25 0 1 0 650472184 48390144 4773 33554432000 4194304 4580011 140734240877824 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 11814 4773 340 95 0 6796 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 47256

[startup+0.700369 s]
/proc/loadavg: 2.82 3.75 3.91 5/317 12017
/proc/meminfo: memFree=12322300/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=47256 CPUtime=0.68 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 5883 0 0 0 68 0 0 0 25 0 1 0 650472184 48390144 4773 33554432000 4194304 4580011 140734240877824 18446744073709551615 4293203 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 11814 4773 340 95 0 6796 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 47256

[startup+1.50023 s]
/proc/loadavg: 2.82 3.75 3.91 5/321 12024
/proc/meminfo: memFree=12183852/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=84904 CPUtime=1.48 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 15234 0 0 0 147 1 0 0 25 0 1 0 650472184 86941696 14124 33554432000 4194304 4580011 140734240877824 18446744073709551615 4293068 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 21226 14124 342 95 0 16208 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 84904

[startup+3.10095 s]
/proc/loadavg: 2.91 3.76 3.91 5/321 12024
/proc/meminfo: memFree=12086760/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=125544 CPUtime=3.08 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 25595 0 0 0 306 2 0 0 25 0 1 0 650472184 128557056 24485 33554432000 4194304 4580011 140734240877824 18446744073709551615 4497262 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 31386 24485 357 95 0 26368 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 125544

[startup+6.30044 s]
/proc/loadavg: 2.91 3.76 3.91 5/321 12024
/proc/meminfo: memFree=11910792/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=129936 CPUtime=6.28 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 27701 0 0 0 625 3 0 0 25 0 1 0 650472184 133054464 24837 33554432000 4194304 4580011 140734240877824 18446744073709551615 4316540 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 32484 24837 365 95 0 27466 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 129936

[startup+12.7003 s]
/proc/loadavg: 3.08 3.76 3.91 5/321 12024
/proc/meminfo: memFree=11607660/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=146452 CPUtime=12.68 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 35091 0 0 0 1264 4 0 0 25 0 1 0 650472184 149966848 29057 33554432000 4194304 4580011 140734240877824 18446744073709551615 4295369 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 36613 29057 367 95 0 31595 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 146452

[startup+25.501 s]
/proc/loadavg: 3.22 3.77 3.91 5/321 12052
/proc/meminfo: memFree=11470520/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=158432 CPUtime=25.48 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 46535 0 0 0 2542 6 0 0 25 0 1 0 650472184 162234368 33191 33554432000 4194304 4580011 140734240877824 18446744073709551615 4325120 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 39608 33192 367 95 0 34590 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 158432

[startup+51.1006 s]
/proc/loadavg: 3.48 3.79 3.91 5/321 12052
/proc/meminfo: memFree=11299856/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=252380 CPUtime=51.08 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 84481 0 0 0 5098 10 0 0 25 0 1 0 650472184 258437120 54197 33554432000 4194304 4580011 140734240877824 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 63095 54197 367 95 0 58077 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 252380

[startup+102.311 s]
/proc/loadavg: 3.86 3.85 3.92 5/321 12081
/proc/meminfo: memFree=11232164/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=357516 CPUtime=102.3 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 118925 0 0 0 10213 17 0 0 25 0 1 0 650472184 366096384 66658 33554432000 4194304 4580011 140734240877824 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 89379 66658 367 95 0 84361 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 357516

[startup+162.301 s]
/proc/loadavg: 3.95 3.87 3.92 5/321 12091
/proc/meminfo: memFree=11083800/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=345232 CPUtime=162.28 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 149799 0 0 0 16205 23 0 0 25 0 1 0 650472184 353517568 76750 33554432000 4194304 4580011 140734240877824 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 86308 76750 367 95 0 81290 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 345232

[startup+222.3 s]
/proc/loadavg: 3.98 3.89 3.92 5/321 12093
/proc/meminfo: memFree=11005020/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=394288 CPUtime=222.28 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 171291 0 0 0 22200 28 0 0 25 0 1 0 650472184 403750912 76856 33554432000 4194304 4580011 140734240877824 18446744073709551615 4294523 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 98572 76856 367 95 0 93554 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 394288

[startup+282.301 s]
/proc/loadavg: 3.99 3.91 3.92 5/321 12094
/proc/meminfo: memFree=10954504/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=414412 CPUtime=282.29 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 202022 0 0 0 28194 35 0 0 25 0 1 0 650472184 424357888 82371 33554432000 4194304 4580011 140734240877824 18446744073709551615 4296192 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 103603 82371 367 95 0 98585 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 414412

[startup+342.3 s]
/proc/loadavg: 4.05 3.94 3.93 5/321 12099
/proc/meminfo: memFree=10923940/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=420536 CPUtime=342.29 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 234677 0 0 0 34188 41 0 0 25 0 1 0 650472184 430628864 83050 33554432000 4194304 4580011 140734240877824 18446744073709551615 4294475 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 105134 83050 367 95 0 100116 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 420536

[startup+402.301 s]
/proc/loadavg: 4.02 3.95 3.93 5/321 12101
/proc/meminfo: memFree=10839064/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=425700 CPUtime=402.29 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 261020 0 0 0 40182 47 0 0 25 0 1 0 650472184 435916800 84542 33554432000 4194304 4580011 140734240877824 18446744073709551615 4295647 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 106425 84542 367 95 0 101407 0
Current children cumulated CPU time (s) 402.29
Current children cumulated vsize (KiB) 425700

[startup+462.3 s]
/proc/loadavg: 4.06 3.97 3.93 5/321 12102
/proc/meminfo: memFree=10869788/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=428672 CPUtime=462.29 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 287166 0 0 0 46176 53 0 0 25 0 1 0 650472184 438960128 80218 33554432000 4194304 4580011 140734240877824 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 107168 80218 367 95 0 102150 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 428672

[startup+522.301 s]
/proc/loadavg: 4.10 4.00 3.94 5/321 12104
/proc/meminfo: memFree=10795616/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=440556 CPUtime=522.29 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 305720 0 0 0 52171 58 0 0 25 0 1 0 650472184 451129344 86964 33554432000 4194304 4580011 140734240877824 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 110139 86964 367 95 0 105121 0
Current children cumulated CPU time (s) 522.29
Current children cumulated vsize (KiB) 440556

[startup+582.301 s]
/proc/loadavg: 4.03 4.00 3.94 5/321 12105
/proc/meminfo: memFree=10734712/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=465868 CPUtime=582.29 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 335800 0 0 0 58165 64 0 0 25 0 1 0 650472184 477048832 88109 33554432000 4194304 4580011 140734240877824 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 116467 88109 367 95 0 111449 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 465868

[startup+642.301 s]
/proc/loadavg: 4.11 4.03 3.95 5/321 12107
/proc/meminfo: memFree=10739884/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=382804 CPUtime=642.3 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 364753 0 0 0 64159 71 0 0 25 0 1 0 650472184 391991296 85683 33554432000 4194304 4580011 140734240877824 18446744073709551615 4293068 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 95701 85683 367 95 0 90683 0
Current children cumulated CPU time (s) 642.3
Current children cumulated vsize (KiB) 382804

[startup+702.301 s]
/proc/loadavg: 4.08 4.04 3.96 5/321 12109
/proc/meminfo: memFree=10554952/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=467584 CPUtime=702.29 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 385831 0 0 0 70153 76 0 0 25 0 1 0 650472184 478806016 95428 33554432000 4194304 4580011 140734240877824 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 116896 95428 367 95 0 111878 0
Current children cumulated CPU time (s) 702.29
Current children cumulated vsize (KiB) 467584

[startup+762.311 s]
/proc/loadavg: 4.03 4.03 3.96 5/321 12110
/proc/meminfo: memFree=10550960/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=490484 CPUtime=762.31 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 410574 0 0 0 76147 84 0 0 25 0 1 0 650472184 502255616 94497 33554432000 4194304 4580011 140734240877824 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 122621 94497 367 95 0 117603 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 490484

[startup+822.301 s]
/proc/loadavg: 4.01 4.02 3.96 5/321 12112
/proc/meminfo: memFree=10446876/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=491628 CPUtime=822.3 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 428493 0 0 0 82141 89 0 0 25 0 1 0 650472184 503427072 96936 33554432000 4194304 4580011 140734240877824 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 122907 96936 367 95 0 117889 0
Current children cumulated CPU time (s) 822.3
Current children cumulated vsize (KiB) 491628

[startup+882.3 s]
/proc/loadavg: 4.00 4.01 3.96 5/321 12113
/proc/meminfo: memFree=10429592/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=489724 CPUtime=882.3 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 438477 0 0 0 88138 92 0 0 25 0 1 0 650472184 501477376 92824 33554432000 4194304 4580011 140734240877824 18446744073709551615 4406370 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 122431 92824 367 95 0 117413 0
Current children cumulated CPU time (s) 882.3
Current children cumulated vsize (KiB) 489724

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.96 5/321 12115
/proc/meminfo: memFree=10362216/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=444972 CPUtime=942.3 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 461399 0 0 0 94134 96 0 0 25 0 1 0 650472184 455651328 101851 33554432000 4194304 4580011 140734240877824 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 111243 101851 367 95 0 106225 0
Current children cumulated CPU time (s) 942.3
Current children cumulated vsize (KiB) 444972

[startup+1002.3 s]
/proc/loadavg: 4.07 4.02 3.96 5/321 12117
/proc/meminfo: memFree=10343220/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=534660 CPUtime=1002.3 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 481508 0 0 0 100129 101 0 0 25 0 1 0 650472184 547491840 108391 33554432000 4194304 4580011 140734240877824 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 133665 108391 367 95 0 128647 0
Current children cumulated CPU time (s) 1002.3
Current children cumulated vsize (KiB) 534660

[startup+1062.3 s]
/proc/loadavg: 4.14 4.04 3.97 5/321 12118
/proc/meminfo: memFree=10340328/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=536140 CPUtime=1062.31 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 501341 0 0 0 106124 107 0 0 25 0 1 0 650472184 549007360 105611 33554432000 4194304 4580011 140734240877824 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 134035 105611 367 95 0 129017 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 536140

[startup+1122.3 s]
/proc/loadavg: 4.05 4.03 3.97 5/321 12120
/proc/meminfo: memFree=10298616/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=537840 CPUtime=1122.3 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 520544 0 0 0 112120 110 0 0 25 0 1 0 650472184 550748160 102967 33554432000 4194304 4580011 140734240877824 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 134460 102967 367 95 0 129442 0
Current children cumulated CPU time (s) 1122.3
Current children cumulated vsize (KiB) 537840

[startup+1182.3 s]
/proc/loadavg: 4.02 4.02 3.97 5/321 12121
/proc/meminfo: memFree=10238820/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=542908 CPUtime=1182.31 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 540977 0 0 0 118117 114 0 0 25 0 1 0 650472184 555937792 108275 33554432000 4194304 4580011 140734240877824 18446744073709551615 4295695 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 135727 108275 367 95 0 130709 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 542908

[startup+1242.3 s]
/proc/loadavg: 4.07 4.03 3.98 5/321 12123
/proc/meminfo: memFree=10236556/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=543796 CPUtime=1242.31 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 558776 0 0 0 124112 119 0 0 25 0 1 0 650472184 556847104 110767 33554432000 4194304 4580011 140734240877824 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 135949 110767 367 95 0 130931 0
Current children cumulated CPU time (s) 1242.31
Current children cumulated vsize (KiB) 543796



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.02 4.03 3.98 5/321 12124
/proc/meminfo: memFree=10222892/32950928 swapFree=67111348/67111528
[pid=12017] ppid=12015 vsize=545124 CPUtime=1300.01 cores=1,3
/proc/12017/stat : 12017 (strangenight2-s) R 12015 12017 11963 0 -1 4202496 575800 0 0 0 129878 123 0 0 25 0 1 0 650472184 558206976 112746 33554432000 4194304 4580011 140734240877824 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/12017/statm: 136281 112746 367 95 0 131263 0
Current children cumulated CPU time (s) 1300.01
Current children cumulated vsize (KiB) 545124

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.79
CPU system time (s): 1.25181
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 566096

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1298.79
system time used= 1.25181
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 575801
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= 23
involuntary context switches= 14504

runsolver used 3.79442 second user time and 9.24359 second system time

The end

Launcher Data

Begin job on node120 at 2011-05-14 17:58:54
IDJOB=3368455
IDBENCH=83119
IDSOLVER=1845
FILE ID=node120/3368455-1305388734
RUNJOBID= node120-1305388734-11983
PBS_JOBID= 13324413
Free space on /tmp= 73496 MiB

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

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

MD5SUM BENCH= d725e0d6a363434dce7cb39ffdb1b83f
RANDOM SEED=2038367994

node120.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.809
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.61
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.809
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.809
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.82
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.809
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.809
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.78
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.809
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.809
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.82
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.809
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.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950928 kB
MemFree:      12322728 kB
Buffers:        244820 kB
Cached:        3566864 kB
SwapCached:          0 kB
Active:       17379024 kB
Inactive:      2958444 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      12322728 kB
SwapTotal:    67111528 kB
SwapFree:     67111348 kB
Dirty:           21104 kB
Writeback:           0 kB
AnonPages:    16525968 kB
Mapped:          24560 kB
Slab:           174728 kB
PageTables:      49016 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 51634816 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= 73480 MiB
End job on node120 at 2011-05-14 18:20:36