Trace number 3261144

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-stSAT 295.123 295.119

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-10-18-sat.cnf
MD5SUM8d1a6057b61b09d4ac0bb88470e901e8
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.003998
Satisfiable
(Un)Satisfiability was proved
Number of variables180
Number of clauses910
Sum of the clauses size3420
Maximum clause length18
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2810
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5100

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3261144-1307667755.cnf'
0.00/0.00	c -- header says num vars:            180
0.00/0.00	c -- header says num clauses:         910
0.00/0.00	c -- clauses added:            0 learnts,          910 normals,            0 xors
0.00/0.00	c -- vars added        180
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       180       100       810         0      3420         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
0.00/0.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
0.00/0.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
0.00/0.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
0.00/0.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
0.00/0.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
0.00/0.00	c Finding binary XORs  T:     0.00 s  found:       0
0.00/0.00	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
0.00/0.00	c calculated reachability. Time: 0.00
0.00/0.00	c Calc default polars -  time:   0.00 s pos:       0 undec:       0 neg:     180
0.00/0.00	c =========================================================================================
0.00/0.00	c types(t): F = full restart, N = normal restart
0.00/0.00	c types(t): S = simplification begin/end, E = solution found
0.00/0.00	c restart types(rt): st = static, dy = dynamic
0.00/0.00	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
0.00/0.00	c  B st     0         0       180       100       810         0      3420         0   no data   no data
0.00/0.04	c Decided on static restart strategy
0.09/0.15	c  N st     8      4917       180       100       810      4697      3420    315465   no data   no data
0.39/0.47	c  N st    10     11300       180       100       810      4274      3420    251245   no data   no data
0.79/0.83	c  N st    11     17043       180       100       810      9578      3420    672273   no data   no data
1.39/1.42	c  F st    12     25001       180       100       810     11788      3420    835926   no data   no data
1.39/1.42	c  N st    12     25001       180       100       810     11788      3420    835926   no data   no data
1.69/1.79	c Decided on static restart strategy
1.69/1.79	c  N st    18     30001       180       100       810     10132      3420    635734   no data   no data
1.69/1.79	c  S st    18     30001       180       100       810     10132      3420    635734   no data   no data
1.79/1.82	c  S st    18     30504       180       100       810     10627      3420    665406   no data   no data
1.79/1.82	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.79/1.83	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
1.79/1.83	c blocked clauses removed:        0 vars:      0 tried:         180 T: 0.00 s
1.79/1.83	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.79/1.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.79/1.83	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
1.79/1.83	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.79/1.83	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
2.29/2.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.52 s
3.99/4.01	c lits-rem:       564  cl-subs:      345  v-elim:      0  v-fix:    0  time:  1.63 s
3.99/4.01	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
3.99/4.01	c calculated reachability. Time: 0.00
3.99/4.01	c  N st    18     30504       180       100       810     10282      3420    638380   no data   no data
4.29/4.33	c  N st    20     37614       180       100       810      9601      3420    564035   no data   no data
4.69/4.75	c  N st    21     44013       180       100       810     15647      3420   1043123   no data   no data
4.89/4.95	c  S st    22     45756       180       100       810      8846      3420    488586   no data   no data
4.89/4.98	c  S st    22     46261       180       100       810      9346      3420    520210   no data   no data
4.89/4.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
4.89/4.99	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
4.89/4.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.89/4.99	c bin-w-bin subsume rem            0 bins  time:  0.00 s
4.89/4.99	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
4.89/4.99	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
4.89/4.99	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
4.89/4.99	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.29/5.35	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.35 s
5.59/5.63	c lits-rem:       130  cl-subs:       44  v-elim:      0  v-fix:    0  time:  0.28 s
5.59/5.63	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
5.59/5.64	c vivif2 --  cl tried     9302 cl shrink        0 lits rem          0 time: 0.00
5.59/5.65	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
5.59/5.65	c calculated reachability. Time: 0.00
5.59/5.65	c  N st    22     46261       180       100       810      9302      3420    517036   no data   no data
6.49/6.51	c  N st    23     60660       180       100       810     13501      3420    815435   no data   no data
7.09/7.12	c  N st    24     69392       180       100       810     11377      3420    611562   no data   no data
7.09/7.12	c  S st    24     69392       180       100       810     11377      3420    611562   no data   no data
7.09/7.15	c  S st    24     69899       180       100       810     11877      3420    644123   no data   no data
7.09/7.15	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.09/7.16	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.9M T:  0.01
7.09/7.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.09/7.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.09/7.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.09/7.16	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
7.09/7.16	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.09/7.17	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
7.60/7.62	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.43 s
8.09/8.15	c lits-rem:       103  cl-subs:      110  v-elim:      0  v-fix:    0  time:  0.53 s
8.09/8.15	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
8.09/8.16	c vivif2 --  cl tried    11767 cl shrink        0 lits rem          0 time: 0.01
8.09/8.16	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.01
8.09/8.16	c calculated reachability. Time: 0.00
8.09/8.16	c  N st    24     69899       180       100       810     11767      3420    635907   no data   no data
9.29/9.33	c  F st    25     87500       180       100       810     17204      3420   1030017   no data   no data
9.29/9.33	c  N st    25     87500       180       100       810     17204      3420   1030017   no data   no data
9.69/9.70	c Decided on static restart strategy
9.90/9.97	c  N st    32     95541       180       100       810     12507      3420    609491   no data   no data
10.59/10.62	c  N st    34    104849       180       100       810     21451      3420   1250433   no data   no data
10.59/10.62	c  S st    34    104849       180       100       810     21451      3420   1250433   no data   no data
10.59/10.69	c  S st    34    105353       180       100       810     21946      3420   1281852   no data   no data
10.59/10.69	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
10.69/10.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.6M T:  0.02
10.69/10.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
10.69/10.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
10.69/10.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
10.69/10.71	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
10.69/10.71	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
10.69/10.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
11.69/11.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.00 s
14.78/14.87	c lits-rem:       503  cl-subs:      341  v-elim:      0  v-fix:    0  time:  3.12 s
14.78/14.87	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
14.78/14.89	c vivif2 --  cl tried    21605 cl shrink        0 lits rem          0 time: 0.01
14.88/14.91	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.02
14.88/14.91	c calculated reachability. Time: 0.00
14.88/14.91	c  N st    34    105353       180       100       810     21605      3420   1256688   no data   no data
15.59/15.63	c  N st    35    114951       180       100       810     17323      3420    951334   no data   no data
16.89/16.96	c  N st    36    129352       180       100       810     16606      3420    879446   no data   no data
18.60/18.65	c  N st    37    150947       180       100       810     21577      3420   1297748   no data   no data
19.29/19.32	c  S st    38    158029       180       100       810     28160      3420   1866990   no data   no data
19.39/19.40	c  S st    38    158531       180       100       810     28656      3420   1898629   no data   no data
19.39/19.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
19.39/19.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.02
19.39/19.43	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
19.39/19.43	c bin-w-bin subsume rem            0 bins  time:  0.00 s
19.39/19.43	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
19.39/19.43	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
19.39/19.43	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
19.39/19.45	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
20.99/21.04	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.55 s
29.49/29.59	c lits-rem:      1414  cl-subs:      970  v-elim:      0  v-fix:    0  time:  8.55 s
29.49/29.59	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
29.59/29.62	c vivif2 --  cl tried    27686 cl shrink        0 lits rem          0 time: 0.02
29.59/29.64	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.03
29.59/29.64	c calculated reachability. Time: 0.00
29.59/29.64	c  N st    38    158531       180       100       810     27686      3420   1810960   no data   no data
33.49/33.54	c  N st    39    207119       180       100       810     22788      3420   1270312   no data   no data
36.89/36.93	c  N st    40    237796       180       100       810     32848      3420   2077880   no data   no data
36.89/36.93	c  S st    40    237796       180       100       810     32848      3420   2077880   no data   no data
36.99/37.03	c  S st    40    238298       180       100       810     33343      3420   2110286   no data   no data
36.99/37.04	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
36.99/37.06	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.2M T:  0.03
36.99/37.06	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
36.99/37.06	c bin-w-bin subsume rem            0 bins  time:  0.00 s
36.99/37.07	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
36.99/37.07	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
36.99/37.07	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
36.99/37.08	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
38.69/38.78	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.65 s
50.49/50.51	c lits-rem:      1769  cl-subs:     1089  v-elim:      0  v-fix:    0  time: 11.73 s
50.49/50.51	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
50.49/50.54	c vivif2 --  cl tried    32254 cl shrink        0 lits rem          0 time: 0.02
50.49/50.57	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.03
50.49/50.57	c calculated reachability. Time: 0.00
50.49/50.57	c  N st    40    238298       180       100       810     32254      3420   2018443   no data   no data
57.89/57.94	c  F st    41    306250       180       100       810     34252      3420   2075003   no data   no data
57.89/57.94	c  N st    41    306250       180       100       810     34252      3420   2075003   no data   no data
58.39/58.45	c Decided on static restart strategy
60.99/61.00	c  N st    51    334550       180       100       810     38437      3420   2296121   no data   no data
63.29/63.33	c  N st    53    357448       180       100       810     36397      3420   2112838   no data   no data
63.29/63.33	c  S st    53    357448       180       100       810     36397      3420   2112838   no data   no data
63.39/63.44	c  S st    53    357949       180       100       810     36892      3420   2142548   no data   no data
63.39/63.45	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
63.39/63.49	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.6M T:  0.03
63.39/63.49	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
63.39/63.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
63.39/63.49	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
63.39/63.49	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
63.39/63.49	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
63.49/63.51	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
65.09/65.16	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.61 s
76.29/76.37	c lits-rem:       824  cl-subs:      858  v-elim:      0  v-fix:    0  time: 11.20 s
76.29/76.37	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
76.29/76.39	c vivif2 --  cl tried    36034 cl shrink        0 lits rem          0 time: 0.03
76.39/76.43	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.04
76.39/76.43	c calculated reachability. Time: 0.00
76.39/76.43	c  N st    53    357949       180       100       810     36034      3420   2078463   no data   no data
81.09/81.10	c  N st    54    390342       180       100       810     42207      3420   2520125   no data   no data
88.59/88.69	c  N st    55    438930       180       100       810     35971      3420   1956988   no data   no data
98.30/98.33	c  N st    56    511814       180       100       810     47609      3420   3050210   no data   no data
101.69/101.77	c  N st    57    536924       180       100       810     42677      3420   2510025   no data   no data
101.69/101.77	c  S st    57    536924       180       100       810     42677      3420   2510025   no data   no data
101.89/101.90	c  S st    57    537426       180       100       810     43170      3420   2542154   no data   no data
101.89/101.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
101.89/101.95	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.0M T:  0.04
101.89/101.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
101.89/101.95	c bin-w-bin subsume rem            0 bins  time:  0.00 s
101.89/101.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
101.89/101.95	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
101.89/101.95	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
101.89/101.98	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
103.69/103.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.71 s
115.79/115.84	c lits-rem:      1245  cl-subs:      917  v-elim:      0  v-fix:    0  time: 12.11 s
115.79/115.84	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
115.79/115.88	c vivif2 --  cl tried    42253 cl shrink        0 lits rem          0 time: 0.03
115.89/115.94	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.07
115.89/115.94	c calculated reachability. Time: 0.00
115.89/115.94	c  N st    57    537426       180       100       810     42253      3420   2467578   no data   no data
138.89/138.99	c  N st    58    701413       180       100       810     36957      3420   1879139   no data   no data
159.40/159.44	c  N st    59    806139       180       100       810     65729      3420   4205406   no data   no data
159.40/159.44	c  S st    59    806139       180       100       810     65729      3420   4205406   no data   no data
159.59/159.66	c  S st    59    806640       180       100       810     66227      3420   4238419   no data   no data
159.59/159.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
159.69/159.75	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  4.4M T:  0.08
159.69/159.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
159.69/159.76	c bin-w-bin subsume rem            0 bins  time:  0.00 s
159.69/159.76	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
159.69/159.76	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
159.69/159.76	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
159.69/159.79	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
161.70/161.75	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.87 s
183.80/183.83	c lits-rem:      1784  cl-subs:     1428  v-elim:      0  v-fix:    0  time: 22.07 s
183.80/183.83	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
183.80/183.88	c vivif2 --  cl tried    64799 cl shrink        0 lits rem          0 time: 0.05
183.90/183.97	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.09
183.90/183.97	c calculated reachability. Time: 0.00
183.90/183.97	c  N st    59    806640       180       100       810     64799      3420   4124265   no data   no data
226.29/226.30	c  F st    60   1071876       180       100       810     79630      3420   5039438   no data   no data
226.29/226.30	c  N st    60   1071876       180       100       810     79630      3420   5039438   no data   no data
227.59/227.66	c Decided on static restart strategy
231.49/231.51	c  N st    70   1100179       180       100       810     64307      3420   3608706   no data   no data
237.10/237.11	c  N st    72   1136171       180       100       810     54816      3420   2901134   no data   no data
242.09/242.14	c  N st    73   1168563       180       100       810     85082      3420   5390231   no data   no data
250.09/250.13	c  N st    74   1209960       180       100       810     79912      3420   4885043   no data   no data
250.09/250.13	c  S st    74   1209960       180       100       810     79912      3420   4885043   no data   no data
250.39/250.40	c  S st    74   1210462       180       100       810     80408      3420   4916615   no data   no data
250.39/250.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
250.49/250.53	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.5M T:  0.11
250.49/250.53	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
250.49/250.53	c bin-w-bin subsume rem            0 bins  time:  0.00 s
250.49/250.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
250.49/250.53	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    180 time:  0.00 s
250.49/250.53	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
250.49/250.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
252.50/252.52	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.84 s
279.20/279.22	c lits-rem:      2147  cl-subs:     1928  v-elim:      0  v-fix:    0  time: 26.70 s
279.20/279.22	c vivif2 --  cl tried      100 cl shrink        0 lits rem          0 time: 0.00
279.20/279.28	c vivif2 --  cl tried    78480 cl shrink        0 lits rem          0 time: 0.06
279.30/279.39	c asymm  cl-useful: 0/100/100 lits-rem:0 time: 0.11
279.30/279.39	c calculated reachability. Time: 0.00
279.30/279.39	c  N st    74   1210462       180       100       810     78480      3420   4771188   no data   no data
294.30/294.35	c  N st    75   1283344       180       100       810     56143      3420   2849189   no data   no data
295.09/295.10	c  E st    76   1288966         0       100       810     61444      3420   3266396   no data   no data
295.09/295.11	c Verified 100 clauses.
295.09/295.11	c Verified 100 clauses.
295.09/295.11	c num threads              : 1          
295.09/295.11	c restarts                 : 76         
295.09/295.11	c dynamic restarts         : 0          
295.09/295.11	c static restarts          : 76         
295.09/295.11	c full restarts            : 4          
295.09/295.11	c total simplify time      : 0.00       
295.09/295.11	c learnts DL2              : 0          
295.09/295.11	c learnts size 2           : 810        
295.09/295.11	c learnts size 1           : 0           (0.00      % of vars)
295.09/295.11	c filedLit time            : 0.36        (0.12      % time)
295.09/295.11	c v-elim SatELite          : 0           (0.00      % vars)
295.09/295.11	c SatELite time            : 97.70       (33.14     % time)
295.09/295.11	c v-elim xor               : 0           (0.00      % vars)
295.09/295.11	c xor elim time            : 0.05        (0.02      % time)
295.09/295.11	c num binary xor trees     : 0          
295.09/295.11	c binxor trees' crown      : 0           (nan       leafs/tree)
295.09/295.11	c bin xor find time        : 0.00       
295.09/295.11	c OTF clause improved      : 76158       (0.06      clauses/conflict)
295.09/295.11	c OTF impr. size diff      : 78937       (1.04       lits/clause)
295.09/295.11	c OTF cl watch-shrink      : 764901      (0.59      clauses/conflict)
295.09/295.11	c OTF cl watch-sh-lit      : 2041339     (2.67       lits/clause)
295.09/295.11	c tried to recurMin cls    : 84530       (6.56       % of conflicts)
295.09/295.11	c updated cache            : 572         (0.01       lits/tried recurMin)
295.09/295.11	c clauses over max glue    : 0           (0.00      % of all clauses)
295.09/295.11	c conflicts                : 1288966     (4372.52   / sec)
295.09/295.11	c decisions                : 1512098     (0.22      % random)
295.09/295.11	c bogo-props               : 30837204267 (104608006.14 / sec)
295.09/295.11	c conflict literals        : 103969272   (8.81      % deleted)
295.09/295.11	c Memory used              : 207.89      MB
295.09/295.11	c CPU time                 : 294.79      s
295.09/295.11	s SATISFIABLE
295.09/295.11	v -1 -2 -3 -4 -5 6 -7 -8 -9 -10 -11 -12 -13 -14 -15 -16 -17 18 -19 -20 -21 -22 -23 24 -25 -26 -27 -28 -29 -30 -31 -32 -33 -34 -35 -36 -37 38 -39 -40 -41 -42 -43 -44 -45 -46 -47 48 -49 -50 -51 -52 53 -54 -55 -56 -57 -58 -59 -60 61 -62 -63 -64 -65 -66 -67 -68 -69 -70 -71 72 -73 -74 -75 -76 -77 -78 -79 -80 -81 -82 -83 -84 -85 -86 -87 -88 89 -90 -91 -92 93 -94 -95 -96 -97 -98 -99 -100 -101 -102 -103 -104 105 -106 -107 -108 -109 -110 -111 -112 113 -114 -115 -116 -117 -118 -119 -120 -121 -122 -123 -124 -125 -126 -127 128 -129 -130 -131 -132 133 -134 -135 -136 -137 -138 -139 -140 -141 -142 -143 -144 -145 -146 -147 -148 -149 150 -151 -152 -153 -154 -155 -156 -157 158 -159 -160 -161 -162 -163 -164 165 -166 -167 -168 -169 -170 -171 -172 -173 -174 -175 -176 177 -178 -179 -180 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 977)

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-3261144-1307667755/watcher-3261144-1307667755 -o /tmp/evaluation-result-3261144-1307667755/solver-3261144-1307667755 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3261144-1307667755.cnf 

