Trace number 3261714

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 TechDemo-Alpha-stSAT 107.153 107.168

General information on the benchmark

Namecrafted/skvortsov/battleship/
battleship-11-21-sat.cnf
MD5SUMb96c20b4b7951c39c5802e0553b42cad
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.005999
Satisfiable
(Un)Satisfiability was proved
Number of variables231
Number of clauses1276
Sum of the clauses size4851
Maximum clause length21
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 21155
Number of clauses of size 30
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 5121

Solver Data

0.00/0.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 2.9.0
0.00/0.00	c compiled with gcc version 4.4.5
0.00/0.00	c Using 1 thread(s)
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3261714-1303541000.cnf'
0.00/0.00	c -- header says num vars:            231
0.00/0.00	c -- header says num clauses:        1276
0.00/0.00	c -- clauses added:            0 learnts,         1276 normals,            0 xors
0.00/0.00	c -- vars added        231
0.00/0.00	c Parsing time:  0.00 s
0.00/0.00	c  N st     0         0       231       121      1155         0      4851         0   no data   no data  --
0.00/0.00	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.00
0.00/0.00	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  0.0M T:  0.00
0.00/0.00	c Calc non-exist non-lernt bins v-fix:     0 done:    231 time:  0.00 s
0.00/0.00	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
0.00/0.00	c Subs w/ non-existent bins:      0 time:  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 Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
0.00/0.00	c lits-rem:         0  cl-subs:        0  v-elim:    154  v-fix:    0  time:  0.00 s
0.00/0.00	c learnt bin added due to v-elim: 0
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:     231
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   MTavgCS    LTAvgG
0.00/0.00	c  B st     0         0       231       121      1155         0      4851         0   no data   no data  --
0.00/0.06	c Decided on static restart strategy
0.09/0.14	c  N dy    20      4013       231       121      1155      3876      4851    306745     79.75     26.32  --
0.29/0.38	c  N dy    50      8099       231       121      1155      5433      4851    388904     76.40     26.33  --
0.59/0.67	c  N dy    80     12217       231       121      1155      5302      4851    347260     83.85     26.08  --
0.89/0.99	c  N dy   110     16359       231       121      1155      9302      4851    683774     87.05     26.16  --
1.29/1.30	c  N dy   140     20463       231       121      1155      7834      4851    525681     82.58     26.09  --
1.59/1.68	c  N dy   170     24547       231       121      1155     11821      4851    856493     84.50     25.98  --
1.99/2.06	c  N dy   199     28558       231       121      1155      9126      4851    596247     81.92     25.98  --
2.19/2.25	c  S st   210     30001       231       121      1155     10544      4851    711211     82.96     25.91  --
2.19/2.29	c  S st   210     30504       231       121      1155     11039      4851    749362     82.96     25.91  --
2.19/2.29	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
2.19/2.29	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.39/2.47	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.1M T:  0.18
2.39/2.47	c Calc non-exist non-lernt bins v-fix:     0 done:    231 time:  0.00 s
2.39/2.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
2.39/2.48	c Subs w/ non-existent bins:      0 time:  0.00 s
2.39/2.49	c bin-w-bin subsume rem            0 bins  time:  0.00 s
3.20/3.28	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.79 s
3.20/3.28	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
7.09/7.11	c lits-rem:        29  cl-subs:     1010  v-elim:    231  v-fix:    0  time:  3.83 s
7.09/7.11	c learnt bin added due to v-elim: 0
7.09/7.11	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
7.09/7.12	c vivif2 --  cl tried    10029 cl shrink        0 lits rem          0 time: 0.00
7.19/7.23	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.11
7.19/7.23	c calculated reachability. Time: 0.00
7.19/7.23	c  N dy   210     30504       231       121      1155     10029      4851    685058     82.96     25.91  --
7.19/7.23	c  F st   210     30504       231       121      1155     10029      4851    685058     82.96     25.91  --
7.29/7.34	c Decided on static restart strategy
7.39/7.50	c  N dy   230     34547       231       121      1155     13955      4851   1007553     81.15     26.10  --
7.69/7.78	c  N dy   259     38563       231       121      1155     10197      4851    642299     82.90     26.15  --
8.08/8.18	c  N dy   288     42588       231       121      1155     14156      4851    972095     84.02     26.24  --
8.69/8.73	c  S st   311     45757       231       121      1155     17256      4851   1220111     80.05     26.23  --
8.69/8.80	c  S st   311     46259       231       121      1155      8999      4851    507744     80.05     26.23  --
8.69/8.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
8.69/8.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.88/8.97	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P:  6.8M T:  0.17
8.88/8.97	c Calc non-exist non-lernt bins v-fix:     0 done:    231 time:  0.00 s
8.88/8.97	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
8.88/8.97	c Subs w/ non-existent bins:      0 time:  0.00 s
8.88/8.98	c bin-w-bin subsume rem            0 bins  time:  0.00 s
9.38/9.41	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.43 s
9.38/9.41	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
10.18/10.27	c lits-rem:         2  cl-subs:      216  v-elim:    231  v-fix:    0  time:  0.86 s
10.18/10.27	c learnt bin added due to v-elim: 0
10.18/10.27	c vivif2 --  cl tried      121 cl shrink        0 lits rem          0 time: 0.00
10.18/10.27	c vivif2 --  cl tried     8783 cl shrink        0 lits rem          0 time: 0.00
10.28/10.35	c asymm  cl-useful: 0/121/121 lits-rem:0 time: 0.08
10.28/10.35	c calculated reachability. Time: 0.00
10.28/10.35	c  N dy   311     46259       231       121      1155      8783      4851    496848     80.05     26.23  --
10.48/10.57	c  N dy   340     50283       231       121      1155     12730      4851    808313     76.99     26.19  --
10.89/10.96	c  N dy   370     54388       231       121      1155     16757      4851   1133600     80.11     26.24  --
11.29/11.39	c  N dy   400     58519       231       121      1155     11045      4851    633399     81.53     26.23  --
11.69/11.75	c  N dy   429     62520       231       121      1155     14974      4851    956039     79.40     26.24  --
12.19/12.27	c  N dy   458     66540       231       121      1155     18907      4851   1274344     84.46     26.27  --
12.69/12.77	c  S st   479     69389       231       121      1155     10934      4851    600554     85.07     26.29  --
12.79/12.81	c  S st   479     69890       231       121      1155     11431      4851    638363     85.07     26.29  --
12.79/12.81	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
12.79/12.81	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.10/13.15	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 14.4M T:  0.34
13.10/13.15	c Calc non-exist non-lernt bins v-fix:     0 done:    231 time:  0.00 s
13.10/13.15	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
13.10/13.15	c Subs w/ non-existent bins:      0 time:  0.00 s
13.10/13.16	c bin-w-bin subsume rem            0 bins  time:  0.00 s
13.69/13.71	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  0.55 s
13.69/13.71	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
17.09/17.17	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
21.79/21.87	c Added 3 vars  tried: 80000 time: 4.70
21.89/21.92	c ORs :      3 avg-s:  0.0 cl-sh:  8578 l-rem:   8578 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:    4.75
21.89/21.92	c lits-rem:         9  cl-subs:      310  v-elim:    231  v-fix:    0  time:  8.21 s
21.89/21.92	c learnt bin added due to v-elim: 0
21.89/21.92	c vivif2 --  cl tried      124 cl shrink        0 lits rem          0 time: 0.00
21.89/21.93	c vivif2 --  cl tried    11121 cl shrink        0 lits rem          0 time: 0.00
21.89/21.96	c asymm  cl-useful: 0/124/124 lits-rem:0 time: 0.03
21.89/21.96	c calculated reachability. Time: 0.00
21.89/21.96	c  N dy   479     69890       234       124      1161     11121      4839    615074     85.07     26.29  --
21.89/21.96	c  F st   479     69890       234       124      1161     11121      4839    615074     85.07     26.29  --
21.99/22.08	c Decided on static restart strategy
22.19/22.29	c  N dy   503     74451       234       124      1161     15546      4839    969466     81.61     26.37  --
22.79/22.85	c  N dy   538     79235       234       124      1161     20228      4839   1334773     76.76     26.34  --
23.49/23.54	c  N dy   575     84400       234       124      1161     13565      4839    784673     79.24     26.39  --
24.20/24.23	c  N dy   615     89908       234       124      1161     18987      4839   1215917     83.34     26.44  --
25.09/25.15	c  N dy   657     95673       234       124      1161     24633      4839   1672500     83.79     26.40  --
25.79/25.86	c  N dy   702    101850       234       124      1161     17961      4839   1126778     85.97     26.42  --
26.39/26.42	c  S st   724    104836       234       124      1161     20888      4839   1362547     83.29     26.42  --
26.39/26.47	c  S st   724    105338       234       124      1161     21382      4839   1400305     83.29     26.42  --
26.39/26.47	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
26.39/26.47	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.39/27.43	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 33.7M T:  0.96
27.39/27.43	c Calc non-exist non-lernt bins v-fix:     0 done:    234 time:  0.00 s
27.39/27.43	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
27.39/27.44	c Subs w/ non-existent bins:      0 time:  0.01 s
27.39/27.46	c bin-w-bin subsume rem            0 bins  time:  0.00 s
28.79/28.83	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.36 s
28.79/28.83	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
34.59/34.68	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
45.78/45.83	c Added 3 vars  tried: 80000 time: 11.14
45.88/45.99	c ORs :      3 avg-s:  0.0 cl-sh: 16897 l-rem:  16897 b-add:      6 v-rep:   0 cl-rem: 1 avg s: 52.0 T:   11.30
45.98/46.00	c lits-rem:        19  cl-subs:     2622  v-elim:    231  v-fix:    0  time: 17.17 s
45.98/46.00	c learnt bin added due to v-elim: 0
45.98/46.00	c vivif2 --  cl tried      153 cl shrink        0 lits rem          0 time: 0.00
45.98/46.01	c vivif2 --  cl tried    18759 cl shrink        0 lits rem          0 time: 0.01
45.98/46.06	c asymm  cl-useful: 0/153/153 lits-rem:0 time: 0.05
45.98/46.06	c calculated reachability. Time: 0.00
45.98/46.06	c  N dy   724    105338       234       153      1135     18759      4842   1192423     83.29     26.42  --
46.58/46.68	c  N dy   773    112159       234       153      1135     25462      4842   1720509     78.73     26.38  --
47.29/47.35	c  N dy   825    119347       234       153      1135     18775      4842   1113659     78.14     26.37  --
48.30/48.38	c  N dy   881    127080       234       153      1135     26377      4842   1709644     80.01     26.35  --
49.40/49.47	c  N dy   941    135316       234       153      1135     19744      4842   1126927     84.15     26.34  --
50.69/50.74	c  N dy  1004    144049       234       153      1135     28313      4842   1796700     80.69     26.29  --
51.89/51.95	c  N dy  1070    153243       234       153      1135     21616      4842   1196758     71.13     26.28  --
52.69/52.73	c  S st  1105    158007       234       153      1135     26283      4842   1549228     78.52     26.29  --
52.69/52.80	c  S st  1105    158512       234       153      1135     26783      4842   1586552     78.52     26.29  --
52.69/52.80	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
52.69/52.80	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.09/54.12	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 48.4M T:  1.32
54.09/54.12	c Calc non-exist non-lernt bins v-fix:     0 done:    234 time:  0.00 s
54.09/54.12	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
54.09/54.13	c Subs w/ non-existent bins:      0 time:  0.01 s
54.09/54.15	c bin-w-bin subsume rem            0 bins  time:  0.00 s
55.49/55.58	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
55.49/55.58	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
59.89/59.95	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
71.39/71.42	c Added 3 vars  tried: 80000 time: 11.46
71.59/71.69	c ORs :      3 avg-s:  0.0 cl-sh: 22622 l-rem:  22622 b-add:      6 v-rep:   0 cl-rem: 0 avg s: nan T:   11.73
71.69/71.70	c lits-rem:        24  cl-subs:     2674  v-elim:    228  v-fix:    0  time: 16.12 s
71.69/71.70	c learnt bin added due to v-elim: 0
71.69/71.70	c vivif2 --  cl tried      182 cl shrink        0 lits rem          0 time: 0.00
71.69/71.71	c vivif2 --  cl tried    24109 cl shrink        0 lits rem          0 time: 0.01
71.69/71.78	c asymm  cl-useful: 0/182/182 lits-rem:0 time: 0.06
71.69/71.78	c calculated reachability. Time: 0.00
71.69/71.78	c  N dy  1105    158512       234       182      1109     24109      4845   1393079     78.52     26.29  --
72.78/72.87	c  N dy  1179    168666       234       182      1109     17416      4845    837300     78.68     26.31  --
74.18/74.28	c  N dy  1257    179489       234       182      1109     27987      4845   1665790     80.42     26.40  --
76.39/76.49	c  N dy  1340    191036       234       182      1109     21685      4845   1125336     73.63     26.41  --
78.29/78.33	c  N dy  1428    203309       234       182      1109     33686      4845   2047337     71.33     26.41  --
80.30/80.39	c  N dy  1521    216316       234       182      1109     27764      4845   1570625     78.83     26.49  --
83.09/83.19	c  N dy  1620    230248       234       182      1109     21853      4845   1078944     77.85     26.49  --
84.49/84.58	c  S st  1673    237768       234       182      1109     29140      4845   1635618     74.47     26.52  --
84.59/84.64	c  S st  1673    238271       234       182      1109     29637      4845   1670589     74.47     26.52  --
84.59/84.64	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.00
84.59/84.64	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.09/86.19	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bin:      0 BRemL:      0 BRemN:      0 CBin:       0 P: 56.8M T:  1.54
86.09/86.19	c Calc non-exist non-lernt bins v-fix:     0 done:    234 time:  0.00 s
86.09/86.19	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.00
86.19/86.20	c Subs w/ non-existent bins:      0 time:  0.01 s
86.19/86.22	c bin-w-bin subsume rem            0 bins  time:  0.00 s
87.58/87.65	c subs with bin:        0  lits-rem:         0  v-fix:    0  time:  1.43 s
87.58/87.65	c Removed useless bin:       0  fixed:     0  bprops:   0.01M  time:  0.00 s
91.29/91.37	c ORs :      0 avg-s:  nan cl-sh:     0 l-rem:      0 b-add:      0 v-rep:   0 cl-rem: 0 avg s: nan T:    0.00
101.58/101.67	c Added 3 vars  tried: 80000 time: 10.30
101.88/101.99	c ORs :      3 avg-s:  0.0 cl-sh: 24465 l-rem:  24465 b-add:      6 v-rep:   0 cl-rem: 5 avg s: 29.0 T:   10.62
101.98/102.00	c lits-rem:        13  cl-subs:     3620  v-elim:    225  v-fix:    0  time: 14.35 s
101.98/102.00	c learnt bin added due to v-elim: 0
101.98/102.00	c vivif2 --  cl tried      212 cl shrink        0 lits rem          0 time: 0.00
101.98/102.02	c vivif2 --  cl tried    26012 cl shrink        0 lits rem          0 time: 0.01
101.98/102.07	c asymm  cl-useful: 0/212/212 lits-rem:0 time: 0.06
101.98/102.08	c calculated reachability. Time: 0.00
101.98/102.08	c  N dy  1673    238271       234       212      1082     26012      4848   1414507     74.47     26.52  --
103.79/103.88	c  N dy  1783    253543       234       212      1082     20529      4848    928248     78.12     26.49  --
105.79/105.81	c  N dy  1900    269788       234       212      1082     36468      4848   2109268     73.29     26.49  --
107.08/107.15	c  E dy  1952    276961         0       212      1082     22003      4848    990847     75.33     26.49  --
107.08/107.15	c Verified 212 clauses.
107.08/107.15	c Solution needs extension. Extending.
107.08/107.16	c Verified 212 clauses.
107.08/107.16	c num threads              : 1          
107.08/107.16	c restarts                 : 1952       
107.08/107.16	c dynamic restarts         : 1934       
107.08/107.16	c static restarts          : 18         
107.08/107.16	c full restarts            : 2          
107.08/107.16	c total simplify time      : 0.00       
107.08/107.16	c learnts DL2              : 0          
107.08/107.16	c learnts size 2           : 1179       
107.08/107.16	c learnts size 1           : 0           (0.00      % of vars)
107.08/107.16	c filedLit time            : 4.51        (4.21      % time)
107.08/107.16	c v-elim SatELite          : 9           (3.70      % vars)
107.08/107.16	c SatELite time            : 60.47       (56.47     % time)
107.08/107.16	c v-elim xor               : 0           (0.00      % vars)
107.08/107.16	c xor elim time            : 0.02        (0.01      % time)
107.08/107.16	c num binary xor trees     : 0          
107.08/107.16	c binxor trees' crown      : 0           (nan       leafs/tree)
107.08/107.16	c bin xor find time        : 0.00       
107.08/107.16	c OTF clause subsumed      : 6114        (0.02      clauses/conflict)
107.08/107.16	c OTF subs. size diff      : 6267        (1.03       lits/clause)
107.08/107.16	c OTF cl watch-shrink      : 121230      (0.44      clauses/conflict)
107.08/107.16	c OTF cl watch-sh-lit      : 265404      (2.19       lits/clause)
107.08/107.16	c tried to recurMin cls    : 276961      (100.00     % of conflicts)
107.08/107.16	c updated cache            : 23          (0.00       lits/tried recurMin)
107.08/107.16	c OTF Gate-Rem cl          : 20          (0.00      clauses/conflict)
107.08/107.16	c OTF Gate-rem lits        : 20          (1.00      lits/confl)
107.08/107.16	c clauses over max glue    : 0           (0.00      % of all clauses)
107.08/107.16	c conflicts                : 276961      (2586.66   / sec)
107.08/107.16	c decisions                : 398674      (0.48      % random)
107.08/107.16	c bogo-props               : 1742244502  (16271599.99 / sec)
107.08/107.16	c props                    : 8079401     (75457.14  / sec)
107.08/107.16	c conflict literals        : 21814147    (9.29      % deleted)
107.08/107.16	c Memory used              : 156.44      MB
107.08/107.16	c CPU time                 : 107.07      s
107.08/107.16	s SATISFIABLE
107.08/107.16	v -1 -2 3 -4 -5 -6 -7 -8 -9 -10 -11 -12 -13 -14 15 -16 -17 -18 -19 -20 -21 -22 -23 -24 -25 -26 27 -28 -29 -30 -31 -32 -33 -34 -35 -36 37 -38 -39 -40 -41 -42 -43 -44 -45 -46 -47 -48 -49 -50 51 -52 -53 -54 -55 -56 -57 -58 -59 -60 -61 -62 63 -64 -65 -66 -67 -68 -69 -70 -71 -72 -73 -74 75 -76 -77 -78 -79 80 -81 -82 -83 -84 -85 -86 -87 -88 -89 -90 -91 -92 -93 -94 -95 -96 -97 -98 99 -100 -101 -102 -103 -104 -105 -106 -107 108 -109 -110 -111 112 -113 -114 -115 -116 -117 -118 -119 -120 -121 -122 -123 -124 125 -126 -127 -128 -129 -130 -131 -132 -133 -134 -135 -136 -137 -138 -139 -140 -141 -142 143 -144 -145 -146 -147 -148 -149 -150 -151 -152 153 -154 -155 -156 -157 -158 -159 160 -161 -162 -163 -164 -165 -166 -167 -168 -169 -170 -171 -172 -173 174 -175 -176 -177 -178 -179 -180 -181 -182 183 -184 -185 -186 -187 -188 -189 -190 191 -192 -193 -194 -195 -196 -197 -198 -199 -200 -201 -202 -203 -204 -205 -206 -207 208 -209 -210 -211 212 -213 -214 -215 -216 -217 -218 -219 -220 221 -222 -223 -224 -225 -226 -227 -228 -229 -230 -231 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-3261714-1303541000/watcher-3261714-1303541000 -o /tmp/evaluation-result-3261714-1303541000/solver-3261714-1303541000 -C 2400 -W 1300 -M 7680 ./techdemo --threads=1 HOME/instance-3261714-1303541000.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: 3.86 3.93 2.99 5/189 29998
/proc/meminfo: memFree=15394968/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=127228 CPUtime=0 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 552 0 0 0 0 0 0 0 25 0 1 0 465702593 130281472 487 33554432000 4194304 4797429 140736526624544 18446744073709551615 4522674 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 31807 487 386 148 0 26736 0

