Trace number 3261760

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 249.395 249.391

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-9-17-sat.cnf
MD5SUM4c14c75b1475700b62c822dfa7b5d924
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.002998
Satisfiable
(Un)Satisfiability was proved
Number of variables153
Number of clauses693
Sum of the clauses size2601
Maximum clause length17
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2612
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 581

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-3261760-1303542340.cnf'
0.00/0.00	c -- header says num vars:            153
0.00/0.00	c -- header says num clauses:         693
0.00/0.00	c -- clauses added:            0 learnts,          693 normals,            0 xors
0.00/0.00	c -- vars added        153
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       153        81       612         0      2601         0   no data   no data
0.00/0.00	c asymm  cl-useful: 0/81/81 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:    153 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:     153
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       153        81       612         0      2601         0   no data   no data
0.00/0.04	c Decided on static restart strategy
0.09/0.17	c  N st     8      4919       153        81       612      4699      2601    276362   no data   no data
0.39/0.45	c  N st    10     11302       153        81       612      4252      2601    204008   no data   no data
0.69/0.76	c  N st    11     17045       153        81       612      9629      2601    527006   no data   no data
1.10/1.18	c  F st    12     25000       153        81       612     11862      2601    625061   no data   no data
1.10/1.18	c  N st    12     25000       153        81       612     11862      2601    625061   no data   no data
1.49/1.53	c Decided on static restart strategy
1.49/1.53	c  N st    18     30002       153        81       612     10204      2601    516190   no data   no data
1.49/1.53	c  S st    18     30002       153        81       612     10204      2601    516190   no data   no data
1.49/1.56	c  S st    18     30503       153        81       612     10697      2601    543676   no data   no data
1.49/1.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.57	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
1.49/1.57	c blocked clauses removed:        0 vars:      0 tried:         153 T: 0.00 s
1.49/1.57	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.57	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.57	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
1.49/1.57	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.49/1.57	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.79/1.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.26 s
2.69/2.75	c lits-rem:       527  cl-subs:      359  v-elim:      0  v-fix:    0  time:  0.91 s
2.69/2.76	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.01
2.69/2.76	c calculated reachability. Time: 0.00
2.69/2.76	c  N st    18     30503       153        81       612     10338      2601    522383   no data   no data
2.99/3.08	c  N st    20     37617       153        81       612      9595      2601    464543   no data   no data
3.39/3.48	c  N st    21     44020       153        81       612     15472      2601    869979   no data   no data
3.59/3.68	c  S st    22     45754       153        81       612      8711      2601    403758   no data   no data
3.69/3.71	c  S st    22     46256       153        81       612      9201      2601    431163   no data   no data
3.69/3.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.69/3.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
3.69/3.71	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.69/3.71	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.69/3.72	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.69/3.72	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
3.69/3.72	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.69/3.72	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.89/3.95	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.22 s
4.09/4.12	c lits-rem:        80  cl-subs:       64  v-elim:      0  v-fix:    0  time:  0.17 s
4.09/4.12	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
4.09/4.13	c vivif2 --  cl tried     9137 cl shrink        0 lits rem          0 time: 0.00
4.09/4.13	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.01
4.09/4.13	c calculated reachability. Time: 0.00
4.09/4.13	c  N st    22     46256       153        81       612      9137      2601    427509   no data   no data
4.69/4.74	c  N st    23     60655       153        81       612     13156      2601    663898   no data   no data
5.09/5.20	c  N st    24     69385       153        81       612     11039      2601    514184   no data   no data
5.09/5.20	c  S st    24     69385       153        81       612     11039      2601    514184   no data   no data
5.19/5.23	c  S st    24     69885       153        81       612     11531      2601    540739   no data   no data
5.19/5.23	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.19/5.24	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
5.19/5.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.19/5.24	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.19/5.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.19/5.24	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
5.19/5.24	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.19/5.24	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.50/5.53	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.28 s
5.79/5.83	c lits-rem:       257  cl-subs:      151  v-elim:      0  v-fix:    0  time:  0.30 s
5.79/5.83	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
5.79/5.84	c vivif2 --  cl tried    11380 cl shrink        0 lits rem          0 time: 0.01
5.79/5.85	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.01
5.79/5.85	c calculated reachability. Time: 0.00
5.79/5.85	c  N st    24     69885       153        81       612     11380      2601    531269   no data   no data
6.69/6.74	c  F st    25     87502       153        81       612     16540      2601    857361   no data   no data
6.69/6.74	c  N st    25     87502       153        81       612     16540      2601    857361   no data   no data
6.99/7.05	c Decided on static restart strategy
7.29/7.31	c  N st    32     95540       153        81       612     24144      2601   1334683   no data   no data
7.99/8.01	c  N st    34    104828       153        81       612     20917      2601   1102617   no data   no data
7.99/8.01	c  S st    34    104828       153        81       612     20917      2601   1102617   no data   no data
7.99/8.07	c  S st    34    105330       153        81       612     21411      2601   1129176   no data   no data
7.99/8.07	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.99/8.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.02
7.99/8.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.99/8.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.99/8.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.99/8.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
7.99/8.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
8.09/8.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.79/8.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.72 s
11.89/11.95	c lits-rem:       479  cl-subs:      476  v-elim:      0  v-fix:    0  time:  3.11 s
11.89/11.95	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
11.89/11.96	c vivif2 --  cl tried    20935 cl shrink        0 lits rem          0 time: 0.01
11.89/11.99	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.02
11.89/11.99	c calculated reachability. Time: 0.00
11.89/11.99	c  N st    34    105330       153        81       612     20935      2601   1098789   no data   no data
12.59/12.68	c  N st    35    114928       153        81       612     16832      2601    816245   no data   no data
13.79/13.87	c  N st    36    129325       153        81       612     16313      2601    737833   no data   no data
15.89/15.95	c  N st    37    150921       153        81       612     21444      2601   1071816   no data   no data
16.59/16.62	c  S st    38    157996       153        81       612     28121      2601   1495862   no data   no data
16.69/16.70	c  S st    38    158497       153        81       612     28615      2601   1522962   no data   no data
16.69/16.71	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
16.69/16.73	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.02
16.69/16.73	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.69/16.73	c bin-w-bin subsume rem            0 bins  time:  0.00 s
16.69/16.73	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
16.69/16.73	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
16.69/16.73	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
16.69/16.74	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
17.59/17.66	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.88 s
22.69/22.71	c lits-rem:      1325  cl-subs:      795  v-elim:      0  v-fix:    0  time:  5.05 s
22.69/22.71	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
22.69/22.73	c vivif2 --  cl tried    27820 cl shrink        0 lits rem          0 time: 0.02
22.69/22.76	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.03
22.69/22.76	c calculated reachability. Time: 0.00
22.69/22.76	c  N st    38    158497       153        81       612     27820      2601   1466856   no data   no data
26.89/26.96	c  N st    39    207085       153        81       612     22608      2601   1101132   no data   no data
29.60/29.64	c  N st    40    237745       153        81       612     32813      2601   1794480   no data   no data
29.60/29.64	c  S st    40    237745       153        81       612     32813      2601   1794480   no data   no data
29.70/29.75	c  S st    40    238251       153        81       612     33310      2601   1822482   no data   no data
29.70/29.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
29.70/29.79	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.03
29.70/29.79	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
29.70/29.79	c bin-w-bin subsume rem            0 bins  time:  0.00 s
29.70/29.79	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
29.70/29.79	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
29.70/29.79	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
29.79/29.80	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
31.19/31.26	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.42 s
37.89/37.97	c lits-rem:      1111  cl-subs:      849  v-elim:      0  v-fix:    0  time:  6.71 s
37.89/37.97	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
37.89/37.99	c vivif2 --  cl tried    32461 cl shrink        0 lits rem          0 time: 0.02
37.99/38.02	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.03
37.99/38.02	c calculated reachability. Time: 0.00
37.99/38.02	c  N st    40    238251       153        81       612     32461      2601   1760448   no data   no data
44.79/44.87	c  F st    41    306251       153        81       612     34096      2601   1768999   no data   no data
44.79/44.87	c  N st    41    306251       153        81       612     34096      2601   1768999   no data   no data
45.29/45.32	c Decided on static restart strategy
48.09/48.13	c  N st    51    334554       153        81       612     38526      2601   1976272   no data   no data
50.60/50.62	c  N st    53    357376       153        81       612     36625      2601   1874221   no data   no data
50.60/50.62	c  S st    53    357376       153        81       612     36625      2601   1874221   no data   no data
50.69/50.75	c  S st    53    357876       153        81       612     37120      2601   1902263   no data   no data
50.69/50.76	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
50.79/50.82	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.06
50.79/50.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.79/50.82	c bin-w-bin subsume rem            0 bins  time:  0.00 s
50.79/50.82	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
50.79/50.82	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
50.79/50.82	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
50.79/50.84	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
52.29/52.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.48 s
59.99/60.04	c lits-rem:       745  cl-subs:      634  v-elim:      0  v-fix:    0  time:  7.68 s
59.99/60.04	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
59.99/60.06	c vivif2 --  cl tried    36486 cl shrink        0 lits rem          0 time: 0.02
60.09/60.11	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.05
60.09/60.11	c calculated reachability. Time: 0.00
60.09/60.11	c  N st    53    357876       153        81       612     36486      2601   1861754   no data   no data
63.09/63.20	c  N st    54    390269       153        81       612     42160      2601   2253710   no data   no data
68.69/68.79	c  N st    55    438859       153        81       612     36071      2601   1814350   no data   no data
78.60/78.64	c  N st    56    511742       153        81       612     48936      2601   2656522   no data   no data
82.09/82.17	c  N st    57    536815       153        81       612     43471      2601   2231762   no data   no data
82.09/82.17	c  S st    57    536815       153        81       612     43471      2601   2231762   no data   no data
82.19/82.29	c  S st    57    537317       153        81       612     43961      2601   2258295   no data   no data
82.29/82.30	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
82.29/82.37	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.07
82.29/82.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
82.29/82.37	c bin-w-bin subsume rem            0 bins  time:  0.00 s
82.29/82.37	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
82.29/82.37	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
82.29/82.37	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
82.29/82.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
84.39/84.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.98 s
94.39/94.42	c lits-rem:       573  cl-subs:      817  v-elim:      0  v-fix:    0  time: 10.00 s
94.39/94.42	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
94.39/94.44	c vivif2 --  cl tried    43144 cl shrink        0 lits rem          0 time: 0.03
94.49/94.51	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.07
94.49/94.51	c calculated reachability. Time: 0.00
94.49/94.51	c  N st    57    537317       153        81       612     43144      2601   2211975   no data   no data
117.90/117.96	c  N st    58    701301       153        81       612     37579      2601   1681990   no data   no data
134.90/134.96	c  N st    59    805975       153        81       612     64581      2601   3532823   no data   no data
134.90/134.96	c  S st    59    805975       153        81       612     64581      2601   3532823   no data   no data
135.20/135.27	c  S st    59    806478       153        81       612     65078      2601   3561153   no data   no data
135.20/135.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
135.30/135.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.08
135.30/135.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
135.30/135.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
135.30/135.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
135.30/135.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
135.30/135.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
135.30/135.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
137.20/137.27	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.81 s
151.80/151.85	c lits-rem:      1639  cl-subs:     1591  v-elim:      0  v-fix:    0  time: 14.58 s
151.80/151.85	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
151.80/151.89	c vivif2 --  cl tried    63487 cl shrink        0 lits rem          0 time: 0.04
152.00/152.00	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.11
152.00/152.00	c calculated reachability. Time: 0.00
152.00/152.00	c  N st    59    806478       153        81       612     63487      2601   3454382   no data   no data
185.19/185.29	c  F st    60   1071875       153        81       612     78249      2601   4392795   no data   no data
185.19/185.29	c  N st    60   1071875       153        81       612     78249      2601   4392795   no data   no data
186.90/186.99	c Decided on static restart strategy
189.39/189.48	c  N st    70   1100183       153        81       612     63470      2601   3263373   no data   no data
197.09/197.18	c  N st    72   1136179       153        81       612     54350      2601   2631567   no data   no data
202.40/202.41	c  N st    73   1168571       153        81       612     84597      2601   4709006   no data   no data
210.59/210.65	c  N st    74   1209717       153        81       612     79319      2601   4227505   no data   no data
210.59/210.65	c  S st    74   1209717       153        81       612     79319      2601   4227505   no data   no data
210.89/210.95	c  S st    74   1210217       153        81       612     79804      2601   4255591   no data   no data
210.89/210.96	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
211.10/211.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.3M T:  0.15
211.10/211.12	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
211.10/211.12	c bin-w-bin subsume rem            0 bins  time:  0.00 s
211.10/211.12	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
211.10/211.12	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
211.10/211.12	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
211.10/211.16	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.04 s
213.09/213.18	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.92 s
239.49/239.50	c lits-rem:      3714  cl-subs:     2205  v-elim:      0  v-fix:    0  time: 26.32 s
239.49/239.50	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
239.49/239.55	c vivif2 --  cl tried    77599 cl shrink        0 lits rem          0 time: 0.05
239.59/239.68	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.13
239.59/239.69	c calculated reachability. Time: 0.00
239.59/239.69	c  N st    74   1210217       153        81       612     77599      2601   4114508   no data   no data
248.80/248.80	c  N st    75   1283099       153        81       612     54242      2601   2529707   no data   no data
249.30/249.37	c  E st    76   1288415         0        81       612     59186      2601   2849354   no data   no data
249.30/249.38	c Verified 81 clauses.
249.30/249.38	c Verified 81 clauses.
249.30/249.38	c num threads              : 1          
249.30/249.38	c restarts                 : 76         
249.30/249.38	c dynamic restarts         : 0          
249.30/249.38	c static restarts          : 76         
249.30/249.38	c full restarts            : 4          
249.30/249.38	c total simplify time      : 0.00       
249.30/249.38	c learnts DL2              : 0          
249.30/249.38	c learnts size 2           : 612        
249.30/249.38	c learnts size 1           : 0           (0.00      % of vars)
249.30/249.38	c filedLit time            : 0.45        (0.18      % time)
249.30/249.38	c v-elim SatELite          : 0           (0.00      % vars)
249.30/249.38	c SatELite time            : 74.64       (29.97     % time)
249.30/249.38	c v-elim xor               : 0           (0.00      % vars)
249.30/249.38	c xor elim time            : 0.05        (0.02      % time)
249.30/249.38	c num binary xor trees     : 0          
249.30/249.38	c binxor trees' crown      : 0           (nan       leafs/tree)
249.30/249.38	c bin xor find time        : 0.00       
249.30/249.38	c OTF clause improved      : 89948       (0.07      clauses/conflict)
249.30/249.38	c OTF impr. size diff      : 92637       (1.03       lits/clause)
249.30/249.38	c OTF cl watch-shrink      : 764591      (0.59      clauses/conflict)
249.30/249.38	c OTF cl watch-sh-lit      : 2031088     (2.66       lits/clause)
249.30/249.38	c tried to recurMin cls    : 53073       (4.12       % of conflicts)
249.30/249.38	c updated cache            : 550         (0.01       lits/tried recurMin)
249.30/249.38	c clauses over max glue    : 0           (0.00      % of all clauses)
249.30/249.38	c conflicts                : 1288415     (5172.98   / sec)
249.30/249.38	c decisions                : 1484250     (0.22      % random)
249.30/249.38	c bogo-props               : 27695568516 (111197647.99 / sec)
249.30/249.38	c conflict literals        : 88360358    (10.18     % deleted)
249.30/249.38	c Memory used              : 172.21      MB
249.30/249.38	c CPU time                 : 249.07      s
249.30/249.38	s SATISFIABLE
249.30/249.38	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 0

