Trace number 3421895

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-st (fixed)SAT 234.801 234.797

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.002999
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-3421895-1306610461.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.02/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.44	c  N st    10     11302       153        81       612      4252      2601    204008   no data   no data
0.69/0.75	c  N st    11     17045       153        81       612      9629      2601    527006   no data   no data
1.11/1.17	c  F st    12     25000       153        81       612     11862      2601    625061   no data   no data
1.11/1.17	c  N st    12     25000       153        81       612     11862      2601    625061   no data   no data
1.49/1.51	c Decided on static restart strategy
1.49/1.51	c  N st    18     30002       153        81       612     10204      2601    516190   no data   no data
1.49/1.51	c  S st    18     30002       153        81       612     10204      2601    516190   no data   no data
1.49/1.54	c  S st    18     30503       153        81       612     10697      2601    543676   no data   no data
1.49/1.54	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
1.49/1.55	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.7M T:  0.01
1.49/1.55	c blocked clauses removed:        0 vars:      0 tried:         153 T: 0.00 s
1.49/1.55	c bin-w-bin subsume rem            0 bins  time:  0.00 s
1.49/1.55	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
1.49/1.55	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
1.49/1.55	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
1.49/1.55	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
1.79/1.80	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.24 s
2.59/2.69	c lits-rem:       527  cl-subs:      359  v-elim:      0  v-fix:    0  time:  0.89 s
2.69/2.70	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.01
2.69/2.70	c calculated reachability. Time: 0.00
2.69/2.70	c  N st    18     30503       153        81       612     10338      2601    522383   no data   no data
2.99/3.02	c  N st    20     37617       153        81       612      9595      2601    464543   no data   no data
3.39/3.41	c  N st    21     44020       153        81       612     15472      2601    869979   no data   no data
3.59/3.61	c  S st    22     45754       153        81       612      8711      2601    403758   no data   no data
3.59/3.63	c  S st    22     46256       153        81       612      9201      2601    431163   no data   no data
3.59/3.63	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
3.59/3.64	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.6M T:  0.01
3.59/3.64	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.59/3.64	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.59/3.64	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
3.59/3.64	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
3.59/3.64	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
3.59/3.64	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
3.79/3.84	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.19 s
3.99/4.01	c lits-rem:        80  cl-subs:       64  v-elim:      0  v-fix:    0  time:  0.17 s
3.99/4.01	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
3.99/4.02	c vivif2 --  cl tried     9137 cl shrink        0 lits rem          0 time: 0.00
3.99/4.03	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.01
3.99/4.03	c calculated reachability. Time: 0.00
3.99/4.03	c  N st    22     46256       153        81       612      9137      2601    427509   no data   no data
4.59/4.62	c  N st    23     60655       153        81       612     13156      2601    663898   no data   no data
4.99/5.07	c  N st    24     69385       153        81       612     11039      2601    514184   no data   no data
4.99/5.07	c  S st    24     69385       153        81       612     11039      2601    514184   no data   no data
5.09/5.10	c  S st    24     69885       153        81       612     11531      2601    540739   no data   no data
5.09/5.10	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
5.09/5.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.8M T:  0.01
5.09/5.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
5.09/5.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
5.09/5.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
5.09/5.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
5.09/5.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
5.09/5.11	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.00 s
5.29/5.38	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.26 s
5.59/5.68	c lits-rem:       257  cl-subs:      151  v-elim:      0  v-fix:    0  time:  0.29 s
5.59/5.68	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
5.59/5.68	c vivif2 --  cl tried    11380 cl shrink        0 lits rem          0 time: 0.01
5.59/5.69	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.01
5.59/5.69	c calculated reachability. Time: 0.00
5.59/5.69	c  N st    24     69885       153        81       612     11380      2601    531269   no data   no data
6.49/6.58	c  F st    25     87502       153        81       612     16540      2601    857361   no data   no data
6.49/6.58	c  N st    25     87502       153        81       612     16540      2601    857361   no data   no data
6.79/6.89	c Decided on static restart strategy
7.09/7.14	c  N st    32     95540       153        81       612     24144      2601   1334683   no data   no data
7.79/7.83	c  N st    34    104828       153        81       612     20917      2601   1102617   no data   no data
7.79/7.83	c  S st    34    104828       153        81       612     20917      2601   1102617   no data   no data
7.79/7.89	c  S st    34    105330       153        81       612     21411      2601   1129176   no data   no data
7.79/7.89	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
7.88/7.90	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.4M T:  0.01
7.88/7.90	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
7.88/7.90	c bin-w-bin subsume rem            0 bins  time:  0.00 s
7.88/7.90	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
7.88/7.90	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
7.88/7.90	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
7.88/7.91	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
8.49/8.54	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.60 s
11.29/11.31	c lits-rem:       479  cl-subs:      476  v-elim:      0  v-fix:    0  time:  2.77 s
11.29/11.31	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
11.29/11.32	c vivif2 --  cl tried    20935 cl shrink        0 lits rem          0 time: 0.01
11.29/11.34	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.02
11.29/11.34	c calculated reachability. Time: 0.00
11.29/11.34	c  N st    34    105330       153        81       612     20935      2601   1098789   no data   no data
11.99/12.02	c  N st    35    114928       153        81       612     16832      2601    816245   no data   no data
13.09/13.19	c  N st    36    129325       153        81       612     16313      2601    737833   no data   no data
15.19/15.23	c  N st    37    150921       153        81       612     21444      2601   1071816   no data   no data
15.89/15.90	c  S st    38    157996       153        81       612     28121      2601   1495862   no data   no data
15.89/15.97	c  S st    38    158497       153        81       612     28615      2601   1522962   no data   no data
15.89/15.98	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
15.89/16.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  1.8M T:  0.02
15.89/16.00	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
15.89/16.00	c bin-w-bin subsume rem            0 bins  time:  0.00 s
15.99/16.00	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
15.99/16.00	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
15.99/16.00	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
15.99/16.00	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
16.79/16.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.79 s
21.59/21.65	c lits-rem:      1325  cl-subs:      795  v-elim:      0  v-fix:    0  time:  4.83 s
21.59/21.65	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
21.59/21.67	c vivif2 --  cl tried    27820 cl shrink        0 lits rem          0 time: 0.02
21.59/21.69	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.03
21.59/21.70	c calculated reachability. Time: 0.00
21.59/21.70	c  N st    38    158497       153        81       612     27820      2601   1466856   no data   no data
25.59/25.64	c  N st    39    207085       153        81       612     22608      2601   1101132   no data   no data
28.19/28.21	c  N st    40    237745       153        81       612     32813      2601   1794480   no data   no data
28.19/28.21	c  S st    40    237745       153        81       612     32813      2601   1794480   no data   no data
28.29/28.32	c  S st    40    238251       153        81       612     33310      2601   1822482   no data   no data
28.29/28.32	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
28.29/28.34	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.1M T:  0.02
28.29/28.34	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.29/28.34	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.29/28.34	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
28.29/28.34	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
28.29/28.34	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
28.29/28.35	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
29.39/29.48	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.08 s
35.69/35.73	c lits-rem:      1111  cl-subs:      849  v-elim:      0  v-fix:    0  time:  6.26 s
35.69/35.73	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
35.69/35.75	c vivif2 --  cl tried    32461 cl shrink        0 lits rem          0 time: 0.02
35.69/35.78	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.03
35.69/35.79	c calculated reachability. Time: 0.00
35.69/35.79	c  N st    40    238251       153        81       612     32461      2601   1760448   no data   no data
42.49/42.54	c  F st    41    306251       153        81       612     34096      2601   1768999   no data   no data
42.49/42.54	c  N st    41    306251       153        81       612     34096      2601   1768999   no data   no data
42.91/42.99	c Decided on static restart strategy
45.69/45.73	c  N st    51    334554       153        81       612     38526      2601   1976272   no data   no data
47.99/48.01	c  N st    53    357376       153        81       612     36625      2601   1874221   no data   no data
47.99/48.01	c  S st    53    357376       153        81       612     36625      2601   1874221   no data   no data
48.09/48.11	c  S st    53    357876       153        81       612     37120      2601   1902263   no data   no data
48.09/48.11	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
48.09/48.14	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.3M T:  0.02
48.09/48.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
48.09/48.14	c bin-w-bin subsume rem            0 bins  time:  0.00 s
48.09/48.14	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
48.09/48.14	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
48.09/48.14	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
48.09/48.15	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
49.19/49.24	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.05 s
56.19/56.29	c lits-rem:       745  cl-subs:      634  v-elim:      0  v-fix:    0  time:  7.06 s
56.19/56.29	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
56.29/56.31	c vivif2 --  cl tried    36486 cl shrink        0 lits rem          0 time: 0.02
56.29/56.35	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.04
56.29/56.35	c calculated reachability. Time: 0.00
56.29/56.35	c  N st    53    357876       153        81       612     36486      2601   1861754   no data   no data
59.29/59.35	c  N st    54    390269       153        81       612     42160      2601   2253710   no data   no data
64.80/64.84	c  N st    55    438859       153        81       612     36071      2601   1814350   no data   no data
74.49/74.58	c  N st    56    511742       153        81       612     48936      2601   2656522   no data   no data
77.89/77.95	c  N st    57    536815       153        81       612     43471      2601   2231762   no data   no data
77.89/77.95	c  S st    57    536815       153        81       612     43471      2601   2231762   no data   no data
77.99/78.05	c  S st    57    537317       153        81       612     43961      2601   2258295   no data   no data
77.99/78.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
77.99/78.09	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  2.9M T:  0.03
77.99/78.09	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
77.99/78.09	c bin-w-bin subsume rem            0 bins  time:  0.00 s
77.99/78.09	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
77.99/78.09	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
77.99/78.09	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
77.99/78.10	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.01 s
79.39/79.47	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.32 s
88.19/88.25	c lits-rem:       573  cl-subs:      817  v-elim:      0  v-fix:    0  time:  8.78 s
88.19/88.25	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
88.19/88.28	c vivif2 --  cl tried    43144 cl shrink        0 lits rem          0 time: 0.03
88.29/88.32	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.04
88.29/88.32	c calculated reachability. Time: 0.00
88.29/88.32	c  N st    57    537317       153        81       612     43144      2601   2211975   no data   no data
111.29/111.32	c  N st    58    701301       153        81       612     37579      2601   1681990   no data   no data
126.70/126.79	c  N st    59    805975       153        81       612     64581      2601   3532823   no data   no data
126.70/126.79	c  S st    59    805975       153        81       612     64581      2601   3532823   no data   no data
127.00/127.04	c  S st    59    806478       153        81       612     65078      2601   3561153   no data   no data
127.00/127.05	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
127.10/127.11	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  3.8M T:  0.06
127.10/127.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
127.10/127.11	c bin-w-bin subsume rem            0 bins  time:  0.00 s
127.10/127.11	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
127.10/127.11	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
127.10/127.11	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
127.10/127.13	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.02 s
128.71/128.77	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.57 s
142.80/142.85	c lits-rem:      1639  cl-subs:     1591  v-elim:      0  v-fix:    0  time: 14.08 s
142.80/142.85	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
142.80/142.89	c vivif2 --  cl tried    63487 cl shrink        0 lits rem          0 time: 0.04
142.90/142.98	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.09
142.90/142.98	c calculated reachability. Time: 0.00
142.90/142.98	c  N st    59    806478       153        81       612     63487      2601   3454382   no data   no data
175.59/175.66	c  F st    60   1071875       153        81       612     78249      2601   4392795   no data   no data
175.59/175.66	c  N st    60   1071875       153        81       612     78249      2601   4392795   no data   no data
177.20/177.20	c Decided on static restart strategy
179.59/179.67	c  N st    70   1100183       153        81       612     63470      2601   3263373   no data   no data
186.69/186.73	c  N st    72   1136179       153        81       612     54350      2601   2631567   no data   no data
191.29/191.35	c  N st    73   1168571       153        81       612     84597      2601   4709006   no data   no data
198.01/198.06	c  N st    74   1209717       153        81       612     79319      2601   4227505   no data   no data
198.01/198.06	c  S st    74   1209717       153        81       612     79319      2601   4227505   no data   no data
198.19/198.26	c  S st    74   1210217       153        81       612     79804      2601   4255591   no data   no data
198.19/198.27	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
198.29/198.36	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  5.3M T:  0.09
198.29/198.36	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
198.29/198.36	c bin-w-bin subsume rem            0 bins  time:  0.00 s
198.29/198.36	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.00 s
198.29/198.36	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     0 done:    153 time:  0.00 s
198.29/198.36	c Removed useless bin:       0  fixed:     0  props:   0.00M  time:  0.00 s
198.29/198.39	c lits-rem:         0  cl-subs:        0  v-elim:      0  v-fix:    0  time:  0.03 s
199.99/200.10	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.62 s
225.09/225.18	c lits-rem:      3714  cl-subs:     2205  v-elim:      0  v-fix:    0  time: 25.08 s
225.09/225.18	c vivif2 --  cl tried       81 cl shrink        0 lits rem          0 time: 0.00
225.19/225.23	c vivif2 --  cl tried    77599 cl shrink        0 lits rem          0 time: 0.05
225.29/225.35	c asymm  cl-useful: 0/81/81 lits-rem:0 time: 0.12
225.29/225.35	c calculated reachability. Time: 0.00
225.29/225.35	c  N st    74   1210217       153        81       612     77599      2601   4114508   no data   no data
234.10/234.21	c  N st    75   1283099       153        81       612     54242      2601   2529707   no data   no data
234.69/234.78	c  E st    76   1288415         0        81       612     59186      2601   2849354   no data   no data
234.69/234.79	c Verified 81 clauses.
234.69/234.79	c Verified 81 clauses.
234.69/234.79	c num threads              : 1          
234.69/234.79	c restarts                 : 76         
234.69/234.79	c dynamic restarts         : 0          
234.69/234.79	c static restarts          : 76         
234.69/234.79	c full restarts            : 4          
234.69/234.79	c total simplify time      : 0.00       
234.69/234.79	c learnts DL2              : 0          
234.69/234.79	c learnts size 2           : 612        
234.69/234.79	c learnts size 1           : 0           (0.00      % of vars)
234.69/234.79	c filedLit time            : 0.28        (0.12      % time)
234.69/234.79	c v-elim SatELite          : 0           (0.00      % vars)
234.69/234.79	c SatELite time            : 69.97       (29.84     % time)
234.69/234.79	c v-elim xor               : 0           (0.00      % vars)
234.69/234.79	c xor elim time            : 0.04        (0.02      % time)
234.69/234.79	c num binary xor trees     : 0          
234.69/234.79	c binxor trees' crown      : 0           (nan       leafs/tree)
234.69/234.79	c bin xor find time        : 0.00       
234.69/234.79	c OTF clause improved      : 89948       (0.07      clauses/conflict)
234.69/234.79	c OTF impr. size diff      : 92637       (1.03       lits/clause)
234.69/234.79	c OTF cl watch-shrink      : 764591      (0.59      clauses/conflict)
234.69/234.79	c OTF cl watch-sh-lit      : 2031088     (2.66       lits/clause)
234.69/234.79	c tried to recurMin cls    : 53073       (4.12       % of conflicts)
234.69/234.79	c updated cache            : 550         (0.01       lits/tried recurMin)
234.69/234.79	c clauses over max glue    : 0           (0.00      % of all clauses)
234.69/234.79	c conflicts                : 1288415     (5493.64   / sec)
234.69/234.79	c decisions                : 1484250     (0.22      % random)
234.69/234.79	c bogo-props               : 27695568516 (118090495.19 / sec)
234.69/234.79	c conflict literals        : 88360358    (10.18     % deleted)
234.69/234.79	c Memory used              : 175.40      MB
234.69/234.79	c CPU time                 : 234.53      s
234.69/234.79	s SATISFIABLE
234.69/234.79	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: 961)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3421895-1306610461/watcher-3421895-1306610461 -o /tmp/evaluation-result-3421895-1306610461/solver-3421895-1306610461 -C 5000 -W 5100 -M 15500 ./strangenight2-st HOME/instance-3421895-1306610461.cnf 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 5100 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.18 2.07 2.02 2/458 391
/proc/meminfo: memFree=26495348/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=20300 CPUtime=0 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4194304 254 0 0 0 0 0 0 0 25 0 1 0 772644300 20787200 195 33554432000 4194304 4580011 140735485220928 18446744073709551615 232335583664 0 0 4096 0 0 0 0 17 4 0 0 0
/proc/391/statm: 5075 209 171 95 0 57 0