[startup+0.0837701 s]
/proc/loadavg: 3.86 3.93 2.99 5/189 29998
/proc/meminfo: memFree=15394968/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=127496 CPUtime=0.08 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 829 0 0 0 8 0 0 0 25 0 1 0 465702593 130555904 763 33554432000 4194304 4797429 140736526624544 18446744073709551615 4424987 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 31874 763 406 148 0 26803 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 127496

[startup+0.100772 s]
/proc/loadavg: 3.86 3.93 2.99 5/189 29998
/proc/meminfo: memFree=15394968/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=127496 CPUtime=0.09 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 871 0 0 0 9 0 0 0 25 0 1 0 465702593 130555904 805 33554432000 4194304 4797429 140736526624544 18446744073709551615 4425054 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 31874 806 406 148 0 26803 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 127496

[startup+0.300735 s]
/proc/loadavg: 3.86 3.93 2.99 5/189 29998
/proc/meminfo: memFree=15394968/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=128612 CPUtime=0.29 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 1401 0 0 0 29 0 0 0 25 0 1 0 465702593 131698688 944 33554432000 4194304 4797429 140736526624544 18446744073709551615 4424877 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 32153 944 406 148 0 27082 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 128612

[startup+0.700661 s]
/proc/loadavg: 3.86 3.93 2.99 5/189 29998
/proc/meminfo: memFree=15394968/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=129776 CPUtime=0.69 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 2293 0 0 0 69 0 0 0 25 0 1 0 465702593 132890624 1191 33554432000 4194304 4797429 140736526624544 18446744073709551615 4424941 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 32444 1191 406 148 0 27373 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 129776

