Trace number 3368375

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 78.878 78.8758

General information on the benchmark

Namevelev-pipe-o-uns-1.0-7.cnf
MD5SUMb7df25f653e1e7a9ffcd39b3231809e6
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark78.878
Satisfiable
(Un)Satisfiability was proved
Number of variables24415
Number of clauses711050
Sum of the clauses size2091630
Maximum clause length161
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2605924
Number of clauses of size 386384
Number of clauses of size 4614
Number of clauses of size 5475
Number of clauses of size over 517652

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-3368375-1305380316.cnf'
0.00/0.01	c -- header says num vars:          24415
0.00/0.01	c -- header says num clauses:      711050
0.09/0.16	c -- clauses added:            0 learnts,       711050 normals,            0 xors
0.09/0.16	c -- vars added      24415
0.09/0.16	c Parsing time:  0.15 s
0.09/0.16	c  N st     0         0     24415    105125    605924         0   2091629         0   no data   no data
0.69/0.73	c asymm  cl-useful: 226/226/105124 lits-rem:4558 time: 0.56
3.39/3.47	c Flit:  1298 Blit:     16 bXBeca:    0 bXProp:   41 Bins:      0 BRemL:      0 BRemN:      0 P: 107.3M T:  2.70
3.39/3.48	c Cleaning up after failed var search:     0.01 s 
3.49/3.50	c Replacing       41 vars Replaced     1105 lits Time:     0.02 s 
3.49/3.54	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
3.49/3.56	c bin-w-bin subsume rem           50 bins  time:  0.03 s
3.89/3.96	c subs with bin:      119  lits-rem:      1627  v-fix:    0  time:  0.39 s
4.09/4.18	c Subs w/ non-existent bins:      0 l-rem:     49 v-fix:     0 done:  22843 time:  0.23 s
4.30/4.32	c Removed useless bin:     940  fixed:     0  props:  20.00M  time:  0.14 s
4.89/4.99	c lits-rem:       306  cl-subs:      810  v-elim:   4687  v-fix:    0  time:  0.67 s
5.10/5.13	c Finding binary XORs  T:     0.14 s  found:       8
5.10/5.15	c Replacing        8 vars Replaced     1275 lits Time:     0.02 s 
5.20/5.23	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
5.20/5.23	c calculated reachability. Time: 0.03
5.20/5.24	c Calc default polars -  time:   0.01 s pos:    1230 undec:    6283 neg:   16902
5.20/5.24	c =========================================================================================
5.20/5.24	c types(t): F = full restart, N = normal restart
5.20/5.24	c types(t): S = simplification begin/end, E = solution found
5.20/5.24	c restart types(rt): st = static, dy = dynamic
5.20/5.24	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.20/5.24	c  B st     0         0     18148    109733    442177         0   1780263         0   no data   no data
5.89/5.91	c  N dy    20      4138     18148    109733    442297      3896   1780257    308631     26.81     28.52
6.61/6.65	c  N dy    46      8654     18148    109733    442486      8103   1780254    544792     26.02     27.57
7.19/7.27	c  N dy    47     13593     18148    109733    442746     12546   1780254    682791     19.65     21.04
8.19/8.22	c  N dy    58     20338     18148    109733    442994      9562   1780254    510393     17.50     18.59
8.70/8.80	c  N dy    65     24491     18132    109733    443162     13348   1780253    643337     16.44     17.68
8.89/8.90	c  F st    70     25000     18129    109733    443182     13823   1780253    670186     16.55   no data
9.59/9.70	c  N dy    76     30000     18123    108975    437115     11629   1754422    954472     16.55   no data
9.59/9.70	c  S st    76     30000     18123    108975    437115     11629   1754422    954472     16.55   no data
9.79/9.88	c  S st    76     30500     18110    108975    437260     11965   1754420    960342     16.55   no data
9.79/9.90	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
12.99/13.01	c Flit:   465 Blit:      0 bXBeca:    0 bXProp:   35 Bins: 673770 BRemL:  42680 BRemN:      0 P: 90.8M T:  3.11
12.99/13.03	c Cleaning up after failed var search:     0.02 s 
12.99/13.07	c Replacing       35 vars Replaced     9119 lits Time:     0.03 s 
13.10/13.14	c blocked clauses removed:     1374 vars:    584 tried:       21681 T: 0.04 s
13.20/13.25	c bin-w-bin subsume rem         3494 bins  time:  0.10 s
13.79/13.88	c subs with bin:     1237  lits-rem:     36060  v-fix:    0  time:  0.63 s
13.99/14.07	c Subs w/ non-existent bins:     27 l-rem:    186 v-fix:     0 done:  17019 time:  0.19 s
14.09/14.16	c Removed useless bin:   15349  fixed:     0  props:   7.57M  time:  0.09 s
14.39/14.40	c lits-rem:       748  cl-subs:      524  v-elim:    430  v-fix:    0  time:  0.24 s
15.79/15.82	c subs with bin:        5  lits-rem:     21548  v-fix:    0  time:  1.39 s
16.30/16.35	c lits-rem:     10898  cl-subs:     1058  v-elim:      0  v-fix:    0  time:  0.51 s
16.60/16.63	c asymm  cl-useful: 402/3991/106817 lits-rem:6331 time: 0.28
16.60/16.69	c calculated reachability. Time: 0.03
16.60/16.69	c  N dy    76     30500     16589    106817    928114      8668   1475957   1730378     16.55   no data
16.80/16.81	c Finding binary XORs  T:     0.12 s  found:       3
17.50/17.58	c  N dy   111     34913     16589    106817    928240     12818   1475949   1947883     17.15     18.29
18.80/18.81	c  N dy   118     42550     16587    106817    928706     10111   1475948   1611596     15.90     17.14
19.30/19.33	c  S st   129     45751     16586    106817    928919     13030   1475947   1709694     15.57      8.66
19.50/19.50	c  S st   129     46253     16586    106817    929052     13397   1475946   1716161     15.57   no data
19.50/19.52	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
22.01/22.08	c Flit:    58 Blit:      7 bXBeca:    0 bXProp:    2 Bins:  15672 BRemL:  68407 BRemN:    491 P: 80.1M T:  2.56
22.09/22.13	c Replacing        5 vars Replaced     2611 lits Time:     0.05 s 
22.09/22.16	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
22.19/22.23	c bin-w-bin subsume rem         1140 bins  time:  0.07 s
22.69/22.76	c subs with bin:      188  lits-rem:      4560  v-fix:    0  time:  0.53 s
22.89/22.92	c Subs w/ non-existent bins:     11 l-rem:    125 v-fix:     0 done:  16497 time:  0.16 s
23.00/23.01	c Removed useless bin:    6023  fixed:     0  props:   7.14M  time:  0.08 s
23.11/23.18	c lits-rem:       522  cl-subs:      170  v-elim:      6  v-fix:    0  time:  0.18 s
23.89/23.96	c subs with bin:      384  lits-rem:      6568  v-fix:    0  time:  0.76 s
24.29/24.31	c lits-rem:     16130  cl-subs:      892  v-elim:      0  v-fix:    0  time:  0.33 s
24.29/24.36	c vivif2 --  cl tried   106181 cl shrink      477 lits rem        981 time: 0.05
24.39/24.42	c vivif2 --  cl tried    11569 cl shrink     3476 lits rem      25732 time: 0.06
24.69/24.73	c asymm  cl-useful: 120/3604/106171 lits-rem:357 time: 0.31
24.69/24.78	c calculated reachability. Time: 0.03
24.69/24.78	c  N dy   129     46253     16491    106171    819535     11548   1433308   1410004     15.57   no data
25.49/25.50	c  N dy   151     50341     16490    106171    819741     15325   1433303   1596859     15.47     25.69
26.09/26.19	c  N dy   172     54411     16490    106171    819940     19089   1433285   1761082     15.38     16.83
26.89/26.92	c  N dy   183     59039     16487    106171    820170     23372   1433261   1937442     14.97     16.31
27.59/27.60	c  N dy   194     63164     16485    106171    820397     27212   1433235   2117987     14.77     16.64
28.19/28.23	c  N dy   202     67371     16481    106171    820525     16584   1433234   1497639     14.51     15.28
28.49/28.53	c  S st   207     69379     16481    106171    820605     18468   1433233   1565166     14.44     13.08
28.69/28.72	c  S st   207     69879     16480    106171    820721     18849   1433232   1572024     14.44   no data
28.69/28.74	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
31.39/31.47	c Flit:    22 Blit:      0 bXBeca:    0 bXProp:    7 Bins:  18140 BRemL:  86175 BRemN:    341 P: 81.6M T:  2.73
31.49/31.52	c Replacing        7 vars Replaced     3612 lits Time:     0.05 s 
31.49/31.55	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
31.59/31.61	c bin-w-bin subsume rem          924 bins  time:  0.06 s
32.09/32.10	c subs with bin:      136  lits-rem:       974  v-fix:    0  time:  0.49 s
32.19/32.25	c Subs w/ non-existent bins:     12 l-rem:    164 v-fix:     0 done:  16451 time:  0.15 s
32.29/32.32	c Removed useless bin:     676  fixed:     0  props:   7.51M  time:  0.07 s
32.39/32.48	c lits-rem:       500  cl-subs:       45  v-elim:      0  v-fix:    0  time:  0.16 s
33.49/33.56	c subs with bin:       54  lits-rem:      2037  v-fix:    0  time:  1.06 s
33.79/33.86	c lits-rem:      5171  cl-subs:      970  v-elim:      0  v-fix:    0  time:  0.28 s
33.89/33.90	c vivif2 --  cl tried   105918 cl shrink      200 lits rem        222 time: 0.05
33.89/33.98	c vivif2 --  cl tried    17525 cl shrink     3344 lits rem      16458 time: 0.07
34.20/34.24	c asymm  cl-useful: 372/2660/105915 lits-rem:1369 time: 0.26
34.20/34.29	c calculated reachability. Time: 0.03
34.20/34.29	c  N dy   207     69879     16451    105905    743872     17504   1420390   1360141     14.44   no data
34.40/34.41	c Finding binary XORs  T:     0.12 s  found:       5
35.10/35.14	c  N dy   228     74351     16444    105905    744058     21680   1420386   1558201     14.31     15.55
35.89/35.94	c  N dy   246     79394     16443    105905    744367     26303   1420386   1726617     14.20     15.07
36.99/37.00	c  N dy   281     85320     16377    105905    744597     31903   1420384   2003935     14.35     15.36
37.30/37.34	c  F st   289     87500     16377    105905    744706     33936   1420384   2092073     14.29     10.25
37.41/37.41	c Replacing        5 vars Replaced     3779 lits Time:     0.03 s 
37.99/38.02	c  N st   294     90798     16371    104666    733850     15979   1401015   1281490     14.29   no data
38.89/38.99	c  N dy   326     96670     16371    104666    734039     21586   1401010   1583464     14.49     38.98
39.99/40.03	c  N dy   359    102988     16368    104666    734285     27572   1400999   1863317     14.50     16.59
40.29/40.37	c  S st   370    104819     16367    104666    734353     29310   1400997   1939162     14.49     11.44
40.49/40.57	c  S st   370    105320     16362    104666    734462     29695   1400993   1948423     14.49   no data
40.49/40.59	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
43.69/43.75	c Flit:    97 Blit:      6 bXBeca:    0 bXProp:   15 Bins:  56464 BRemL:  79732 BRemN:    167 P: 99.6M T:  3.16
43.69/43.77	c Cleaning up after failed var search:     0.02 s 
43.79/43.80	c Replacing       15 vars Replaced     4712 lits Time:     0.03 s 
43.79/43.83	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
43.79/43.89	c bin-w-bin subsume rem          917 bins  time:  0.05 s
44.29/44.34	c subs with bin:      423  lits-rem:      3909  v-fix:    0  time:  0.45 s
44.39/44.49	c Subs w/ non-existent bins:     38 l-rem:    126 v-fix:     0 done:  16157 time:  0.15 s
44.49/44.57	c Removed useless bin:     869  fixed:     0  props:   8.01M  time:  0.07 s
44.79/44.81	c lits-rem:       431  cl-subs:     1012  v-elim:   1353  v-fix:    0  time:  0.25 s
46.10/46.21	c subs with bin:       83  lits-rem:     11864  v-fix:    0  time:  1.36 s
46.49/46.56	c lits-rem:     13720  cl-subs:     1254  v-elim:      0  v-fix:    0  time:  0.33 s
46.59/46.60	c vivif2 --  cl tried   102722 cl shrink      673 lits rem       2242 time: 0.04
46.59/46.69	c vivif2 --  cl tried    21741 cl shrink     5438 lits rem      39302 time: 0.09
46.89/46.94	c asymm  cl-useful: 603/2135/102705 lits-rem:1217 time: 0.25
46.89/46.99	c calculated reachability. Time: 0.03
46.89/46.99	c  N dy   370    105320     14804    102698    580173     21716   1257430   1306393     14.49   no data
47.09/47.10	c Finding binary XORs  T:     0.12 s  found:       6
48.00/48.07	c  N dy   379    112640     14801    102698    580556     28482   1257430   1562221     14.20     15.22
49.09/49.18	c  N dy   397    122000     14801    102698    580815     22156   1257429   1146578     14.00     14.84
50.19/50.23	c  N dy   411    129796     14776    102698    581106     29471   1257425   1416629     13.79     14.72
51.49/51.50	c  N dy   460    138392     14624    101166    540684     25402   1231528   1287355     13.89     15.28
52.80/52.89	c  N dy   526    147249     14604    101166    540986     20525   1231511   1056850     14.08     21.03
54.49/54.58	c  N dy   584    157319     14602    101166    541393     30032   1231504   1487086     14.10     14.88
54.59/54.67	c  S st   585    157981     14602    101166    541401     30675   1231503   1514837     14.09     11.54
54.79/54.88	c  S st   585    158485     14602    101166    541493     31085   1231501   1525413     14.09   no data
54.90/54.91	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
57.49/57.59	c Flit:    43 Blit:     17 bXBeca:    0 bXProp:   30 Bins: 100066 BRemL: 108826 BRemN:     34 P: 87.1M T:  2.68
57.59/57.65	c Replacing       36 vars Replaced    53238 lits Time:     0.06 s 
57.59/57.67	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
57.69/57.72	c bin-w-bin subsume rem         1384 bins  time:  0.04 s
57.99/58.08	c subs with bin:      185  lits-rem:      2366  v-fix:    0  time:  0.36 s
58.09/58.19	c Subs w/ non-existent bins:     20 l-rem:     36 v-fix:     0 done:  14461 time:  0.11 s
58.20/58.25	c Removed useless bin:     931  fixed:     0  props:   6.98M  time:  0.06 s
58.39/58.47	c lits-rem:       765  cl-subs:     1010  v-elim:   1007  v-fix:    0  time:  0.21 s
59.49/59.52	c subs with bin:      106  lits-rem:     18040  v-fix:    0  time:  1.03 s
59.69/59.77	c lits-rem:     12671  cl-subs:     1187  v-elim:      0  v-fix:    0  time:  0.23 s
59.79/59.80	c vivif2 --  cl tried    99779 cl shrink      740 lits rem       2065 time: 0.03
59.79/59.88	c vivif2 --  cl tried    22613 cl shrink     5042 lits rem      32524 time: 0.08
60.09/60.12	c asymm  cl-useful: 388/2698/99770 lits-rem:510 time: 0.24
60.09/60.16	c calculated reachability. Time: 0.02
60.09/60.16	c  N dy   585    158485     13454     99757    462131     22584   1128504   1002722     14.09   no data
60.19/60.26	c Finding binary XORs  T:     0.10 s  found:      31
61.50/61.58	c  N dy   600    168751     13385     99757    462455     16944   1128503    719666     13.82     14.83
62.89/62.98	c  N dy   634    179648     13381     99757    462863     27276   1128499   1123486     13.70     14.92
64.59/64.60	c  N dy   686    191300     13377     99757    463321     38311   1128497   1559300     13.67     14.46
66.19/66.25	c  N dy   704    203542     13368     99757    463921     29381   1128476   1043052     13.47     27.96
68.10/68.19	c  N dy   747    217264     13341     99757    464464     42311   1128474   1504710     13.36     14.16
70.30/70.31	c  N dy   779    232657     13245     98215    421702     28105   1101551    902777     13.17     13.96
70.99/71.05	c  S st   801    237728     13240     98215    421852     32953   1101551   1065114     13.15   no data
71.19/71.23	c  S st   801    238229     13239     98215    421901     33402   1101551   1077953     13.15   no data
71.19/71.24	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
73.49/73.51	c Flit:   187 Blit:     24 bXBeca:    0 bXProp:   28 Bins: 210358 BRemL: 107843 BRemN:     82 P: 70.3M T:  2.27
73.49/73.53	c Cleaning up after failed var search:     0.02 s 
73.49/73.56	c Replacing       59 vars Replaced    35302 lits Time:     0.03 s 
73.49/73.59	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
73.60/73.63	c bin-w-bin subsume rem         4161 bins  time:  0.04 s
73.89/73.94	c subs with bin:      172  lits-rem:      2484  v-fix:    0  time:  0.31 s
73.99/74.02	c Subs w/ non-existent bins:     24 l-rem:     63 v-fix:     0 done:  12921 time:  0.09 s
73.99/74.08	c Removed useless bin:    1179  fixed:     0  props:   5.54M  time:  0.05 s
74.29/74.31	c lits-rem:      1001  cl-subs:     1414  v-elim:   1775  v-fix:    0  time:  0.23 s
74.80/74.82	c subs with bin:      328  lits-rem:     18566  v-fix:    0  time:  0.49 s
74.99/75.05	c lits-rem:      6805  cl-subs:     2649  v-elim:      0  v-fix:    0  time:  0.21 s
74.99/75.08	c vivif2 --  cl tried    95454 cl shrink     1207 lits rem       2709 time: 0.03
75.09/75.13	c vivif2 --  cl tried    22040 cl shrink     4709 lits rem      20699 time: 0.05
75.39/75.45	c asymm  cl-useful: 125/57535/95443 lits-rem:375 time: 0.32
75.39/75.48	c calculated reachability. Time: 0.02
75.39/75.48	c  N dy   801    238229     11146     95318    320795     22008    922495    579323     13.15   no data
75.49/75.57	c Finding binary XORs  T:     0.09 s  found:       2
77.39/77.46	c  N dy   811    255307     11142     95318    321185     19901    922494    465551     12.87     13.72
78.79/78.86	c  E dy   818    268034     10783     94723    306728     28388    886500    663345     12.65      3.16
78.79/78.86	c num threads              : 1          
78.79/78.86	c restarts                 : 818        
78.79/78.86	c dynamic restarts         : 800        
78.79/78.86	c static restarts          : 18         
78.79/78.86	c full restarts            : 2          
78.79/78.86	c total simplify time      : 0.65       
78.79/78.86	c learnts DL2              : 0          
78.79/78.86	c learnts size 2           : 1695406    
78.79/78.86	c learnts size 1           : 5632        (23.07     % of vars)
78.79/78.86	c filedLit time            : 19.28       (24.49     % time)
78.79/78.86	c v-elim SatELite          : 9842        (40.31     % vars)
78.79/78.86	c SatELite time            : 4.68        (5.94      % time)
78.79/78.86	c v-elim xor               : 0           (0.00      % vars)
78.79/78.86	c xor elim time            : 0.11        (0.14      % time)
78.79/78.86	c num binary xor trees     : 194        
78.79/78.86	c binxor trees' crown      : 213         (1.10      leafs/tree)
78.79/78.86	c bin xor find time        : 0.69       
78.79/78.86	c OTF clause improved      : 5567        (0.02      clauses/conflict)
78.79/78.86	c OTF impr. size diff      : 11536       (2.07       lits/clause)
78.79/78.86	c OTF cl watch-shrink      : 180267      (0.67      clauses/conflict)
78.79/78.86	c OTF cl watch-sh-lit      : 2193086     (12.17      lits/clause)
78.79/78.86	c tried to recurMin cls    : 110198      (41.11      % of conflicts)
78.79/78.86	c updated cache            : 0           (0.00       lits/tried recurMin)
78.79/78.86	c clauses over max glue    : 0           (0.00      % of all clauses)
78.79/78.86	c conflicts                : 268034      (3403.52   / sec)
78.79/78.86	c decisions                : 2214759     (0.52      % random)
78.79/78.86	c bogo-props               : 2142444800  (27204948.01 / sec)
78.79/78.86	c conflict literals        : 10673169    (42.48     % deleted)
78.79/78.86	c Memory used              : 318.95      MB
78.79/78.86	c CPU time                 : 78.75       s
78.79/78.86	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-3368375-1305380316/watcher-3368375-1305380316 -o /tmp/evaluation-result-3368375-1305380316/solver-3368375-1305380316 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3368375-1305380316.cnf 