running on 2 cores: 4,6

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


[startup+0 s]
/proc/loadavg: 4.00 3.99 3.64 5/189 8966
/proc/meminfo: memFree=31782496/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=29768 CPUtime=0 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 550 0 0 0 0 0 0 0 25 0 1 0 957006257 30482432 489 33554432000 4194304 4627331 140736416166784 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 7442 489 371 106 0 2413 0

[startup+0.0730089 s]
/proc/loadavg: 4.00 3.99 3.64 5/189 8966
/proc/meminfo: memFree=31782496/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=30048 CPUtime=0.07 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 766 0 0 0 7 0 0 0 25 0 1 0 957006257 30769152 705 33554432000 4194304 4627331 140736416166784 18446744073709551615 4333228 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 7512 705 371 106 0 2483 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 30048

[startup+0.101007 s]
/proc/loadavg: 4.00 3.99 3.64 5/189 8966
/proc/meminfo: memFree=31782496/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=30048 CPUtime=0.09 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 837 0 0 0 9 0 0 0 25 0 1 0 957006257 30769152 776 33554432000 4194304 4627331 140736416166784 18446744073709551615 215988253381 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 7512 776 371 106 0 2483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30048

[startup+0.300968 s]
/proc/loadavg: 4.00 3.99 3.64 5/189 8966
/proc/meminfo: memFree=31782496/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=31124 CPUtime=0.29 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 1409 0 0 0 29 0 0 0 25 0 1 0 957006257 31870976 1018 33554432000 4194304 4627331 140736416166784 18446744073709551615 4309245 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 7781 1018 372 106 0 2752 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31124

