Trace number 3368376

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)UNSAT 81.6466 81.6657

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-3368376-1305379164.cnf'
0.00/0.01	c -- header says num vars:          96089
0.00/0.01	c -- header says num clauses:      283993
0.08/0.12	c -- clauses added:            0 learnts,       283993 normals,            0 xors
0.08/0.12	c -- vars added      96089
0.08/0.12	c Parsing time:  0.09 s
0.08/0.12	c  N st     0         0     96089     94664    189328         0    662648         0   no data   no data
0.48/0.55	c asymm  cl-useful: 0/53604/94663 lits-rem:0 time: 0.43
2.20/2.26	c Flit:    84 Blit:   4222 bXBeca:    0 bXProp: 6441 Bins:      0 BRemL:      0 BRemN:      0 P: 29.3M T:  1.68
2.20/2.27	c Cleaning up after failed var search:     0.01 s 
2.20/2.29	c Replacing     6441 vars Replaced   112191 lits Time:     0.02 s 
2.28/2.32	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
2.28/2.33	c bin-w-bin subsume rem          196 bins  time:  0.01 s
2.28/2.37	c subs with bin:        6  lits-rem:         3  v-fix:    0  time:  0.03 s
2.48/2.52	c Subs w/ non-existent bins:      0 l-rem:      0 v-fix:     6 done:  84467 time:  0.15 s
2.58/2.66	c Removed useless bin:      83  fixed:     0  props:  20.00M  time:  0.14 s
2.78/2.89	c lits-rem:        27  cl-subs:       78  v-elim:  28156  v-fix:    0  time:  0.22 s
2.88/2.96	c Finding binary XORs  T:     0.07 s  found:      68
2.88/2.97	c Replacing       68 vars Replaced     2185 lits Time:     0.01 s 
2.98/3.01	c Finding non-binary XORs:     0.02 s (found:    1959, avg size: 3.0)
2.98/3.01	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
2.98/3.03	c calculated reachability. Time: 0.01
2.98/3.04	c Calc default polars -  time:   0.01 s pos:   20178 undec:   39995 neg:   35916
2.98/3.04	c =========================================================================================
2.98/3.04	c types(t): F = full restart, N = normal restart
2.98/3.04	c types(t): S = simplification begin/end, E = solution found
2.98/3.04	c restart types(rt): st = static, dy = dynamic
2.98/3.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
2.98/3.04	c  B st     0         0     56240     68839    112968         0    471784         0   no data   no data
3.78/3.84	c  N dy    14      4041     56198     68839    113098      3530    471784     45387      7.02      7.44
4.68/4.70	c  N dy    32      8107     55990     68839    113164      7053    471784     88670      6.76      7.43
5.68/5.70	c  N dy    52     12138     55781     68839    113224     10577    471783    130080      6.60      7.01
6.68/6.79	c  N dy    77     16145     55717     68839    113278     14229    471783    176484      6.68      7.12
7.69/7.79	c  N dy    98     20187     55717     68839    113326      9034    471783     52591      6.66      7.06
8.68/8.74	c  N dy   120     24203     55714     68839    113350     12535    471783     96254      6.66      7.08
8.88/8.90	c  F st   123     25000     55713     68839    113363     13262    471783    104532      6.64   no data
8.88/8.92	c Replacing       25 vars Replaced      362 lits Time:     0.01 s 
10.38/10.42	c  N st   128     28299     55595     67192    111668     16242    461670    153752      6.64   no data
10.78/10.84	c  S st   129     30000     55595     67192    111675     17854    461670    176898      6.64   no data
11.00/11.07	c  S st   129     30501     55591     67192    111698     18313    461670    182062      6.64   no data
11.00/11.08	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     33 locsubst:     0 time:   0.01
13.58/13.61	c Flit:    14 Blit:    318 bXBeca:    0 bXProp: 1931 Bins: 134540 BRemL:  43865 BRemN:    904 P: 25.6M T:  2.52
13.58/13.61	c Cleaning up after failed var search:     0.00 s 
13.58/13.65	c Replacing     1931 vars Replaced   100325 lits Time:     0.04 s 
13.58/13.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
13.68/13.71	c bin-w-bin subsume rem        23381 bins  time:  0.04 s
13.68/13.75	c subs with bin:      134  lits-rem:       467  v-fix:    0  time:  0.03 s
13.78/13.85	c Subs w/ non-existent bins:     40 l-rem:    225 v-fix:     0 done:  53170 time:  0.10 s
13.88/13.91	c Removed useless bin:      77  fixed:     0  props:   4.84M  time:  0.06 s
14.19/14.21	c lits-rem:        85  cl-subs:      467  v-elim:  35446  v-fix:    0  time:  0.29 s
14.19/14.22	c subs with bin:      216  lits-rem:      1245  v-fix:    0  time:  0.01 s
14.19/14.26	c lits-rem:       701  cl-subs:      924  v-elim:      0  v-fix:    0  time:  0.03 s
14.38/14.42	c asymm  cl-useful: 1/23199/76803 lits-rem:3 time: 0.15
14.38/14.43	c calculated reachability. Time: 0.01
14.38/14.43	c  N dy   129     30501     17724     76802     26920      8442    351559     78325      6.64   no data
14.38/14.46	c Finding binary XORs  T:     0.03 s  found:      14
14.98/15.05	c  N dy   147     34831     17724     76802     26937     12024    351559    119998      6.59      7.00
15.48/15.56	c  N dy   169     38892     17718     76802     26963     15376    351559    162088      6.60      7.54
16.08/16.15	c  N dy   194     42977     17712     76802     26981      9807    351559     71549      6.62      6.97
16.49/16.51	c  S st   211     45752     17710     76802     26989     12163    351559    102007      6.64      7.09
16.49/16.59	c  S st   211     46255     17710     76802     27005     12632    351559    107790      6.64   no data
16.58/16.60	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
16.88/16.91	c Flit:     3 Blit:      0 bXBeca:    0 bXProp:   40 Bins:   7602 BRemL:  10109 BRemN:     47 P:  5.5M T:  0.31
16.88/16.93	c Replacing       54 vars Replaced     2922 lits Time:     0.02 s 
16.88/16.95	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
16.88/16.96	c bin-w-bin subsume rem          243 bins  time:  0.00 s
16.88/16.97	c subs with bin:      395  lits-rem:       713  v-fix:    0  time:  0.02 s
16.88/16.99	c Subs w/ non-existent bins:    197 l-rem:    416 v-fix:     0 done:  17652 time:  0.02 s
16.98/17.00	c Removed useless bin:      25  fixed:     0  props:   0.47M  time:  0.01 s
16.98/17.09	c lits-rem:       108  cl-subs:      213  v-elim:   1725  v-fix:    0  time:  0.08 s
17.08/17.11	c subs with bin:       86  lits-rem:       142  v-fix:    0  time:  0.01 s
17.08/17.15	c lits-rem:       444  cl-subs:      543  v-elim:      0  v-fix:    0  time:  0.03 s
17.08/17.16	c vivif2 --  cl tried    76327 cl shrink      410 lits rem        673 time: 0.02
17.08/17.17	c vivif2 --  cl tried    11294 cl shrink      458 lits rem        942 time: 0.01
17.59/17.67	c asymm  cl-useful: 348/76306/76306 lits-rem:607 time: 0.50
17.59/17.68	c calculated reachability. Time: 0.00
17.59/17.68	c  N dy   211     46255     15927     76306     17608     11289    356083     83301      6.64   no data
17.68/17.70	c Finding binary XORs  T:     0.02 s  found:       0
18.28/18.30	c  N dy   234     50379     15925     76306     17624     14783    356083    126990      6.65      7.07
18.69/18.79	c  N dy   256     54490     15924     76306     17632     18353    356083    174216      6.67      7.17
19.28/19.36	c  N dy   277     58597     15921     76306     17644     21793    356083    224343      6.66      7.07
19.88/19.96	c  N dy   305     62640     15921     76306     17655     25291    356083    273761      6.69      7.13
20.48/20.56	c  N dy   327     66796     15921     76306     17661     15343    356083     97835      6.70      7.09
20.89/20.96	c  S st   346     69382     15921     76306     17668     17601    356083    129995      6.73      5.59
20.98/21.05	c  S st   346     69883     15921     76306     17672     18066    356083    135862      6.73   no data
20.98/21.06	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     24 locsubst:     0 time:   0.01
21.18/21.27	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:   11 Bins:   1615 BRemL:   1099 BRemN:     16 P:  4.1M T:  0.21
21.18/21.29	c Replacing       11 vars Replaced      949 lits Time:     0.02 s 
21.28/21.31	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
21.28/21.32	c bin-w-bin subsume rem           72 bins  time:  0.00 s
21.28/21.33	c subs with bin:      101  lits-rem:        45  v-fix:    0  time:  0.01 s
21.28/21.35	c Subs w/ non-existent bins:      3 l-rem:      1 v-fix:     0 done:  15886 time:  0.02 s
21.28/21.36	c Removed useless bin:      16  fixed:     0  props:   0.33M  time:  0.01 s
21.38/21.41	c lits-rem:        22  cl-subs:      122  v-elim:    142  v-fix:    0  time:  0.06 s
21.38/21.44	c subs with bin:      138  lits-rem:       216  v-fix:    0  time:  0.01 s
21.38/21.48	c lits-rem:       548  cl-subs:      769  v-elim:      0  v-fix:    0  time:  0.03 s
21.38/21.49	c vivif2 --  cl tried    75909 cl shrink      310 lits rem        699 time: 0.01
21.48/21.50	c vivif2 --  cl tried    17002 cl shrink      717 lits rem       1855 time: 0.01
21.99/22.04	c asymm  cl-useful: 479/75898/75898 lits-rem:1705 time: 0.54
21.99/22.05	c calculated reachability. Time: 0.00
21.99/22.05	c  N dy   346     69883     15744     75817     17336     17002    353022    122393      6.73   no data
21.99/22.07	c Finding binary XORs  T:     0.02 s  found:       0
22.68/22.76	c  N dy   369     74511     15744     75817     17340     21007    353022    179648      6.73      7.24
23.38/23.49	c  N dy   387     79354     15744     75817     17357     25145    353022    232086      6.72      7.22
24.38/24.40	c  N dy   419     84580     15744     75817     17375     29720    353021    296213      6.74      7.15
24.88/24.90	c  F st   435     87500     15744     75817     17385     32264    353021    328457      6.74   no data
25.48/25.53	c  N st   440     90796     15744     75817     17393     18489    353018    117704      6.74   no data
26.48/26.50	c  N dy   465     96621     15743     75817     17403     23468    353018    198671      6.75      9.48
27.39/27.50	c  N dy   497    102923     15743     75817     17419     28916    353018    271358      6.76      7.17
27.78/27.85	c  S st   507    104824     15743     75817     17427     30522    353018    291285      6.75   no data
27.88/27.95	c  S st   507    105327     15743     75817     17433     30991    353018    297592      6.75   no data
27.88/27.97	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:     10 locsubst:     2 time:   0.01
28.18/28.20	c Flit:     1 Blit:      1 bXBeca:    0 bXProp:   12 Bins:   2211 BRemL:   1654 BRemN:     12 P:  4.8M T:  0.23
28.18/28.22	c Replacing       13 vars Replaced      685 lits Time:     0.02 s 
28.18/28.24	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
28.18/28.24	c bin-w-bin subsume rem           68 bins  time:  0.00 s
28.18/28.26	c subs with bin:       64  lits-rem:       103  v-fix:    0  time:  0.01 s
28.18/28.28	c Subs w/ non-existent bins:     21 l-rem:     11 v-fix:     0 done:  15717 time:  0.02 s
28.18/28.28	c Removed useless bin:      13  fixed:     0  props:   0.33M  time:  0.01 s
28.28/28.34	c lits-rem:        30  cl-subs:      105  v-elim:    153  v-fix:    0  time:  0.06 s
28.28/28.38	c subs with bin:      143  lits-rem:       719  v-fix:    0  time:  0.02 s
28.38/28.46	c lits-rem:      1453  cl-subs:     1627  v-elim:      0  v-fix:    0  time:  0.06 s
28.38/28.47	c vivif2 --  cl tried    75308 cl shrink      199 lits rem        410 time: 0.01
28.38/28.49	c vivif2 --  cl tried    28353 cl shrink     1690 lits rem       3996 time: 0.02
28.78/28.85	c asymm  cl-useful: 392/45043/75297 lits-rem:1137 time: 0.36
28.78/28.86	c calculated reachability. Time: 0.00
28.78/28.86	c  N dy   507    105327     15564     75261     17408     28352    348564    259659      6.75   no data
28.78/28.88	c Finding binary XORs  T:     0.02 s  found:       0
30.08/30.17	c  N dy   551    112094     15564     75261     17423     34237    348564    339155      6.78      8.07
31.18/31.29	c  N dy   600    119248     15564     75261     17440     22915    348564    160336      6.80      7.30
32.68/32.71	c  N dy   652    127128     15564     75261     17451     29739    348564    257450      6.83      7.20
34.09/34.14	c  N dy   698    135375     15564     75261     17464     37048    348564    362702      6.84      7.25
35.77/35.88	c  N dy   754    144119     15564     75261     17477     26711    348562    174864      6.87      7.39
37.38/37.43	c  N dy   803    153385     15564     75261     17494     35080    348562    302552      6.88      7.24
38.27/38.30	c  S st   839    157990     15564     75261     17505     39120    348556    369411      6.91   no data
38.38/38.43	c  S st   839    158497     15564     75261     17507     39607    348556    376658      6.91   no data
38.38/38.44	c x-sub:     1 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.01
38.67/38.71	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    5 Bins:   2125 BRemL:   1721 BRemN:     15 P:  5.5M T:  0.27
38.67/38.73	c Replacing        5 vars Replaced      604 lits Time:     0.01 s 
38.67/38.75	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
38.67/38.75	c bin-w-bin subsume rem           41 bins  time:  0.01 s
38.67/38.77	c subs with bin:       53  lits-rem:        42  v-fix:    0  time:  0.01 s
38.67/38.78	c Subs w/ non-existent bins:     16 l-rem:     18 v-fix:     0 done:  15559 time:  0.02 s
38.67/38.79	c Removed useless bin:       6  fixed:     0  props:   0.33M  time:  0.01 s
38.77/38.85	c lits-rem:        43  cl-subs:       62  v-elim:    110  v-fix:    0  time:  0.05 s
38.87/38.90	c subs with bin:      240  lits-rem:      1373  v-fix:    0  time:  0.03 s
38.97/39.01	c lits-rem:      1467  cl-subs:     1844  v-elim:      0  v-fix:    0  time:  0.10 s
38.97/39.03	c vivif2 --  cl tried    74926 cl shrink      116 lits rem        223 time: 0.02
38.97/39.05	c vivif2 --  cl tried    37282 cl shrink     2645 lits rem       6090 time: 0.03
39.27/39.34	c asymm  cl-useful: 11/29872/74915 lits-rem:33 time: 0.29
39.27/39.35	c calculated reachability. Time: 0.00
39.27/39.35	c  N dy   839    158497     15449     74904     17435     37278    346360    341762      6.91   no data
39.27/39.37	c Finding binary XORs  T:     0.02 s  found:       5
41.28/41.33	c  N dy   908    168617     15448     74904     17466     26655    346360    144629      6.94      7.45
43.08/43.11	c  N dy   974    179377     15448     74904     17481     36358    346359    299068      6.98      7.55
45.09/45.12	c  N dy  1053    191282     15447     74904     17517     47177    346359    467251      7.01      7.55
47.57/47.63	c  N dy  1124    203558     15446     74904     17537     37744    346358    277595      7.02      7.41
50.07/50.16	c  N dy  1203    216616     15445     74904     17572     49397    346358    462516      7.05      7.45
53.08/53.14	c  N dy  1291    230499     15445     74904     17587     40758    346356    287798      7.07      7.50
54.37/54.42	c  S st  1340    237745     15444     74904     17613     47340    346355    392506      7.09      6.09
54.47/54.56	c  S st  1340    238246     15444     74904     17615     47822    346354    399231      7.09   no data
54.47/54.57	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      5 locsubst:     0 time:   0.01
54.77/54.88	c Flit:     1 Blit:      1 bXBeca:    0 bXProp:   21 Bins:   4810 BRemL:   3392 BRemN:     12 P:  6.6M T:  0.31
54.88/54.91	c Replacing       26 vars Replaced     1534 lits Time:     0.02 s 
54.88/54.93	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
54.88/54.93	c bin-w-bin subsume rem           33 bins  time:  0.00 s
54.88/54.95	c subs with bin:       68  lits-rem:       451  v-fix:    0  time:  0.01 s
54.88/54.96	c Subs w/ non-existent bins:     13 l-rem:      1 v-fix:     0 done:  15411 time:  0.02 s
54.88/54.97	c Removed useless bin:       9  fixed:     0  props:   0.34M  time:  0.01 s
54.99/55.03	c lits-rem:        45  cl-subs:       68  v-elim:     25  v-fix:    0  time:  0.05 s
54.99/55.08	c subs with bin:      255  lits-rem:      1563  v-fix:    0  time:  0.03 s
55.07/55.18	c lits-rem:      1805  cl-subs:     1965  v-elim:      0  v-fix:    0  time:  0.08 s
55.07/55.19	c vivif2 --  cl tried    74591 cl shrink       22 lits rem         30 time: 0.02
55.17/55.22	c vivif2 --  cl tried    44664 cl shrink     2567 lits rem       6679 time: 0.03
55.47/55.59	c asymm  cl-useful: 395/22481/74591 lits-rem:1268 time: 0.38
55.57/55.60	c calculated reachability. Time: 0.00
55.57/55.60	c  N dy  1340    238246     15386     74583     18216     44661    342998    350262      7.09   no data
55.57/55.62	c Finding binary XORs  T:     0.02 s  found:       0
58.67/58.72	c  N dy  1438    253497     15291     74583     18235     58554    342997    599942      7.12      8.04
62.17/62.26	c  N dy  1545    269821     15291     74583     18281     50747    342992    439978      7.15      7.68
65.98/66.03	c  N dy  1655    287414     15290     74583     18313     43230    342983    266239      7.18      7.58
69.87/69.99	c  N dy  1778    305793     15283     74583     18347     60281    342983    599546      7.21      7.63
69.97/70.08	c  F st  1783    306250     15283     74583     18348     60718    342983    612360      7.22   no data
70.07/70.11	c Replacing       18 vars Replaced     1632 lits Time:     0.02 s 
70.48/70.52	c Finding binary XORs  T:     0.02 s  found:     362
70.48/70.56	c Replacing      362 vars Replaced    42635 lits Time:     0.04 s 
73.87/73.99	c  N dy  1871    325390     14899     72935     17194     51147    335901    383897      7.23      7.75
78.09/78.12	c  N dy  1985    345461     14897     72935     17265     69922    335851    749269      7.25      7.65
79.88/79.91	c Finding binary XORs  T:     0.02 s  found:    1282
79.88/79.95	c Replacing     1286 vars Replaced    92122 lits Time:     0.04 s 
80.29/80.31	c  S st  2052    357369     13338     68279     16579     47729    312699    390948      7.26      4.95
80.38/80.44	c  S st  2052    357874     13338     68279     16588     48214    312699    399571      7.26   no data
80.38/80.45	c x-sub:    65 x-cut:      0 vfix:      0 v-elim:      7 locsubst:   128 time:   0.01
80.78/80.89	c Flit:    71 Blit:     95 bXBeca:    0 bXProp:  543 Bins:  14877 BRemL:   9625 BRemN:    140 P:  9.9M T:  0.44
80.88/80.90	c Cleaning up after failed var search:     0.01 s 
80.88/80.94	c Replacing      638 vars Replaced    76394 lits Time:     0.04 s 
80.88/80.96	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
80.88/80.97	c bin-w-bin subsume rem         2581 bins  time:  0.01 s
80.88/80.98	c subs with bin:      947  lits-rem:       954  v-fix:    0  time:  0.01 s
80.97/81.00	c Subs w/ non-existent bins:     31 l-rem:    136 v-fix:     0 done:  12463 time:  0.01 s
80.97/81.00	c Removed useless bin:      49  fixed:     0  props:   0.30M  time:  0.01 s
81.07/81.13	c lits-rem:       507  cl-subs:     4251  v-elim:   3239  v-fix:    0  time:  0.12 s
81.07/81.17	c subs with bin:     1073  lits-rem:      9104  v-fix:    0  time:  0.02 s
81.17/81.25	c lits-rem:      3344  cl-subs:     6066  v-elim:      0  v-fix:    0  time:  0.08 s
81.17/81.26	c vivif2 --  cl tried    46851 cl shrink      617 lits rem        770 time: 0.01
81.17/81.28	c vivif2 --  cl tried    27413 cl shrink     1517 lits rem       2905 time: 0.01
81.39/81.48	c asymm  cl-useful: 38/24358/46839 lits-rem:112 time: 0.20
81.39/81.49	c calculated reachability. Time: 0.00
81.39/81.49	c  N dy  2052    357874      9224     46802     10331     27385    221892    157604      7.26   no data
81.48/81.51	c Finding binary XORs  T:     0.02 s  found:      12
81.58/81.65	c  E dy  2054    358798      9095     46802     10365     28195    221892    167797      7.25      3.49
81.58/81.65	c num threads              : 1          
81.58/81.65	c restarts                 : 2054       
81.58/81.65	c dynamic restarts         : 2030       
81.58/81.65	c static restarts          : 24         
81.58/81.65	c full restarts            : 3          
81.58/81.65	c total simplify time      : 0.36       
81.58/81.65	c learnts DL2              : 0          
81.58/81.65	c learnts size 2           : 426938     
81.58/81.65	c learnts size 1           : 7875        (8.20      % of vars)
81.58/81.65	c filedLit time            : 6.00        (7.36      % time)
81.58/81.65	c v-elim SatELite          : 68996       (71.80     % vars)
81.58/81.65	c SatELite time            : 1.34        (1.65      % time)
81.58/81.65	c v-elim xor               : 79          (0.08      % vars)
81.58/81.65	c xor elim time            : 0.09        (0.12      % time)
81.58/81.65	c num binary xor trees     : 4196       
81.58/81.65	c binxor trees' crown      : 10890       (2.60      leafs/tree)
81.58/81.65	c bin xor find time        : 0.26       
81.58/81.65	c OTF clause improved      : 36249       (0.10      clauses/conflict)
81.58/81.65	c OTF impr. size diff      : 38129       (1.05       lits/clause)
81.58/81.65	c OTF cl watch-shrink      : 132446      (0.37      clauses/conflict)
81.58/81.65	c OTF cl watch-sh-lit      : 332547      (2.51       lits/clause)
81.58/81.65	c tried to recurMin cls    : 144868      (40.38      % of conflicts)
81.58/81.65	c updated cache            : 0           (0.00       lits/tried recurMin)
81.58/81.65	c clauses over max glue    : 0           (0.00      % of all clauses)
81.58/81.65	c conflicts                : 358798      (4401.59   / sec)
81.58/81.65	c decisions                : 4120385     (1.31      % random)
81.58/81.65	c bogo-props               : 3436681209  (42159794.12 / sec)
81.58/81.65	c conflict literals        : 5503247     (25.16     % deleted)
81.58/81.65	c Memory used              : 209.65      MB
81.58/81.65	c CPU time                 : 81.52       s
81.58/81.65	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: 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-3368376-1305379164/watcher-3368376-1305379164 -o /tmp/evaluation-result-3368376-1305379164/solver-3368376-1305379164 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368376-1305379164.cnf 

