Trace number 3284229

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
CryptoMiniSat Strange-Night2-stUNSAT 83.9442 83.9407

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.00	c Outputting solution to console
0.00/0.00	c This is CryptoMiniSat 3.0.0
0.00/0.00	c WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	c Reading file 'HOME/instance-3284229-1303762357.cnf'
0.00/0.00	c -- header says num vars:          24415
0.00/0.00	c -- header says num clauses:      711050
0.09/0.17	c -- clauses added:            0 learnts,       711050 normals,            0 xors
0.09/0.17	c -- vars added      24415
0.09/0.17	c Parsing time:  0.17 s
0.09/0.17	c  N st     0         0     24415    105125    605924         0   2091629         0   no data   no data
0.69/0.75	c asymm  cl-useful: 226/226/105124 lits-rem:4558 time: 0.57
4.09/4.10	c Flit:  1298 Blit:     16 bXBeca:    0 bXProp:   41 Bins:      0 BRemL:      0 BRemN:      0 P: 107.3M T:  3.31
4.09/4.12	c Cleaning up after failed var search:     0.01 s 
4.09/4.14	c Replacing       41 vars Replaced     1105 lits Time:     0.02 s 
4.69/4.72	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
4.69/4.72	c bin-w-bin subsume rem           50 bins  time:  0.04 s
4.69/4.72	c subs with bin:      119  lits-rem:      1627  v-fix:    0  time:  0.41 s
4.79/4.87	c Subs w/ non-existent bins:      0 l-rem:     49 v-fix:     0 done:  22843 time:  0.24 s
4.99/5.02	c Removed useless bin:     940  fixed:     0  props:  20.00M  time:  0.15 s
5.69/5.70	c lits-rem:       306  cl-subs:      810  v-elim:   4687  v-fix:    0  time:  0.68 s
5.79/5.84	c Finding binary XORs  T:     0.14 s  found:       8
5.79/5.86	c Replacing        8 vars Replaced     1275 lits Time:     0.02 s 
5.89/5.95	c Finding non-binary XORs:     0.04 s (found:       0, avg size: nan)
5.89/5.95	c calculated reachability. Time: 0.04
5.89/5.96	c Calc default polars -  time:   0.01 s pos:    1230 undec:    6283 neg:   16902
5.89/5.96	c =========================================================================================
5.89/5.96	c types(t): F = full restart, N = normal restart
5.89/5.96	c types(t): S = simplification begin/end, E = solution found
5.89/5.96	c restart types(rt): st = static, dy = dynamic
5.89/5.96	c  t rt  Rest     Confl      Vars   NormCls    BinCls   Learnts    ClLits    LtLits
5.89/5.96	c  B st     0         0     18148    109733    442177         0   1780263         0   no data   no data
6.60/6.64	c  N dy    20      4138     18148    109733    442297      3896   1780257    308631     26.81     28.52
7.39/7.41	c  N dy    46      8654     18148    109733    442486      8103   1780254    544792     26.02     27.57
7.99/8.06	c  N dy    47     13593     18148    109733    442746     12546   1780254    682791     19.65     21.04
8.99/9.05	c  N dy    58     20338     18148    109733    442994      9562   1780254    510393     17.50     18.59
9.59/9.66	c  N dy    65     24491     18132    109733    443162     13348   1780253    643337     16.44     17.68
9.69/9.77	c  F st    70     25000     18129    109733    443182     13823   1780253    670186     16.55   no data
10.49/10.57	c  N dy    76     30000     18123    108975    437115     11629   1754422    954472     16.55   no data
10.49/10.57	c  S st    76     30000     18123    108975    437115     11629   1754422    954472     16.55   no data
10.69/10.76	c  S st    76     30500     18110    108975    437260     11965   1754420    960342     16.55   no data
10.69/10.78	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
14.29/14.38	c Flit:   465 Blit:      0 bXBeca:    0 bXProp:   35 Bins: 673770 BRemL:  42680 BRemN:      0 P: 90.8M T:  3.60
14.39/14.40	c Cleaning up after failed var search:     0.02 s 
14.39/14.44	c Replacing       35 vars Replaced     9119 lits Time:     0.03 s 
14.49/14.52	c blocked clauses removed:     1374 vars:    584 tried:       21681 T: 0.05 s
14.59/14.66	c bin-w-bin subsume rem         3494 bins  time:  0.14 s
15.29/15.32	c subs with bin:     1237  lits-rem:     36060  v-fix:    0  time:  0.66 s
15.49/15.55	c Subs w/ non-existent bins:     27 l-rem:    186 v-fix:     0 done:  17019 time:  0.23 s
15.59/15.65	c Removed useless bin:   15349  fixed:     0  props:   7.57M  time:  0.09 s
15.89/15.90	c lits-rem:       748  cl-subs:      524  v-elim:    430  v-fix:    0  time:  0.25 s
17.39/17.40	c subs with bin:        5  lits-rem:     21548  v-fix:    0  time:  1.47 s
17.89/17.94	c lits-rem:     10898  cl-subs:     1058  v-elim:      0  v-fix:    0  time:  0.52 s
18.19/18.24	c asymm  cl-useful: 402/3991/106817 lits-rem:6331 time: 0.31
18.29/18.30	c calculated reachability. Time: 0.04
18.29/18.30	c  N dy    76     30500     16589    106817    928114      8668   1475957   1730378     16.55   no data
18.39/18.42	c Finding binary XORs  T:     0.12 s  found:       3
19.19/19.20	c  N dy   111     34913     16589    106817    928240     12818   1475949   1947883     17.15     18.29
20.39/20.47	c  N dy   118     42550     16587    106817    928706     10111   1475948   1611596     15.90     17.14
20.99/21.01	c  S st   129     45751     16586    106817    928919     13030   1475947   1709694     15.57      8.66
21.09/21.18	c  S st   129     46253     16586    106817    929052     13397   1475946   1716161     15.57   no data
21.19/21.20	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
23.99/24.06	c Flit:    58 Blit:      7 bXBeca:    0 bXProp:    2 Bins:  15672 BRemL:  68407 BRemN:    491 P: 80.1M T:  2.85
24.10/24.11	c Replacing        5 vars Replaced     2611 lits Time:     0.05 s 
24.10/24.14	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
24.20/24.23	c bin-w-bin subsume rem         1140 bins  time:  0.09 s
24.69/24.78	c subs with bin:      188  lits-rem:      4560  v-fix:    0  time:  0.55 s
24.89/24.97	c Subs w/ non-existent bins:     11 l-rem:    125 v-fix:     0 done:  16497 time:  0.19 s
24.99/25.05	c Removed useless bin:    6023  fixed:     0  props:   7.14M  time:  0.08 s
25.20/25.22	c lits-rem:       522  cl-subs:      170  v-elim:      6  v-fix:    0  time:  0.17 s
25.89/25.99	c subs with bin:      384  lits-rem:      6568  v-fix:    0  time:  0.75 s
26.30/26.30	c lits-rem:     16130  cl-subs:      892  v-elim:      0  v-fix:    0  time:  0.30 s
26.30/26.35	c vivif2 --  cl tried   106181 cl shrink      477 lits rem        981 time: 0.05
26.40/26.41	c vivif2 --  cl tried    11569 cl shrink     3476 lits rem      25732 time: 0.06
26.59/26.69	c asymm  cl-useful: 120/3604/106171 lits-rem:357 time: 0.28
26.69/26.74	c calculated reachability. Time: 0.03
26.69/26.74	c  N dy   129     46253     16491    106171    819535     11548   1433308   1410004     15.57   no data
27.40/27.44	c  N dy   151     50341     16490    106171    819741     15325   1433303   1596859     15.47     25.69
28.09/28.10	c  N dy   172     54411     16490    106171    819940     19089   1433285   1761082     15.38     16.83
28.79/28.85	c  N dy   183     59039     16487    106171    820170     23372   1433261   1937442     14.97     16.31
29.49/29.53	c  N dy   194     63164     16485    106171    820397     27212   1433235   2117987     14.77     16.64
30.09/30.19	c  N dy   202     67371     16481    106171    820525     16584   1433234   1497639     14.51     15.28
30.50/30.50	c  S st   207     69379     16481    106171    820605     18468   1433233   1565166     14.44     13.08
30.70/30.70	c  S st   207     69879     16480    106171    820721     18849   1433232   1572024     14.44   no data
30.70/30.72	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
33.69/33.78	c Flit:    22 Blit:      0 bXBeca:    0 bXProp:    7 Bins:  18140 BRemL:  86175 BRemN:    341 P: 81.6M T:  3.06
33.79/33.83	c Replacing        7 vars Replaced     3612 lits Time:     0.05 s 
33.79/33.86	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
33.89/33.94	c bin-w-bin subsume rem          924 bins  time:  0.08 s
34.39/34.46	c subs with bin:      136  lits-rem:       974  v-fix:    0  time:  0.51 s
34.59/34.64	c Subs w/ non-existent bins:     12 l-rem:    164 v-fix:     0 done:  16451 time:  0.18 s
34.69/34.71	c Removed useless bin:     676  fixed:     0  props:   7.51M  time:  0.07 s
34.79/34.87	c lits-rem:       500  cl-subs:       45  v-elim:      0  v-fix:    0  time:  0.16 s
35.99/36.02	c subs with bin:       54  lits-rem:      2037  v-fix:    0  time:  1.13 s
36.30/36.32	c lits-rem:      5171  cl-subs:      970  v-elim:      0  v-fix:    0  time:  0.28 s
36.30/36.37	c vivif2 --  cl tried   105918 cl shrink      200 lits rem        222 time: 0.05
36.40/36.45	c vivif2 --  cl tried    17525 cl shrink     3344 lits rem      16458 time: 0.08
36.69/36.73	c asymm  cl-useful: 372/2660/105915 lits-rem:1369 time: 0.29
36.69/36.79	c calculated reachability. Time: 0.03
36.69/36.79	c  N dy   207     69879     16451    105905    743872     17504   1420390   1360141     14.44   no data
36.90/36.90	c Finding binary XORs  T:     0.12 s  found:       5
37.59/37.64	c  N dy   228     74351     16444    105905    744058     21680   1420386   1558201     14.31     15.55
38.40/38.48	c  N dy   246     79394     16443    105905    744367     26303   1420386   1726617     14.20     15.07
39.50/39.55	c  N dy   281     85320     16377    105905    744597     31903   1420384   2003935     14.35     15.36
39.79/39.89	c  F st   289     87500     16377    105905    744706     33936   1420384   2092073     14.29     10.25
39.89/39.96	c Replacing        5 vars Replaced     3779 lits Time:     0.03 s 
40.49/40.57	c  N st   294     90798     16371    104666    733850     15979   1401015   1281490     14.29   no data
41.49/41.52	c  N dy   326     96670     16371    104666    734039     21586   1401010   1583464     14.49     38.98
42.49/42.55	c  N dy   359    102988     16368    104666    734285     27572   1400999   1863317     14.50     16.59
42.80/42.89	c  S st   370    104819     16367    104666    734353     29310   1400997   1939162     14.49     11.44
42.99/43.09	c  S st   370    105320     16362    104666    734462     29695   1400993   1948423     14.49   no data
43.09/43.12	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
46.69/46.73	c Flit:    97 Blit:      6 bXBeca:    0 bXProp:   15 Bins:  56464 BRemL:  79732 BRemN:    167 P: 99.6M T:  3.61
46.69/46.75	c Cleaning up after failed var search:     0.02 s 
46.69/46.79	c Replacing       15 vars Replaced     4712 lits Time:     0.03 s 
46.79/46.82	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
46.79/46.89	c bin-w-bin subsume rem          917 bins  time:  0.07 s
47.30/47.37	c subs with bin:      423  lits-rem:      3909  v-fix:    0  time:  0.48 s
47.49/47.55	c Subs w/ non-existent bins:     38 l-rem:    126 v-fix:     0 done:  16157 time:  0.18 s
47.59/47.63	c Removed useless bin:     869  fixed:     0  props:   8.01M  time:  0.08 s
47.79/47.88	c lits-rem:       431  cl-subs:     1012  v-elim:   1353  v-fix:    0  time:  0.25 s
49.40/49.41	c subs with bin:       83  lits-rem:     11864  v-fix:    0  time:  1.50 s
49.69/49.77	c lits-rem:     13720  cl-subs:     1254  v-elim:      0  v-fix:    0  time:  0.34 s
49.79/49.81	c vivif2 --  cl tried   102722 cl shrink      673 lits rem       2242 time: 0.04
49.89/49.91	c vivif2 --  cl tried    21741 cl shrink     5438 lits rem      39302 time: 0.10
50.09/50.19	c asymm  cl-useful: 603/2135/102705 lits-rem:1217 time: 0.28
50.19/50.24	c calculated reachability. Time: 0.03
50.19/50.24	c  N dy   370    105320     14804    102698    580173     21716   1257430   1306393     14.49   no data
50.29/50.35	c Finding binary XORs  T:     0.12 s  found:       6
51.29/51.36	c  N dy   379    112640     14801    102698    580556     28482   1257430   1562221     14.20     15.22
52.49/52.51	c  N dy   397    122000     14801    102698    580815     22156   1257429   1146578     14.00     14.84
53.60/53.63	c  N dy   411    129796     14776    102698    581106     29471   1257425   1416629     13.79     14.72
54.90/54.98	c  N dy   460    138392     14624    101166    540684     25402   1231528   1287355     13.89     15.28
56.39/56.45	c  N dy   526    147249     14604    101166    540986     20525   1231511   1056850     14.08     21.03
58.20/58.22	c  N dy   584    157319     14602    101166    541393     30032   1231504   1487086     14.10     14.88
58.30/58.31	c  S st   585    157981     14602    101166    541401     30675   1231503   1514837     14.09     11.54
58.50/58.54	c  S st   585    158485     14602    101166    541493     31085   1231501   1525413     14.09   no data
58.50/58.56	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
61.50/61.54	c Flit:    43 Blit:     17 bXBeca:    0 bXProp:   30 Bins: 100066 BRemL: 108826 BRemN:     34 P: 87.1M T:  2.98
61.50/61.60	c Replacing       36 vars Replaced    53238 lits Time:     0.06 s 
61.60/61.63	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
61.60/61.69	c bin-w-bin subsume rem         1384 bins  time:  0.06 s
62.00/62.07	c subs with bin:      185  lits-rem:      2366  v-fix:    0  time:  0.38 s
62.20/62.20	c Subs w/ non-existent bins:     20 l-rem:     36 v-fix:     0 done:  14461 time:  0.13 s
62.20/62.27	c Removed useless bin:     931  fixed:     0  props:   6.98M  time:  0.07 s
62.50/62.50	c lits-rem:       765  cl-subs:     1010  v-elim:   1007  v-fix:    0  time:  0.23 s
63.60/63.64	c subs with bin:      106  lits-rem:     18040  v-fix:    0  time:  1.11 s
63.80/63.89	c lits-rem:     12671  cl-subs:     1187  v-elim:      0  v-fix:    0  time:  0.24 s
63.89/63.93	c vivif2 --  cl tried    99779 cl shrink      740 lits rem       2065 time: 0.03
63.99/64.01	c vivif2 --  cl tried    22613 cl shrink     5042 lits rem      32524 time: 0.08
64.19/64.28	c asymm  cl-useful: 388/2698/99770 lits-rem:510 time: 0.27
64.29/64.32	c calculated reachability. Time: 0.03
64.29/64.32	c  N dy   585    158485     13454     99757    462131     22584   1128504   1002722     14.09   no data
64.39/64.42	c Finding binary XORs  T:     0.10 s  found:      31
65.79/65.80	c  N dy   600    168751     13385     99757    462455     16944   1128503    719666     13.82     14.83
67.19/67.24	c  N dy   634    179648     13381     99757    462863     27276   1128499   1123486     13.70     14.92
68.79/68.88	c  N dy   686    191300     13377     99757    463321     38311   1128497   1559300     13.67     14.46
70.59/70.65	c  N dy   704    203542     13368     99757    463921     29381   1128476   1043052     13.47     27.96
72.60/72.68	c  N dy   747    217264     13341     99757    464464     42311   1128474   1504710     13.36     14.16
74.80/74.87	c  N dy   779    232657     13245     98215    421702     28105   1101551    902777     13.17     13.96
75.60/75.65	c  S st   801    237728     13240     98215    421852     32953   1101551   1065114     13.15   no data
75.80/75.83	c  S st   801    238229     13239     98215    421901     33402   1101551   1077953     13.15   no data
75.80/75.85	c x-sub:     0 x-cut:      0 vfix:      0 v-elim:      0 locsubst:     0 time:   0.02
78.20/78.29	c Flit:   187 Blit:     24 bXBeca:    0 bXProp:   28 Bins: 210358 BRemL: 107843 BRemN:     82 P: 70.3M T:  2.44
78.30/78.31	c Cleaning up after failed var search:     0.02 s 
78.30/78.34	c Replacing       59 vars Replaced    35302 lits Time:     0.03 s 
78.30/78.37	c blocked clauses removed:        0 vars:      0 tried:           0 T: 0.00 s
78.40/78.42	c bin-w-bin subsume rem         4161 bins  time:  0.05 s
78.70/78.75	c subs with bin:      172  lits-rem:      2484  v-fix:    0  time:  0.33 s
78.80/78.85	c Subs w/ non-existent bins:     24 l-rem:     63 v-fix:     0 done:  12921 time:  0.10 s
78.90/78.91	c Removed useless bin:    1179  fixed:     0  props:   5.54M  time:  0.05 s
79.10/79.15	c lits-rem:      1001  cl-subs:     1414  v-elim:   1775  v-fix:    0  time:  0.24 s
79.60/79.69	c subs with bin:      328  lits-rem:     18566  v-fix:    0  time:  0.52 s
79.90/79.93	c lits-rem:      6805  cl-subs:     2649  v-elim:      0  v-fix:    0  time:  0.23 s
79.90/79.96	c vivif2 --  cl tried    95454 cl shrink     1207 lits rem       2709 time: 0.03
80.00/80.01	c vivif2 --  cl tried    22040 cl shrink     4709 lits rem      20699 time: 0.05
80.30/80.35	c asymm  cl-useful: 125/57535/95443 lits-rem:375 time: 0.33
80.30/80.37	c calculated reachability. Time: 0.02
80.30/80.38	c  N dy   801    238229     11146     95318    320795     22008    922495    579323     13.15   no data
80.40/80.47	c Finding binary XORs  T:     0.09 s  found:       2
82.40/82.44	c  N dy   811    255307     11142     95318    321185     19901    922494    465551     12.87     13.72
83.90/83.90	c  E dy   818    268034     10783     94723    306728     28388    886500    663345     12.65      3.16
83.90/83.90	c num threads              : 1          
83.90/83.90	c restarts                 : 818        
83.90/83.90	c dynamic restarts         : 800        
83.90/83.90	c static restarts          : 18         
83.90/83.90	c full restarts            : 2          
83.90/83.90	c total simplify time      : 0.67       
83.90/83.90	c learnts DL2              : 0          
83.90/83.90	c learnts size 2           : 1695406    
83.90/83.90	c learnts size 1           : 5632        (23.07     % of vars)
83.90/83.90	c filedLit time            : 21.93       (26.17     % time)
83.90/83.90	c v-elim SatELite          : 9842        (40.31     % vars)
83.90/83.90	c SatELite time            : 5.04        (6.01      % time)
83.90/83.90	c v-elim xor               : 0           (0.00      % vars)
83.90/83.90	c xor elim time            : 0.12        (0.14      % time)
83.90/83.90	c num binary xor trees     : 194        
83.90/83.90	c binxor trees' crown      : 213         (1.10      leafs/tree)
83.90/83.90	c bin xor find time        : 0.69       
83.90/83.90	c OTF clause improved      : 5567        (0.02      clauses/conflict)
83.90/83.90	c OTF impr. size diff      : 11536       (2.07       lits/clause)
83.90/83.90	c OTF cl watch-shrink      : 180267      (0.67      clauses/conflict)
83.90/83.90	c OTF cl watch-sh-lit      : 2193086     (12.17      lits/clause)
83.90/83.90	c tried to recurMin cls    : 110198      (41.11      % of conflicts)
83.90/83.90	c updated cache            : 0           (0.00       lits/tried recurMin)
83.90/83.90	c clauses over max glue    : 0           (0.00      % of all clauses)
83.90/83.90	c conflicts                : 268034      (3198.79   / sec)
83.90/83.90	c decisions                : 2214759     (0.52      % random)
83.90/83.90	c bogo-props               : 2142444800  (25568528.34 / sec)
83.90/83.90	c conflict literals        : 10673169    (42.48     % deleted)
83.90/83.90	c Memory used              : 319.03      MB
83.90/83.90	c CPU time                 : 83.79       s
83.90/83.90	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-3284229-1303762357/watcher-3284229-1303762357 -o /tmp/evaluation-result-3284229-1303762357/solver-3284229-1303762357 -C 2400 -W 1300 -M 7680 ./strangenight2-st HOME/instance-3284229-1303762357.cnf 