Verifier Data

OK

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.0 (svn: 935)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3261760-1303542340/watcher-3261760-1303542340 -o /tmp/evaluation-result-3261760-1303542340/solver-3261760-1303542340 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3261760-1303542340.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: 2.64 3.06 3.26 6/189 4849
/proc/meminfo: memFree=23101680/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=29776 CPUtime=0 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 526 0 0 0 0 0 0 0 25 0 1 0 465836731 30490624 465 33554432000 4194304 4627331 140737161908448 18446744073709551615 4327320 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 7444 465 371 106 0 2415 0

[startup+0.00712601 s]
/proc/loadavg: 2.64 3.06 3.26 6/189 4849
/proc/meminfo: memFree=23101680/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=29776 CPUtime=0 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 531 0 0 0 0 0 0 0 25 0 1 0 465836731 30490624 470 33554432000 4194304 4627331 140737161908448 18446744073709551615 4333785 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 7444 470 371 106 0 2415 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 29776

[startup+0.101164 s]
/proc/loadavg: 2.64 3.06 3.26 6/189 4849
/proc/meminfo: memFree=23101680/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=30048 CPUtime=0.09 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 821 0 0 0 9 0 0 0 25 0 1 0 465836731 30769152 760 33554432000 4194304 4627331 140737161908448 18446744073709551615 4332171 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 7512 760 371 106 0 2483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30048