running on 2 cores: 0,2

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: 0.00 0.00 0.00 4/348 13150
/proc/meminfo: memFree=25891404/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=31040 CPUtime=0 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 1068 0 1 0 0 0 0 0 20 0 1 0 649516912 31784960 974 33554432000 4194304 4580011 140734886127248 18446744073709551615 4311298 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 7760 975 322 95 0 2742 0

[startup+0.0919949 s]
/proc/loadavg: 0.00 0.00 0.00 4/348 13150
/proc/meminfo: memFree=25891404/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=64136 CPUtime=0.08 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 9953 0 1 0 7 1 0 0 20 0 1 0 649516912 65675264 7751 33554432000 4194304 4580011 140734886127248 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 16034 7752 323 95 0 11016 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 64136

[startup+0.100992 s]
/proc/loadavg: 0.00 0.00 0.00 4/348 13150
/proc/meminfo: memFree=25891404/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=64136 CPUtime=0.08 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 10437 0 1 0 7 1 0 0 20 0 1 0 649516912 65675264 8218 33554432000 4194304 4580011 140734886127248 18446744073709551615 4309698 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 16034 8219 323 95 0 11016 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 64136

[startup+0.300986 s]
/proc/loadavg: 0.00 0.00 0.00 4/348 13150
/proc/meminfo: memFree=25891404/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=71684 CPUtime=0.28 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 12625 0 1 0 27 1 0 0 21 0 1 0 649516912 73404416 10377 33554432000 4194304 4580011 140734886127248 18446744073709551615 4288945 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 17921 10377 340 95 0 12903 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 71684

