Trace number 3368452

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.06 1300.03

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom16.cnf
MD5SUM73a2c2d9e5c062e561bfdb7c82071a99
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 variables29254
Number of clauses97456
Sum of the clauses size247986
Maximum clause length977
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 250701
Number of clauses of size 346235
Number of clauses of size 4135
Number of clauses of size 514
Number of clauses of size over 5370

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-3368452-1305388763.cnf'
0.00/0.01	c -- header says num vars:          29254
0.00/0.01	c -- header says num clauses:       97456
0.00/0.04	c -- clauses added:            0 learnts,        97456 normals,            0 xors
0.00/0.04	c -- vars added      29254
0.00/0.04	c Parsing time:  0.03 s
0.00/0.04	c  N st     0         0     29254     46008     45567         0    234144         0   no data   no data
0.68/0.75	c asymm  cl-useful: 8/46008/46008 lits-rem:88 time: 0.71
1.98/2.02	c Flit:    68 Blit:   2690 bXBeca:    0 bXProp: 4772 Bins:      0 BRemL:      0 BRemN:      0 P: 27.1M T:  1.25
1.98/2.03	c Cleaning up after failed var search:     0.00 s 
1.98/2.04	c Replacing     4772 vars Replaced   130585 lits Time:     0.01 s 
1.98/2.05	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1.98/2.05	c bin-w-bin subsume rem          653 bins  time:  0.00 s
1.98/2.06	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.01 s
1.98/2.08	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  20256 time:  0.02 s
2.09/2.11	c Removed useless bin:      41  fixed:     0  props:   2.86M  time:  0.02 s
2.09/2.18	c lits-rem:         0  cl-subs:      195  v-elim:   6752  v-fix:    0  time:  0.08 s
2.20/2.22	c Finding binary XORs  T:     0.04 s  found:      16
2.20/2.22	c Replacing       16 vars Replaced      199 lits Time:     0.00 s 
2.20/2.25	c Finding non-binary XORs:     0.02 s (found:    6344, avg size: 3.0)
2.20/2.25	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   1008 locsubst:  4050 time:   0.01
2.20/2.25	c Replacing     2025 vars Replaced    12150 lits Time:     0.00 s 
2.20/2.26	c calculated reachability. Time: 0.00
2.20/2.26	c Calc default polars -  time:   0.00 s pos:    1425 undec:   18840 neg:    8989
2.20/2.26	c =========================================================================================
2.20/2.26	c types(t): F = full restart, N = normal restart
2.20/2.26	c types(t): S = simplification begin/end, E = solution found
2.20/2.26	c restart types(rt): st = static, dy = dynamic
2.20/2.26	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.20/2.26	c  B st     0         0     10455     17068     14008         0    112497         0   no data   no data
2.39/2.47	c Decided on static restart strategy
2.79/2.82	c  N st     8      4918     10452     17068     14086      4761    112497    227052   no data   no data
3.69/3.75	c  N st    10     11303     10449     17068     14131      7339    112497    337061   no data   no data
5.09/5.13	c  N st    11     17047     10448     17068     14149      7101    112497    417468   no data   no data
6.98/7.05	c  F st    12     25005     10446     17068     14178     14867    112497   1042867   no data   no data
6.98/7.07	c  N st    12     25005     10446     17066     14067     14866    112267   1042808   no data   no data
7.59/7.70	c Decided on static restart strategy
7.59/7.70	c  N st    18     30008     10444     17066     14109     12127    112267    511465   no data   no data
7.59/7.70	c  S st    18     30008     10444     17066     14109     12127    112267    511465   no data   no data
7.70/7.80	c  S st    18     30512     10444     17066     14159     12579    112266    521342   no data   no data
7.78/7.81	c x-sub:  2025 x-cut:      0 vfix:      0 v-elim:    503 locsubst:     0 time:   0.01
8.28/8.32	c Flit:    74 Blit:      1 bXBeca:    0 bXProp:    9 Bins: 121662 BRemL:  61338 BRemN:     11 P:  8.8M T:  0.51
8.28/8.33	c Replacing        9 vars Replaced      577 lits Time:     0.01 s 
8.28/8.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
8.28/8.34	c bin-w-bin subsume rem          140 bins  time:  0.01 s
8.28/8.35	c subs with bin:      632  lits-rem:       506  v-fix:    0  time:  0.01 s
8.28/8.37	c Subs w/ non-existent bins:      0 l-rem:      7 v-fix:     0 done:   9857 time:  0.01 s
8.28/8.37	c Removed useless bin:      30  fixed:     0  props:   0.31M  time:  0.01 s
8.38/8.41	c lits-rem:       221  cl-subs:      186  v-elim:   1624  v-fix:    0  time:  0.03 s
8.38/8.42	c subs with bin:       87  lits-rem:       278  v-fix:    0  time:  0.01 s
8.38/8.44	c lits-rem:        95  cl-subs:      200  v-elim:      0  v-fix:    0  time:  0.01 s
8.58/8.62	c asymm  cl-useful: 219/16713/16713 lits-rem:881 time: 0.19
8.58/8.63	c calculated reachability. Time: 0.00
8.58/8.63	c  N st    18     30512      8233     16713     60804      3483     99020    154290   no data   no data
8.58/8.66	c Finding binary XORs  T:     0.03 s  found:       0
9.68/9.70	c  N st    20     37622      8233     16713     60811      5749     99020    331399   no data   no data
10.78/10.81	c  N st    21     44021      8231     16713     60812     12092     99020    779972   no data   no data
10.99/11.03	c  S st    22     45769      8231     16713     60813     13793     99020    873746   no data   no data
11.08/11.13	c  S st    22     46271      8231     16713     60820     14282     99020    883959   no data   no data
11.08/11.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    252 locsubst:     0 time:   0.01
11.28/11.40	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:    0 Bins:   1751 BRemL:  23691 BRemN:     89 P:  4.3M T:  0.26
11.38/11.40	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
11.38/11.40	c bin-w-bin subsume rem          252 bins  time:  0.00 s
11.38/11.41	c subs with bin:       62  lits-rem:        24  v-fix:    0  time:  0.01 s
11.38/11.42	c Subs w/ non-existent bins:      0 l-rem:     25 v-fix:     0 done:   7974 time:  0.01 s
11.38/11.42	c Removed useless bin:       0  fixed:     0  props:   0.28M  time:  0.00 s
11.38/11.44	c lits-rem:         0  cl-subs:       46  v-elim:     32  v-fix:    0  time:  0.01 s
11.38/11.47	c subs with bin:        0  lits-rem:         7  v-fix:    0  time:  0.03 s
11.38/11.49	c lits-rem:       200  cl-subs:      169  v-elim:      0  v-fix:    0  time:  0.02 s
11.38/11.50	c vivif2 --  cl tried    16603 cl shrink      109 lits rem        269 time: 0.00
11.48/11.50	c vivif2 --  cl tried     6039 cl shrink      272 lits rem       1228 time: 0.01
11.68/11.70	c asymm  cl-useful: 66/16587/16587 lits-rem:188 time: 0.20
11.68/11.70	c calculated reachability. Time: 0.00
11.68/11.70	c  N st    22     46271      7942     16586     33160      6039     97116    165847   no data   no data
11.68/11.73	c Finding binary XORs  T:     0.02 s  found:       0
14.19/14.23	c  N st    23     60669      7942     16586     33161     15553     97116    521217   no data   no data
16.19/16.25	c  N st    24     69411      7940     16586     33162     16268     97116   1458952   no data   no data
16.19/16.25	c  S st    24     69411      7940     16586     33162     16268     97116   1458952   no data   no data
16.29/16.37	c  S st    24     69913      7940     16586     33164     16762     97116   1469221   no data   no data
16.29/16.38	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    126 locsubst:     0 time:   0.01
16.59/16.62	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    252 BRemL:     90 BRemN:      2 P:  5.4M T:  0.25
16.59/16.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.59/16.63	c bin-w-bin subsume rem           15 bins  time:  0.00 s
16.59/16.64	c subs with bin:        6  lits-rem:         5  v-fix:    0  time:  0.01 s
16.59/16.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7809 time:  0.01 s
16.59/16.65	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
16.59/16.67	c lits-rem:         0  cl-subs:       46  v-elim:     38  v-fix:    0  time:  0.02 s
16.98/17.01	c subs with bin:        0  lits-rem:       132  v-fix:    0  time:  0.30 s
17.60/17.64	c lits-rem:      1825  cl-subs:      667  v-elim:      0  v-fix:    0  time:  0.62 s
17.60/17.64	c vivif2 --  cl tried    16522 cl shrink       39 lits rem         54 time: 0.00
17.60/17.69	c vivif2 --  cl tried    13928 cl shrink     2263 lits rem      10126 time: 0.05
17.78/17.89	c asymm  cl-useful: 398/16522/16522 lits-rem:1087 time: 0.19
17.78/17.89	c calculated reachability. Time: 0.00
17.78/17.89	c  N st    24     69913      7771     16227     31181     13928     95846   1095597   no data   no data
20.90/20.95	c  F st    25     87500      7771     16227     31185     21714     95846   1430438   no data   no data
20.90/20.96	c  N st    25     87500      7771     16227     31185     21714     95846   1430438   no data   no data
20.90/20.98	c Finding binary XORs  T:     0.02 s  found:     112
20.90/20.99	c Replacing      112 vars Replaced     2034 lits Time:     0.01 s 
21.78/21.86	c Decided on static restart strategy
22.28/22.34	c  N st    32     95539      7655     16227     30967     17642     95622    868769   no data   no data
24.28/24.33	c  N st    34    104869      7654     16227     30968     26855     95622   1730159   no data   no data
24.28/24.33	c  S st    34    104869      7654     16227     30968     26855     95622   1730159   no data   no data
24.38/24.47	c  S st    34    105373      7654     16227     30970     27357     95622   1743948   no data   no data
24.38/24.48	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
24.68/24.76	c Flit:     2 Blit:      6 bXBeca:    0 bXProp:    3 Bins:    345 BRemL:    481 BRemN:      1 P:  6.8M T:  0.28
24.68/24.78	c Replacing        3 vars Replaced      203 lits Time:     0.02 s 
24.68/24.78	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.68/24.79	c bin-w-bin subsume rem          201 bins  time:  0.00 s
24.68/24.79	c subs with bin:      150  lits-rem:       170  v-fix:    0  time:  0.01 s
24.78/24.80	c Subs w/ non-existent bins:      0 l-rem:      7 v-fix:     0 done:   7643 time:  0.01 s
24.78/24.80	c Removed useless bin:       4  fixed:     0  props:   0.29M  time:  0.00 s
24.78/24.83	c lits-rem:        16  cl-subs:      217  v-elim:     53  v-fix:    0  time:  0.02 s
25.48/25.50	c subs with bin:       27  lits-rem:      2098  v-fix:    0  time:  0.62 s
26.48/26.51	c lits-rem:       814  cl-subs:      620  v-elim:      0  v-fix:    0  time:  1.00 s
26.48/26.51	c vivif2 --  cl tried    15834 cl shrink        2 lits rem          2 time: 0.00
26.58/26.60	c vivif2 --  cl tried    25472 cl shrink     5582 lits rem      39977 time: 0.09
26.78/26.85	c asymm  cl-useful: 49/15834/15834 lits-rem:83 time: 0.25
26.78/26.85	c calculated reachability. Time: 0.00
26.78/26.85	c  N st    34    105373      7590     15829     27690     25472     93507   1533587   no data   no data
27.89/27.92	c  N st    35    114972      7590     15829     27692     21672     93507    810097   no data   no data
30.38/30.41	c  N st    36    129372      7590     15829     27692     21092     93506    717089   no data   no data
30.38/30.43	c Finding binary XORs  T:     0.02 s  found:       1
35.10/35.11	c  N st    37    150967      7590     15829     27695     26371     93506   1080174   no data   no data
36.79/36.82	c  S st    38    158059      7590     15829     27695     33383     93506   2023068   no data   no data
36.89/36.97	c  S st    38    158559      7589     15829     27697     33875     93506   2035892   no data   no data
36.89/36.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
37.19/37.26	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     94 BRemL:     55 BRemN:      0 P:  7.4M T:  0.28
37.19/37.29	c Replacing        1 vars Replaced       22 lits Time:     0.02 s 
37.19/37.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
37.19/37.29	c bin-w-bin subsume rem          107 bins  time:  0.00 s
37.29/37.31	c subs with bin:        5  lits-rem:         2  v-fix:    0  time:  0.01 s
37.29/37.31	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7588 time:  0.01 s
37.29/37.31	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
37.29/37.34	c lits-rem:         3  cl-subs:       14  v-elim:     36  v-fix:    0  time:  0.03 s
38.09/38.11	c subs with bin:        3  lits-rem:       139  v-fix:    0  time:  0.72 s
39.60/39.62	c lits-rem:      2435  cl-subs:      790  v-elim:      0  v-fix:    0  time:  1.50 s
39.60/39.62	c vivif2 --  cl tried    15776 cl shrink        0 lits rem          0 time: 0.00
39.69/39.74	c vivif2 --  cl tried    32238 cl shrink    10235 lits rem      87282 time: 0.12
39.99/40.02	c asymm  cl-useful: 18/15322/15776 lits-rem:54 time: 0.27
39.99/40.02	c calculated reachability. Time: 0.00
39.99/40.02	c  N st    38    158559      7552     15775     27592     32238     93170   1780084   no data   no data
55.38/55.45	c  N st    39    207150      7552     15775     27594     25988     93170   1278842   no data   no data
55.38/55.47	c Finding binary XORs  T:     0.02 s  found:       0
61.49/61.53	c  N st    40    237839      7552     15775     27599     35982     93170   1639971   no data   no data
61.49/61.53	c  S st    40    237839      7552     15775     27599     35982     93170   1639971   no data   no data
61.69/61.70	c  S st    40    238342      7552     15775     27599     36478     93170   1654078   no data   no data
61.69/61.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
61.99/62.01	c Flit:     2 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    182 BRemL:     40 BRemN:      1 P:  7.9M T:  0.30
61.99/62.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.99/62.02	c bin-w-bin subsume rem            4 bins  time:  0.00 s
61.99/62.03	c subs with bin:        8  lits-rem:         2  v-fix:    0  time:  0.01 s
61.99/62.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7550 time:  0.01 s
61.99/62.04	c Removed useless bin:       3  fixed:     0  props:   0.30M  time:  0.00 s
61.99/62.06	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.03 s
62.59/62.64	c subs with bin:        0  lits-rem:        62  v-fix:    0  time:  0.51 s
63.99/64.02	c lits-rem:       818  cl-subs:     1287  v-elim:      0  v-fix:    0  time:  1.38 s
63.99/64.02	c vivif2 --  cl tried    15763 cl shrink        0 lits rem          0 time: 0.00
64.09/64.12	c vivif2 --  cl tried    35191 cl shrink     8041 lits rem      36442 time: 0.10
64.39/64.41	c asymm  cl-useful: 23/14766/15763 lits-rem:38 time: 0.29
64.39/64.41	c calculated reachability. Time: 0.00
64.39/64.41	c  N st    40    238342      7550     15763     26755     35191     93060   1559065   no data   no data
82.79/82.86	c  F st    41    306252      7550     15763     26758     35049     93060   1578920   no data   no data
82.79/82.86	c  N st    41    306252      7550     15763     26758     35049     93060   1578920   no data   no data
82.79/82.89	c Finding binary XORs  T:     0.02 s  found:       0
83.99/84.00	c Decided on static restart strategy
88.89/88.99	c  N st    51    334562      7547     15763     26762     38818     93059   1722771   no data   no data
96.49/96.51	c  N st    53    357516      7547     15763     26762     36258     93059   1869212   no data   no data
96.49/96.51	c  S st    53    357516      7547     15763     26762     36258     93059   1869212   no data   no data
96.59/96.68	c  S st    53    358017      7547     15763     26763     36752     93058   1881055   no data   no data
96.59/96.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
96.89/96.98	c Flit:     4 Blit:      0 bXBeca:    0 bXProp:    9 Bins:    153 BRemL:     89 BRemN:      0 P:  7.1M T:  0.28
96.99/97.00	c Replacing        9 vars Replaced      693 lits Time:     0.02 s 
96.99/97.01	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
96.99/97.01	c bin-w-bin subsume rem           29 bins  time:  0.00 s
96.99/97.02	c subs with bin:       18  lits-rem:        12  v-fix:    0  time:  0.01 s
96.99/97.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7534 time:  0.01 s
96.99/97.03	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
96.99/97.06	c lits-rem:         2  cl-subs:       17  v-elim:      5  v-fix:    0  time:  0.03 s
97.69/97.71	c subs with bin:        5  lits-rem:      1153  v-fix:    0  time:  0.60 s
98.79/98.88	c lits-rem:      1099  cl-subs:      767  v-elim:      0  v-fix:    0  time:  1.17 s
98.79/98.89	c vivif2 --  cl tried    15702 cl shrink        0 lits rem          0 time: 0.00
98.90/98.99	c vivif2 --  cl tried    35843 cl shrink     5944 lits rem      35420 time: 0.10
99.01/99.01	c asymm  cl-useful: 6/936/15702 lits-rem:18 time: 0.03
99.01/99.02	c calculated reachability. Time: 0.00
99.01/99.02	c  N st    53    358017      7529     15696     24774     35843     92808   1788300   no data   no data
106.59/106.63	c  N st    54    390409      7529     15696     24777     41665     92808   1726261   no data   no data
106.59/106.65	c Finding binary XORs  T:     0.02 s  found:       4
116.89/116.93	c  N st    55    438998      7529     15696     24778     34232     92808   1027819   no data   no data
139.09/139.12	c  N st    56    511880      7529     15696     24779     46785     92808   2086298   no data   no data
144.29/144.34	c  N st    57    537026      7529     15696     24783     40473     92808   1356542   no data   no data
144.29/144.34	c  S st    57    537026      7529     15696     24783     40473     92808   1356542   no data   no data
144.49/144.51	c  S st    57    537528      7529     15696     24783     40974     92808   1373606   no data   no data
144.49/144.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
144.79/144.82	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     65 BRemL:     57 BRemN:      2 P:  8.3M T:  0.30
144.79/144.84	c Replacing        4 vars Replaced      298 lits Time:     0.02 s 
144.79/144.84	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
144.79/144.84	c bin-w-bin subsume rem           15 bins  time:  0.00 s
144.79/144.85	c subs with bin:       11  lits-rem:         9  v-fix:    0  time:  0.01 s
144.79/144.86	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7524 time:  0.01 s
144.79/144.86	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
144.79/144.89	c lits-rem:         2  cl-subs:        5  v-elim:      3  v-fix:    0  time:  0.02 s
145.28/145.35	c subs with bin:        0  lits-rem:        65  v-fix:    0  time:  0.42 s
145.99/146.05	c lits-rem:      2715  cl-subs:     1228  v-elim:      0  v-fix:    0  time:  0.69 s
145.99/146.05	c vivif2 --  cl tried    15676 cl shrink        0 lits rem          0 time: 0.00
146.09/146.12	c vivif2 --  cl tried    38146 cl shrink     4188 lits rem      24023 time: 0.06
146.39/146.42	c asymm  cl-useful: 79/10694/15676 lits-rem:85 time: 0.30
146.39/146.42	c calculated reachability. Time: 0.00
146.39/146.42	c  N st    57    537528      7521     15674     24301     38146     92631   1238460   no data   no data
198.99/199.01	c  N st    58    701512      7521     15674     24308     66933     92630   3360204   no data   no data
232.39/232.47	c  N st    59    806292      7521     15674     24309     58964     92630   2707774   no data   no data
232.39/232.47	c  S st    59    806292      7521     15674     24309     58964     92630   2707774   no data   no data
232.69/232.73	c  S st    59    806793      7521     15674     24315     59456     92630   2720518   no data   no data
232.69/232.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
233.10/233.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    288 BRemL:    221 BRemN:      0 P:  9.6M T:  0.36
233.10/233.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
233.10/233.11	c bin-w-bin subsume rem            5 bins  time:  0.00 s
233.10/233.11	c subs with bin:       10  lits-rem:         2  v-fix:    0  time:  0.01 s
233.10/233.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7521 time:  0.01 s
233.10/233.12	c Removed useless bin:       1  fixed:     0  props:   0.30M  time:  0.00 s
233.10/233.16	c lits-rem:         0  cl-subs:       15  v-elim:      6  v-fix:    0  time:  0.04 s
233.79/233.84	c subs with bin:        5  lits-rem:       115  v-fix:    0  time:  0.61 s
237.29/237.36	c lits-rem:      3294  cl-subs:     2907  v-elim:      0  v-fix:    0  time:  3.51 s
237.29/237.36	c vivif2 --  cl tried    15656 cl shrink        0 lits rem          0 time: 0.00
237.50/237.51	c vivif2 --  cl tried    53714 cl shrink     8994 lits rem      41480 time: 0.14
237.60/237.64	c asymm  cl-useful: 4/4962/15656 lits-rem:12 time: 0.14
237.60/237.65	c calculated reachability. Time: 0.00
237.60/237.65	c  N st    59    806793      7515     15652     24075     53714     92536   2300891   no data   no data
237.60/237.67	c Finding binary XORs  T:     0.02 s  found:       1
345.60/345.60	c  F st    60   1071875      7515     15652     24079     68338     92536   2985097   no data   no data
345.60/345.62	c Replacing        1 vars Replaced       33 lits Time:     0.01 s 
345.60/345.63	c  N st    60   1071875      7514     15652     24077     68335     92534   2985086   no data   no data
347.10/347.19	c Decided on static restart strategy
353.69/353.75	c  N st    70   1100181      7512     15652     24079     51558     92534   1582829   no data   no data
364.59/364.62	c  N st    72   1136175      7512     15652     24083     86475     92534   3654163   no data   no data
378.19/378.22	c  N st    73   1168568      7512     15652     24083     72778     92534   4038087   no data   no data
396.39/396.49	c  N st    74   1210190      7512     15652     24084     66795     92534   2861113   no data   no data
396.39/396.49	c  S st    74   1210190      7512     15652     24084     66795     92534   2861113   no data   no data
396.69/396.77	c  S st    74   1210691      7512     15652     24084     67294     92534   2875298   no data   no data
396.69/396.79	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
397.10/397.18	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    264 BRemL:    159 BRemN:      0 P: 10.9M T:  0.39
397.10/397.18	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
397.10/397.19	c bin-w-bin subsume rem            5 bins  time:  0.00 s
397.10/397.19	c subs with bin:        8  lits-rem:         5  v-fix:    0  time:  0.01 s
397.19/397.20	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7512 time:  0.01 s
397.19/397.20	c Removed useless bin:       1  fixed:     0  props:   0.30M  time:  0.00 s
397.19/397.25	c lits-rem:         0  cl-subs:        3  v-elim:      1  v-fix:    0  time:  0.04 s
398.00/398.07	c subs with bin:       14  lits-rem:       544  v-fix:    0  time:  0.72 s
402.30/402.33	c lits-rem:      4146  cl-subs:     2209  v-elim:      0  v-fix:    0  time:  4.25 s
402.30/402.33	c vivif2 --  cl tried    15642 cl shrink        0 lits rem          0 time: 0.00
402.40/402.49	c vivif2 --  cl tried    64820 cl shrink     9423 lits rem      30667 time: 0.16
402.80/402.84	c asymm  cl-useful: 38/6490/15642 lits-rem:49 time: 0.35
402.80/402.85	c calculated reachability. Time: 0.00
402.80/402.85	c  N st    74   1210691      7511     15640     23289     64820     92438   2719070   no data   no data
402.80/402.87	c Finding binary XORs  T:     0.02 s  found:       1
433.41/433.49	c  N st    75   1283573      7511     15640     23289     88248     92438   4099943   no data   no data
464.21/464.29	c  N st    76   1392896      7511     15640     23307     98198     92438   4853641   no data   no data
516.00/516.00	c  N st    77   1556880      7510     15640     23318    103888     92438   5857949   no data   no data
589.30/589.34	c  N st    78   1710691      7510     15640     23319     91747     92438   6130908   no data   no data
589.30/589.35	c  S st    78   1710691      7510     15640     23319     91747     92438   6130908   no data   no data
589.61/589.69	c  S st    78   1711191      7510     15640     23320     92246     92438   6149937   no data   no data
589.70/589.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
590.20/590.21	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    202 BRemL:    149 BRemN:      2 P: 13.1M T:  0.50
590.20/590.28	c Replacing        1 vars Replaced       14 lits Time:     0.06 s 
590.20/590.28	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
590.20/590.29	c bin-w-bin subsume rem            5 bins  time:  0.00 s
590.20/590.29	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.00 s
590.30/590.30	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7509 time:  0.01 s
590.30/590.31	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
590.30/590.38	c lits-rem:         0  cl-subs:        5  v-elim:      1  v-fix:    0  time:  0.07 s
592.20/592.21	c subs with bin:        8  lits-rem:        52  v-fix:    0  time:  1.64 s
604.90/604.92	c lits-rem:     15826  cl-subs:     5031  v-elim:      0  v-fix:    0  time: 12.71 s
604.90/604.92	c vivif2 --  cl tried    15629 cl shrink        0 lits rem          0 time: 0.00
605.30/605.33	c vivif2 --  cl tried    86459 cl shrink    19337 lits rem     187764 time: 0.40
605.60/605.63	c asymm  cl-useful: 4/7855/15629 lits-rem:12 time: 0.30
605.60/605.63	c calculated reachability. Time: 0.00
605.60/605.64	c  N st    78   1711191      7508     15625     22952     86459     92373   5578263   no data   no data
605.60/605.66	c Finding binary XORs  T:     0.02 s  found:       1
783.00/783.03	c  N st    79   2080155      7507     15625     22956     94229     92373   3926824   no data   no data
847.02/847.05	c  N st    80   2211196      7507     15625     22958     96782     92373   4167569   no data   no data
847.02/847.05	c  S st    80   2211196      7507     15625     22958     96782     92373   4167569   no data   no data
847.41/847.43	c  S st    80   2211701      7507     15625     22958     97283     92373   4181644   no data   no data
847.41/847.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
847.91/847.96	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    414 BRemL:    642 BRemN:      0 P: 13.2M T:  0.51
848.01/848.01	c Replacing        1 vars Replaced       15 lits Time:     0.05 s 
848.01/848.02	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
848.01/848.02	c bin-w-bin subsume rem            1 bins  time:  0.00 s
848.01/848.02	c subs with bin:        5  lits-rem:         6  v-fix:    0  time:  0.00 s
848.01/848.03	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7505 time:  0.01 s
848.01/848.04	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
848.01/848.09	c lits-rem:         0  cl-subs:        2  v-elim:      0  v-fix:    0  time:  0.06 s
849.40/849.46	c subs with bin:       11  lits-rem:       539  v-fix:    0  time:  1.24 s
857.10/857.19	c lits-rem:      3939  cl-subs:     4500  v-elim:      0  v-fix:    0  time:  7.73 s
857.20/857.20	c vivif2 --  cl tried    15614 cl shrink        0 lits rem          0 time: 0.00
857.41/857.46	c vivif2 --  cl tried    92756 cl shrink    18490 lits rem     115865 time: 0.26
857.51/857.55	c asymm  cl-useful: 0/1269/15614 lits-rem:0 time: 0.09
857.51/857.55	c calculated reachability. Time: 0.00
857.51/857.55	c  N st    80   2211701      7505     15614     22651     92756     92206   3878549   no data   no data
857.51/857.58	c Finding binary XORs  T:     0.02 s  found:       0
1112.02/1112.07	c  N st    81   2711705      7505     15614     22654    112829     92206   5558785   no data   no data
1112.02/1112.07	c  S st    81   2711705      7505     15614     22654    112829     92206   5558785   no data   no data
1112.52/1112.50	c  S st    81   2712209      7505     15614     22654    113328     92206   5571804   no data   no data
1112.52/1112.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
1113.02/1113.04	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:     34 BRemL:     29 BRemN:      0 P: 13.9M T:  0.51
1113.02/1113.04	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1113.02/1113.05	c bin-w-bin subsume rem            3 bins  time:  0.00 s
1113.02/1113.05	c subs with bin:        1  lits-rem:         0  v-fix:    0  time:  0.00 s
1113.02/1113.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:   7505 time:  0.01 s
1113.02/1113.06	c Removed useless bin:       0  fixed:     0  props:   0.30M  time:  0.00 s
1113.12/1113.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
1114.81/1114.89	c subs with bin:        1  lits-rem:      4291  v-fix:    0  time:  1.59 s
1138.01/1138.09	c lits-rem:      1401  cl-subs:     6016  v-elim:      0  v-fix:    0  time: 23.20 s
1138.01/1138.09	c vivif2 --  cl tried    15613 cl shrink        0 lits rem          0 time: 0.00
1138.42/1138.50	c vivif2 --  cl tried   107311 cl shrink    27598 lits rem     225096 time: 0.40
1138.81/1138.88	c asymm  cl-useful: 13/9013/15613 lits-rem:20 time: 0.37
1138.81/1138.88	c calculated reachability. Time: 0.00
1138.81/1138.88	c  N st    81   2712209      7505     15613     22656    107311     92185   4945549   no data   no data

