Trace number 3281699

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-stUNSAT 75.0696 75.0707

General information on the benchmark

Namemanol-pipe-c6bidw_i.cnf
MD5SUM8aeb1eb6b7bf22d54183762fb5b6410c
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.37
Satisfiable
(Un)Satisfiability was proved
Number of variables96089
Number of clauses283993
Sum of the clauses size662649
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2189328
Number of clauses of size 394664
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.01	c Outputting solution to console
0.00/0.01	c This is CryptoMiniSat 3.0.0
0.00/0.01	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.01	c Reading file 'HOME/instance-3281699-1303752121.cnf'
0.00/0.01	c -- header says num vars:          96089
0.00/0.01	c -- header says num clauses:      283993
0.09/0.11	c -- clauses added:            0 learnts,       283993 normals,            0 xors
0.09/0.11	c -- vars added      96089
0.09/0.11	c Parsing time:  0.09 s
0.09/0.11	c  N st     0         0     96089     94664    189328         0    662648         0   no data   no data
0.49/0.53	c asymm  cl-useful: 0/53604/94663 lits-rem:0 time: 0.41
2.49/2.52	c Flit:    84 Blit:   4222 bXBeca:    0 bXProp: 6441 Bins:      0 BRemL:      0 BRemN:      0 P: 29.3M T:  1.97
2.49/2.54	c Cleaning up after failed var search:     0.01 s 
2.49/2.56	c Replacing     6441 vars Replaced   112191 lits Time:     0.02 s 
2.49/2.58	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.49/2.59	c bin-w-bin subsume rem          196 bins  time:  0.01 s
2.59/2.63	c subs with bin:        6  lits-rem:         3  v-fix:    0  time:  0.03 s
2.69/2.78	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     6 done:  84467 time:  0.15 s
2.89/2.91	c Removed useless bin:      83  fixed:     0  props:  20.00M  time:  0.13 s
3.09/3.13	c lits-rem:        27  cl-subs:       78  v-elim:  28156  v-fix:    0  time:  0.22 s
3.09/3.19	c Finding binary XORs  T:     0.06 s  found:      68
3.19/3.21	c Replacing       68 vars Replaced     2185 lits Time:     0.01 s 
3.19/3.24	c Finding non-binary XORs:     0.02 s (found:    1959, avg size: 3.0)
3.19/3.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
3.19/3.26	c calculated reachability. Time: 0.01
3.19/3.27	c Calc default polars -  time:   0.01 s pos:   20178 undec:   39995 neg:   35916
3.19/3.27	c =========================================================================================
3.19/3.27	c types(t): F = full restart, N = normal restart
3.19/3.27	c types(t): S = simplification begin/end, E = solution found
3.19/3.27	c restart types(rt): st = static, dy = dynamic
3.19/3.27	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
3.19/3.27	c  B st     0         0     56240     68839    112968         0    471784         0   no data   no data
3.99/4.01	c  N dy    14      4041     56198     68839    113098      3530    471784     45387      7.02      7.44
4.79/4.81	c  N dy    32      8107     55990     68839    113164      7053    471784     88670      6.76      7.43
5.59/5.67	c  N dy    52     12138     55781     68839    113224     10577    471783    130080      6.60      7.01
6.39/6.63	c  N dy    77     16145     55717     68839    113278     14229    471783    176484      6.68      7.12
7.49/7.57	c  N dy    98     20187     55717     68839    113326      9034    471783     52591      6.66      7.06
8.39/8.45	c  N dy   120     24203     55714     68839    113350     12535    471783     96254      6.66      7.08
8.59/8.60	c  F st   123     25000     55713     68839    113363     13262    471783    104532      6.64   no data
8.59/8.62	c Replacing       25 vars Replaced      362 lits Time:     0.01 s 
9.79/9.88	c  N st   128     28299     55595     67192    111668     16242    461670    153752      6.64   no data
10.09/10.18	c  S st   129     30000     55595     67192    111675     17854    461670    176898      6.64   no data
10.29/10.35	c  S st   129     30501     55591     67192    111698     18313    461670    182062      6.64   no data
10.29/10.36	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     33 locsubst:     0 time:   0.01
12.89/12.93	c Flit:    14 Blit:    318 bXBeca:    0 bXProp: 1931 Bins: 134540 BRemL:  43865 BRemN:    904 P: 25.6M T:  2.56
12.89/12.93	c Cleaning up after failed var search:     0.00 s 
12.89/12.97	c Replacing     1931 vars Replaced   100325 lits Time:     0.04 s 
12.89/12.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
12.99/13.04	c bin-w-bin subsume rem        23381 bins  time:  0.05 s
12.99/13.07	c subs with bin:      134  lits-rem:       467  v-fix:    0  time:  0.03 s
13.09/13.18	c Subs w/ non-existent bins:     40 l-rem:    225 v-fix:     0 done:  53170 time:  0.10 s
13.20/13.23	c Removed useless bin:      77  fixed:     0  props:   4.84M  time:  0.06 s
13.49/13.51	c lits-rem:        85  cl-subs:      467  v-elim:  35446  v-fix:    0  time:  0.27 s
13.49/13.53	c subs with bin:      216  lits-rem:      1245  v-fix:    0  time:  0.01 s
13.49/13.57	c lits-rem:       701  cl-subs:      924  v-elim:      0  v-fix:    0  time:  0.03 s
13.69/13.71	c asymm  cl-useful: 1/23199/76803 lits-rem:3 time: 0.14
13.69/13.72	c calculated reachability. Time: 0.01
13.69/13.72	c  N dy   129     30501     17724     76802     26920      8442    351559     78325      6.64   no data
13.69/13.75	c Finding binary XORs  T:     0.03 s  found:      14
14.19/14.29	c  N dy   147     34831     17724     76802     26937     12024    351559    119998      6.59      7.00
14.69/14.76	c  N dy   169     38892     17718     76802     26963     15376    351559    162088      6.60      7.54
15.19/15.29	c  N dy   194     42977     17712     76802     26981      9807    351559     71549      6.62      6.97
15.59/15.61	c  S st   211     45752     17710     76802     26989     12163    351559    102007      6.64      7.09
15.59/15.67	c  S st   211     46255     17710     76802     27005     12632    351559    107790      6.64   no data
15.59/15.68	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.09/16.10	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:   40 Bins:   7602 BRemL:  10109 BRemN:     47 P:  5.5M T:  0.42
16.09/16.12	c Replacing       54 vars Replaced     2922 lits Time:     0.02 s 
16.09/16.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.09/16.15	c bin-w-bin subsume rem          243 bins  time:  0.01 s
16.09/16.16	c subs with bin:      395  lits-rem:       713  v-fix:    0  time:  0.01 s
16.09/16.18	c Subs w/ non-existent bins:    197 l-rem:    416 v-fix:     0 done:  17652 time:  0.02 s
16.09/16.19	c Removed useless bin:      25  fixed:     0  props:   0.47M  time:  0.01 s
16.19/16.27	c lits-rem:       108  cl-subs:      213  v-elim:   1725  v-fix:    0  time:  0.08 s
16.19/16.29	c subs with bin:       86  lits-rem:       142  v-fix:    0  time:  0.01 s
16.29/16.32	c lits-rem:       444  cl-subs:      543  v-elim:      0  v-fix:    0  time:  0.03 s
16.29/16.34	c vivif2 --  cl tried    76327 cl shrink      410 lits rem        673 time: 0.01
16.29/16.34	c vivif2 --  cl tried    11294 cl shrink      458 lits rem        942 time: 0.00
16.69/16.78	c asymm  cl-useful: 348/76306/76306 lits-rem:607 time: 0.43
16.69/16.78	c calculated reachability. Time: 0.00
16.69/16.78	c  N dy   211     46255     15927     76306     17608     11289    356083     83301      6.64   no data
16.79/16.80	c Finding binary XORs  T:     0.02 s  found:       0
17.29/17.31	c  N dy   234     50379     15925     76306     17624     14783    356083    126990      6.65      7.07
17.69/17.74	c  N dy   256     54490     15924     76306     17632     18353    356083    174216      6.67      7.17
18.19/18.23	c  N dy   277     58597     15921     76306     17644     21793    356083    224343      6.66      7.07
18.70/18.76	c  N dy   305     62640     15921     76306     17655     25291    356083    273761      6.69      7.13
19.29/19.30	c  N dy   327     66796     15921     76306     17661     15343    356083     97835      6.70      7.09
19.59/19.66	c  S st   346     69382     15921     76306     17668     17601    356083    129995      6.73      5.59
19.69/19.74	c  S st   346     69883     15921     76306     17672     18066    356083    135862      6.73   no data
19.69/19.75	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     24 locsubst:     0 time:   0.01
19.99/20.07	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   11 Bins:   1615 BRemL:   1099 BRemN:     16 P:  4.1M T:  0.32
19.99/20.09	c Replacing       11 vars Replaced      949 lits Time:     0.02 s 
20.09/20.11	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
20.09/20.11	c bin-w-bin subsume rem           72 bins  time:  0.00 s
20.09/20.12	c subs with bin:      101  lits-rem:        45  v-fix:    0  time:  0.01 s
20.09/20.14	c Subs w/ non-existent bins:      3 l-rem:      1 v-fix:     0 done:  15886 time:  0.01 s
20.09/20.15	c Removed useless bin:      16  fixed:     0  props:   0.33M  time:  0.01 s
20.19/20.20	c lits-rem:        22  cl-subs:      122  v-elim:    142  v-fix:    0  time:  0.05 s
20.19/20.22	c subs with bin:      138  lits-rem:       216  v-fix:    0  time:  0.01 s
20.19/20.27	c lits-rem:       548  cl-subs:      769  v-elim:      0  v-fix:    0  time:  0.03 s
20.19/20.28	c vivif2 --  cl tried    75909 cl shrink      310 lits rem        699 time: 0.01
20.19/20.29	c vivif2 --  cl tried    17002 cl shrink      717 lits rem       1855 time: 0.01
20.69/20.77	c asymm  cl-useful: 479/75898/75898 lits-rem:1705 time: 0.48
20.69/20.78	c calculated reachability. Time: 0.00
20.69/20.78	c  N dy   346     69883     15744     75817     17336     17002    353022    122393      6.73   no data
20.79/20.80	c Finding binary XORs  T:     0.02 s  found:       0
21.39/21.44	c  N dy   369     74511     15744     75817     17340     21007    353022    179648      6.73      7.24
22.10/22.11	c  N dy   387     79354     15744     75817     17357     25145    353022    232086      6.72      7.22
22.89/22.92	c  N dy   419     84580     15744     75817     17375     29720    353021    296213      6.74      7.15
23.29/23.35	c  F st   435     87500     15744     75817     17385     32264    353021    328457      6.74   no data
23.79/23.88	c  N st   440     90796     15744     75817     17393     18489    353018    117704      6.74   no data
24.69/24.71	c  N dy   465     96621     15743     75817     17403     23468    353018    198671      6.75      9.48
25.49/25.59	c  N dy   497    102923     15743     75817     17419     28916    353018    271358      6.76      7.17
25.89/25.90	c  S st   507    104824     15743     75817     17427     30522    353018    291285      6.75   no data
25.99/26.00	c  S st   507    105327     15743     75817     17433     30991    353018    297592      6.75   no data
25.99/26.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     10 locsubst:     2 time:   0.01
26.29/26.35	c Flit:     1 Blit:      1 bXBeca:    0 bXProp:   12 Bins:   2211 BRemL:   1654 BRemN:     12 P:  4.8M T:  0.35
26.29/26.37	c Replacing       13 vars Replaced      685 lits Time:     0.02 s 
26.29/26.39	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
26.39/26.40	c bin-w-bin subsume rem           68 bins  time:  0.01 s
26.39/26.41	c subs with bin:       64  lits-rem:       103  v-fix:    0  time:  0.01 s
26.39/26.43	c Subs w/ non-existent bins:     21 l-rem:     11 v-fix:     0 done:  15717 time:  0.02 s
26.39/26.44	c Removed useless bin:      13  fixed:     0  props:   0.33M  time:  0.01 s
26.39/26.49	c lits-rem:        30  cl-subs:      105  v-elim:    153  v-fix:    0  time:  0.05 s
26.49/26.53	c subs with bin:      143  lits-rem:       719  v-fix:    0  time:  0.02 s
26.58/26.61	c lits-rem:      1453  cl-subs:     1627  v-elim:      0  v-fix:    0  time:  0.07 s
26.58/26.63	c vivif2 --  cl tried    75308 cl shrink      199 lits rem        410 time: 0.01
26.58/26.65	c vivif2 --  cl tried    28353 cl shrink     1690 lits rem       3996 time: 0.02
26.89/26.99	c asymm  cl-useful: 392/45043/75297 lits-rem:1137 time: 0.34
26.99/27.00	c calculated reachability. Time: 0.00
26.99/27.00	c  N dy   507    105327     15564     75261     17408     28352    348564    259659      6.75   no data
26.99/27.02	c Finding binary XORs  T:     0.02 s  found:       0
28.19/28.23	c  N dy   551    112094     15564     75261     17423     34237    348564    339155      6.78      8.07
29.19/29.26	c  N dy   600    119248     15564     75261     17440     22915    348564    160336      6.80      7.30
30.49/30.54	c  N dy   652    127128     15564     75261     17451     29739    348564    257450      6.83      7.20
31.79/31.80	c  N dy   698    135375     15564     75261     17464     37048    348564    362702      6.84      7.25
33.29/33.32	c  N dy   754    144119     15564     75261     17477     26711    348562    174864      6.87      7.39
34.59/34.69	c  N dy   803    153385     15564     75261     17494     35080    348562    302552      6.88      7.24
35.39/35.47	c  S st   839    157990     15564     75261     17505     39120    348556    369411      6.91   no data
35.49/35.57	c  S st   839    158497     15564     75261     17507     39607    348556    376658      6.91   no data
35.49/35.59	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
35.89/35.96	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:   2125 BRemL:   1721 BRemN:     15 P:  5.5M T:  0.37
35.89/35.97	c Replacing        5 vars Replaced      604 lits Time:     0.01 s 
35.89/35.99	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
35.89/35.99	c bin-w-bin subsume rem           41 bins  time:  0.01 s
35.99/36.01	c subs with bin:       53  lits-rem:        42  v-fix:    0  time:  0.01 s
35.99/36.02	c Subs w/ non-existent bins:     16 l-rem:     18 v-fix:     0 done:  15559 time:  0.02 s
35.99/36.03	c Removed useless bin:       6  fixed:     0  props:   0.33M  time:  0.01 s
35.99/36.09	c lits-rem:        43  cl-subs:       62  v-elim:    110  v-fix:    0  time:  0.05 s
36.09/36.14	c subs with bin:      240  lits-rem:      1373  v-fix:    0  time:  0.03 s
36.19/36.23	c lits-rem:      1467  cl-subs:     1844  v-elim:      0  v-fix:    0  time:  0.08 s
36.19/36.24	c vivif2 --  cl tried    74926 cl shrink      116 lits rem        223 time: 0.01
36.19/36.27	c vivif2 --  cl tried    37282 cl shrink     2645 lits rem       6090 time: 0.02
36.49/36.52	c asymm  cl-useful: 11/29872/74915 lits-rem:33 time: 0.25
36.49/36.53	c calculated reachability. Time: 0.00
36.49/36.53	c  N dy   839    158497     15449     74904     17435     37278    346360    341762      6.91   no data
36.49/36.55	c Finding binary XORs  T:     0.02 s  found:       5
38.29/38.31	c  N dy   908    168617     15448     74904     17466     26655    346360    144629      6.94      7.45
39.89/39.96	c  N dy   974    179377     15448     74904     17481     36358    346359    299068      6.98      7.55
41.69/41.75	c  N dy  1053    191282     15447     74904     17517     47177    346359    467251      7.01      7.55
43.89/43.92	c  N dy  1124    203558     15446     74904     17537     37744    346358    277595      7.02      7.41
46.09/46.19	c  N dy  1203    216616     15445     74904     17572     49397    346358    462516      7.05      7.45
48.79/48.86	c  N dy  1291    230499     15445     74904     17587     40758    346356    287798      7.07      7.50
49.99/50.00	c  S st  1340    237745     15444     74904     17613     47340    346355    392506      7.09      6.09
50.09/50.12	c  S st  1340    238246     15444     74904     17615     47822    346354    399231      7.09   no data
50.09/50.14	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      5 locsubst:     0 time:   0.01
50.49/50.55	c Flit:     1 Blit:      1 bXBeca:    0 bXProp:   21 Bins:   4810 BRemL:   3392 BRemN:     12 P:  6.6M T:  0.41
50.49/50.58	c Replacing       26 vars Replaced     1534 lits Time:     0.02 s 
50.49/50.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
50.49/50.60	c bin-w-bin subsume rem           33 bins  time:  0.01 s
50.59/50.61	c subs with bin:       68  lits-rem:       451  v-fix:    0  time:  0.01 s
50.59/50.63	c Subs w/ non-existent bins:     13 l-rem:      1 v-fix:     0 done:  15411 time:  0.02 s
50.59/50.64	c Removed useless bin:       9  fixed:     0  props:   0.34M  time:  0.01 s
50.59/50.70	c lits-rem:        45  cl-subs:       68  v-elim:     25  v-fix:    0  time:  0.06 s
50.69/50.75	c subs with bin:      255  lits-rem:      1563  v-fix:    0  time:  0.03 s
50.78/50.84	c lits-rem:      1805  cl-subs:     1965  v-elim:      0  v-fix:    0  time:  0.08 s
50.78/50.85	c vivif2 --  cl tried    74591 cl shrink       22 lits rem         30 time: 0.01
50.78/50.88	c vivif2 --  cl tried    44664 cl shrink     2567 lits rem       6679 time: 0.02
51.19/51.21	c asymm  cl-useful: 395/22481/74591 lits-rem:1268 time: 0.33
51.19/51.22	c calculated reachability. Time: 0.00
51.19/51.22	c  N dy  1340    238246     15386     74583     18216     44661    342998    350262      7.09   no data
51.19/51.23	c Finding binary XORs  T:     0.02 s  found:       0
53.99/54.02	c  N dy  1438    253497     15291     74583     18235     58554    342997    599942      7.12      8.04
57.09/57.17	c  N dy  1545    269821     15291     74583     18281     50747    342992    439978      7.15      7.68
60.49/60.58	c  N dy  1655    287414     15290     74583     18313     43230    342983    266239      7.18      7.58
64.09/64.17	c  N dy  1778    305793     15283     74583     18347     60281    342983    599546      7.21      7.63
64.19/64.26	c  F st  1783    306250     15283     74583     18348     60718    342983    612360      7.22   no data
64.19/64.28	c Replacing       18 vars Replaced     1632 lits Time:     0.01 s 
64.59/64.66	c Finding binary XORs  T:     0.02 s  found:     362
64.59/64.70	c Replacing      362 vars Replaced    42635 lits Time:     0.04 s 
67.79/67.80	c  N dy  1871    325390     14899     72935     17194     51147    335901    383897      7.23      7.75
71.49/71.56	c  N dy  1985    345461     14897     72935     17265     69922    335851    749269      7.25      7.65
73.19/73.20	c Finding binary XORs  T:     0.02 s  found:    1282
73.19/73.24	c Replacing     1286 vars Replaced    92122 lits Time:     0.04 s 
73.49/73.57	c  S st  2052    357369     13338     68279     16579     47729    312699    390948      7.26      4.95
73.59/73.69	c  S st  2052    357874     13338     68279     16588     48214    312699    399571      7.26   no data
73.59/73.70	c x-sub:    65 x-cut:      0 vfix:      0 v-elim:      7 locsubst:   128 time:   0.01
74.19/74.22	c Flit:    71 Blit:     95 bXBeca:    0 bXProp:  543 Bins:  14877 BRemL:   9625 BRemN:    140 P:  9.9M T:  0.52
74.19/74.23	c Cleaning up after failed var search:     0.01 s 
74.19/74.27	c Replacing      638 vars Replaced    76394 lits Time:     0.04 s 
74.19/74.29	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
74.29/74.30	c bin-w-bin subsume rem         2581 bins  time:  0.01 s
74.29/74.31	c subs with bin:      947  lits-rem:       954  v-fix:    0  time:  0.01 s
74.29/74.33	c Subs w/ non-existent bins:     31 l-rem:    136 v-fix:     0 done:  12463 time:  0.01 s
74.29/74.33	c Removed useless bin:      49  fixed:     0  props:   0.30M  time:  0.01 s
74.39/74.46	c lits-rem:       507  cl-subs:     4251  v-elim:   3239  v-fix:    0  time:  0.12 s
74.39/74.49	c subs with bin:     1073  lits-rem:      9104  v-fix:    0  time:  0.02 s
74.49/74.58	c lits-rem:      3344  cl-subs:     6066  v-elim:      0  v-fix:    0  time:  0.08 s
74.49/74.59	c vivif2 --  cl tried    46851 cl shrink      617 lits rem        770 time: 0.01
74.59/74.60	c vivif2 --  cl tried    27413 cl shrink     1517 lits rem       2905 time: 0.01
74.69/74.79	c asymm  cl-useful: 38/24358/46839 lits-rem:112 time: 0.18
74.69/74.79	c calculated reachability. Time: 0.00
74.69/74.79	c  N dy  2052    357874      9224     46802     10331     27385    221892    157604      7.26   no data
74.79/74.81	c Finding binary XORs  T:     0.02 s  found:      12
74.89/74.94	c  E dy  2054    358798      9095     46802     10365     28195    221892    167797      7.25      3.49
74.89/74.94	c num threads              : 1          
74.89/74.94	c restarts                 : 2054       
74.89/74.94	c dynamic restarts         : 2030       
74.89/74.94	c static restarts          : 24         
74.89/74.94	c full restarts            : 3          
74.89/74.94	c total simplify time      : 0.34       
74.89/74.94	c learnts DL2              : 0          
74.89/74.94	c learnts size 2           : 426938     
74.89/74.94	c learnts size 1           : 7875        (8.20      % of vars)
74.89/74.94	c filedLit time            : 6.95        (9.29      % time)
74.89/74.94	c v-elim SatELite          : 68996       (71.80     % vars)
74.89/74.94	c SatELite time            : 1.33        (1.78      % time)
74.89/74.94	c v-elim xor               : 79          (0.08      % vars)
74.89/74.94	c xor elim time            : 0.09        (0.12      % time)
74.89/74.94	c num binary xor trees     : 4196       
74.89/74.94	c binxor trees' crown      : 10890       (2.60      leafs/tree)
74.89/74.94	c bin xor find time        : 0.24       
74.89/74.94	c OTF clause improved      : 36249       (0.10      clauses/conflict)
74.89/74.94	c OTF impr. size diff      : 38129       (1.05       lits/clause)
74.89/74.94	c OTF cl watch-shrink      : 132446      (0.37      clauses/conflict)
74.89/74.94	c OTF cl watch-sh-lit      : 332547      (2.51       lits/clause)
74.89/74.94	c tried to recurMin cls    : 144868      (40.38      % of conflicts)
74.89/74.94	c updated cache            : 0           (0.00       lits/tried recurMin)
74.89/74.94	c clauses over max glue    : 0           (0.00      % of all clauses)
74.89/74.94	c conflicts                : 358798      (4795.38   / sec)
74.89/74.94	c decisions                : 4120385     (1.31      % random)
74.89/74.94	c bogo-props               : 3436681209  (45931656.91 / sec)
74.89/74.94	c conflict literals        : 5503247     (25.16     % deleted)
74.89/74.94	c Memory used              : 209.69      MB
74.89/74.94	c CPU time                 : 74.82       s
74.89/74.94	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

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-3281699-1303752121/watcher-3281699-1303752121 -o /tmp/evaluation-result-3281699-1303752121/solver-3281699-1303752121 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3281699-1303752121.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.59 3.32 3.65 4/181 13027
/proc/meminfo: memFree=18960960/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=31080 CPUtime=0 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 1075 0 0 0 0 0 0 0 21 0 1 0 486811731 31825920 978 33554432000 4194304 4627331 140733461723040 18446744073709551615 4313253 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 7770 980 320 106 0 2741 0