[startup+0.700831 s]
/proc/loadavg: 0.00 0.00 0.00 4/348 13150
/proc/meminfo: memFree=25891404/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=77848 CPUtime=0.69 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 14127 0 1 0 67 2 0 0 22 0 1 0 649516912 79716352 11879 33554432000 4194304 4580011 140734886127248 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 19462 11880 342 95 0 14444 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 77848

[startup+1.50073 s]
/proc/loadavg: 0.24 0.05 0.02 4/353 13163
/proc/meminfo: memFree=25673728/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=119476 CPUtime=1.49 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 24359 0 1 0 145 4 0 0 25 0 1 0 649516912 122343424 22111 33554432000 4194304 4580011 140734886127248 18446744073709551615 4292906 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 29869 22111 342 95 0 24851 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 119476

[startup+3.10045 s]
/proc/loadavg: 0.24 0.05 0.02 4/358 13173
/proc/meminfo: memFree=25513752/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=152164 CPUtime=3.08 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 32791 0 1 0 303 5 0 0 25 0 1 0 649516912 155815936 30509 33554432000 4194304 4580011 140734886127248 18446744073709551615 4293260 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 38041 30509 364 95 0 33023 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 152164

[startup+6.30088 s]
/proc/loadavg: 0.24 0.05 0.02 4/355 13190
/proc/meminfo: memFree=25091432/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=152164 CPUtime=6.28 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 32979 0 1 0 623 5 0 0 25 0 1 0 649516912 155815936 30697 33554432000 4194304 4580011 140734886127248 18446744073709551615 4293147 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 38041 30697 364 95 0 33023 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 152164