[startup+0.025593 s]
/proc/loadavg: 2.18 2.07 2.02 2/458 391
/proc/meminfo: memFree=26495348/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=29732 CPUtime=0.02 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 615 0 0 0 2 0 0 0 25 0 1 0 772644300 30445568 555 33554432000 4194304 4580011 140735485220928 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 7433 555 363 95 0 2415 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 29732

[startup+0.100582 s]
/proc/loadavg: 2.18 2.07 2.02 2/458 391
/proc/meminfo: memFree=26495348/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=30004 CPUtime=0.09 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 815 0 0 0 9 0 0 0 25 0 1 0 772644300 30724096 755 33554432000 4194304 4580011 140735485220928 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 7501 755 364 95 0 2483 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30004

[startup+0.300574 s]
/proc/loadavg: 2.18 2.07 2.02 2/458 391
/proc/meminfo: memFree=26495348/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=31008 CPUtime=0.29 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 1309 0 0 0 29 0 0 0 25 0 1 0 772644300 31752192 958 33554432000 4194304 4580011 140735485220928 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 7752 959 364 95 0 2734 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31008

[startup+0.700503 s]
/proc/loadavg: 2.18 2.07 2.02 2/458 391
/proc/meminfo: memFree=26495348/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=31800 CPUtime=0.69 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 2029 0 0 0 69 0 0 0 25 0 1 0 772644300 32563200 1227 33554432000 4194304 4580011 140735485220928 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 7950 1227 364 95 0 2932 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 31800