[startup+0.015772 s]
/proc/loadavg: 2.59 3.32 3.65 4/181 13027
/proc/meminfo: memFree=18960960/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=34692 CPUtime=0.01 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 2099 0 0 0 1 0 0 0 21 0 1 0 486811731 35524608 1801 33554432000 4194304 4627331 140733461723040 18446744073709551615 210646843511 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 8673 1805 321 106 0 3644 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 34692

[startup+0.100756 s]
/proc/loadavg: 2.59 3.32 3.65 4/181 13027
/proc/meminfo: memFree=18960960/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=64176 CPUtime=0.09 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 10789 0 0 0 8 1 0 0 21 0 1 0 486811731 65716224 8555 33554432000 4194304 4627331 140733461723040 18446744073709551615 210646807237 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 16044 8558 321 106 0 11015 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64176

[startup+0.300721 s]
/proc/loadavg: 2.59 3.32 3.65 4/181 13027
/proc/meminfo: memFree=18960960/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=71724 CPUtime=0.29 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 12631 0 0 0 27 2 0 0 22 0 1 0 486811731 73445376 10380 33554432000 4194304 4627331 140733461723040 18446744073709551615 4308955 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 17931 10380 343 106 0 12902 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 71724

[startup+0.700658 s]
/proc/loadavg: 2.59 3.32 3.65 4/181 13027
/proc/meminfo: memFree=18960960/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=78304 CPUtime=0.69 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 14234 0 0 0 67 2 0 0 23 0 1 0 486811731 80183296 11983 33554432000 4194304 4627331 140733461723040 18446744073709551615 210646807237 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 19576 11983 347 106 0 14547 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 78304

