Trace number 3281793

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-Night-1-stUNSAT 198.455 198.452

General information on the benchmark

Namemanol-pipe-f7nidw.cnf
MD5SUMb950ebec64dc35544d8f8bf6957e7bc2
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark27.7028
Satisfiable
(Un)Satisfiability was proved
Number of variables310434
Number of clauses923497
Sum of the clauses size2154825
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2615664
Number of clauses of size 3307832
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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 WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3281793-1303752129.cnf'
0.00/0.00	c -- header says num vars:         310434
0.00/0.00	c -- header says num clauses:      923497
0.28/0.35	c -- clauses added:            0 learnts,       923497 normals,            0 xors
0.28/0.35	c -- vars added     310434
0.28/0.35	c Parsing time:  0.29 s
0.28/0.35	c  N st     0         0    310434    307832    615664         0   2154824         0   no data   no data  --
0.69/0.71	c asymm  cl-useful: 0/31165/307831 lits-rem:0 time: 0.36
14.39/14.44	c Flit:  2033 Blit:  13912 bXBeca:    0 bXProp: 20972 Bins:      0 BRemL:      0 BRemN:      0 P: 200.0M T: 13.58
14.39/14.47	c Cleaning up after failed var search:     0.03 s 
14.49/14.54	c Replacing    20972 vars Replaced   358715 lits Time:     0.06 s 
14.59/14.67	c bin-w-bin subsume rem         1071 bins  time:  0.04 s
14.69/14.77	c subs with bin:       13  lits-rem:        13  v-fix:    0  time:  0.10 s
15.30/15.38	c Subs w/ non-existent bins:      3 l-rem:      3 v-fix:     0 done: 133828 time:  0.61 s
15.49/15.56	c Removed useless bin:      80  fixed:     0  props:  20.00M  time:  0.17 s
16.39/16.42	c lits-rem:         0  cl-subs:       37  v-elim:  90965  v-fix:    0  time:  0.85 s
16.99/17.08	c Finding binary XORs  T:     0.66 s  found:    4443
17.09/17.13	c Replacing     4443 vars Replaced    52317 lits Time:     0.04 s 
17.19/17.28	c Finding non-binary XORs:     0.11 s (found:      72, avg size: 3.0)
17.19/17.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
17.39/17.41	c calculated reachability. Time: 0.12
17.39/17.44	c Calc default polars -  time:   0.02 s pos:   46599 undec:  134171 neg:  129664
17.39/17.44	c =========================================================================================
17.39/17.44	c types(t): F = full restart, N = normal restart
17.39/17.44	c types(t): S = simplification begin/end, E = solution found
17.39/17.44	c restart types(rt): st = static, dy = dynamic
17.39/17.44	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
17.39/17.44	c  B st     0         0    177488    278184    326711         0   1621987         0   no data   no data  --
18.89/18.97	c  N dy    17      4433    177480    278184    326867      4089   1621987     46948      5.42      5.72  --
20.59/20.61	c  N dy    41      8651    177476    278184    326993      7974   1621987    100140      5.69      6.05  --
22.09/22.17	c  N dy    66     12695    177474    278184    327097     11692   1621987    144137      5.72      6.05  --
23.49/23.58	c  N dy    90     16900    177470    278184    327145     15605   1621987    196337      5.75      6.05  --
25.30/25.32	c  N dy   115     21215    177444    278184    327201     10378   1621987     76947      5.78      6.09  --
26.99/27.00	c  F st   135     25001    177439    278184    327296     13847   1621987    122357      5.76      5.76  --
30.09/30.19	c  N st   136     25252    177439    277875    327190     14066   1620752    124934      5.76   no data  --
31.69/31.74	c  N dy   141     30001    177409    277875    327213     18584   1620752    232782      5.76   no data  --
31.69/31.74	c  S st   141     30001    177409    277875    327213     18584   1620752    232782      5.76   no data  --
32.09/32.10	c  S st   141     30504    177405    277875    327247     19039   1620752    239223      5.76   no data  --
32.09/32.13	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.04
32.09/32.16	c Cache  BProp: 51 Set: 0 BXProp: 0 T: 0.02
46.69/46.76	c Flit:   164 Blit:    400 bXBeca:    0 bXProp: 1915 Bins:   6269 BRemL:     68 BRemN:     45 P: 185.7M T: 14.58
46.69/46.76	c Cleaning up after failed var search:     0.00 s 
46.79/46.85	c Replacing     1915 vars Replaced    47266 lits Time:     0.08 s 
46.89/46.98	c bin-w-bin subsume rem         2637 bins  time:  0.03 s
46.99/47.07	c subs with bin:      551  lits-rem:      4034  v-fix:    0  time:  0.10 s
47.39/47.46	c Subs w/ non-existent bins:    198 l-rem:   4333 v-fix:     0 done:  42254 time:  0.38 s
47.59/47.65	c Removed useless bin:     446  fixed:     0  props:  20.00M  time:  0.19 s
49.29/49.37	c lits-rem:      1608  cl-subs:    16977  v-elim: 116392  v-fix:    0  time:  1.70 s
49.29/49.37	c Added XOR as norm:72
49.79/49.80	c asymm  cl-useful: 474/21042/278389 lits-rem:564 time: 0.42
49.79/49.88	c calculated reachability. Time: 0.07
49.79/49.88	c  N dy   141     30504     58198    278389     66647      3632   1331964     34562      5.76   no data  --
50.19/50.25	c Finding binary XORs  T:     0.36 s  found:      82
51.09/51.13	c  N dy   165     34548     58174    278389     66710      7101   1331964     80220      5.79      6.29  --
51.89/51.96	c  N dy   192     38770     58169    278389     66764     10757   1331964    129694      5.86      6.36  --
52.79/52.84	c  N dy   215     42828     58130    278389     66806     14227   1331964    175969      5.88      6.20  --
53.39/53.46	c  S st   232     45757     58101    278389     66837     16697   1331964    209796      5.90      5.08  --
53.59/53.63	c  S st   232     46258     58089    278389     66867     17159   1331964    214884      5.90   no data  --
53.59/53.66	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
53.59/53.67	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
58.79/58.83	c Flit:    55 Blit:     54 bXBeca:    0 bXProp:  260 Bins:   5707 BRemL:    312 BRemN:     94 P: 48.7M T:  5.16
58.79/58.84	c Cleaning up after failed var search:     0.00 s 
58.89/58.91	c Replacing      342 vars Replaced    18850 lits Time:     0.07 s 
58.99/59.02	c bin-w-bin subsume rem          340 bins  time:  0.01 s
58.99/59.08	c subs with bin:     1229  lits-rem:      3158  v-fix:    0  time:  0.06 s
59.20/59.20	c Subs w/ non-existent bins:    509 l-rem:   4495 v-fix:     0 done:  26220 time:  0.12 s
59.20/59.26	c Removed useless bin:     301  fixed:     0  props:   4.53M  time:  0.06 s
60.59/60.68	c lits-rem:      2388  cl-subs:     9592  v-elim:  16287  v-fix:    0  time:  1.42 s
60.79/60.83	c vivif2 --  cl tried   251822 cl shrink     4735 lits rem       7161 time: 0.15
60.79/60.85	c vivif2 --  cl tried     8364 cl shrink      971 lits rem       2473 time: 0.02
61.19/61.26	c asymm  cl-useful: 171/23437/251441 lits-rem:196 time: 0.41
61.29/61.31	c calculated reachability. Time: 0.03
61.29/61.31	c  N dy   232     46258     41261    251440     51048      8333   1268884    101284      5.90   no data  --
61.50/61.52	c Finding binary XORs  T:     0.21 s  found:       2
62.29/62.35	c  N dy   262     50311     41258    251440     51086     11881   1268884    146906      5.95      6.29  --
63.09/63.11	c  N dy   294     54312     41240    251440     51127     15345   1268884    198056      6.04      6.43  --
63.80/63.88	c  N dy   324     58375     41234    251440     51155     18852   1268884    244443      6.08      7.36  --
64.59/64.63	c  N dy   351     62389     41234    251440     51176     22299   1268884    288303      6.11      6.50  --
65.50/65.55	c  N dy   379     66511     41234    251440     51207     13569   1268884    115138      6.14      6.48  --
66.00/66.01	c  S st   394     69388     41234    251440     51222     16054   1268884    143488      6.14      5.76  --
66.09/66.18	c  S st   394     69890     41232    251440     51239     16525   1268883    148784      6.14   no data  --
66.19/66.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
66.19/66.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
70.60/70.61	c Flit:    15 Blit:     11 bXBeca:    0 bXProp:   85 Bins:   4840 BRemL:   1705 BRemN:    200 P: 40.3M T:  4.39
70.60/70.67	c Replacing       87 vars Replaced     7131 lits Time:     0.05 s 
70.70/70.76	c bin-w-bin subsume rem          182 bins  time:  0.01 s
70.80/70.82	c subs with bin:     1206  lits-rem:      1994  v-fix:    0  time:  0.05 s
70.89/70.96	c Subs w/ non-existent bins:    436 l-rem:   1725 v-fix:     0 done:  27589 time:  0.14 s
70.99/71.01	c Removed useless bin:     163  fixed:     0  props:   2.61M  time:  0.04 s
71.69/71.77	c lits-rem:      1003  cl-subs:     2275  v-elim:    689  v-fix:    0  time:  0.76 s
71.89/71.92	c vivif2 --  cl tried   244962 cl shrink      936 lits rem       1319 time: 0.15
71.89/71.95	c vivif2 --  cl tried    14370 cl shrink     1357 lits rem       3049 time: 0.03
72.29/72.38	c asymm  cl-useful: 259/11798/244897 lits-rem:297 time: 0.43
72.39/72.43	c calculated reachability. Time: 0.03
72.39/72.43	c  N dy   394     69890     40323    244888     52202     14349   1234829    130918      6.14   no data  --
72.60/72.61	c Finding binary XORs  T:     0.19 s  found:       1
73.39/73.44	c  N dy   425     74383     40323    244888     52233     18293   1234829    181235      6.17     10.62  --
74.29/74.39	c  N dy   455     79215     40323    244888     52254     22523   1234829    233568      6.19      6.53  --
75.29/75.39	c  N dy   494     84324     40314    244888     52277     27003   1234829    293507      6.23      6.58  --
76.09/76.10	c  F st   519     87500     40314    244888     52285     29775   1234828    333386      6.28   no data  --
76.09/76.16	c Replacing        1 vars Replaced       71 lits Time:     0.03 s 
76.79/76.80	c  N st   524     90798     40313    244835     52250     17147   1234409    148885      6.28   no data  --
77.59/77.67	c  N dy   544     96682     40312    244835     52283     22311   1234408    219382      6.28      6.73  --
78.89/78.94	c  N dy   580    102908     40304    244835     52310     27817   1234408    296069      6.30      7.84  --
79.20/79.28	c  S st   589    104835     40304    244835     52316     29530   1234408    319412      6.30   no data  --
79.39/79.43	c  S st   589    105335     40304    244835     52325     30000   1234407    324388      6.30   no data  --
79.39/79.46	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
79.39/79.47	c Cache  BProp: 0 Set: 0 BXProp: 1 T: 0.01
84.29/84.30	c Flit:    18 Blit:      2 bXBeca:    0 bXProp:   61 Bins:   4020 BRemL:   1881 BRemN:     75 P: 48.5M T:  4.83
84.29/84.37	c Replacing       62 vars Replaced     6729 lits Time:     0.06 s 
84.39/84.47	c bin-w-bin subsume rem          219 bins  time:  0.01 s
84.49/84.54	c subs with bin:      795  lits-rem:      3363  v-fix:    0  time:  0.07 s
84.59/84.63	c Subs w/ non-existent bins:    140 l-rem:   2719 v-fix:     0 done:  16905 time:  0.09 s
84.59/84.68	c Removed useless bin:     116  fixed:     0  props:   2.64M  time:  0.05 s
85.69/85.71	c lits-rem:      2033  cl-subs:     2681  v-elim:    174  v-fix:    0  time:  1.03 s
85.79/85.88	c vivif2 --  cl tried   242667 cl shrink      849 lits rem       1110 time: 0.16
85.89/85.96	c vivif2 --  cl tried    27182 cl shrink     4173 lits rem      11110 time: 0.08
86.39/86.41	c asymm  cl-useful: 294/5777/242577 lits-rem:383 time: 0.45
86.39/86.46	c calculated reachability. Time: 0.03
86.39/86.46	c  N dy   589    105335     40031    242557     53623     27118   1222164    285241      6.30   no data  --
86.59/86.66	c Finding binary XORs  T:     0.20 s  found:       2
87.99/88.06	c  N dy   632    112080     40006    242557     53655     33002   1222164    364579      6.33      8.90  --
89.70/89.71	c  N dy   681    119305     39987    242557     53692     21739   1222164    175518      6.37      6.75  --
91.40/91.41	c  N dy   730    126929     39985    242557     53717     28541   1222164    271978      6.39      6.92  --
93.29/93.37	c  N dy   786    135617     39973    242557     53752     36305   1222163    382686      6.42      6.81  --
95.39/95.41	c  N dy   844    144465     39973    242557     53777     24799   1222163    206075      6.44      6.78  --
97.29/97.39	c  N dy   902    153772     39967    242557     53806     33093   1222162    331214      6.46      6.84  --
98.19/98.23	c  S st   924    158002     39941    242557     53816     36861   1222161    383801      6.46      6.11  --
98.29/98.38	c  S st   924    158502     39941    242557     53826     37339   1222161    391419      6.46   no data  --
98.39/98.41	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
98.39/98.42	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
103.19/103.22	c Flit:    10 Blit:     16 bXBeca:    0 bXProp:   81 Bins:   2585 BRemL:   1570 BRemN:     94 P: 52.0M T:  4.81
103.19/103.29	c Replacing       83 vars Replaced     5858 lits Time:     0.06 s 
103.29/103.40	c bin-w-bin subsume rem          191 bins  time:  0.01 s
103.39/103.47	c subs with bin:      769  lits-rem:      2587  v-fix:    0  time:  0.07 s
103.50/103.58	c Subs w/ non-existent bins:     79 l-rem:   1782 v-fix:     0 done:  24434 time:  0.11 s
103.60/103.63	c Removed useless bin:      61  fixed:     0  props:   2.40M  time:  0.04 s
104.70/104.79	c lits-rem:      2251  cl-subs:     3007  v-elim:    207  v-fix:    0  time:  1.16 s
104.90/104.96	c vivif2 --  cl tried   240052 cl shrink      682 lits rem        782 time: 0.17
105.00/105.08	c vivif2 --  cl tried    34088 cl shrink     4896 lits rem      17551 time: 0.12
105.50/105.52	c asymm  cl-useful: 112/17320/240003 lits-rem:186 time: 0.44
105.50/105.57	c calculated reachability. Time: 0.03
105.50/105.57	c  N dy   924    158502     39606    239981     53566     34006   1208032    340471      6.46   no data  --
105.69/105.77	c Finding binary XORs  T:     0.20 s  found:       5
108.09/108.14	c  N dy   981    168705     39576    239981     53619     22563   1208032    163942      6.48      7.99  --
110.69/110.74	c  N dy  1044    179618     39573    239981     53651     32278   1208031    301034      6.49      6.89  --
113.69/113.77	c  N dy  1118    191265     39573    239981     53682     42785   1208031    456199      6.51      6.94  --
116.69/116.77	c  N dy  1194    203498     39573    239981     53726     32326   1208031    283339      6.53      7.17  --
119.99/120.00	c  N dy  1270    216659     39573    239981     53763     44103   1208031    450918      6.54      7.00  --
123.20/123.28	c  N dy  1348    230496     39537    239981     53808     35627   1208031    317947      6.56      6.91  --
124.99/125.01	c  S st  1399    237753     39537    239981     53838     42189   1208031    419382      6.59      5.99  --
125.09/125.18	c  S st  1399    238254     39537    239981     53841     42674   1208031    426704      6.59   no data  --
125.19/125.21	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
125.19/125.22	c Cache  BProp: 0 Set: 0 BXProp: 0 T: 0.01
130.59/130.61	c Flit:     7 Blit:      0 bXBeca:    0 bXProp:   63 Bins:   2321 BRemL:   1404 BRemN:     32 P: 63.3M T:  5.39
130.59/130.68	c Replacing       68 vars Replaced     7617 lits Time:     0.06 s 
130.69/130.79	c bin-w-bin subsume rem          175 bins  time:  0.01 s
130.79/130.87	c subs with bin:      714  lits-rem:      2637  v-fix:    0  time:  0.08 s
130.90/130.96	c Subs w/ non-existent bins:    150 l-rem:   2947 v-fix:     0 done:  15168 time:  0.08 s
131.00/131.01	c Removed useless bin:      67  fixed:     0  props:   2.49M  time:  0.05 s
132.19/132.22	c lits-rem:      2219  cl-subs:     2762  v-elim:    135  v-fix:    0  time:  1.22 s
132.39/132.42	c vivif2 --  cl tried   238306 cl shrink      626 lits rem        726 time: 0.19
132.49/132.55	c vivif2 --  cl tried    39482 cl shrink     5011 lits rem      15697 time: 0.13
133.00/133.01	c asymm  cl-useful: 77/16398/238283 lits-rem:167 time: 0.46
133.00/133.06	c calculated reachability. Time: 0.04
133.00/133.07	c  N dy  1399    238254     39321    238253     54007     39415   1198242    377814      6.59   no data  --
133.19/133.29	c Finding binary XORs  T:     0.22 s  found:      11
137.09/137.14	c  N dy  1498    253611     39316    238253     54057     30450   1198242    222704      6.62      7.06  --
141.19/141.24	c Finding binary XORs  T:     0.22 s  found:     666
141.29/141.30	c Replacing      677 vars Replaced    66065 lits Time:     0.06 s 
141.39/141.42	c  N dy  1599    270014     37962    227449     50418     38106   1144793    348625      6.65      7.03  --
145.39/145.40	c  N dy  1708    287284     37846    227449     50512     32512   1144789    252399      6.67      7.15  --
149.60/149.69	c  N dy  1831    305782     37819    227449     50582     49133   1144789    485615      6.70      7.08  --
149.80/149.80	c  F st  1834    306250     37819    227449     50584     49571   1144789    491811      6.70      6.08  --
149.80/149.90	c Found part      507 vars:      37816 clauses:    269285 lits size:   1138057
149.80/149.90	c Found part      508 vars:          3 clauses:         2 lits size:         4
149.90/149.90	c Found parts:          2 time: 0.10 s
149.90/149.90	c Solving part 508
149.99/150.02	c  N st     0         0         3         0         2         0         4         0   no data   no data  --
149.99/150.02	c asymm  cl-useful: 0/0/0 lits-rem:0 time: 0.00
149.99/150.02	c Flit:     0 Blit:      0 bXBeca:    0 bXProp:    0 Bins:      0 BRemL:      0 BRemN:      0 P:  0.0M T:  0.00
149.99/150.04	c Finding binary XORs  T:     0.02 s  found:       0
149.99/150.04	c Finding non-binary XORs:     0.00 s (found:       0, avg size: nan)
149.99/150.04	c calculated reachability. Time: 0.00
149.99/150.04	c Calc default polars -  time:   0.00 s pos:       1 undec:  310432 neg:       1
149.99/150.04	c =========================================================================================
149.99/150.04	c types(t): F = full restart, N = normal restart
149.99/150.04	c types(t): S = simplification begin/end, E = solution found
149.99/150.04	c restart types(rt): st = static, dy = dynamic
149.99/150.04	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
149.99/150.04	c  B st     0         0         3         0         2         0         4         0   no data   no data  --
149.99/150.04	c  E st     1         0         0         0         2         0         4         0   no data   no data  --
149.99/150.05	c Verified 0 clauses.
149.99/150.05	c Verified 0 clauses.
149.99/150.05	c Solved part
149.99/150.05	c =========================================================================================
149.99/150.06	c Coming back to original instance
149.99/150.06	c =========================================================================================
154.39/154.41	c  N dy  1921    325370     37779    226252     50689     43002   1138051    380044      6.72      7.08  --
156.59/156.60	c Finding binary XORs  T:     0.22 s  found:     256
159.29/159.34	c  N dy  2067    345472     37777    225787     50617     36811   1135154    266187      6.79      7.17  --
161.99/162.03	c  S st  2161    357381     37745    225787     50664     47624   1135154    443379      6.82   no data  --
162.19/162.25	c  S st  2161    357883     37588    225787     50693     48079   1135154    448071      6.82   no data  --
162.19/162.28	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.03
162.19/162.29	c Cache  BProp: 138 Set: 106 BXProp: 0 T: 0.01
170.19/170.20	c Flit:   124 Blit:     79 bXBeca:    0 bXProp: 1061 Bins:   4526 BRemL:    615 BRemN:     48 P: 140.5M T:  7.92
170.19/170.23	c Cleaning up after failed var search:     0.03 s 
170.29/170.31	c Replacing     1317 vars Replaced   122980 lits Time:     0.07 s 
170.40/170.42	c bin-w-bin subsume rem         2999 bins  time:  0.01 s
170.50/170.52	c subs with bin:     4245  lits-rem:     18006  v-fix:    0  time:  0.10 s
170.69/170.77	c Subs w/ non-existent bins:    792 l-rem:   3234 v-fix:     3 done:  30251 time:  0.25 s
170.79/170.84	c Removed useless bin:     285  fixed:     0  props:   5.55M  time:  0.07 s
172.19/172.22	c lits-rem:      4762  cl-subs:    15826  v-elim:   3873  v-fix:    3  time:  1.37 s
172.39/172.46	c vivif2 --  cl tried   194510 cl shrink     4001 lits rem       7376 time: 0.24
172.49/172.57	c vivif2 --  cl tried    32404 cl shrink     5351 lits rem      13826 time: 0.11
172.99/173.00	c asymm  cl-useful: 75/5356/193733 lits-rem:225 time: 0.42
172.99/173.05	c calculated reachability. Time: 0.04
172.99/173.05	c  N dy  2161    357883     31956    193658     43182     32016    974418    296004      6.82   no data  --
173.29/173.37	c Finding binary XORs  T:     0.31 s  found:     147
177.49/177.59	c  N dy  2305    377954     31939    193658     43290     50145    974416    569572      6.87      7.31  --
180.19/180.29	c Finding binary XORs  T:     0.27 s  found:     487
180.29/180.34	c Replacing      634 vars Replaced    53207 lits Time:     0.05 s 
181.69/181.78	c  N dy  2439    398051     30603    184426     38787     37381    921280    318148      6.91      7.48  --
185.69/185.77	c  N dy  2575    418061     30590    184426     38903     27996    921277    154665      6.96      7.35  --
189.59/189.64	c  N dy  2717    438150     30562    184426     38986     46182    921277    449286      7.03      7.46  --
193.49/193.51	c  N dy  2849    458197     30545    184426     39139     36799    921277    266655      7.07      8.16  --
196.59/196.61	c Finding binary XORs  T:     0.27 s  found:     151
197.19/197.29	c  N dy  3003    478269     30536    183669     39214     54727    916431    580985      7.15      8.69  --
197.89/197.98	c  E dy  3032    482728     30264    183669     39322     58717    916431    643747      7.15      3.99  --
197.89/197.98	c num threads              : 1          
197.89/197.98	c restarts                 : 3032       
197.89/197.98	c dynamic restarts         : 3008       
197.89/197.98	c static restarts          : 24         
197.89/197.98	c full restarts            : 3          
197.89/197.98	c total simplify time      : 3.17       
197.89/197.98	c learnts DL2              : 0          
197.89/197.98	c learnts size 2           : 713683     
197.89/197.98	c learnts size 1           : 23398       (7.54      % of vars)
197.89/197.98	c filedLit time            : 60.74       (30.73     % time)
197.89/197.98	c v-elim SatELite          : 228722      (73.68     % vars)
197.89/197.98	c SatELite time            : 10.18       (5.15      % time)
197.89/197.98	c v-elim xor               : 0           (0.00      % vars)
197.89/197.98	c xor elim time            : 0.26        (0.13      % time)
197.89/197.98	c num binary xor trees     : 7942       
197.89/197.98	c binxor trees' crown      : 30752       (3.87      leafs/tree)
197.89/197.98	c bin xor find time        : 3.34       
197.89/197.98	c OTF clause improved      : 47047       (0.10      clauses/conflict)
197.89/197.98	c OTF impr. size diff      : 49529       (1.05       lits/clause)
197.89/197.98	c OTF cl watch-shrink      : 161617      (0.33      clauses/conflict)
197.89/197.98	c OTF cl watch-sh-lit      : 351429      (2.17       lits/clause)
197.89/197.98	c tried to recurMin cls    : 241697      (50.07      % of conflicts)
197.89/197.98	c updated cache            : 0           (0.00       lits/tried recurMin)
197.89/197.98	c clauses over max glue    : 0           (0.00      % of all clauses)
197.89/197.98	c conflicts                : 482728      (2442.39   / sec)
197.89/197.98	c decisions                : 5586796     (1.28      % random)
197.89/197.98	c bogo-props               : 5683968045  (28758332.56 / sec)
197.89/197.98	c conflict literals        : 6781222     (22.63     % deleted)
197.89/197.98	c Memory used              : 924.20      MB
197.89/197.98	c CPU time                 : 197.65      s
197.89/197.98	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-3281793-1303752129/watcher-3281793-1303752129 -o /tmp/evaluation-result-3281793-1303752129/solver-3281793-1303752129 -C 2400 -W 1300 -M 7680 ./strangenight1-st HOME/instance-3281793-1303752129.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.68 3.92 3.89 5/184 7254
/proc/meminfo: memFree=16869876/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=30732 CPUtime=0 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 986 0 0 0 0 0 0 0 21 0 1 0 486812629 31469568 892 33554432000 4194304 4650387 140735120834352 18446744073709551615 4317100 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 7683 892 327 112 0 2648 0