[startup+0.70091 s]
/proc/loadavg: 4.00 3.99 3.64 5/189 8966
/proc/meminfo: memFree=31782496/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=32020 CPUtime=0.69 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 2250 0 0 0 69 0 0 0 25 0 1 0 957006257 32788480 1289 33554432000 4194304 4627331 140736416166784 18446744073709551615 4309360 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 8005 1289 372 106 0 2976 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 32020

[startup+1.50071 s]
/proc/loadavg: 4.00 3.99 3.64 5/190 8967
/proc/meminfo: memFree=31777808/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=33200 CPUtime=1.49 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 3550 0 0 0 149 0 0 0 25 0 1 0 957006257 33996800 1833 33554432000 4194304 4627331 140736416166784 18446744073709551615 4309045 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 8300 1833 373 106 0 3271 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33200

[startup+3.10054 s]
/proc/loadavg: 4.00 3.99 3.64 5/190 8967
/proc/meminfo: memFree=31760572/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=49792 CPUtime=3.09 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 8105 0 0 0 308 1 0 0 25 0 1 0 957006257 50987008 5466 33554432000 4194304 4627331 140736416166784 18446744073709551615 4428284 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 12448 5466 377 106 0 7419 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49792

[startup+6.30094 s]
/proc/loadavg: 4.00 3.99 3.64 5/190 8967
/proc/meminfo: memFree=31761576/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=50468 CPUtime=6.29 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 11478 0 0 0 627 2 0 0 25 0 1 0 957006257 51679232 5325 33554432000 4194304 4627331 140736416166784 18446744073709551615 4332174 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 12617 5325 377 106 0 7588 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50468