running on 2 cores: 5,7

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.93 1.52 2.42 5/183 30572
/proc/meminfo: memFree=20711056/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=30376 CPUtime=0 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 876 0 0 0 0 0 0 0 18 0 1 0 487832428 31105024 815 33554432000 4194304 4627331 140734129481792 18446744073709551615 4317072 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 7594 815 320 106 0 2565 0

[startup+0.057442 s]
/proc/loadavg: 0.93 1.52 2.42 5/183 30572
/proc/meminfo: memFree=20711056/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=38024 CPUtime=0.05 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 2997 0 0 0 5 0 0 0 18 0 1 0 487832428 38936576 2729 33554432000 4194304 4627331 140734129481792 18446744073709551615 4507122 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 9506 2730 322 106 0 4477 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 38024

[startup+0.100422 s]
/proc/loadavg: 0.93 1.52 2.42 5/183 30572
/proc/meminfo: memFree=20711056/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=42696 CPUtime=0.09 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 4492 0 0 0 9 0 0 0 18 0 1 0 487832428 43720704 4214 33554432000 4194304 4627331 140734129481792 18446744073709551615 4507122 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 10674 4215 322 106 0 5645 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 42696

[startup+0.300383 s]
/proc/loadavg: 0.93 1.52 2.42 5/183 30572
/proc/meminfo: memFree=20711056/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=54856 CPUtime=0.29 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 8285 0 0 0 29 0 0 0 18 0 1 0 487832428 56172544 7733 33554432000 4194304 4627331 140734129481792 18446744073709551615 4309238 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 13714 7733 341 106 0 8685 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 54856