[startup+1.50053 s]
/proc/loadavg: 3.86 3.93 2.99 5/190 29999
/proc/meminfo: memFree=15387356/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=130424 CPUtime=1.49 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 3563 0 0 0 149 0 0 0 25 0 1 0 465702593 133554176 1637 33554432000 4194304 4797429 140736526624544 18446744073709551615 4424998 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 32606 1637 406 148 0 27535 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130424

[startup+3.10024 s]
/proc/loadavg: 3.87 3.93 2.99 5/190 29999
/proc/meminfo: memFree=15385496/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=136300 CPUtime=3.08 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 5940 0 0 0 308 0 0 0 25 0 1 0 465702593 139571200 3029 33554432000 4194304 4797429 140736526624544 18446744073709551615 4520396 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 34075 3029 409 148 0 29004 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 136300

[startup+6.30068 s]
/proc/loadavg: 3.87 3.93 2.99 5/190 29999
/proc/meminfo: memFree=15369332/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=136600 CPUtime=6.29 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 5988 0 0 0 628 1 0 0 25 0 1 0 465702593 139878400 3077 33554432000 4194304 4797429 140736526624544 18446744073709551615 4524456 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 34150 3077 410 148 0 29079 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136600

[startup+12.7005 s]
/proc/loadavg: 3.89 3.93 3.00 5/190 29999
/proc/meminfo: memFree=15361104/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=139000 CPUtime=12.69 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 11002 0 0 0 1267 2 0 0 25 0 1 0 465702593 142336000 4222 33554432000 4194304 4797429 140736526624544 18446744073709551615 4425019 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 34750 4222 411 148 0 29679 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 139000