Verifier Data

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

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3368452-1305388763/watcher-3368452-1305388763 -o /tmp/evaluation-result-3368452-1305388763/solver-3368452-1305388763 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368452-1305388763.cnf 

running on 2 cores: 0,2

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


[startup+0 s]
/proc/loadavg: 3.38 3.87 3.70 3/353 11135
/proc/meminfo: memFree=21336224/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=20352 CPUtime=0 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4194304 237 0 0 0 0 0 0 0 25 0 1 0 650474011 20840448 189 33554432000 4194304 4580011 140734271825504 18446744073709551615 218900768657 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/11135/statm: 5088 190 157 95 0 57 0

[startup+0.0200229 s]
/proc/loadavg: 3.38 3.87 3.70 3/353 11135
/proc/meminfo: memFree=21336224/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=39320 CPUtime=0 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 3437 0 0 0 0 0 0 0 25 0 1 0 650474011 40263680 2862 33554432000 4194304 4580011 140734271825504 18446744073709551615 218905390191 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 9830 2863 325 95 0 4812 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 39320

[startup+0.101007 s]
/proc/loadavg: 3.38 3.87 3.70 3/353 11135
/proc/meminfo: memFree=21336224/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=41560 CPUtime=0.08 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 4224 0 0 0 8 0 0 0 25 0 1 0 650474011 42557440 3649 33554432000 4194304 4580011 140734271825504 18446744073709551615 4293879 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 10390 3649 340 95 0 5372 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 41560