[startup+12.7009 s]
/proc/loadavg: 4.00 3.99 3.64 5/190 8967
/proc/meminfo: memFree=31737436/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=67636 CPUtime=12.69 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 20672 0 0 0 1266 3 0 0 25 0 1 0 957006257 69259264 9983 33554432000 4194304 4627331 140736416166784 18446744073709551615 4427320 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 16909 9983 377 106 0 11880 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67636

[startup+25.5006 s]
/proc/loadavg: 4.00 3.99 3.64 5/190 8967
/proc/meminfo: memFree=31778216/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=88696 CPUtime=25.49 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 31934 0 0 0 2544 5 0 0 25 0 1 0 957006257 90824704 15538 33554432000 4194304 4627331 140736416166784 18446744073709551615 4427745 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 22174 15538 377 106 0 17145 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 88696

[startup+51.1011 s]
/proc/loadavg: 4.00 3.99 3.65 5/190 8968
/proc/meminfo: memFree=31712300/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=102220 CPUtime=51.09 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 44823 0 0 0 5102 7 0 0 25 0 1 0 957006257 104673280 18917 33554432000 4194304 4627331 140736416166784 18446744073709551615 4310533 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 25555 18917 377 106 0 20526 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 102220

[startup+102.307 s]
/proc/loadavg: 4.00 3.99 3.67 5/190 8969
/proc/meminfo: memFree=31737616/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=124124 CPUtime=102.3 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 84818 0 0 0 10215 15 0 0 25 0 1 0 957006257 127102976 23280 33554432000 4194304 4627331 140736416166784 18446744073709551615 4424902 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 31031 23280 377 106 0 26002 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 124124