[startup+25.5003 s]
/proc/loadavg: 3.83 3.92 3.01 5/190 30028
/proc/meminfo: memFree=15418520/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=141616 CPUtime=25.49 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 15737 0 0 0 2546 3 0 0 25 0 1 0 465702593 145014784 4025 33554432000 4194304 4797429 140736526624544 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 35404 4025 415 148 0 30333 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 141616

[startup+51.1008 s]
/proc/loadavg: 3.89 3.92 3.03 5/190 30055
/proc/meminfo: memFree=15371356/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=149340 CPUtime=51.09 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 22757 0 0 0 5105 4 0 0 25 0 1 0 465702593 152924160 6937 33554432000 4194304 4797429 140736526624544 18446744073709551615 4424977 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 37335 6937 415 148 0 32264 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 149340

[startup+102.307 s]
/proc/loadavg: 3.95 3.94 3.09 5/190 30057
/proc/meminfo: memFree=15324636/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=159632 CPUtime=102.29 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 36332 0 0 0 10223 6 0 0 25 0 1 0 465702593 163463168 9025 33554432000 4194304 4797429 140736526624544 18446744073709551615 4426365 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 39908 9025 415 148 0 34837 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 159632

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

[startup+105.501 s]
/proc/loadavg: 3.95 3.94 3.09 5/190 30057
/proc/meminfo: memFree=15324300/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=159852 CPUtime=105.49 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 39305 0 0 0 10542 7 0 0 25 0 1 0 465702593 163688448 9162 33554432000 4194304 4797429 140736526624544 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 39963 9162 415 148 0 34892 0
Current children cumulated CPU time (s) 105.49
Current children cumulated vsize (KiB) 159852