running on 2 cores: 1,3

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: 4.12 3.99 2.87 4/326 7156
/proc/meminfo: memFree=22808968/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=30332 CPUtime=0 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 873 0 0 0 0 0 0 0 25 0 1 0 728262148 31059968 813 33554432000 4194304 4580011 140735350438912 18446744073709551615 4307624 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 7583 813 322 95 0 2565 0

[startup+0.0775121 s]
/proc/loadavg: 4.12 3.99 2.87 4/326 7156
/proc/meminfo: memFree=22808968/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=40720 CPUtime=0.06 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 3931 0 0 0 6 0 0 0 25 0 1 0 728262148 41697280 3658 33554432000 4194304 4580011 140735350438912 18446744073709551615 252457726661 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 10180 3664 324 95 0 5162 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 40720

[startup+0.100511 s]
/proc/loadavg: 4.12 3.99 2.87 4/326 7156
/proc/meminfo: memFree=22808968/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=44720 CPUtime=0.09 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 5033 0 0 0 8 1 0 0 25 0 1 0 728262148 45793280 4497 33554432000 4194304 4580011 140735350438912 18446744073709551615 4489330 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 11180 4497 324 95 0 6162 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 44720

[startup+0.300473 s]
/proc/loadavg: 4.12 3.99 2.87 4/326 7156
/proc/meminfo: memFree=22808968/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=54812 CPUtime=0.29 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 8282 0 0 0 28 1 0 0 25 0 1 0 728262148 56127488 7731 33554432000 4194304 4580011 140735350438912 18446744073709551615 4294923 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 13703 7731 339 95 0 8685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54812