[startup+0.700303 s]
/proc/loadavg: 0.93 1.52 2.42 5/183 30572
/proc/meminfo: memFree=20711056/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=55120 CPUtime=0.69 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 8350 0 0 0 69 0 0 0 18 0 1 0 487832428 56442880 7798 33554432000 4194304 4627331 140734129481792 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 13780 7798 342 106 0 8751 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55120

[startup+1.50115 s]
/proc/loadavg: 0.93 1.52 2.42 5/184 30573
/proc/meminfo: memFree=20556920/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=116384 CPUtime=1.49 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 21619 0 0 0 147 2 0 0 20 0 1 0 487832428 119177216 21067 33554432000 4194304 4627331 140734129481792 18446744073709551615 254500352709 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 29096 21068 346 106 0 24067 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 116384

[startup+3.10084 s]
/proc/loadavg: 1.18 1.56 2.43 5/184 30573
/proc/meminfo: memFree=20393868/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=197456 CPUtime=3.09 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 40746 0 0 0 304 5 0 0 25 0 1 0 487832428 202194944 40194 33554432000 4194304 4627331 140734129481792 18446744073709551615 4308107 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 49364 40194 346 106 0 44335 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 197456

[startup+6.3002 s]
/proc/loadavg: 1.18 1.56 2.43 5/187 30579
/proc/meminfo: memFree=20058648/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=229200 CPUtime=6.29 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 50086 0 0 0 623 6 0 0 25 0 1 0 487832428 234700800 48343 33554432000 4194304 4627331 140734129481792 18446744073709551615 4324616 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 57300 48343 373 106 0 52271 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 229200