[startup+162.301 s]
/proc/loadavg: 4.00 3.99 3.68 5/190 8971
/proc/meminfo: memFree=31652720/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=236848 CPUtime=162.29 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 127884 0 0 0 16208 21 0 0 25 0 1 0 957006257 242532352 35734 33554432000 4194304 4627331 140736416166784 18446744073709551615 4467959 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 59212 35734 377 106 0 54183 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 236848

[startup+222.301 s]
/proc/loadavg: 4.00 3.99 3.70 5/190 8973
/proc/meminfo: memFree=31573048/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=171532 CPUtime=222.3 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 157461 0 0 0 22204 26 0 0 25 0 1 0 957006257 175648768 34677 33554432000 4194304 4627331 140736416166784 18446744073709551615 4309536 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 42883 34677 377 106 0 37854 0
Current children cumulated CPU time (s) 222.3
Current children cumulated vsize (KiB) 171532

[startup+282.301 s]
/proc/loadavg: 4.00 3.99 3.72 5/190 8974
/proc/meminfo: memFree=31571240/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=211616 CPUtime=282.29 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 188420 0 0 0 28199 30 0 0 25 0 1 0 957006257 216694784 42891 33554432000 4194304 4627331 140736416166784 18446744073709551615 4309047 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 52904 42891 377 106 0 47875 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 211616

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