[startup+12.7007 s]
/proc/loadavg: 0.66 0.15 0.05 4/355 13190
/proc/meminfo: memFree=24544104/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=165512 CPUtime=12.68 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 36403 0 1 0 1262 6 0 0 25 0 1 0 649516912 169484288 32755 33554432000 4194304 4580011 140734886127248 18446744073709551615 4293068 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 41378 32755 366 95 0 36360 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 165512

[startup+25.5004 s]
/proc/loadavg: 1.10 0.26 0.08 5/360 13200
/proc/meminfo: memFree=24049432/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=196972 CPUtime=25.48 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 47720 0 1 0 2540 8 0 0 25 0 1 0 649516912 201699328 40299 33554432000 4194304 4580011 140734886127248 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 49243 40299 366 95 0 44225 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 196972

[startup+51.1007 s]
/proc/loadavg: 2.17 0.57 0.19 5/360 13201
/proc/meminfo: memFree=23746372/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=205108 CPUtime=51.07 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 54738 0 1 0 5098 9 0 0 25 0 1 0 649516912 210030592 42684 33554432000 4194304 4580011 140734886127248 18446744073709551615 4293197 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 51277 42684 366 95 0 46259 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 205108

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

[startup+63.9004 s]
/proc/loadavg: 2.58 0.74 0.25 5/360 13201
/proc/meminfo: memFree=23397564/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=208160 CPUtime=63.87 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 58164 0 1 0 6377 10 0 0 25 0 1 0 649516912 213155840 43456 33554432000 4194304 4580011 140734886127248 18446744073709551615 4294592 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 52040 43456 366 95 0 47022 0
Current children cumulated CPU time (s) 63.87
Current children cumulated vsize (KiB) 208160

