Trace number 3368462

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) 1299.94 1300.05

General information on the benchmark

Nameapplication/fuhs/slp-synthesis-AES/
slp-synthesis-aes-bottom23.cnf
MD5SUMe560aa6505ddce6d3784f70d5b7aff66
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 variables57800
Number of clauses193923
Sum of the clauses size495331
Maximum clause length1803
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 298497
Number of clauses of size 394437
Number of clauses of size 4275
Number of clauses of size 521
Number of clauses of size over 5692

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-3368462-1305388811.cnf'
0.00/0.01	c -- header says num vars:          57800
0.00/0.01	c -- header says num clauses:      193923
0.04/0.07	c -- clauses added:            0 learnts,       193923 normals,            0 xors
0.04/0.07	c -- vars added      57800
0.04/0.07	c Parsing time:  0.06 s
0.04/0.07	c  N st     0         0     57800     94196     87665         0    467419         0   no data   no data
0.78/0.84	c asymm  cl-useful: 8/39774/94196 lits-rem:83 time: 0.76
4.99/5.03	c Flit:    89 Blit:   5014 bXBeca:    0 bXProp: 9392 Bins:      0 BRemL:      0 BRemN:      0 P: 86.2M T:  4.14
4.99/5.03	c Cleaning up after failed var search:     0.01 s 
4.99/5.06	c Replacing     9392 vars Replaced   265992 lits Time:     0.03 s 
4.99/5.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.99/5.09	c bin-w-bin subsume rem          989 bins  time:  0.01 s
5.09/5.11	c subs with bin:        0  lits-rem:        12  v-fix:    0  time:  0.01 s
5.09/5.15	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  40808 time:  0.04 s
5.09/5.19	c Removed useless bin:      48  fixed:     0  props:   6.55M  time:  0.04 s
5.29/5.36	c lits-rem:         0  cl-subs:      300  v-elim:  13602  v-fix:    0  time:  0.16 s
5.39/5.49	c Finding binary XORs  T:     0.13 s  found:      23
5.39/5.50	c Replacing       23 vars Replaced      278 lits Time:     0.01 s 
5.50/5.57	c Finding non-binary XORs:     0.05 s (found:   13386, avg size: 3.0)
5.50/5.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:   2177 locsubst:  8558 time:   0.03
5.50/5.58	c Replacing     4279 vars Replaced    25674 lits Time:     0.01 s 
5.50/5.59	c calculated reachability. Time: 0.01
5.50/5.59	c Calc default polars -  time:   0.00 s pos:    2318 undec:   37138 neg:   18344
5.50/5.59	c =========================================================================================
5.50/5.59	c types(t): F = full restart, N = normal restart
5.50/5.59	c types(t): S = simplification begin/end, E = solution found
5.50/5.59	c restart types(rt): st = static, dy = dynamic
5.50/5.59	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.50/5.59	c  B st     0         0     20727     34135     26323         0    225024         0   no data   no data
5.79/5.89	c Decided on static restart strategy
6.29/6.35	c  N st     8      4917     20719     34135     26439      4711    225024    206666   no data   no data
7.18/7.26	c  N st    10     11300     20716     34135     26512     10852    225024    471702   no data   no data
8.18/8.28	c  N st    11     17043     20716     34135     26527     16408    225024    637558   no data   no data
10.59/10.69	c  F st    12     25001     20716     34135     26562     14795    225024   1414641   no data   no data
10.69/10.72	c  N st    12     25001     20716     34133     26427     14795    224739   1414633   no data   no data
11.69/11.77	c Decided on static restart strategy
11.69/11.77	c  N st    18     30000     20714     34133     26464     19699    224739   1901105   no data   no data
11.69/11.77	c  S st    18     30000     20714     34133     26464     19699    224739   1901105   no data   no data
11.89/11.92	c  S st    18     30501     20714     34133     26508     20149    224739   1908299   no data   no data
11.89/11.94	c x-sub:  4279 x-cut:      0 vfix:      0 v-elim:   1080 locsubst:     0 time:   0.02
13.29/13.33	c Flit:    94 Blit:      2 bXBeca:    0 bXProp:    8 Bins: 319725 BRemL:  95898 BRemN:     11 P: 20.1M T:  1.38
13.29/13.35	c Replacing        8 vars Replaced      770 lits Time:     0.02 s 
13.29/13.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.29/13.39	c bin-w-bin subsume rem          124 bins  time:  0.03 s
13.39/13.43	c subs with bin:      858  lits-rem:       746  v-fix:    0  time:  0.03 s
13.39/13.46	c Subs w/ non-existent bins:     43 l-rem:      8 v-fix:     0 done:  19529 time:  0.04 s
13.39/13.48	c Removed useless bin:      48  fixed:     0  props:   0.65M  time:  0.01 s
13.49/13.55	c lits-rem:       356  cl-subs:      279  v-elim:   2557  v-fix:    0  time:  0.07 s
13.59/13.61	c subs with bin:       59  lits-rem:       326  v-fix:    0  time:  0.04 s
13.59/13.64	c lits-rem:       198  cl-subs:      341  v-elim:      0  v-fix:    0  time:  0.03 s
13.89/13.93	c asymm  cl-useful: 359/20555/33742 lits-rem:1493 time: 0.29
13.89/13.94	c calculated reachability. Time: 0.01
13.89/13.94	c  N st    18     30501     16972     33742    220573      5212    200951    502902   no data   no data
13.99/14.04	c Finding binary XORs  T:     0.10 s  found:       0
15.19/15.28	c  N st    20     37617     16972     33742    220636     12155    200951    964937   no data   no data
16.18/16.22	c  N st    21     44017     16971     33742    220652     10597    200951    735444   no data   no data
16.49/16.53	c  S st    22     45751     16971     33742    220662     12299    200951   1008955   no data   no data
16.58/16.66	c  S st    22     46255     16971     33742    220666     12797    200951   1023583   no data   no data
16.58/16.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    540 locsubst:     0 time:   0.02
17.49/17.51	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  24668 BRemL:  77058 BRemN:      0 P:  8.6M T:  0.83
17.49/17.52	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
17.49/17.54	c bin-w-bin subsume rem          281 bins  time:  0.01 s
17.49/17.56	c subs with bin:      115  lits-rem:       143  v-fix:    0  time:  0.02 s
17.49/17.59	c Subs w/ non-existent bins:      0 l-rem:     51 v-fix:     0 done:  16430 time:  0.02 s
17.49/17.60	c Removed useless bin:     121  fixed:     0  props:   0.57M  time:  0.01 s
17.59/17.63	c lits-rem:         0  cl-subs:       69  v-elim:     68  v-fix:    0  time:  0.03 s
17.68/17.71	c subs with bin:       12  lits-rem:        87  v-fix:    0  time:  0.07 s
17.68/17.76	c lits-rem:       305  cl-subs:      316  v-elim:      0  v-fix:    0  time:  0.04 s
17.68/17.77	c vivif2 --  cl tried    33565 cl shrink      198 lits rem        417 time: 0.01
17.68/17.78	c vivif2 --  cl tried     8328 cl shrink      482 lits rem       5394 time: 0.01
17.98/18.03	c asymm  cl-useful: 0/12124/33501 lits-rem:0 time: 0.26
17.98/18.05	c calculated reachability. Time: 0.01
17.98/18.05	c  N st    22     46255     16362     33501    160096      8325    198061    461479   no data   no data
18.08/18.13	c Finding binary XORs  T:     0.08 s  found:       0
20.80/20.88	c  N st    23     60652     16362     33501    160118     22424    198059   1593427   no data   no data
22.89/22.94	c  N st    24     69382     16361     33501    160146     18558    198059   1046703   no data   no data
22.89/22.94	c  S st    24     69382     16361     33501    160146     18558    198059   1046703   no data   no data
22.99/23.07	c  S st    24     69882     16361     33501    160152     19049    198059   1055968   no data   no data
22.99/23.09	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    252 locsubst:     0 time:   0.02
23.89/23.99	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:    0 Bins:  36644 BRemL:  65335 BRemN:     13 P:  9.1M T:  0.90
23.99/24.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
23.99/24.01	c bin-w-bin subsume rem           11 bins  time:  0.01 s
23.99/24.04	c subs with bin:        1  lits-rem:         1  v-fix:    0  time:  0.02 s
23.99/24.06	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  16108 time:  0.02 s
23.99/24.07	c Removed useless bin:       2  fixed:     0  props:   0.47M  time:  0.01 s
24.09/24.11	c lits-rem:         0  cl-subs:       75  v-elim:     38  v-fix:    0  time:  0.03 s
24.20/24.24	c subs with bin:     1101  lits-rem:       438  v-fix:    0  time:  0.12 s
24.29/24.35	c lits-rem:       595  cl-subs:      288  v-elim:      0  v-fix:    0  time:  0.10 s
24.29/24.36	c vivif2 --  cl tried    33425 cl shrink       60 lits rem         77 time: 0.01
24.29/24.38	c vivif2 --  cl tried    13631 cl shrink      563 lits rem       2499 time: 0.02
24.38/24.40	c asymm  cl-useful: 4/746/33425 lits-rem:12 time: 0.01
24.38/24.41	c calculated reachability. Time: 0.01
24.38/24.41	c  N st    24     69882     16070     33421    129721     13628    196998    518107   no data   no data
32.69/32.71	c  F st    25     87501     16070     33421    129724     31025    196998   5501778   no data   no data
32.69/32.73	c  N st    25     87501     16070     33421    129724     31025    196998   5501778   no data   no data
32.79/32.81	c Finding binary XORs  T:     0.08 s  found:       1
33.79/33.87	c  N dy    34     93122     16069     33421    129736     21139    196997   2062287      9.07      9.61
34.67/34.78	c  N dy    65     99118     16061     33421    129753     27036    196997   2274180      9.23      9.96
35.66/35.70	c  S st    98    104823     16057     33421    129768     32654    196997   2522736      9.73      9.52
35.76/35.85	c  S st    98    105326     16057     33421    129774     33147    196997   2535496      9.73   no data
35.76/35.87	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:    108 locsubst:     0 time:   0.02
36.65/36.71	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   14 Bins:   1690 BRemL:  26558 BRemN:      2 P: 15.8M T:  0.83
36.65/36.75	c Replacing       15 vars Replaced      806 lits Time:     0.03 s 
36.65/36.76	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.65/36.76	c bin-w-bin subsume rem           25 bins  time:  0.01 s
36.65/36.78	c subs with bin:       49  lits-rem:        26  v-fix:    0  time:  0.02 s
36.75/36.80	c Subs w/ non-existent bins:      0 l-rem:      2 v-fix:     0 done:  15932 time:  0.02 s
36.75/36.81	c Removed useless bin:       2  fixed:     0  props:   0.61M  time:  0.01 s
36.75/36.85	c lits-rem:         0  cl-subs:       45  v-elim:     10  v-fix:    0  time:  0.04 s
38.04/38.15	c subs with bin:       15  lits-rem:       960  v-fix:    0  time:  1.21 s
39.03/39.15	c lits-rem:      2478  cl-subs:     1028  v-elim:      0  v-fix:    0  time:  0.98 s
39.03/39.16	c vivif2 --  cl tried    33299 cl shrink        3 lits rem          4 time: 0.01
39.13/39.27	c vivif2 --  cl tried    30095 cl shrink     3831 lits rem      40635 time: 0.11
39.43/39.59	c asymm  cl-useful: 223/19795/33299 lits-rem:626 time: 0.32
39.43/39.60	c calculated reachability. Time: 0.01
39.43/39.60	c  N dy    98    105326     15922     33278     99106     30095    195358   2295559      9.73   no data
40.72/40.87	c  N dy   130    112187     15917     33278     99118     36860    195358   2626085      9.91     10.46
41.93/42.09	c  N dy   152    119417     15914     33278     99123     25065    195358    679215      9.79     10.31
43.13/43.25	c Finding binary XORs  T:     0.08 s  found:      14
43.43/43.57	c  N dy   193    127103     15913     33263     97005     32482    194953    985148     10.04     10.63
45.04/45.16	c  N dy   257    135306     15910     33263     97022     40552    194951   1544754     10.51     11.56
46.72/46.84	c  N dy   305    143986     15909     33263     97024     27447    194951    781889     10.61     16.66
48.52/48.62	c  N dy   361    153188     15907     33263     97041     36539    194951   1402417     10.77     13.75
49.52/49.61	c  S st   394    157989     15907     33263     97041     41297    194951   1682606     10.91   no data
49.72/49.81	c  S st   394    158491     15907     33263     97041     41795    194951   1700466     10.91   no data
49.72/49.83	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
50.63/50.73	c Flit:     1 Blit:      0 bXBeca:    0 bXProp:   29 Bins:    824 BRemL:    784 BRemN:      1 P: 17.7M T:  0.90
50.63/50.76	c Replacing       43 vars Replaced     1210 lits Time:     0.03 s 
50.63/50.77	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.63/50.78	c bin-w-bin subsume rem           50 bins  time:  0.01 s
50.73/50.80	c subs with bin:      100  lits-rem:        61  v-fix:    0  time:  0.02 s
50.73/50.82	c Subs w/ non-existent bins:      0 l-rem:      1 v-fix:     0 done:  15865 time:  0.02 s
50.73/50.83	c Removed useless bin:       2  fixed:     0  props:   0.59M  time:  0.01 s
50.73/50.87	c lits-rem:         7  cl-subs:      105  v-elim:     17  v-fix:    0  time:  0.04 s
51.93/52.04	c subs with bin:       80  lits-rem:      1369  v-fix:    0  time:  1.11 s
52.63/52.79	c lits-rem:      3437  cl-subs:     1110  v-elim:      0  v-fix:    0  time:  0.74 s
52.63/52.80	c vivif2 --  cl tried    33025 cl shrink        1 lits rem          1 time: 0.01
52.74/52.89	c vivif2 --  cl tried    39664 cl shrink     4368 lits rem      53198 time: 0.09
53.03/53.18	c asymm  cl-useful: 203/12018/33025 lits-rem:609 time: 0.29
53.03/53.19	c calculated reachability. Time: 0.01
53.03/53.19	c  N dy   394    158491     15848     32822     93604     39663    193606   1558069     10.91   no data
55.32/55.47	c  N dy   450    170057     15845     32822     93619     27889    193606    776211     10.90     11.51
56.04/56.17	c Finding binary XORs  T:     0.08 s  found:      98
57.62/57.78	c  N dy   497    180984     15839     32811     90653     38320    193389   1201539     10.83     11.43
60.12/60.25	c  N dy   560    192577     15839     32811     90656     25037    193389    506656     10.90     11.63
62.63/62.72	c  N dy   619    205082     15838     32811     90663     37409    193387   1683694     10.88     11.47
65.33/65.41	c  N dy   696    218217     15837     32811     90667     50395    193387   2535061     10.96     16.10
68.22/68.31	c  N dy   781    232238     15835     32811     90684     38019    193387   1262664     11.07     13.45
69.24/69.35	c  S st   804    237736     15834     32811     90694     43408    193387   1470364     11.04   no data
69.42/69.54	c  S st   804    238241     15834     32811     90694     43909    193387   1483300     11.04   no data
69.42/69.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
70.34/70.42	c Flit:     0 Blit:      3 bXBeca:    0 bXProp:    4 Bins:   2495 BRemL:   3932 BRemN:     78 P: 16.8M T:  0.86
70.34/70.45	c Replacing      102 vars Replaced     2247 lits Time:     0.03 s 
70.34/70.46	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
70.34/70.47	c bin-w-bin subsume rem          113 bins  time:  0.01 s
70.34/70.49	c subs with bin:      148  lits-rem:       159  v-fix:    0  time:  0.02 s
70.43/70.51	c Subs w/ non-existent bins:      0 l-rem:      4 v-fix:     0 done:  15730 time:  0.02 s
70.43/70.52	c Removed useless bin:       4  fixed:     0  props:   0.60M  time:  0.01 s
70.43/70.56	c lits-rem:        13  cl-subs:      145  v-elim:     48  v-fix:    0  time:  0.04 s
71.33/71.46	c subs with bin:      179  lits-rem:      1019  v-fix:    0  time:  0.86 s
71.83/71.93	c lits-rem:      1195  cl-subs:      843  v-elim:      0  v-fix:    0  time:  0.47 s
71.83/71.94	c vivif2 --  cl tried    32472 cl shrink        1 lits rem          1 time: 0.01
71.93/72.02	c vivif2 --  cl tried    40516 cl shrink     4264 lits rem      32198 time: 0.08
71.93/72.03	c asymm  cl-useful: 0/659/32472 lits-rem:0 time: 0.01
71.93/72.04	c calculated reachability. Time: 0.00
71.93/72.05	c  N dy   804    238241     15682     32472     81030     40516    191557   1288787     11.04   no data
72.03/72.13	c Finding binary XORs  T:     0.08 s  found:       0
75.12/75.20	c  N dy   870    253463     15679     32472     81041     29335    191555    697531     11.07     14.58
78.32/78.49	c  N dy   919    270202     15678     32472     81057     45851    191555   1499683     10.96     11.79
82.12/82.22	c  N dy   998    287607     15676     32472     81065     35130    191555    875936     10.99     11.77
86.52/86.63	c  N dy  1072    306130     15675     32472     81073     53431    191555   2845418     10.98     11.71
86.52/86.67	c  F st  1074    306254     15675     32472     81073     53552    191555   2852390     10.98   no data
88.32/88.40	c Decided on static restart strategy
93.52/93.61	c  N st  1084    334558     15675     32466     77369     51772    191388   2767652     10.98   no data
99.93/100.02	c  N st  1086    357361     15675     32466     77371     45237    191388   3543929     10.98   no data
99.93/100.02	c  S st  1086    357361     15675     32466     77371     45237    191388   3543929     10.98   no data
100.12/100.25	c  S st  1086    357862     15675     32466     77371     45737    191388   3562939     10.98   no data
100.12/100.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
100.92/101.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    228 BRemL:    375 BRemN:      0 P: 15.6M T:  0.76
100.92/101.04	c Replacing        2 vars Replaced      262 lits Time:     0.02 s 
100.92/101.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
100.92/101.06	c bin-w-bin subsume rem           90 bins  time:  0.01 s
100.92/101.08	c subs with bin:       14  lits-rem:        44  v-fix:    0  time:  0.02 s
101.03/101.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15673 time:  0.02 s
101.03/101.11	c Removed useless bin:       1  fixed:     0  props:   0.59M  time:  0.01 s
101.03/101.16	c lits-rem:         0  cl-subs:       18  v-elim:     24  v-fix:    0  time:  0.05 s
102.62/102.76	c subs with bin:       10  lits-rem:       425  v-fix:    0  time:  1.48 s
105.02/105.16	c lits-rem:      5365  cl-subs:     2005  v-elim:      0  v-fix:    0  time:  2.39 s
105.02/105.17	c vivif2 --  cl tried    32411 cl shrink        0 lits rem          0 time: 0.01
105.22/105.39	c vivif2 --  cl tried    43278 cl shrink     9578 lits rem      73418 time: 0.22
105.62/105.75	c asymm  cl-useful: 83/17631/32411 lits-rem:134 time: 0.35
105.62/105.76	c calculated reachability. Time: 0.00
105.62/105.76	c  N st  1086    357862     15649     32406     77020     43278    190829   3218357     10.98   no data
115.12/115.25	c  N st  1087    390255     15649     32406     77023     45137    190829   3097515     10.98   no data
133.82/133.93	c  N st  1088    438849     15649     32406     77031     61456    190829   8097522     10.98   no data
163.32/163.47	c  N st  1089    511733     15649     32406     77032     66043    190829   7488126     10.98   no data
173.42/173.58	c  N st  1090    536794     15647     32406     77032     55337    190829   4296455     10.98   no data
173.42/173.58	c  S st  1090    536794     15647     32406     77032     55337    190829   4296455     10.98   no data
173.73/173.84	c  S st  1090    537295     15647     32406     77033     55832    190828   4314829     10.98   no data
173.73/173.86	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
174.52/174.68	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    108 BRemL:    270 BRemN:      0 P: 17.2M T:  0.81
174.62/174.73	c Replacing        2 vars Replaced      763 lits Time:     0.06 s 
174.62/174.74	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
174.62/174.75	c bin-w-bin subsume rem            8 bins  time:  0.01 s
174.62/174.77	c subs with bin:       12  lits-rem:        15  v-fix:    0  time:  0.02 s
174.62/174.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15645 time:  0.02 s
174.62/174.81	c Removed useless bin:       0  fixed:     0  props:   0.60M  time:  0.01 s
174.73/174.87	c lits-rem:         0  cl-subs:       30  v-elim:      2  v-fix:    0  time:  0.06 s
176.52/176.62	c subs with bin:        9  lits-rem:        53  v-fix:    0  time:  1.60 s
179.62/179.80	c lits-rem:      2058  cl-subs:     1268  v-elim:      0  v-fix:    0  time:  3.17 s
179.72/179.80	c vivif2 --  cl tried    32361 cl shrink        0 lits rem          0 time: 0.01
180.02/180.10	c vivif2 --  cl tried    54405 cl shrink    11948 lits rem     108370 time: 0.29
180.22/180.40	c asymm  cl-useful: 3/7271/32361 lits-rem:9 time: 0.30
180.33/180.41	c calculated reachability. Time: 0.00
180.33/180.41	c  N st  1090    537295     15643     32358     74699     54405    190590   4093804     10.98   no data
180.33/180.49	c Finding binary XORs  T:     0.08 s  found:       0
291.02/291.16	c  N st  1091    701279     15643     32358     74701     64981    190590  11280151     10.98   no data
323.62/323.71	c  N st  1092    805943     15643     32358     74707     84715    190590   5068611     10.98   no data
323.62/323.72	c  S st  1092    805943     15643     32358     74707     84715    190590   5068611     10.98   no data
323.92/324.04	c  S st  1092    806447     15643     32358     74707     85217    190590   5083739     10.98   no data
323.92/324.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
324.82/324.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    291 BRemL:    667 BRemN:      2 P: 21.1M T:  0.90
324.82/324.98	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
324.82/324.99	c bin-w-bin subsume rem            3 bins  time:  0.01 s
324.92/325.00	c subs with bin:        5  lits-rem:         3  v-fix:    0  time:  0.02 s
324.92/325.02	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15643 time:  0.02 s
324.92/325.04	c Removed useless bin:       0  fixed:     0  props:   0.62M  time:  0.01 s
325.01/325.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.07 s
326.72/326.86	c subs with bin:       28  lits-rem:      1634  v-fix:    0  time:  1.57 s
333.42/333.55	c lits-rem:      8528  cl-subs:     3835  v-elim:      0  v-fix:    0  time:  6.68 s
333.42/333.56	c vivif2 --  cl tried    32353 cl shrink        0 lits rem          0 time: 0.01
333.81/333.90	c vivif2 --  cl tried    81354 cl shrink    21028 lits rem      88150 time: 0.34
334.01/334.11	c asymm  cl-useful: 4/7451/32353 lits-rem:12 time: 0.21
334.01/334.12	c calculated reachability. Time: 0.00
334.01/334.13	c  N st  1092    806447     15643     32349     74333     81354    190572   4816887     10.98   no data
532.22/532.36	c  F st  1093   1071876     15643     32349     74334     75827    190572  12325130     10.98   no data
532.22/532.38	c  N st  1093   1071876     15643     32349     74334     75827    190572  12325130     10.98   no data
534.21/534.39	c Decided on static restart strategy
544.21/544.36	c  N st  1103   1100182     15642     32349     74336     55201    190572   4379690     10.98   no data
565.11/565.21	c  N st  1105   1136177     15642     32349     74336     90995    190572  14923006     10.98   no data
575.80/575.90	c  N st  1106   1168569     15642     32349     74338     73445    190572   6034433     10.98   no data
596.80/596.96	c  N st  1107   1209671     15642     32349     74340     63746    190572   7352850     10.98   no data
596.80/596.96	c  S st  1107   1209671     15642     32349     74340     63746    190572   7352850     10.98   no data
597.11/597.26	c  S st  1107   1210174     15642     32349     74340     64246    190572   7367951     10.98   no data
597.11/597.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
598.10/598.20	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:    120 BRemL:     52 BRemN:      1 P: 16.7M T:  0.90
598.10/598.21	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
598.10/598.22	c bin-w-bin subsume rem            4 bins  time:  0.01 s
598.10/598.23	c subs with bin:        7  lits-rem:         4  v-fix:    0  time:  0.02 s
598.10/598.26	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15642 time:  0.02 s
598.10/598.27	c Removed useless bin:       0  fixed:     0  props:   0.62M  time:  0.01 s
598.21/598.36	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.09 s
600.10/600.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.60 s
604.81/604.98	c lits-rem:      1992  cl-subs:      729  v-elim:      0  v-fix:    0  time:  4.72 s
604.81/604.99	c vivif2 --  cl tried    32341 cl shrink        0 lits rem          0 time: 0.01
605.20/605.39	c vivif2 --  cl tried    63516 cl shrink     6642 lits rem     235061 time: 0.39
605.70/605.83	c asymm  cl-useful: 38/12799/32341 lits-rem:64 time: 0.44
605.70/605.84	c calculated reachability. Time: 0.00
605.70/605.84	c  N st  1107   1210174     15642     32340     73240     63516    190483   7052870     10.98   no data
630.22/630.37	c  N st  1108   1283057     15642     32340     73245     84096    190483   5732697     10.98   no data
692.00/692.15	c  N st  1109   1392381     15641     32340     73252     86855    190483  10165846     10.98   no data
772.50/772.65	c  N st  1110   1556365     15641     32340     73259     83100    190482   7074846     10.98   no data
866.49/866.65	c  N st  1111   1710174     15640     32340     73261    120096    190482  16614166     10.98   no data
866.49/866.65	c  S st  1111   1710174     15640     32340     73261    120096    190482  16614166     10.98   no data
866.99/867.14	c  S st  1111   1710674     15640     32340     73261    120595    190482  16634636     10.98   no data
866.99/867.19	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.05
868.29/868.41	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    2 Bins:    151 BRemL:    141 BRemN:      1 P: 25.5M T:  1.22
868.39/868.56	c Replacing        2 vars Replaced      654 lits Time:     0.15 s 
868.39/868.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
868.39/868.58	c bin-w-bin subsume rem            7 bins  time:  0.01 s
868.49/868.60	c subs with bin:        8  lits-rem:        11  v-fix:    0  time:  0.02 s
868.49/868.62	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15638 time:  0.02 s
868.49/868.63	c Removed useless bin:       0  fixed:     0  props:   0.62M  time:  0.01 s
868.69/868.80	c lits-rem:         0  cl-subs:       14  v-elim:      1  v-fix:    0  time:  0.17 s
870.89/871.08	c subs with bin:        5  lits-rem:        42  v-fix:    0  time:  1.63 s
889.70/889.89	c lits-rem:     13430  cl-subs:     2066  v-elim:      0  v-fix:    0  time: 18.80 s
889.70/889.90	c vivif2 --  cl tried    32316 cl shrink        0 lits rem          0 time: 0.01
890.99/891.15	c vivif2 --  cl tried   118433 cl shrink    39341 lits rem     504630 time: 1.23
891.29/891.45	c asymm  cl-useful: 5/6741/32316 lits-rem:7 time: 0.31
891.29/891.47	c calculated reachability. Time: 0.01
891.29/891.47	c  N st  1111   1710674     15637     32315     71398    118431    190350  15860839     10.98   no data
891.39/891.55	c Finding binary XORs  T:     0.08 s  found:       0
1194.58/1194.70	c  N st  1112   2079638     15637     32315     71400    112511    190350  14170851     10.98   no data
1279.09/1279.21	c  N st  1113   2210675     15637     32315     71403    109631    190350   9277153     10.98   no data
1279.09/1279.21	c  S st  1113   2210675     15637     32315     71403    109631    190350   9277153     10.98   no data
1279.48/1279.61	c  S st  1113   2211176     15636     32315     71405    110129    190350   9289812     10.98   no data
1279.48/1279.65	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
1280.58/1280.76	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    1 Bins:     51 BRemL:    192 BRemN:      2 P: 24.5M T:  1.11
1280.68/1280.86	c Replacing        1 vars Replaced       62 lits Time:     0.10 s 
1280.68/1280.87	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
1280.68/1280.88	c bin-w-bin subsume rem            7 bins  time:  0.01 s
1280.78/1280.90	c subs with bin:        7  lits-rem:         4  v-fix:    0  time:  0.02 s
1280.78/1280.92	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:  15635 time:  0.02 s
1280.78/1280.93	c Removed useless bin:       1  fixed:     0  props:   0.62M  time:  0.01 s
1280.88/1281.04	c lits-rem:         0  cl-subs:        4  v-elim:      1  v-fix:    0  time:  0.11 s
1282.88/1283.02	c subs with bin:        5  lits-rem:         0  v-fix:    0  time:  1.66 s

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-3368462-1305388811/watcher-3368462-1305388811 -o /tmp/evaluation-result-3368462-1305388811/solver-3368462-1305388811 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368462-1305388811.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: 1.20 2.94 3.55 5/328 16168
/proc/meminfo: memFree=15697956/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=14836 CPUtime=0 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4194304 104 0 0 0 0 0 0 0 21 0 1 0 729111751 15192064 60 33554432000 4194304 4580011 140733928388704 18446744073709551615 231890567271 0 0 4096 0 0 0 0 17 0 0 0 0
/proc/16168/statm: 3709 64 48 95 0 49 0