[startup+12.7009 s]
/proc/loadavg: 1.68 1.66 2.45 5/190 30585
/proc/meminfo: memFree=19236124/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=262640 CPUtime=12.69 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 59131 0 0 0 1262 7 0 0 25 0 1 0 487832428 268943360 54625 33554432000 4194304 4627331 140734129481792 18446744073709551615 4308955 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 65660 54625 379 106 0 60631 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 262640

[startup+25.5004 s]
/proc/loadavg: 2.04 1.73 2.47 5/190 30586
/proc/meminfo: memFree=17883100/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=277340 CPUtime=25.49 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 65028 0 0 0 2541 8 0 0 25 0 1 0 487832428 283996160 57476 33554432000 4194304 4627331 140734129481792 18446744073709551615 4424902 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 69335 57476 379 106 0 64306 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 277340

[startup+51.1003 s]
/proc/loadavg: 2.71 1.91 2.51 5/190 30613
/proc/meminfo: memFree=17227688/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=296032 CPUtime=51.09 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 72735 0 0 0 5100 9 0 0 25 0 1 0 487832428 303136768 62506 33554432000 4194304 4627331 140734129481792 18446744073709551615 4309110 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 74008 62506 379 106 0 68979 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 296032

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

[startup+63.9008 s]
/proc/loadavg: 3.07 2.03 2.54 5/190 30614
/proc/meminfo: memFree=17192356/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=310824 CPUtime=63.89 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 76729 0 0 0 6379 10 0 0 25 0 1 0 487832428 318283776 66496 33554432000 4194304 4627331 140734129481792 18446744073709551615 4520569 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 77706 66496 379 106 0 72677 0
Current children cumulated CPU time (s) 63.89
Current children cumulated vsize (KiB) 310824