[startup+1.50036 s]
/proc/loadavg: 2.18 2.07 2.02 3/459 392
/proc/meminfo: memFree=26488024/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=33132 CPUtime=1.49 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 3553 0 0 0 149 0 0 0 25 0 1 0 772644300 33927168 1443 33554432000 4194304 4580011 140735485220928 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 8283 1443 365 95 0 3265 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 33132

[startup+3.10109 s]
/proc/loadavg: 2.16 2.07 2.02 3/459 392
/proc/meminfo: memFree=26470416/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=46344 CPUtime=3.09 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 7544 0 0 0 309 0 0 0 25 0 1 0 772644300 47456256 4557 33554432000 4194304 4580011 140735485220928 18446744073709551615 4296079 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 11586 4557 367 95 0 6568 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46344

[startup+6.30048 s]
/proc/loadavg: 2.16 2.07 2.02 3/459 392
/proc/meminfo: memFree=26458648/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=50480 CPUtime=6.29 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 12711 0 0 0 628 1 0 0 25 0 1 0 772644300 51691520 5287 33554432000 4194304 4580011 140735485220928 18446744073709551615 4306016 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 12620 5287 367 95 0 7602 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50480

[startup+12.7003 s]
/proc/loadavg: 2.14 2.07 2.02 3/459 392
/proc/meminfo: memFree=26426868/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=67336 CPUtime=12.69 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 20252 0 0 0 1266 3 0 0 25 0 1 0 772644300 68952064 9901 33554432000 4194304 4580011 140735485220928 18446744073709551615 4294656 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 16834 9901 367 95 0 11816 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 67336