[startup+0.0550969 s]
/proc/loadavg: 1.20 2.94 3.55 5/328 16168
/proc/meminfo: memFree=15697956/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=49032 CPUtime=0.04 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 6557 0 0 0 4 0 0 0 21 0 1 0 729111751 50208768 5447 33554432000 4194304 4580011 140733928388704 18446744073709551615 231895151301 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 12258 5449 325 95 0 7240 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 49032

[startup+0.101092 s]
/proc/loadavg: 1.20 2.94 3.55 5/328 16168
/proc/meminfo: memFree=15697956/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=53192 CPUtime=0.08 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 7733 0 0 0 8 0 0 0 21 0 1 0 729111751 54468608 6623 33554432000 4194304 4580011 140733928388704 18446744073709551615 4293212 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 13298 6623 340 95 0 8280 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 53192

[startup+0.301055 s]
/proc/loadavg: 1.20 2.94 3.55 5/328 16168
/proc/meminfo: memFree=15697956/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=53192 CPUtime=0.28 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 7733 0 0 0 28 0 0 0 22 0 1 0 729111751 54468608 6623 33554432000 4194304 4580011 140733928388704 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 13298 6623 340 95 0 8280 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 53192

[startup+0.700986 s]
/proc/loadavg: 1.20 2.94 3.55 5/328 16168
/proc/meminfo: memFree=15697956/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=53192 CPUtime=0.68 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 7733 0 0 0 68 0 0 0 24 0 1 0 729111751 54468608 6623 33554432000 4194304 4580011 140733928388704 18446744073709551615 4293150 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 13298 6623 340 95 0 8280 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 53192