[startup+76.7002 s]
/proc/loadavg: 3.21 2.10 2.55 5/190 30614
/proc/meminfo: memFree=17088840/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=323264 CPUtime=76.7 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 79449 0 0 0 7659 11 0 0 25 0 1 0 487832428 331022336 69216 33554432000 4194304 4627331 140734129481792 18446744073709551615 4308955 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 80816 69216 379 106 0 75787 0
Current children cumulated CPU time (s) 76.7
Current children cumulated vsize (KiB) 323264

[startup+79.9006 s]
/proc/loadavg: 3.27 2.13 2.56 5/190 30614
/proc/meminfo: memFree=17045816/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=323264 CPUtime=79.9 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 79457 0 0 0 7979 11 0 0 25 0 1 0 487832428 331022336 69224 33554432000 4194304 4627331 140734129481792 18446744073709551615 4428025 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 80816 69224 379 106 0 75787 0
Current children cumulated CPU time (s) 79.9
Current children cumulated vsize (KiB) 323264

[startup+81.5003 s]
/proc/loadavg: 3.33 2.16 2.57 5/190 30614
/proc/meminfo: memFree=17018288/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=323264 CPUtime=81.5 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 79457 0 0 0 8139 11 0 0 25 0 1 0 487832428 331022336 69224 33554432000 4194304 4627331 140734129481792 18446744073709551615 4308382 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 80816 69224 379 106 0 75787 0
Current children cumulated CPU time (s) 81.5
Current children cumulated vsize (KiB) 323264