[startup+287.901 s]
/proc/loadavg: 4.00 3.99 3.72 5/190 8974
/proc/meminfo: memFree=31557596/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=285524 CPUtime=287.89 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 190835 0 0 0 28758 31 0 0 25 0 1 0 957006257 292376576 45306 33554432000 4194304 4627331 140736416166784 18446744073709551615 4309210 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 71381 45306 377 106 0 66352 0
Current children cumulated CPU time (s) 287.89
Current children cumulated vsize (KiB) 285524

[startup+291.101 s]
/proc/loadavg: 4.00 3.99 3.72 5/190 8974
/proc/meminfo: memFree=31535148/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=285524 CPUtime=291.09 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 191610 0 0 0 29078 31 0 0 25 0 1 0 957006257 292376576 46081 33554432000 4194304 4627331 140736416166784 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 71381 46081 377 106 0 66352 0
Current children cumulated CPU time (s) 291.09
Current children cumulated vsize (KiB) 285524

[startup+292.701 s]
/proc/loadavg: 4.00 3.99 3.72 5/190 8975
/proc/meminfo: memFree=31522500/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=286604 CPUtime=292.69 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 192067 0 0 0 29238 31 0 0 25 0 1 0 957006257 293482496 46538 33554432000 4194304 4627331 140736416166784 18446744073709551615 4340613 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 71651 46538 377 106 0 66622 0
Current children cumulated CPU time (s) 292.69
Current children cumulated vsize (KiB) 286604