[startup+1.50055 s]
/proc/loadavg: 2.70 3.33 3.66 5/188 13040
/proc/meminfo: memFree=18632540/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=114600 CPUtime=1.48 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 23148 0 0 0 145 3 0 0 25 0 1 0 486811731 117350400 20897 33554432000 4194304 4627331 140733461723040 18446744073709551615 210646807237 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 28650 20898 347 106 0 23621 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 114600

[startup+3.10029 s]
/proc/loadavg: 2.70 3.33 3.66 5/188 13040
/proc/meminfo: memFree=18537216/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=147504 CPUtime=3.09 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 31669 0 0 0 305 4 0 0 25 0 1 0 486811731 151044096 29418 33554432000 4194304 4627331 140733461723040 18446744073709551615 4223695 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 36876 29418 364 106 0 31847 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 147504

[startup+6.3015 s]
/proc/loadavg: 2.70 3.33 3.66 7/188 13040
/proc/meminfo: memFree=18326572/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=152204 CPUtime=6.29 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 32997 0 0 0 625 4 0 0 25 0 1 0 486811731 155856896 30712 33554432000 4194304 4627331 140733461723040 18446744073709551615 4329661 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 38051 30712 373 106 0 33022 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 152204

[startup+12.7007 s]
/proc/loadavg: 3.28 3.44 3.69 6/188 13040
/proc/meminfo: memFree=17944164/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=166212 CPUtime=12.69 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 36602 0 0 0 1264 5 0 0 25 0 1 0 486811731 170201088 32951 33554432000 4194304 4627331 140733461723040 18446744073709551615 4309347 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 41553 32951 377 106 0 36524 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 166212