[startup+83.101 s]
/proc/loadavg: 3.33 2.16 2.57 5/190 30614
/proc/meminfo: memFree=17015684/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=326680 CPUtime=83.1 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 79531 0 0 0 8299 11 0 0 25 0 1 0 487832428 334520320 69298 33554432000 4194304 4627331 140734129481792 18446744073709551615 4308735 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 81670 69298 379 106 0 76641 0
Current children cumulated CPU time (s) 83.1
Current children cumulated vsize (KiB) 326680

[startup+83.5009 s]
/proc/loadavg: 3.33 2.16 2.57 5/190 30614
/proc/meminfo: memFree=16998696/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=326680 CPUtime=83.5 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 79616 0 0 0 8339 11 0 0 25 0 1 0 487832428 334520320 69383 33554432000 4194304 4627331 140734129481792 18446744073709551615 4309315 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 81670 69383 379 106 0 76641 0
Current children cumulated CPU time (s) 83.5
Current children cumulated vsize (KiB) 326680

[startup+83.9008 s]
/proc/loadavg: 3.33 2.16 2.57 5/190 30614
/proc/meminfo: memFree=16998696/32950928 swapFree=67111528/67111528
[pid=30572] ppid=30570 vsize=326680 CPUtime=83.9 cores=5,7
/proc/30572/stat : 30572 (strangenight2-s) R 30570 30572 29940 0 -1 4202496 79684 0 0 0 8379 11 0 0 25 0 1 0 487832428 334520320 69451 33554432000 4194304 4627331 140734129481792 18446744073709551615 4309283 0 0 4096 2 0 0 0 17 5 0 0 0
/proc/30572/statm: 81670 69451 379 106 0 76641 0
Current children cumulated CPU time (s) 83.9
Current children cumulated vsize (KiB) 326680