[startup+0.700396 s]
/proc/loadavg: 4.12 3.99 2.87 4/326 7156
/proc/meminfo: memFree=22808968/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=55076 CPUtime=0.69 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 8349 0 0 0 68 1 0 0 25 0 1 0 728262148 56397824 7798 33554432000 4194304 4580011 140735350438912 18446744073709551615 4293260 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 13769 7798 339 95 0 8751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55076

[startup+1.50025 s]
/proc/loadavg: 4.12 3.99 2.87 5/327 7157
/proc/meminfo: memFree=22751796/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=133572 CPUtime=1.49 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 25365 0 0 0 146 3 0 0 25 0 1 0 728262148 136777728 24814 33554432000 4194304 4580011 140735350438912 18446744073709551615 4294284 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 33393 24814 341 95 0 28375 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 133572

[startup+3.10096 s]
/proc/loadavg: 4.11 3.99 2.87 5/327 7157
/proc/meminfo: memFree=22646396/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=198420 CPUtime=3.09 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 40933 0 0 0 304 5 0 0 25 0 1 0 728262148 203182080 40382 33554432000 4194304 4580011 140735350438912 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 49605 40382 341 95 0 44587 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 198420

[startup+6.30036 s]
/proc/loadavg: 4.11 3.99 2.87 5/327 7157
/proc/meminfo: memFree=22601544/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=229156 CPUtime=6.29 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 50329 0 0 0 623 6 0 0 19 0 1 0 728262148 234655744 48587 33554432000 4194304 4580011 140735350438912 18446744073709551615 4294394 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 57289 48587 365 95 0 52271 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 229156