[startup+1.50083 s]
/proc/loadavg: 1.20 2.94 3.55 5/329 16169
/proc/meminfo: memFree=15652068/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=90824 CPUtime=1.49 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 16115 0 0 0 147 2 0 0 25 0 1 0 729111751 93003776 15005 33554432000 4194304 4580011 140733928388704 18446744073709551615 4293696 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 22706 15005 342 95 0 17688 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 90824

[startup+3.10053 s]
/proc/loadavg: 1.20 2.94 3.55 5/329 16169
/proc/meminfo: memFree=15578536/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=170808 CPUtime=3.09 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 34441 0 0 0 304 5 0 0 25 0 1 0 729111751 174907392 33331 33554432000 4194304 4580011 140733928388704 18446744073709551615 4235013 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 42702 33331 342 95 0 37684 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 170808

[startup+6.30095 s]
/proc/loadavg: 1.42 2.96 3.56 5/329 16169
/proc/meminfo: memFree=15494412/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=198336 CPUtime=6.29 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 42812 0 0 0 623 6 0 0 25 0 1 0 729111751 203096064 40786 33554432000 4194304 4580011 140733928388704 18446744073709551615 4292890 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 49584 40786 365 95 0 44566 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 198336

[startup+12.7008 s]
/proc/loadavg: 1.63 2.98 3.56 6/329 16169
/proc/meminfo: memFree=15456244/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=212064 CPUtime=12.68 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 48790 0 0 0 1261 7 0 0 25 0 1 0 729111751 217153536 44174 33554432000 4194304 4580011 140733928388704 18446744073709551615 4353772 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 53016 44174 367 95 0 47998 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 212064