[startup+70.3012 s]
/proc/loadavg: 2.69 0.79 0.27 5/360 13202
/proc/meminfo: memFree=23251600/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=208300 CPUtime=70.28 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 59612 0 1 0 7017 11 0 0 25 0 1 0 649516912 213299200 43517 33554432000 4194304 4580011 140734886127248 18446744073709551615 4293659 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 52075 43517 366 95 0 47057 0
Current children cumulated CPU time (s) 70.28
Current children cumulated vsize (KiB) 208300

[startup+76.701 s]
/proc/loadavg: 2.89 0.90 0.31 5/360 13202
/proc/meminfo: memFree=23165040/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=208352 CPUtime=76.67 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 61127 0 1 0 7656 11 0 0 25 0 1 0 649516912 213352448 43510 33554432000 4194304 4580011 140734886127248 18446744073709551615 4293190 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 52088 43510 366 95 0 47070 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 208352

[startup+79.9004 s]
/proc/loadavg: 2.89 0.90 0.31 5/360 13202
/proc/meminfo: memFree=23143088/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=208548 CPUtime=79.88 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 62405 0 1 0 7976 12 0 0 25 0 1 0 649516912 213553152 43297 33554432000 4194304 4580011 140734886127248 18446744073709551615 4497002 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 52137 43297 366 95 0 47119 0
Current children cumulated CPU time (s) 79.88
Current children cumulated vsize (KiB) 208548