[startup+12.7002 s]
/proc/loadavg: 4.10 3.99 2.88 5/327 7157
/proc/meminfo: memFree=22579352/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=262740 CPUtime=12.69 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 59144 0 0 0 1262 7 0 0 25 0 1 0 728262148 269045760 54639 33554432000 4194304 4580011 140735350438912 18446744073709551615 4294920 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 65685 54639 368 95 0 60667 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 262740

[startup+25.5008 s]
/proc/loadavg: 4.08 3.99 2.90 5/327 7159
/proc/meminfo: memFree=22541776/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=277468 CPUtime=25.49 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 65438 0 0 0 2541 8 0 0 25 0 1 0 728262148 284127232 57887 33554432000 4194304 4580011 140735350438912 18446744073709551615 4489420 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 69367 57887 368 95 0 64349 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 277468

[startup+51.101 s]
/proc/loadavg: 4.05 3.99 2.92 5/327 7161
/proc/meminfo: memFree=22525568/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=310844 CPUtime=51.09 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 74960 0 0 0 5099 10 0 0 25 0 1 0 728262148 318304256 64732 33554432000 4194304 4580011 140735350438912 18446744073709551615 4318462 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 77711 64732 368 95 0 72693 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 310844

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

[startup+63.9006 s]
/proc/loadavg: 4.04 3.99 2.94 5/327 7161
/proc/meminfo: memFree=22466232/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=310844 CPUtime=63.89 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 76784 0 0 0 6379 10 0 0 25 0 1 0 728262148 318304256 66552 33554432000 4194304 4580011 140735350438912 18446744073709551615 4292871 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 77711 66552 368 95 0 72693 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 310844