[startup+0.301144 s]
/proc/loadavg: 2.64 3.06 3.26 6/189 4849
/proc/meminfo: memFree=23101680/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=31052 CPUtime=0.29 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 1313 0 0 0 29 0 0 0 25 0 1 0 465836731 31797248 961 33554432000 4194304 4627331 140737161908448 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 7763 961 372 106 0 2734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31052

[startup+0.701072 s]
/proc/loadavg: 2.64 3.06 3.26 6/189 4849
/proc/meminfo: memFree=23101680/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=31844 CPUtime=0.69 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 2029 0 0 0 69 0 0 0 25 0 1 0 465836731 32608256 1226 33554432000 4194304 4627331 140737161908448 18446744073709551615 4309228 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 7961 1226 372 106 0 2932 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31844

[startup+1.50092 s]
/proc/loadavg: 2.64 3.06 3.26 5/190 4850
/proc/meminfo: memFree=23095124/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=33176 CPUtime=1.49 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 3542 0 0 0 149 0 0 0 25 0 1 0 465836731 33972224 1431 33554432000 4194304 4627331 140737161908448 18446744073709551615 4327340 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 8294 1431 373 106 0 3265 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33176

[startup+3.10065 s]
/proc/loadavg: 2.64 3.06 3.26 5/190 4850
/proc/meminfo: memFree=23081608/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=46388 CPUtime=3.08 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 7478 0 0 0 308 0 0 0 25 0 1 0 465836731 47501312 4490 33554432000 4194304 4627331 140737161908448 18446744073709551615 4330939 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 11597 4490 377 106 0 6568 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 46388