[startup+25.5004 s]
/proc/loadavg: 2.15 3.03 3.56 5/329 16169
/proc/meminfo: memFree=15410264/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=228660 CPUtime=25.48 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 57704 0 0 0 2539 9 0 0 25 0 1 0 729111751 234147840 47935 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 57165 47935 367 95 0 52147 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 228660

[startup+51.1007 s]
/proc/loadavg: 2.78 3.10 3.57 5/329 16179
/proc/meminfo: memFree=15328028/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=281124 CPUtime=51.03 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 76746 0 0 0 5089 14 0 0 25 0 1 0 729111751 287870976 59681 33554432000 4194304 4580011 140733928388704 18446744073709551615 4413250 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 70281 59681 367 95 0 65263 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 281124

[startup+102.312 s]
/proc/loadavg: 3.47 3.24 3.59 5/329 16181
/proc/meminfo: memFree=15246068/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=374336 CPUtime=102.24 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 89143 0 0 0 10208 16 0 0 25 0 1 0 729111751 383320064 70516 33554432000 4194304 4580011 140733928388704 18446744073709551615 4412563 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 93584 70516 367 95 0 88566 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 374336

[startup+162.301 s]
/proc/loadavg: 3.95 3.43 3.64 5/329 16182
/proc/meminfo: memFree=15161832/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=410984 CPUtime=162.22 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 128262 0 0 0 16196 26 0 0 25 0 1 0 729111751 420847616 78104 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294344 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 102746 78104 367 95 0 97728 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 410984