[startup+0.0151461 s]
/proc/loadavg: 3.68 3.92 3.89 5/184 7254
/proc/meminfo: memFree=16869876/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=34192 CPUtime=0.01 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 1984 0 0 0 1 0 0 0 21 0 1 0 486812629 35012608 1688 33554432000 4194304 4650387 140735120834352 18446744073709551615 274473664267 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 8548 1707 328 112 0 3513 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 34192

[startup+0.101137 s]
/proc/loadavg: 3.68 3.92 3.89 5/184 7254
/proc/meminfo: memFree=16869876/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=64524 CPUtime=0.09 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 11064 0 0 0 8 1 0 0 21 0 1 0 486812629 66072576 8822 33554432000 4194304 4650387 140735120834352 18446744073709551615 274473664889 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 16536 8833 328 112 0 11501 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 64524

[startup+0.301102 s]
/proc/loadavg: 3.68 3.92 3.89 5/184 7254
/proc/meminfo: memFree=16869876/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=149568 CPUtime=0.28 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 33376 0 0 0 24 4 0 0 22 0 1 0 486812629 153157632 24659 33554432000 4194304 4650387 140735120834352 18446744073709551615 4354184 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 37392 24679 328 112 0 32357 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 149568

[startup+0.700969 s]
/proc/loadavg: 3.68 3.92 3.89 5/184 7254
/proc/meminfo: memFree=16869876/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=151508 CPUtime=0.69 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 36851 0 0 0 64 5 0 0 24 0 1 0 486812629 155144192 28038 33554432000 4194304 4650387 140735120834352 18446744073709551615 4370297 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 37877 28038 347 112 0 32842 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 151508