[startup+25.5011 s]
/proc/loadavg: 2.12 2.06 2.02 3/459 392
/proc/meminfo: memFree=26424500/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=79636 CPUtime=25.49 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 31966 0 0 0 2544 5 0 0 25 0 1 0 772644300 81547264 12340 33554432000 4194304 4580011 140735485220928 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 19909 12340 367 95 0 14891 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 79636

[startup+51.1006 s]
/proc/loadavg: 2.08 2.06 2.01 3/459 393
/proc/meminfo: memFree=26393088/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=99100 CPUtime=51.09 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 51782 0 0 0 5101 8 0 0 25 0 1 0 772644300 101478400 17393 33554432000 4194304 4580011 140735485220928 18446744073709551615 4451799 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 24775 17393 367 95 0 19757 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 99100

[startup+102.317 s]
/proc/loadavg: 2.03 2.05 2.01 3/459 394
/proc/meminfo: memFree=26387600/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=111400 CPUtime=102.31 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 84310 0 0 0 10218 13 0 0 25 0 1 0 772644300 114073600 20554 33554432000 4194304 4580011 140735485220928 18446744073709551615 4294485 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 27850 20554 367 95 0 22832 0
Current children cumulated CPU time (s) 102.31
Current children cumulated vsize (KiB) 111400