[startup+70.3004 s]
/proc/loadavg: 4.03 3.99 2.95 5/327 7162
/proc/meminfo: memFree=22444416/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=323284 CPUtime=70.3 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 79065 0 0 0 7019 11 0 0 25 0 1 0 728262148 331042816 68833 33554432000 4194304 4580011 140735350438912 18446744073709551615 4318462 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 80821 68833 368 95 0 75803 0
Current children cumulated CPU time (s) 70.3
Current children cumulated vsize (KiB) 323284

[startup+73.5008 s]
/proc/loadavg: 4.03 3.99 2.95 5/327 7162
/proc/meminfo: memFree=22459408/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=323284 CPUtime=73.49 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 79436 0 0 0 7338 11 0 0 25 0 1 0 728262148 331042816 69204 33554432000 4194304 4580011 140735350438912 18446744073709551615 4294406 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 80821 69204 368 95 0 75803 0
Current children cumulated CPU time (s) 73.49
Current children cumulated vsize (KiB) 323284

[startup+76.7002 s]
/proc/loadavg: 4.03 3.99 2.95 5/327 7162
/proc/meminfo: memFree=22451100/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=323284 CPUtime=76.69 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 79443 0 0 0 7658 11 0 0 25 0 1 0 728262148 331042816 69211 33554432000 4194304 4580011 140735350438912 18446744073709551615 4301687 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 80821 69211 368 95 0 75803 0
Current children cumulated CPU time (s) 76.69
Current children cumulated vsize (KiB) 323284