[startup+6.30105 s]
/proc/loadavg: 2.75 3.07 3.26 5/190 4850
/proc/meminfo: memFree=23071396/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=50412 CPUtime=6.29 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 12061 0 0 0 628 1 0 0 25 0 1 0 465836731 51621888 5884 33554432000 4194304 4627331 140737161908448 18446744073709551615 4309240 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 12603 5884 377 106 0 7574 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50412

[startup+12.7009 s]
/proc/loadavg: 2.85 3.09 3.27 5/190 4850
/proc/meminfo: memFree=22977080/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=67412 CPUtime=12.69 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 19746 0 0 0 1267 2 0 0 25 0 1 0 465836731 69029888 9394 33554432000 4194304 4627331 140737161908448 18446744073709551615 4309066 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 16853 9394 377 106 0 11824 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67412

[startup+25.5006 s]
/proc/loadavg: 3.10 3.13 3.28 5/190 4851
/proc/meminfo: memFree=22917448/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=78928 CPUtime=25.49 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 30188 0 0 0 2545 4 0 0 25 0 1 0 465836731 80822272 12648 33554432000 4194304 4627331 140737161908448 18446744073709551615 4309106 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 19732 12648 377 106 0 14703 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 78928

[startup+51.1011 s]
/proc/loadavg: 3.41 3.20 3.30 5/190 4851
/proc/meminfo: memFree=22807440/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=98000 CPUtime=51.09 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 51601 0 0 0 5101 8 0 0 25 0 1 0 465836731 100352000 17211 33554432000 4194304 4627331 140737161908448 18446744073709551615 4424618 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 24500 17211 377 106 0 19471 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 98000