[startup+25.5005 s]
/proc/loadavg: 3.70 3.52 3.71 5/188 13041
/proc/meminfo: memFree=17655036/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=197012 CPUtime=25.49 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 47908 0 0 0 2540 9 0 0 25 0 1 0 486811731 201740288 40484 33554432000 4194304 4627331 140733461723040 18446744073709551615 4308330 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 49253 40484 377 106 0 44224 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 197012

[startup+51.1012 s]
/proc/loadavg: 3.80 3.56 3.72 5/188 13041
/proc/meminfo: memFree=17555264/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=208104 CPUtime=51.09 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 56626 0 0 0 5099 10 0 0 25 0 1 0 486811731 213098496 43339 33554432000 4194304 4627331 140733461723040 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 52026 43339 377 106 0 46997 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 208104

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

[startup+51.2012 s]
/proc/loadavg: 3.80 3.56 3.72 5/188 13041
/proc/meminfo: memFree=17555264/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=208104 CPUtime=51.19 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 56626 0 0 0 5109 10 0 0 25 0 1 0 486811731 213098496 43339 33554432000 4194304 4627331 140733461723040 18446744073709551615 4308259 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 52026 43339 377 106 0 46997 0
Current children cumulated CPU time (s) 51.19
Current children cumulated vsize (KiB) 208104