[startup+0.300993 s]
/proc/loadavg: 3.38 3.87 3.70 3/353 11135
/proc/meminfo: memFree=21336224/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=41560 CPUtime=0.28 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 4224 0 0 0 28 0 0 0 25 0 1 0 650474011 42557440 3649 33554432000 4194304 4580011 140734271825504 18446744073709551615 4293106 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 10390 3649 340 95 0 5372 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 41560

[startup+0.700932 s]
/proc/loadavg: 3.38 3.87 3.70 3/353 11135
/proc/meminfo: memFree=21336224/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=41560 CPUtime=0.68 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 4224 0 0 0 68 0 0 0 25 0 1 0 650474011 42557440 3649 33554432000 4194304 4580011 140734271825504 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 10390 3649 340 95 0 5372 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 41560

[startup+1.50078 s]
/proc/loadavg: 3.38 3.87 3.70 5/367 11162
/proc/meminfo: memFree=21209060/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=80896 CPUtime=1.48 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 14068 0 0 0 146 2 0 0 25 0 1 0 650474011 82837504 13493 33554432000 4194304 4580011 140734271825504 18446744073709551615 4293209 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 20224 13493 342 95 0 15206 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 80896

[startup+3.10049 s]
/proc/loadavg: 3.43 3.88 3.70 5/367 11162
/proc/meminfo: memFree=21028640/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=94640 CPUtime=3.09 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 18498 0 0 0 306 3 0 0 25 0 1 0 650474011 96911360 17446 33554432000 4194304 4580011 140734271825504 18446744073709551615 4295238 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 23660 17446 365 95 0 18642 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 94640