[startup+102.307 s]
/proc/loadavg: 3.81 3.34 3.34 5/190 4853
/proc/meminfo: memFree=22751480/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=112628 CPUtime=102.3 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 80073 0 0 0 10217 13 0 0 25 0 1 0 465836731 115331072 20074 33554432000 4194304 4627331 140737161908448 18446744073709551615 4308224 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 28157 20074 377 106 0 23128 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 112628

[startup+162.3 s]
/proc/loadavg: 3.93 3.46 3.38 5/190 4854
/proc/meminfo: memFree=22647648/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=216888 CPUtime=162.3 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 119490 0 0 0 16209 21 0 0 25 0 1 0 465836731 222093312 31601 33554432000 4194304 4627331 140737161908448 18446744073709551615 4309240 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 54222 31601 377 106 0 49193 0
Current children cumulated CPU time (s) 162.3
Current children cumulated vsize (KiB) 216888

[startup+222.301 s]
/proc/loadavg: 3.97 3.55 3.41 5/190 4856
/proc/meminfo: memFree=22512576/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=176176 CPUtime=222.29 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 158328 0 0 0 22199 30 0 0 25 0 1 0 465836731 180404224 37136 33554432000 4194304 4627331 140737161908448 18446744073709551615 4467742 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 44044 37136 377 106 0 39015 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 176176

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

[startup+230.3 s]
/proc/loadavg: 3.98 3.57 3.42 6/190 4856
/proc/meminfo: memFree=22523112/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=176176 CPUtime=230.29 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 158328 0 0 0 22999 30 0 0 25 0 1 0 465836731 180404224 37136 33554432000 4194304 4627331 140737161908448 18446744073709551615 4428284 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 44044 37136 377 106 0 39015 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 176176