[startup+106.301 s]
/proc/loadavg: 3.95 3.94 3.09 5/190 30057
/proc/meminfo: memFree=15324300/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=159852 CPUtime=106.29 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 39667 0 0 0 10622 7 0 0 25 0 1 0 465702593 163688448 9519 33554432000 4194304 4797429 140736526624544 18446744073709551615 4424750 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 39963 9519 415 148 0 34892 0
Current children cumulated CPU time (s) 106.29
Current children cumulated vsize (KiB) 159852

[startup+106.707 s]
/proc/loadavg: 3.95 3.94 3.09 5/190 30057
/proc/meminfo: memFree=15321448/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=159852 CPUtime=106.69 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 39825 0 0 0 10662 7 0 0 25 0 1 0 465702593 163688448 9674 33554432000 4194304 4797429 140736526624544 18446744073709551615 4424768 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 39963 9674 415 148 0 34892 0
Current children cumulated CPU time (s) 106.69
Current children cumulated vsize (KiB) 159852

[startup+107.101 s]
/proc/loadavg: 3.95 3.94 3.09 5/190 30057
/proc/meminfo: memFree=15321448/32951124 swapFree=67111528/67111528
[pid=29998] ppid=29996 vsize=159852 CPUtime=107.08 cores=4,6
/proc/29998/stat : 29998 (techdemo) R 29996 29998 29739 0 -1 4202496 39951 0 0 0 10701 7 0 0 25 0 1 0 465702593 163688448 9799 33554432000 4194304 4797429 140736526624544 18446744073709551615 4345256 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/29998/statm: 39963 9799 415 148 0 34892 0
Current children cumulated CPU time (s) 107.08
Current children cumulated vsize (KiB) 159852