[startup+6.30092 s]
/proc/loadavg: 3.43 3.88 3.70 5/367 11162
/proc/meminfo: memFree=20894240/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=97388 CPUtime=6.29 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 20745 0 0 0 626 3 0 0 25 0 1 0 650474011 99725312 17605 33554432000 4194304 4580011 140734271825504 18446744073709551615 4301824 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 24347 17605 365 95 0 19329 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 97388

[startup+12.7008 s]
/proc/loadavg: 3.60 3.90 3.71 5/367 11162
/proc/meminfo: memFree=20825728/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=115544 CPUtime=12.68 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 26126 0 0 0 1264 4 0 0 25 0 1 0 650474011 118317056 20377 33554432000 4194304 4580011 140734271825504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 28886 20377 367 95 0 23868 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 115544

[startup+25.5004 s]
/proc/loadavg: 3.66 3.90 3.71 5/367 11163
/proc/meminfo: memFree=20726560/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=150064 CPUtime=25.48 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 36309 0 0 0 2542 6 0 0 25 0 1 0 650474011 153665536 30414 33554432000 4194304 4580011 140734271825504 18446744073709551615 4412997 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 37516 30414 367 95 0 32498 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 150064

[startup+51.1008 s]
/proc/loadavg: 3.78 3.91 3.72 5/367 11163
/proc/meminfo: memFree=20553984/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=162448 CPUtime=51.09 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 51344 0 0 0 5100 9 0 0 25 0 1 0 650474011 166346752 34116 33554432000 4194304 4580011 140734271825504 18446744073709551615 4294991 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 40612 34116 367 95 0 35594 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 162448