[startup+80.7003 s]
/proc/loadavg: 2.89 0.90 0.31 5/360 13202
/proc/meminfo: memFree=23135028/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=209208 CPUtime=80.68 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 62693 0 1 0 8056 12 0 0 25 0 1 0 649516912 214228992 43585 33554432000 4194304 4580011 140734886127248 18446744073709551615 4293058 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 52302 43585 366 95 0 47284 0
Current children cumulated CPU time (s) 80.68
Current children cumulated vsize (KiB) 209208

[startup+81.1002 s]
/proc/loadavg: 2.89 0.90 0.31 5/360 13202
/proc/meminfo: memFree=23135028/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=213164 CPUtime=81.07 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 63601 0 1 0 8095 12 0 0 25 0 1 0 649516912 218279936 44493 33554432000 4194304 4580011 140734886127248 18446744073709551615 4417630 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 53291 44493 366 95 0 48273 0
Current children cumulated CPU time (s) 81.07
Current children cumulated vsize (KiB) 213164

[startup+81.5011 s]
/proc/loadavg: 2.98 0.95 0.33 5/360 13202
/proc/meminfo: memFree=23123248/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=214680 CPUtime=81.48 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 64083 0 1 0 8136 12 0 0 25 0 1 0 649516912 219832320 44975 33554432000 4194304 4580011 140734886127248 18446744073709551615 4497180 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 53670 44975 366 95 0 48652 0
Current children cumulated CPU time (s) 81.48
Current children cumulated vsize (KiB) 214680