[startup+243.107 s]
/proc/loadavg: 3.98 3.59 3.43 5/190 4856
/proc/meminfo: memFree=22425516/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=176312 CPUtime=243.1 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 162181 0 0 0 24280 30 0 0 25 0 1 0 465836731 180543488 35827 33554432000 4194304 4627331 140737161908448 18446744073709551615 4309870 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 44078 35827 377 106 0 39049 0
Current children cumulated CPU time (s) 243.1
Current children cumulated vsize (KiB) 176312

[startup+246.301 s]
/proc/loadavg: 3.98 3.59 3.43 5/190 4856
/proc/meminfo: memFree=22402200/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=247792 CPUtime=246.3 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 163778 0 0 0 24599 31 0 0 25 0 1 0 465836731 253739008 37424 33554432000 4194304 4627331 140737161908448 18446744073709551615 4308367 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 61948 37424 377 106 0 56919 0
Current children cumulated CPU time (s) 246.3
Current children cumulated vsize (KiB) 247792

[startup+247.9 s]
/proc/loadavg: 3.98 3.59 3.43 5/190 4856
/proc/meminfo: memFree=22395008/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=247792 CPUtime=247.9 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 164213 0 0 0 24759 31 0 0 25 0 1 0 465836731 253739008 37859 33554432000 4194304 4627331 140737161908448 18446744073709551615 4324160 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 61948 37859 377 106 0 56919 0
Current children cumulated CPU time (s) 247.9
Current children cumulated vsize (KiB) 247792

[startup+248.701 s]
/proc/loadavg: 3.98 3.59 3.43 5/190 4856
/proc/meminfo: memFree=22419556/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=176336 CPUtime=248.69 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 166775 0 0 0 24838 31 0 0 25 0 1 0 465836731 180568064 35304 33554432000 4194304 4627331 140737161908448 18446744073709551615 4309247 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 44084 35304 377 106 0 39055 0
Current children cumulated CPU time (s) 248.69
Current children cumulated vsize (KiB) 176336

[startup+249.101 s]
/proc/loadavg: 3.98 3.59 3.43 5/190 4856
/proc/meminfo: memFree=22419556/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=176336 CPUtime=249.1 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 167003 0 0 0 24878 32 0 0 25 0 1 0 465836731 180568064 35532 33554432000 4194304 4627331 140737161908448 18446744073709551615 4309562 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 44084 35532 377 106 0 39055 0
Current children cumulated CPU time (s) 249.1
Current children cumulated vsize (KiB) 176336

[startup+249.301 s]
/proc/loadavg: 3.98 3.59 3.43 5/190 4856
/proc/meminfo: memFree=22419556/32951124 swapFree=67051468/67111528
[pid=4849] ppid=4847 vsize=176336 CPUtime=249.3 cores=4,6
/proc/4849/stat : 4849 (strangenight2-s) R 4847 4849 4236 0 -1 4202496 167126 0 0 0 24898 32 0 0 25 0 1 0 465836731 180568064 35655 33554432000 4194304 4627331 140737161908448 18446744073709551615 4306012 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/4849/statm: 44084 35655 377 106 0 39055 0
Current children cumulated CPU time (s) 249.3
Current children cumulated vsize (KiB) 176336

Child status: 10
Real time (s): 249.391
CPU time (s): 249.395
CPU user time (s): 249.066
CPU system time (s): 0.328949
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 264988

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

runsolver used 0.395939 second user time and 0.971852 second system time

The end

Launcher Data

Begin job on node101 at 2011-04-23 09:05:40
IDJOB=3261760
IDBENCH=83242
IDSOLVER=1587
FILE ID=node101/3261760-1303542340
RUNJOBID= node101-1303542331-4727
PBS_JOBID= 13143137
Free space on /tmp= 71600 MiB

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

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

MD5SUM BENCH= 4c14c75b1475700b62c822dfa7b5d924
RANDOM SEED=731242969

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      23101712 kB
Buffers:       2058976 kB
Cached:        7172076 kB
SwapCached:      33708 kB
Active:        6215984 kB
Inactive:      3160904 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      23101712 kB
SwapTotal:    67111528 kB
SwapFree:     67051468 kB
Dirty:           23460 kB
Writeback:           0 kB
AnonPages:      133844 kB
Mapped:          10316 kB
Slab:           406748 kB
PageTables:       5784 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   388332 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= 71592 MiB
End job on node101 at 2011-04-23 09:09:49