[startup+102.314 s]
/proc/loadavg: 3.91 3.92 3.73 5/367 11174
/proc/meminfo: memFree=20386780/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=231656 CPUtime=102.3 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 75163 0 0 0 10217 13 0 0 25 0 1 0 650474011 237215744 39288 33554432000 4194304 4580011 140734271825504 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 57914 39288 367 95 0 52896 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 231656

[startup+162.301 s]
/proc/loadavg: 4.06 3.96 3.75 5/367 11175
/proc/meminfo: memFree=20250688/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=238956 CPUtime=162.29 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 101719 0 0 0 16212 17 0 0 25 0 1 0 650474011 244690944 41096 33554432000 4194304 4580011 140734271825504 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 59739 41096 367 95 0 54721 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 238956

[startup+222.301 s]
/proc/loadavg: 4.02 3.97 3.76 5/367 11177
/proc/meminfo: memFree=20199804/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=243068 CPUtime=222.29 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 122894 0 0 0 22207 22 0 0 25 0 1 0 650474011 248901632 40511 33554432000 4194304 4580011 140734271825504 18446744073709551615 4324223 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 60767 40511 367 95 0 55749 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 243068

[startup+282.301 s]
/proc/loadavg: 4.01 3.97 3.78 5/367 11178
/proc/meminfo: memFree=20094248/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=200760 CPUtime=282.29 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 144600 0 0 0 28203 26 0 0 25 0 1 0 650474011 205578240 41699 33554432000 4194304 4580011 140734271825504 18446744073709551615 4295019 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 50190 41699 367 95 0 45172 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 200760