[startup+81.6011 s]
/proc/loadavg: 2.98 0.95 0.33 5/360 13202
/proc/meminfo: memFree=23123248/32951124 swapFree=40554400/67111528
[pid=13150] ppid=13148 vsize=214680 CPUtime=81.58 cores=0,2
/proc/13150/stat : 13150 (strangenight2-s) R 13148 13150 13111 0 -1 4202496 64090 0 1 0 8146 12 0 0 25 0 1 0 649516912 219832320 44982 33554432000 4194304 4580011 140734886127248 18446744073709551615 4293032 0 0 4096 2 0 0 0 17 0 0 0 0
/proc/13150/statm: 53670 44982 366 95 0 48652 0
Current children cumulated CPU time (s) 81.58
Current children cumulated vsize (KiB) 214680

Child status: 20
Real time (s): 81.6657
CPU time (s): 81.6466
CPU user time (s): 81.5166
CPU system time (s): 0.12998
CPU usage (%): 99.9766
Max. virtual memory (cumulated for all children) (KiB): 220896

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 81.5166
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= 64108
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 15
involuntary context switches= 1129

runsolver used 0.301954 second user time and 0.616906 second system time

The end

Launcher Data

Begin job on node104 at 2011-05-14 15:19:25
IDJOB=3368376
IDBENCH=69599
IDSOLVER=1845
FILE ID=node104/3368376-1305379164
RUNJOBID= node104-1305379160-13130
PBS_JOBID= 13324398
Free space on /tmp= 73364 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
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-3368376-1305379164/watcher-3368376-1305379164 -o /tmp/evaluation-result-3368376-1305379164/solver-3368376-1305379164 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368376-1305379164.cnf

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

MD5SUM BENCH= 8aeb1eb6b7bf22d54183762fb5b6410c
RANDOM SEED=1451802766

node104.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.855
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.855
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.855
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.67
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.855
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.80
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.855
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	: 5293.18
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.855
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.855
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.855
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.82
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management: [8]


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      25891700 kB
Buffers:        275652 kB
Cached:        2300940 kB
SwapCached:     122128 kB
Active:         862436 kB
Inactive:      5930312 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      25891700 kB
SwapTotal:    67111528 kB
SwapFree:     40554400 kB
Dirty:           42556 kB
Writeback:           0 kB
AnonPages:     4106368 kB
Mapped:          10420 kB
Slab:           116652 kB
PageTables:      84564 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 74819808 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= 73260 MiB
End job on node104 at 2011-05-14 15:20:46