[startup+64.001 s]
/proc/loadavg: 3.85 3.58 3.72 5/188 13042
/proc/meminfo: memFree=17456680/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=208336 CPUtime=63.99 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 59579 0 0 0 6388 11 0 0 25 0 1 0 486811731 213336064 43481 33554432000 4194304 4627331 140733461723040 18446744073709551615 4308583 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 52084 43481 377 106 0 47055 0
Current children cumulated CPU time (s) 63.99
Current children cumulated vsize (KiB) 208336

[startup+70.4009 s]
/proc/loadavg: 3.94 3.60 3.73 5/188 13042
/proc/meminfo: memFree=17344212/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=208388 CPUtime=70.39 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 61155 0 0 0 7028 11 0 0 25 0 1 0 486811731 213389312 43535 33554432000 4194304 4627331 140733461723040 18446744073709551615 4507164 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 52097 43535 377 106 0 47068 0
Current children cumulated CPU time (s) 70.39
Current children cumulated vsize (KiB) 208388

[startup+73.6004 s]
/proc/loadavg: 3.94 3.61 3.73 5/188 13042
/proc/meminfo: memFree=17343216/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=208584 CPUtime=73.59 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 62467 0 0 0 7348 11 0 0 25 0 1 0 486811731 213590016 43356 33554432000 4194304 4627331 140733461723040 18446744073709551615 4309113 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 52146 43356 377 106 0 47117 0
Current children cumulated CPU time (s) 73.59
Current children cumulated vsize (KiB) 208584