[startup+222.301 s]
/proc/loadavg: 3.98 3.53 3.66 5/329 16184
/proc/meminfo: memFree=15107468/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=446484 CPUtime=222.22 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 174163 0 0 0 22184 38 0 0 25 0 1 0 729111751 457199616 83399 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 111621 83399 367 95 0 106603 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 446484

[startup+282.301 s]
/proc/loadavg: 3.99 3.61 3.67 5/329 16185
/proc/meminfo: memFree=15066480/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=459084 CPUtime=282.21 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 212008 0 0 0 28174 47 0 0 25 0 1 0 729111751 470102016 83657 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 114771 83657 367 95 0 109753 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 459084

[startup+342.301 s]
/proc/loadavg: 3.99 3.68 3.69 5/329 16187
/proc/meminfo: memFree=14996860/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=516748 CPUtime=342.21 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 247422 0 0 0 34167 54 0 0 25 0 1 0 729111751 529149952 98084 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294348 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 129187 98084 367 95 0 124169 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 516748

[startup+402.301 s]
/proc/loadavg: 3.99 3.74 3.71 5/329 16189
/proc/meminfo: memFree=14958380/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=569664 CPUtime=402.22 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 284392 0 0 0 40159 63 0 0 25 0 1 0 729111751 583335936 109084 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 142416 109084 367 95 0 137398 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 569664