[startup+342.3 s]
/proc/loadavg: 4.00 3.97 3.79 5/367 11183
/proc/meminfo: memFree=20058292/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=202884 CPUtime=342.29 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 160757 0 0 0 34200 29 0 0 25 0 1 0 650474011 207753216 43011 33554432000 4194304 4580011 140734271825504 18446744073709551615 4295655 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 50721 43011 367 95 0 45703 0
Current children cumulated CPU time (s) 342.29
Current children cumulated vsize (KiB) 202884

[startup+402.3 s]
/proc/loadavg: 4.00 3.97 3.80 5/367 11185
/proc/meminfo: memFree=20004936/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=220356 CPUtime=402.3 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 181388 0 0 0 40196 34 0 0 25 0 1 0 650474011 225644544 47589 33554432000 4194304 4580011 140734271825504 18446744073709551615 4416196 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 55089 47589 367 95 0 50071 0
Current children cumulated CPU time (s) 402.3
Current children cumulated vsize (KiB) 220356

[startup+462.301 s]
/proc/loadavg: 4.00 3.97 3.81 5/367 11186
/proc/meminfo: memFree=20032788/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=285408 CPUtime=462.3 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 200748 0 0 0 46192 38 0 0 25 0 1 0 650474011 292257792 49209 33554432000 4194304 4580011 140734271825504 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 71352 49209 367 95 0 66334 0
Current children cumulated CPU time (s) 462.3
Current children cumulated vsize (KiB) 285408