Child status: 20
Real time (s): 83.9407
CPU time (s): 83.9442
CPU user time (s): 83.8163
CPU system time (s): 0.12798
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 326680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 83.8163
system time used= 0.12798
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 79695
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= 6
involuntary context switches= 69

runsolver used 0.103984 second user time and 0.370943 second system time

The end

Launcher Data

Begin job on node149 at 2011-04-25 22:12:37
IDJOB=3284229
IDBENCH=71743
IDSOLVER=1587
FILE ID=node149/3284229-1303762357
RUNJOBID= node149-1303762357-30545
PBS_JOBID= 13157116
Free space on /tmp= 72120 MiB

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

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=919781415

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.806
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.82
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.806
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:      20711708 kB
Buffers:       2160932 kB
Cached:        9456028 kB
SwapCached:          0 kB
Active:        1229516 kB
Inactive:     10477160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:     32950928 kB
LowFree:      20711708 kB
SwapTotal:    67111528 kB
SwapFree:     67111528 kB
Dirty:           76188 kB
Writeback:           0 kB
AnonPages:       89096 kB
Mapped:          15360 kB
Slab:           469436 kB
PageTables:       5212 kB
NFS_Unstable:        0 kB
Bounce:              0 kB
CommitLimit:  83586992 kB
Committed_AS:   240900 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= 71664 MiB
End job on node149 at 2011-04-25 22:14:01