[startup+462.301 s]
/proc/loadavg: 4.03 3.80 3.73 5/329 16190
/proc/meminfo: memFree=14906380/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=547832 CPUtime=462.21 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 307358 0 0 0 46151 70 0 0 25 0 1 0 729111751 560979968 113242 33554432000 4194304 4580011 140733928388704 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 136958 113242 367 95 0 131940 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 547832

[startup+522.3 s]
/proc/loadavg: 4.01 3.83 3.74 5/329 16192
/proc/meminfo: memFree=14967472/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=553896 CPUtime=522.21 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 331466 0 0 0 52143 78 0 0 25 0 1 0 729111751 567189504 104161 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 138474 104161 367 95 0 133456 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 553896

[startup+582.301 s]
/proc/loadavg: 4.00 3.86 3.75 5/329 16193
/proc/meminfo: memFree=14916216/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=556776 CPUtime=582.21 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 364910 0 0 0 58137 84 0 0 25 0 1 0 729111751 570138624 107619 33554432000 4194304 4580011 140733928388704 18446744073709551615 4295097 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 139194 107619 367 95 0 134176 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 556776

[startup+642.301 s]
/proc/loadavg: 4.06 3.90 3.77 5/329 16195
/proc/meminfo: memFree=14863068/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=585348 CPUtime=642.21 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 408637 0 0 0 64126 95 0 0 25 0 1 0 729111751 599396352 118013 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294928 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 146337 118013 367 95 0 141319 0
Current children cumulated CPU time (s) 642.21
Current children cumulated vsize (KiB) 585348