[startup+1.50089 s]
/proc/loadavg: 3.68 3.92 3.89 5/190 7260
/proc/meminfo: memFree=16621092/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=207584 CPUtime=1.49 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 48303 0 0 0 143 6 0 0 25 0 1 0 486812629 212566016 37685 33554432000 4194304 4650387 140735120834352 18446744073709551615 4369166 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 51896 37685 353 112 0 46861 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 207584

[startup+3.10055 s]
/proc/loadavg: 3.70 3.92 3.89 5/190 7260
/proc/meminfo: memFree=16500452/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=283416 CPUtime=3.09 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 63824 0 0 0 301 8 0 0 25 0 1 0 486812629 290217984 53206 33554432000 4194304 4650387 140735120834352 18446744073709551615 4370308 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 70854 53206 353 112 0 65819 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 283416

[startup+6.30104 s]
/proc/loadavg: 3.70 3.92 3.89 5/190 7260
/proc/meminfo: memFree=16331476/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=413820 CPUtime=6.29 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 93038 0 0 0 617 12 0 0 25 0 1 0 486812629 423751680 82420 33554432000 4194304 4650387 140735120834352 18446744073709551615 4369147 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 103455 82420 353 112 0 98420 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 413820

[startup+12.7009 s]
/proc/loadavg: 3.75 3.92 3.89 5/190 7261
/proc/meminfo: memFree=15943012/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=583828 CPUtime=12.69 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 129757 0 0 0 1252 17 0 0 25 0 1 0 486812629 597839872 119139 33554432000 4194304 4650387 140735120834352 18446744073709551615 4243840 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 145957 119139 353 112 0 140922 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 583828