[startup+74.4003 s]
/proc/loadavg: 3.94 3.61 3.73 5/188 13042
/proc/meminfo: memFree=17341108/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=213208 CPUtime=74.39 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 63594 0 0 0 7428 11 0 0 25 0 1 0 486811731 218324992 44483 33554432000 4194304 4627331 140733461723040 18446744073709551615 4507152 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 53302 44483 377 106 0 48273 0
Current children cumulated CPU time (s) 74.39
Current children cumulated vsize (KiB) 213208

[startup+74.8012 s]
/proc/loadavg: 3.94 3.61 3.73 5/188 13042
/proc/meminfo: memFree=17332172/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=214716 CPUtime=74.79 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 64098 0 0 0 7468 11 0 0 25 0 1 0 486811731 219869184 44987 33554432000 4194304 4627331 140733461723040 18446744073709551615 4515479 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 53679 44987 377 106 0 48650 0
Current children cumulated CPU time (s) 74.79
Current children cumulated vsize (KiB) 214716

[startup+75.0012 s]
/proc/loadavg: 3.94 3.61 3.73 5/188 13042
/proc/meminfo: memFree=17332172/32951132 swapFree=67111524/67111528
[pid=13027] ppid=13025 vsize=214716 CPUtime=74.99 cores=4,6
/proc/13027/stat : 13027 (strangenight2-s) R 13025 13027 12300 0 -1 4202496 64122 0 0 0 7488 11 0 0 18 0 1 0 486811731 219869184 45010 33554432000 4194304 4627331 140733461723040 18446744073709551615 210646795479 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/13027/statm: 53679 45010 388 106 0 48650 0
Current children cumulated CPU time (s) 74.99
Current children cumulated vsize (KiB) 214716