Child status: 10
Real time (s): 107.168
CPU time (s): 107.153
CPU user time (s): 107.073
CPU system time (s): 0.079987
CPU usage (%): 99.9854
Max. virtual memory (cumulated for all children) (KiB): 159852

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

runsolver used 0.188971 second user time and 0.408937 second system time

The end

Launcher Data

Begin job on node103 at 2011-04-23 08:43:20
IDJOB=3261714
IDBENCH=83239
IDSOLVER=1585
FILE ID=node103/3261714-1303541000
RUNJOBID= node103-1303539689-29758
PBS_JOBID= 13143135
Free space on /tmp= 71072 MiB

SOLVER NAME= CryptoMiniSat TechDemo-Alpha-st
BENCH NAME= SAT11/crafted/skvortsov/battleship/battleship-11-21-sat.cnf
COMMAND LINE= ./techdemo --threads=1 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3261714-1303541000/watcher-3261714-1303541000 -o /tmp/evaluation-result-3261714-1303541000/solver-3261714-1303541000 -C 2400 -W 1300 -M 7680  ./techdemo --threads=1 HOME/instance-3261714-1303541000.cnf

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

MD5SUM BENCH= b96c20b4b7951c39c5802e0553b42cad
RANDOM SEED=1076346655

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.858
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:      15395372 kB
Buffers:       2146048 kB
Cached:       14575012 kB
SwapCached:          0 kB
Active:       10461764 kB
Inactive:      6519564 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      15395372 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           15692 kB
Writeback:           0 kB
AnonPages:      259624 kB
Mapped:          16480 kB
Slab:           511916 kB
PageTables:       5628 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS:   755536 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= 71060 MiB
End job on node103 at 2011-04-23 08:45:07