[startup+522.301 s]
/proc/loadavg: 4.12 4.00 3.83 5/367 11188
/proc/meminfo: memFree=19969380/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=221024 CPUtime=522.3 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 221218 0 0 0 52187 43 0 0 25 0 1 0 650474011 226328576 47695 33554432000 4194304 4580011 140734271825504 18446744073709551615 4318735 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 55256 47695 367 95 0 50238 0
Current children cumulated CPU time (s) 522.3
Current children cumulated vsize (KiB) 221024

[startup+582.301 s]
/proc/loadavg: 4.11 4.02 3.84 5/367 11189
/proc/meminfo: memFree=19974188/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=290172 CPUtime=582.3 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 239000 0 0 0 58182 48 0 0 25 0 1 0 650474011 297136128 49060 33554432000 4194304 4580011 140734271825504 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 72543 49060 367 95 0 67525 0
Current children cumulated CPU time (s) 582.3
Current children cumulated vsize (KiB) 290172

[startup+642.301 s]
/proc/loadavg: 4.04 4.01 3.85 5/367 11191
/proc/meminfo: memFree=19883136/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=353960 CPUtime=642.31 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 267881 0 0 0 64178 53 0 0 25 0 1 0 650474011 362455040 65668 33554432000 4194304 4580011 140734271825504 18446744073709551615 4294439 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 88490 65668 367 95 0 83472 0
Current children cumulated CPU time (s) 642.31
Current children cumulated vsize (KiB) 353960

[startup+702.301 s]
/proc/loadavg: 4.15 4.04 3.87 5/367 11193
/proc/meminfo: memFree=19906420/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=355516 CPUtime=702.31 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 282777 0 0 0 70175 56 0 0 25 0 1 0 650474011 364048384 65505 33554432000 4194304 4580011 140734271825504 18446744073709551615 4293041 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 88879 65505 367 95 0 83861 0
Current children cumulated CPU time (s) 702.31
Current children cumulated vsize (KiB) 355516

[startup+762.313 s]
/proc/loadavg: 4.05 4.03 3.87 5/367 11194
/proc/meminfo: memFree=19853172/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=357268 CPUtime=762.31 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 296335 0 0 0 76172 59 0 0 25 0 1 0 650474011 365842432 64491 33554432000 4194304 4580011 140734271825504 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 89317 64491 367 95 0 84299 0
Current children cumulated CPU time (s) 762.31
Current children cumulated vsize (KiB) 357268