[startup+702.301 s]
/proc/loadavg: 4.12 3.94 3.79 5/329 16197
/proc/meminfo: memFree=14849508/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=586916 CPUtime=702.2 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 443638 0 0 0 70117 103 0 0 25 0 1 0 729111751 601001984 117929 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 146729 117929 367 95 0 141711 0
Current children cumulated CPU time (s) 702.2
Current children cumulated vsize (KiB) 586916

[startup+762.312 s]
/proc/loadavg: 4.04 3.95 3.81 5/329 16198
/proc/meminfo: memFree=14836584/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=587156 CPUtime=762.21 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 475628 0 0 0 76110 111 0 0 25 0 1 0 729111751 601247744 117891 33554432000 4194304 4580011 140733928388704 18446744073709551615 4316764 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 146789 117891 367 95 0 141771 0
Current children cumulated CPU time (s) 762.21
Current children cumulated vsize (KiB) 587156

[startup+822.3 s]
/proc/loadavg: 4.01 3.95 3.82 5/329 16200
/proc/meminfo: memFree=14794112/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=609992 CPUtime=822.19 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 504837 0 0 0 82100 119 0 0 25 0 1 0 729111751 624631808 124477 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294553 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 152498 124477 367 95 0 147480 0
Current children cumulated CPU time (s) 822.19
Current children cumulated vsize (KiB) 609992