Child status: 20
Real time (s): 75.0707
CPU time (s): 75.0696
CPU user time (s): 74.9396
CPU system time (s): 0.12998
CPU usage (%): 99.9986
Max. virtual memory (cumulated for all children) (KiB): 216652

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

runsolver used 0.146977 second user time and 0.288956 second system time

The end

Launcher Data

Begin job on node129 at 2011-04-25 19:22:01
IDJOB=3281699
IDBENCH=69599
IDSOLVER=1587
FILE ID=node129/3281699-1303752121
RUNJOBID= node129-1303752121-12998
PBS_JOBID= 13154033
Free space on /tmp= 66320 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st
BENCH NAME= SAT_RACE08/cnf/manol-pipe-c6bidw_i.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281699-1303752121/watcher-3281699-1303752121 -o /tmp/evaluation-result-3281699-1303752121/solver-3281699-1303752121 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3281699-1303752121.cnf

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=108829200

node129.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.831
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.831
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.83
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.831
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.831
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.82
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.831
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.831
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.831
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.831
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:     32951132 kB
MemFree:      18961620 kB
Buffers:       1234468 kB
Cached:       12006408 kB
SwapCached:          4 kB
Active:        1880312 kB
Inactive:     11446796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951132 kB
LowFree:      18961620 kB
SwapTotal:    67111528 kB
SwapFree:     67111524 kB
Dirty:           26132 kB
Writeback:           0 kB
AnonPages:       85508 kB
Mapped:          15540 kB
Slab:           600056 kB
PageTables:       5440 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587092 kB
Committed_AS:   238544 kB
VmallocTotal: 34359738367 kB
VmallocUsed:    296000 kB
VmallocChunk: 34359440975 kB
HugePages_Total:     0
HugePages_Free:      0
HugePages_Rsvd:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66276 MiB
End job on node129 at 2011-04-25 19:23:16