[startup+77.5011 s]
/proc/loadavg: 4.03 3.99 2.95 5/327 7162
/proc/meminfo: memFree=22448248/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=326604 CPUtime=77.49 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 79444 0 0 0 7738 11 0 0 25 0 1 0 728262148 334442496 69212 33554432000 4194304 4580011 140735350438912 18446744073709551615 4292871 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 81651 69212 368 95 0 76633 0
Current children cumulated CPU time (s) 77.49
Current children cumulated vsize (KiB) 326604

[startup+78.301 s]
/proc/loadavg: 4.03 3.99 2.96 5/327 7162
/proc/meminfo: memFree=22455192/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=326604 CPUtime=78.29 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 79540 0 0 0 7818 11 0 0 25 0 1 0 728262148 334442496 69308 33554432000 4194304 4580011 140735350438912 18446744073709551615 4293263 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 81651 69308 368 95 0 76633 0
Current children cumulated CPU time (s) 78.29
Current children cumulated vsize (KiB) 326604

[startup+78.7009 s]
/proc/loadavg: 4.03 3.99 2.96 5/327 7162
/proc/meminfo: memFree=22455192/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=326604 CPUtime=78.69 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 79617 0 0 0 7858 11 0 0 25 0 1 0 728262148 334442496 69385 33554432000 4194304 4580011 140735350438912 18446744073709551615 4324035 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 81651 69385 368 95 0 76633 0
Current children cumulated CPU time (s) 78.69
Current children cumulated vsize (KiB) 326604