[startup+882.301 s]
/proc/loadavg: 4.00 3.96 3.82 5/329 16201
/proc/meminfo: memFree=14637216/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=773780 CPUtime=882.19 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 554037 0 0 0 88091 128 0 0 25 0 1 0 729111751 792350720 162823 33554432000 4194304 4580011 140733928388704 18446744073709551615 4451787 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 193445 162823 367 95 0 188427 0
Current children cumulated CPU time (s) 882.19
Current children cumulated vsize (KiB) 773780

[startup+942.301 s]
/proc/loadavg: 4.05 3.98 3.83 5/329 16203
/proc/meminfo: memFree=14587816/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=801492 CPUtime=942.19 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 589630 0 0 0 94083 136 0 0 25 0 1 0 729111751 820727808 175522 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294488 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 200373 175522 367 95 0 195355 0
Current children cumulated CPU time (s) 942.19
Current children cumulated vsize (KiB) 801492

[startup+1002.3 s]
/proc/loadavg: 4.06 4.00 3.85 5/329 16205
/proc/meminfo: memFree=14603268/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=696092 CPUtime=1002.19 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 621546 0 0 0 100075 144 0 0 25 0 1 0 729111751 712798208 159291 33554432000 4194304 4580011 140733928388704 18446744073709551615 4296072 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 174023 159291 367 95 0 169005 0
Current children cumulated CPU time (s) 1002.19
Current children cumulated vsize (KiB) 696092

[startup+1062.3 s]
/proc/loadavg: 4.02 4.00 3.85 5/329 16206
/proc/meminfo: memFree=14600744/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=805488 CPUtime=1062.19 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 643983 0 0 0 106067 152 0 0 25 0 1 0 729111751 824819712 161630 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294514 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 201372 161630 367 95 0 196354 0
Current children cumulated CPU time (s) 1062.19
Current children cumulated vsize (KiB) 805488

[startup+1122.3 s]
/proc/loadavg: 4.01 4.00 3.86 5/329 16208
/proc/meminfo: memFree=14566976/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=807308 CPUtime=1122.18 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 666721 0 0 0 112060 158 0 0 25 0 1 0 729111751 826683392 162183 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 201827 162183 367 95 0 196809 0
Current children cumulated CPU time (s) 1122.18
Current children cumulated vsize (KiB) 807308

[startup+1182.3 s]
/proc/loadavg: 4.15 4.03 3.87 5/329 16209
/proc/meminfo: memFree=14539664/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=809856 CPUtime=1182.18 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 686974 0 0 0 118053 165 0 0 25 0 1 0 729111751 829292544 162416 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294991 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 202464 162416 367 95 0 197446 0
Current children cumulated CPU time (s) 1182.18
Current children cumulated vsize (KiB) 809856

[startup+1242.3 s]
/proc/loadavg: 4.15 4.05 3.89 5/329 16211
/proc/meminfo: memFree=14525460/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=809852 CPUtime=1242.18 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 707054 0 0 0 124046 172 0 0 25 0 1 0 729111751 829288448 165524 33554432000 4194304 4580011 140733928388704 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 202463 165524 367 95 0 197445 0
Current children cumulated CPU time (s) 1242.18
Current children cumulated vsize (KiB) 809852



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+1300 s]
/proc/loadavg: 4.05 4.04 3.90 2/326 16215
/proc/meminfo: memFree=15041644/32950928 swapFree=67085488/67111528
[pid=16168] ppid=16166 vsize=812000 CPUtime=1299.89 cores=0,2
/proc/16168/stat : 16168 (strangenight2-s) R 16166 16168 16108 0 -1 4202496 719002 0 0 0 129813 176 0 0 25 0 1 0 729111751 831488000 162889 33554432000 4194304 4580011 140733928388704 18446744073709551615 4406384 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/16168/statm: 203000 162889 367 95 0 197982 0
Current children cumulated CPU time (s) 1299.89
Current children cumulated vsize (KiB) 812000

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.05
CPU time (s): 1299.94
CPU user time (s): 1298.14
CPU system time (s): 1.79673
CPU usage (%): 99.9915
Max. virtual memory (cumulated for all children) (KiB): 834460

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

runsolver used 4.18936 second user time and 8.85765 second system time

The end

Launcher Data

Begin job on node114 at 2011-05-14 18:00:11
IDJOB=3368462
IDBENCH=83137
IDSOLVER=1845
FILE ID=node114/3368462-1305388811
RUNJOBID= node114-1305388810-16126
PBS_JOBID= 13324419
Free space on /tmp= 72960 MiB

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

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

MD5SUM BENCH= e560aa6505ddce6d3784f70d5b7aff66
RANDOM SEED=1468128784

node114.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.848
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx rdtscp lm constant_tsc ida nonstop_tsc pni monitor ds_cpl vmx est tm2 cx16 xtpr popcnt lahf_lm
bogomips	: 5333.69
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.848
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.15
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.848
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.848
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.73
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.848
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.75
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.848
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.848
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.74
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.848
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:      15698244 kB
Buffers:        264312 kB
Cached:        6218088 kB
SwapCached:         96 kB
Active:       11892008 kB
Inactive:      4949836 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      15698244 kB
SwapTotal:    67111528 kB
SwapFree:     67085488 kB
Dirty:           25364 kB
Writeback:           0 kB
AnonPages:    10358204 kB
Mapped:          27360 kB
Slab:           307164 kB
PageTables:      37612 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS: 52526400 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= 72968 MiB
End job on node114 at 2011-05-14 18:21:53