[startup+294.301 s]
/proc/loadavg: 4.00 3.99 3.72 5/190 8975
/proc/meminfo: memFree=31531428/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=212880 CPUtime=294.3 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 195000 0 0 0 29398 32 0 0 25 0 1 0 957006257 217989120 43694 33554432000 4194304 4627331 140736416166784 18446744073709551615 4309110 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 53220 43694 377 106 0 48191 0
Current children cumulated CPU time (s) 294.3
Current children cumulated vsize (KiB) 212880

[startup+294.7 s]
/proc/loadavg: 4.00 3.99 3.72 5/190 8975
/proc/meminfo: memFree=31525724/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=212880 CPUtime=294.7 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 195235 0 0 0 29438 32 0 0 25 0 1 0 957006257 217989120 43929 33554432000 4194304 4627331 140736416166784 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 53220 43929 377 106 0 48191 0
Current children cumulated CPU time (s) 294.7
Current children cumulated vsize (KiB) 212880

[startup+295.1 s]
/proc/loadavg: 4.00 3.99 3.72 5/190 8975
/proc/meminfo: memFree=31525724/32950940 swapFree=67074964/67111528
[pid=8966] ppid=8964 vsize=212880 CPUtime=295.09 cores=4,6
/proc/8966/stat : 8966 (strangenight2-s) R 8964 8966 8562 0 -1 4202496 195438 0 0 0 29477 32 0 0 25 0 1 0 957006257 217989120 44132 33554432000 4194304 4627331 140736416166784 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/8966/statm: 53220 44132 377 106 0 48191 0
Current children cumulated CPU time (s) 295.09
Current children cumulated vsize (KiB) 212880

Child status: 10
Real time (s): 295.119
CPU time (s): 295.123
CPU user time (s): 294.788
CPU system time (s): 0.334949
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 286604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 294.788
system time used= 0.334949
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 195456
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= 13
involuntary context switches= 3292

runsolver used 0.495924 second user time and 1.12283 second system time

The end

Launcher Data

Begin job on node117 at 2011-06-10 03:02:35
IDJOB=3261144
IDBENCH=83216
IDSOLVER=1587
FILE ID=node117/3261144-1307667755
RUNJOBID= node117-1307666086-8581
PBS_JOBID= 13549471
Free space on /tmp= 74120 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-10-18-sat.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261144-1307667755/watcher-3261144-1307667755 -o /tmp/evaluation-result-3261144-1307667755/solver-3261144-1307667755 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3261144-1307667755.cnf

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

MD5SUM BENCH= 8d1a6057b61b09d4ac0bb88470e901e8
RANDOM SEED=1098756007

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.849
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	: 5267.44
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32950940 kB
MemFree:      31782932 kB
Buffers:         56296 kB
Cached:         144036 kB
SwapCached:       5828 kB
Active:         914708 kB
Inactive:       125448 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950940 kB
LowFree:      31782932 kB
SwapTotal:    67111528 kB
SwapFree:     67074964 kB
Dirty:            5468 kB
Writeback:           0 kB
AnonPages:      836592 kB
Mapped:          15200 kB
Slab:            60728 kB
PageTables:       6912 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586996 kB
Committed_AS:  1185064 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= 74116 MiB
End job on node117 at 2011-06-10 03:07:30