[startup+78.8008 s]
/proc/loadavg: 4.03 3.99 2.96 5/327 7162
/proc/meminfo: memFree=22455192/32951124 swapFree=59305796/67111528
[pid=7156] ppid=7154 vsize=326604 CPUtime=78.79 cores=1,3
/proc/7156/stat : 7156 (strangenight2-s) R 7154 7156 7011 0 -1 4202496 79640 0 0 0 7868 11 0 0 25 0 1 0 728262148 334442496 69408 33554432000 4194304 4580011 140735350438912 18446744073709551615 4295691 0 0 4096 2 0 0 0 17 1 0 0 0
/proc/7156/statm: 81651 69408 368 95 0 76633 0
Current children cumulated CPU time (s) 78.79
Current children cumulated vsize (KiB) 326604

Child status: 20
Real time (s): 78.8758
CPU time (s): 78.878
CPU user time (s): 78.752
CPU system time (s): 0.12598
CPU usage (%): 100.003
Max. virtual memory (cumulated for all children) (KiB): 326604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 78.752
system time used= 0.12598
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79655
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= 13
involuntary context switches= 70

runsolver used 0.216967 second user time and 0.583911 second system time

The end

Launcher Data

Begin job on node111 at 2011-05-14 15:38:37
IDJOB=3368375
IDBENCH=71743
IDSOLVER=1845
FILE ID=node111/3368375-1305380316
RUNJOBID= node111-1305379155-7031
PBS_JOBID= 13324391
Free space on /tmp= 73640 MiB

SOLVER NAME= CryptoMiniSat Strange-Night2-st (fixed)
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= ./strangenight2-st BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3368375-1305380316/watcher-3368375-1305380316 -o /tmp/evaluation-result-3368375-1305380316/solver-3368375-1305380316 -C 2400 -W 1300 -M 7680  ./strangenight2-st HOME/instance-3368375-1305380316.cnf

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=1028029946

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

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

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


/proc/meminfo:
MemTotal:     32951124 kB
MemFree:      22809264 kB
Buffers:        243840 kB
Cached:        6294248 kB
SwapCached:      13720 kB
Active:        1174260 kB
Inactive:      8751104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32951124 kB
LowFree:      22809264 kB
SwapTotal:    67111528 kB
SwapFree:     59305796 kB
Dirty:           18688 kB
Writeback:           0 kB
AnonPages:     3383120 kB
Mapped:          13764 kB
Slab:           114320 kB
PageTables:      37704 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83587088 kB
Committed_AS: 53776320 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= 73636 MiB
End job on node111 at 2011-05-14 15:39:56