[startup+25.5006 s]
/proc/loadavg: 3.79 3.93 3.89 5/190 7261
/proc/meminfo: memFree=15678356/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=695688 CPUtime=25.49 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 160579 0 0 0 2528 21 0 0 25 0 1 0 486812629 712384512 145392 33554432000 4194304 4650387 140735120834352 18446744073709551615 4363447 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 173922 145392 380 112 0 168887 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 695688

[startup+51.1011 s]
/proc/loadavg: 3.86 3.93 3.89 5/190 7262
/proc/meminfo: memFree=15476200/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=892692 CPUtime=51.09 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 195363 0 0 0 5084 25 0 0 25 0 1 0 486812629 914116608 180176 33554432000 4194304 4650387 140735120834352 18446744073709551615 4315078 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 223173 180176 381 112 0 218138 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 892692

[startup+102.307 s]
/proc/loadavg: 3.99 3.95 3.90 5/190 7290
/proc/meminfo: memFree=15030080/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=854372 CPUtime=102.29 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 209247 0 0 0 10201 28 0 0 25 0 1 0 486812629 874876928 184785 33554432000 4194304 4650387 140735120834352 18446744073709551615 4247203 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 213593 184785 381 112 0 208558 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 854372

[startup+162.301 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 7292
/proc/meminfo: memFree=14889416/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=946376 CPUtime=162.29 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 240151 0 0 0 16196 33 0 0 25 0 1 0 486812629 969089024 207777 33554432000 4194304 4650387 140735120834352 18446744073709551615 4345566 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 236594 207777 384 112 0 231559 0
Current children cumulated CPU time (s) 162.29
Current children cumulated vsize (KiB) 946376

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

[startup+179.101 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 7292
/proc/meminfo: memFree=14874764/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=946376 CPUtime=179.09 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 241527 0 0 0 17876 33 0 0 25 0 1 0 486812629 969089024 209153 33554432000 4194304 4650387 140735120834352 18446744073709551615 4364308 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 236594 209153 384 112 0 231559 0
Current children cumulated CPU time (s) 179.09
Current children cumulated vsize (KiB) 946376

[startup+191.9 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 7320
/proc/meminfo: memFree=14986276/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=946376 CPUtime=191.89 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 241527 0 0 0 19156 33 0 0 25 0 1 0 486812629 969089024 209153 33554432000 4194304 4650387 140735120834352 18446744073709551615 4363384 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 236594 209153 384 112 0 231559 0
Current children cumulated CPU time (s) 191.89
Current children cumulated vsize (KiB) 946376

[startup+195.101 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 7320
/proc/meminfo: memFree=14970392/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=946376 CPUtime=195.09 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 241527 0 0 0 19476 33 0 0 25 0 1 0 486812629 969089024 209153 33554432000 4194304 4650387 140735120834352 18446744073709551615 4365089 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 236594 209153 384 112 0 231559 0
Current children cumulated CPU time (s) 195.09
Current children cumulated vsize (KiB) 946376

[startup+196.7 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 7320
/proc/meminfo: memFree=14968280/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=946376 CPUtime=196.69 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 241527 0 0 0 19636 33 0 0 25 0 1 0 486812629 969089024 209153 33554432000 4194304 4650387 140735120834352 18446744073709551615 4364275 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 236594 209153 384 112 0 231559 0
Current children cumulated CPU time (s) 196.69
Current children cumulated vsize (KiB) 946376

[startup+197.5 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 7320
/proc/meminfo: memFree=14964188/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=946376 CPUtime=197.49 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 241527 0 0 0 19716 33 0 0 25 0 1 0 486812629 969089024 209153 33554432000 4194304 4650387 140735120834352 18446744073709551615 4364851 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 236594 209153 384 112 0 231559 0
Current children cumulated CPU time (s) 197.49
Current children cumulated vsize (KiB) 946376

[startup+197.9 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 7320
/proc/meminfo: memFree=14955756/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=946376 CPUtime=197.89 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 241527 0 0 0 19756 33 0 0 25 0 1 0 486812629 969089024 209153 33554432000 4194304 4650387 140735120834352 18446744073709551615 4335200 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 236594 209153 384 112 0 231559 0
Current children cumulated CPU time (s) 197.89
Current children cumulated vsize (KiB) 946376

[startup+198.3 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 7320
/proc/meminfo: memFree=14955756/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=946376 CPUtime=198.29 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 241537 0 0 0 19796 33 0 0 25 0 1 0 486812629 969089024 209162 33554432000 4194304 4650387 140735120834352 18446744073709551615 274473616776 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 236594 209162 393 112 0 231559 0
Current children cumulated CPU time (s) 198.29
Current children cumulated vsize (KiB) 946376

[startup+198.4 s]
/proc/loadavg: 3.99 3.96 3.91 5/190 7320
/proc/meminfo: memFree=14955756/32950928 swapFree=67111528/67111528
[pid=7254] ppid=7252 vsize=902664 CPUtime=198.4 cores=4,6
/proc/7254/stat : 7254 (strangenight1-s) R 7252 7254 6492 0 -1 4202496 241537 0 0 0 19806 34 0 0 25 0 1 0 486812629 924327936 201885 33554432000 4194304 4650387 140735120834352 18446744073709551615 274473625362 0 0 4096 2 0 0 0 17 4 0 0 0
/proc/7254/statm: 225666 201885 393 112 0 220631 0
Current children cumulated CPU time (s) 198.4
Current children cumulated vsize (KiB) 902664

Child status: 20
Real time (s): 198.452
CPU time (s): 198.455
CPU user time (s): 198.075
CPU system time (s): 0.379942
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 979148

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 198.075
system time used= 0.379942
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 241538
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= 399

runsolver used 0.32395 second user time and 0.772882 second system time

The end

Launcher Data

Begin job on node125 at 2011-04-25 19:22:10
IDJOB=3281793
IDBENCH=69619
IDSOLVER=1589
FILE ID=node125/3281793-1303752129
RUNJOBID= node125-1303752128-7218
PBS_JOBID= 13154037
Free space on /tmp= 73192 MiB

SOLVER NAME= CryptoMiniSat Strange-Night-1-st
BENCH NAME= SAT_RACE08/cnf/manol-pipe-f7nidw.cnf
COMMAND LINE= ./strangenight1-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3281793-1303752129/watcher-3281793-1303752129 -o /tmp/evaluation-result-3281793-1303752129/solver-3281793-1303752129 -C 2400 -W 1300 -M 7680  ./strangenight1-st HOME/instance-3281793-1303752129.cnf

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

MD5SUM BENCH= b950ebec64dc35544d8f8bf6957e7bc2
RANDOM SEED=1972973560

node125.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.828
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.65
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.828
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	: 5266.55
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.828
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.84
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.828
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.74
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.828
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.82
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.828
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.74
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.828
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.828
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:     32950928 kB
MemFree:      16870280 kB
Buffers:       2192440 kB
Cached:       13166356 kB
SwapCached:          0 kB
Active:        7803428 kB
Inactive:      7745768 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      16870280 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           66320 kB
Writeback:           0 kB
AnonPages:      189236 kB
Mapped:          15612 kB
Slab:           468572 kB
PageTables:       5272 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   384776 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= 73168 MiB
End job on node125 at 2011-04-25 19:25:28