[startup+822.3 s]
/proc/loadavg: 4.02 4.02 3.88 5/367 11196
/proc/meminfo: memFree=19829676/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=358084 CPUtime=822.31 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 309803 0 0 0 82168 63 0 0 25 0 1 0 650474011 366678016 64368 33554432000 4194304 4580011 140734271825504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 89521 64368 367 95 0 84503 0
Current children cumulated CPU time (s) 822.31
Current children cumulated vsize (KiB) 358084

[startup+882.301 s]
/proc/loadavg: 4.00 4.02 3.88 5/367 11197
/proc/meminfo: memFree=19809060/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=297596 CPUtime=882.31 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 325925 0 0 0 88165 66 0 0 25 0 1 0 650474011 304738304 65128 33554432000 4194304 4580011 140734271825504 18446744073709551615 4292864 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 74399 65128 367 95 0 69381 0
Current children cumulated CPU time (s) 882.31
Current children cumulated vsize (KiB) 297596

[startup+942.301 s]
/proc/loadavg: 4.00 4.01 3.89 5/367 11199
/proc/meminfo: memFree=19818568/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=297876 CPUtime=942.31 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 338676 0 0 0 94163 68 0 0 25 0 1 0 650474011 305025024 64568 33554432000 4194304 4580011 140734271825504 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 74469 64568 367 95 0 69451 0
Current children cumulated CPU time (s) 942.31
Current children cumulated vsize (KiB) 297876

[startup+1002.3 s]
/proc/loadavg: 4.00 4.00 3.89 5/367 11201
/proc/meminfo: memFree=19656084/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=374020 CPUtime=1002.31 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 348848 0 0 0 100158 73 0 0 25 0 1 0 650474011 382996480 68180 33554432000 4194304 4580011 140734271825504 18446744073709551615 4295372 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 93505 68180 367 95 0 88487 0
Current children cumulated CPU time (s) 1002.31
Current children cumulated vsize (KiB) 374020

[startup+1062.3 s]
/proc/loadavg: 4.07 4.02 3.91 5/367 11202
/proc/meminfo: memFree=19593904/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=298880 CPUtime=1062.31 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 362555 0 0 0 106154 77 0 0 25 0 1 0 650474011 306053120 66213 33554432000 4194304 4580011 140734271825504 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 74720 66213 367 95 0 69702 0
Current children cumulated CPU time (s) 1062.31
Current children cumulated vsize (KiB) 298880

[startup+1122.3 s]
/proc/loadavg: 4.10 4.04 3.92 5/367 11204
/proc/meminfo: memFree=19513132/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=408436 CPUtime=1122.31 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 380006 0 0 0 112150 81 0 0 25 0 1 0 650474011 418238464 74998 33554432000 4194304 4580011 140734271825504 18446744073709551615 4406377 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 102109 74998 367 95 0 97091 0
Current children cumulated CPU time (s) 1122.31
Current children cumulated vsize (KiB) 408436

[startup+1182.3 s]
/proc/loadavg: 4.04 4.03 3.92 5/367 11205
/proc/meminfo: memFree=19554888/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=408648 CPUtime=1182.31 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 390833 0 0 0 118146 85 0 0 25 0 1 0 650474011 418455552 75045 33554432000 4194304 4580011 140734271825504 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 102162 75045 367 95 0 97144 0
Current children cumulated CPU time (s) 1182.31
Current children cumulated vsize (KiB) 408648

[startup+1242.3 s]
/proc/loadavg: 4.09 4.04 3.92 5/367 11207
/proc/meminfo: memFree=19510696/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=331004 CPUtime=1242.32 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 402420 0 0 0 124143 89 0 0 25 0 1 0 650474011 338948096 71787 33554432000 4194304 4580011 140734271825504 18446744073709551615 4294512 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 82751 71787 367 95 0 77733 0
Current children cumulated CPU time (s) 1242.32
Current children cumulated vsize (KiB) 331004



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.08 4.04 3.93 5/367 11209
/proc/meminfo: memFree=19495160/32951124 swapFree=65581052/67111528
[pid=11135] ppid=11133 vsize=332228 CPUtime=1300.02 cores=0,2
/proc/11135/stat : 11135 (strangenight2-s) R 11133 11135 11101 0 -1 4202496 412250 0 0 0 129911 91 0 0 25 0 1 0 650474011 340201472 73966 33554432000 4194304 4580011 140734271825504 18446744073709551615 4316685 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/11135/statm: 83057 73966 367 95 0 78039 0
Current children cumulated CPU time (s) 1300.02
Current children cumulated vsize (KiB) 332228

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.06
CPU user time (s): 1299.12
CPU system time (s): 0.932858
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 410120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1299.12
system time used= 0.932858
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 412252
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= 10
involuntary context switches= 1550

runsolver used 4.85826 second user time and 10.4034 second system time

The end

Launcher Data

Begin job on node137 at 2011-05-14 17:59:23
IDJOB=3368452
IDBENCH=83130
IDSOLVER=1845
FILE ID=node137/3368452-1305388763
RUNJOBID= node137-1305388763-11119
PBS_JOBID= 13324416
Free space on /tmp= 73672 MiB

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

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

MD5SUM BENCH= 73a2c2d9e5c062e561bfdb7c82071a99
RANDOM SEED=1803728889

node137.alineos.net Linux 2.6.18-164.el5 #1 SMP Thu Sep 3 03:28:30 EDT 2009

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.68
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.75
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.83
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.844
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      21336636 kB
Buffers:        267316 kB
Cached:        3678144 kB
SwapCached:      36328 kB
Active:        1593508 kB
Inactive:      9795036 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      21336636 kB
SwapTotal:    67111528 kB
SwapFree:     65581052 kB
Dirty:            8792 kB
Writeback:           0 kB
AnonPages:     7416452 kB
Mapped:          18276 kB
Slab:           119584 kB
PageTables:      38844 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 75902296 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= 73644 MiB
End job on node137 at 2011-05-14 18:21:05