[startup+162.301 s]
/proc/loadavg: 2.01 2.04 2.00 3/459 396
/proc/meminfo: memFree=26344896/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=150440 CPUtime=162.29 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 127697 0 0 0 16209 20 0 0 25 0 1 0 772644300 154050560 30839 33554432000 4194304 4580011 140735485220928 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 37610 30839 367 95 0 32592 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 150440

[startup+222.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 397
/proc/meminfo: memFree=26336304/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=179448 CPUtime=222.29 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 158894 0 0 0 22205 24 0 0 25 0 1 0 772644300 183754752 37703 33554432000 4194304 4580011 140735485220928 18446744073709551615 4415940 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 44862 37703 367 95 0 39844 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 179448

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

[startup+223.901 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 397
/proc/meminfo: memFree=26336304/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=179448 CPUtime=223.89 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 158894 0 0 0 22365 24 0 0 25 0 1 0 772644300 183754752 37703 33554432000 4194304 4580011 140735485220928 18446744073709551615 4415677 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 44862 37703 367 95 0 39844 0
Current children cumulated CPU time (s) 223.89
Current children cumulated vsize (KiB) 179448

[startup+230.301 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 398
/proc/meminfo: memFree=26339392/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=179584 CPUtime=230.29 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 163587 0 0 0 23004 25 0 0 25 0 1 0 772644300 183894016 37234 33554432000 4194304 4580011 140735485220928 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 44896 37234 367 95 0 39878 0
Current children cumulated CPU time (s) 230.29
Current children cumulated vsize (KiB) 179584

[startup+231.9 s]
/proc/loadavg: 2.00 2.03 2.00 3/459 398
/proc/meminfo: memFree=26336912/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=251064 CPUtime=231.89 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 164377 0 0 0 23164 25 0 0 25 0 1 0 772644300 257089536 38024 33554432000 4194304 4580011 140735485220928 18446744073709551615 4294503 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 62766 38024 367 95 0 57748 0
Current children cumulated CPU time (s) 231.89
Current children cumulated vsize (KiB) 251064

[startup+233.501 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 398
/proc/meminfo: memFree=26333436/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=179608 CPUtime=233.5 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 166875 0 0 0 23324 26 0 0 25 0 1 0 772644300 183918592 35405 33554432000 4194304 4580011 140735485220928 18446744073709551615 4316629 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 44902 35405 367 95 0 39884 0
Current children cumulated CPU time (s) 233.5
Current children cumulated vsize (KiB) 179608

[startup+234.318 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 398
/proc/meminfo: memFree=26343480/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=179608 CPUtime=234.31 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 167465 0 0 0 23405 26 0 0 25 0 1 0 772644300 183918592 35995 33554432000 4194304 4580011 140735485220928 18446744073709551615 4294304 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 44902 35995 367 95 0 39884 0
Current children cumulated CPU time (s) 234.31
Current children cumulated vsize (KiB) 179608

[startup+234.701 s]
/proc/loadavg: 2.00 2.02 2.00 3/459 398
/proc/meminfo: memFree=26343480/32951124 swapFree=60688864/67111528
[pid=391] ppid=389 vsize=179608 CPUtime=234.69 cores=0,2,4,6
/proc/391/stat : 391 (strangenight2-s) R 389 391 300 0 -1 4202496 167687 0 0 0 23443 26 0 0 25 0 1 0 772644300 183918592 36217 33554432000 4194304 4580011 140735485220928 18446744073709551615 4294326 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/391/statm: 44902 36217 367 95 0 39884 0
Current children cumulated CPU time (s) 234.69
Current children cumulated vsize (KiB) 179608

Child status: 10
Real time (s): 234.797
CPU time (s): 234.801
CPU user time (s): 234.528
CPU system time (s): 0.272958
CPU usage (%): 100.002
Max. virtual memory (cumulated for all children) (KiB): 251064

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

runsolver used 1.11083 second user time and 2.38064 second system time

The end

Launcher Data

Begin job on node132 at 2011-05-28 21:21:01
IDJOB=3421895
IDBENCH=83242
IDSOLVER=1887
FILE ID=node132/3421895-1306610461
RUNJOBID= node132-1306609858-327
PBS_JOBID= 13471591
Free space on /tmp= 73100 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
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-3421895-1306610461/watcher-3421895-1306610461 -o /tmp/evaluation-result-3421895-1306610461/solver-3421895-1306610461 -C 5000 -W 5100 -M 15500  ./strangenight2-st HOME/instance-3421895-1306610461.cnf

TIME LIMIT= 5000 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 4c14c75b1475700b62c822dfa7b5d924
RANDOM SEED=1650881156

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      26495628 kB
Buffers:        192532 kB
Cached:        2669604 kB
SwapCached:      14980 kB
Active:        1225592 kB
Inactive:      5010316 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      26495628 kB
SwapTotal:    67111528 kB
SwapFree:     60688864 kB
Dirty:            5476 kB
Writeback:           0 kB
AnonPages:     3366704 kB
Mapped:          19324 kB
Slab:           102016 kB
PageTables:      50680 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 109559312 kB
VmallocTotal: 34359738367 kB
VmallocUsed:     33868 kB
VmallocChunk: 34359703231 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 73096 MiB
End job on node132 at 2011-05-28 21:24:56