Trace number 1797667

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
IUT_BMB_SIM 1.0UNSAT 73.1389 73.1763

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-10-5p0.cnf
MD5SUM9d45c35f4df88b155135c4914792c59e
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark73.1389
Satisfiable
(Un)Satisfiability was proved
Number of variables104481
Number of clauses500875
Sum of the clauses size1175028
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398201
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
7.19/7.26	This is MiniSat 2.0 beta
7.19/7.26	WARNING: for repeatability, setting FPU to use double precision
7.19/7.26	============================[ Problem Statistics ]=============================
7.19/7.26	|                                                                             |
7.19/7.26	|  Number of variables:  104481                                               |
7.19/7.26	|  Number of clauses:    345121                                               |
7.25/7.49	|  Parsing time:         0.20         s                                       |
7.25/7.50	============================[ Search Statistics ]==============================
7.25/7.50	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.25/7.50	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.25/7.50	===============================================================================
7.25/7.50	|         0 |  104463   336773   807036 |   112257        0    nan |  0.000 % |
7.25/7.56	|       100 |  104463   336773   807036 |   123483      100    181 |  0.000 % |
7.69/7.71	|       251 |  104463   336773   807036 |   135831      251     97 |  0.000 % |
7.78/7.88	|       476 |  104388   336773   807036 |   149414      475     73 |  0.955 % |
8.38/8.45	|       815 |  103232   331613   795678 |   164356      807    107 |  3.571 % |
9.28/9.39	|      1321 |  100055   311946   752527 |   180792     1294    142 |  5.634 % |
10.08/10.14	|      2080 |   97555   299335   724715 |   198871     2048    129 |  7.810 % |
11.88/11.98	|      3219 |   97555   299335   724715 |   218758     3187    149 |  7.810 % |
13.88/13.99	|      4928 |   95554   288066   699762 |   240634     4885    140 |  9.968 % |
17.28/17.32	|      7492 |   92258   271931   664071 |   264697     7429    166 | 14.527 % |
24.18/24.24	|     11336 |   88855   251695   619226 |   291167    11204    171 | 14.941 % |
33.67/33.76	|     17103 |   87802   241644   593436 |   320284    12072    194 | 16.814 % |
57.06/57.10	|     25753 |   84978   225894   555617 |   352312    17382    203 | 18.749 % |
72.26/72.38	===============================================================================
72.26/72.38	restarts              : 13
72.26/72.38	conflicts             : 31289          (481 /sec)
72.26/72.38	decisions             : 228504         (1.62 % random) (3515 /sec)
72.26/72.38	propagations          : 117094174      (1801085 /sec)
72.26/72.38	conflict literals     : 5564947        (28.27 % deleted)
72.26/72.38	Memory used           : 40.44 MB
72.26/72.38	CPU time              : 65.0131 s
72.26/72.38	
72.26/72.38	UNSATISFIABLE
72.26/72.39	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1797667-1242084123/watcher-1797667-1242084123 -o /tmp/evaluation-result-1797667-1242084123/solver-1797667-1242084123 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797667-1242084123.cnf HOME 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31184
/proc/meminfo: memFree=1137464/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=7156 CPUtime=0
/proc/31184/stat : 31184 (IUT_BMB_SIM) R 31182 31184 30734 0 -1 4194304 192 0 0 0 0 0 0 0 18 0 1 0 236438404 7327744 175 1992294400 134512640 135635349 4294956224 18446744073709551615 134533673 0 0 4096 0 0 0 0 17 0 0 0
/proc/31184/statm: 1789 175 92 274 0 1512 0

[startup+0.00908196 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31184
/proc/meminfo: memFree=1137464/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=7156 CPUtime=0
/proc/31184/stat : 31184 (IUT_BMB_SIM) R 31182 31184 30734 0 -1 4194304 259 0 0 0 0 0 0 0 18 0 1 0 236438404 7327744 242 1992294400 134512640 135635349 4294956224 18446744073709551615 134533682 0 0 4096 0 0 0 0 17 0 0 0
/proc/31184/statm: 1789 243 92 274 0 1512 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 7156

[startup+0.101089 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31184
/proc/meminfo: memFree=1137464/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=11168 CPUtime=0.09
/proc/31184/stat : 31184 (IUT_BMB_SIM) R 31182 31184 30734 0 -1 4194304 2385 0 0 0 9 0 0 0 18 0 1 0 236438404 11436032 2368 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/31184/statm: 2792 2369 92 274 0 2515 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11168

[startup+0.301104 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31184
/proc/meminfo: memFree=1137464/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=24184 CPUtime=0.29
/proc/31184/stat : 31184 (IUT_BMB_SIM) R 31182 31184 30734 0 -1 4194304 5851 0 0 0 27 2 0 0 19 0 1 0 236438404 24764416 5834 1992294400 134512640 135635349 4294956224 18446744073709551615 134549736 0 0 4096 0 0 0 0 17 0 0 0
/proc/31184/statm: 6046 5835 99 274 0 5769 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24184

[startup+0.701137 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 31184
/proc/meminfo: memFree=1137464/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=29596 CPUtime=0.69
/proc/31184/stat : 31184 (IUT_BMB_SIM) R 31182 31184 30734 0 -1 4194304 7212 0 0 0 66 3 0 0 23 0 1 0 236438404 30306304 7195 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/31184/statm: 7399 7195 99 274 0 7122 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 29596

[startup+1.5012 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31185
/proc/meminfo: memFree=1105264/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=39232 CPUtime=1.49
/proc/31184/stat : 31184 (IUT_BMB_SIM) R 31182 31184 30734 0 -1 4194304 9629 0 0 0 145 4 0 0 25 0 1 0 236438404 40173568 9612 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/31184/statm: 9808 9612 99 274 0 9531 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39232

[startup+3.10133 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31185
/proc/meminfo: memFree=1092848/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=55996 CPUtime=3.09
/proc/31184/stat : 31184 (IUT_BMB_SIM) R 31182 31184 30734 0 -1 4194304 13813 0 0 0 304 5 0 0 25 0 1 0 236438404 57339904 13796 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/31184/statm: 13999 13796 99 274 0 13722 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55996

[startup+6.30158 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 31185
/proc/meminfo: memFree=1050672/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=86744 CPUtime=6.29
/proc/31184/stat : 31184 (IUT_BMB_SIM) R 31182 31184 30734 0 -1 4194304 21899 0 0 0 564 65 0 0 25 0 1 0 236438404 88825856 21508 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/31184/statm: 21686 21508 101 274 0 21409 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 86744

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31186
/proc/meminfo: memFree=1023088/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=86744 CPUtime=7.25
/proc/31184/stat : 31184 (IUT_BMB_SIM) S 31182 31184 30734 0 -1 4194304 21905 0 0 0 593 132 0 0 25 0 1 0 236438404 88825856 21513 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/31184/statm: 21686 21513 106 274 0 21409 0
[pid=31186] ppid=31184 vsize=25944 CPUtime=5.42
/proc/31186/stat : 31186 (minisat) R 31184 31184 30734 0 -1 4194304 5955 0 0 0 539 3 0 0 25 0 1 0 236439129 26566656 5690 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/31186/statm: 6486 5690 77 170 0 6314 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 112688

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31186
/proc/meminfo: memFree=1017456/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=86744 CPUtime=7.25
/proc/31184/stat : 31184 (IUT_BMB_SIM) S 31182 31184 30734 0 -1 4194304 21905 0 0 0 593 132 0 0 25 0 1 0 236438404 88825856 21513 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/31184/statm: 21686 21513 106 274 0 21409 0
[pid=31186] ppid=31184 vsize=31648 CPUtime=18.22
/proc/31186/stat : 31186 (minisat) R 31184 31184 30734 0 -1 4194304 7366 0 0 0 1818 4 0 0 25 0 1 0 236439129 32407552 7101 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/31186/statm: 7912 7101 77 170 0 7740 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 118392

[startup+51.1011 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 31186
/proc/meminfo: memFree=1009904/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=86744 CPUtime=7.25
/proc/31184/stat : 31184 (IUT_BMB_SIM) S 31182 31184 30734 0 -1 4194304 21905 0 0 0 593 132 0 0 25 0 1 0 236438404 88825856 21513 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/31184/statm: 21686 21513 106 274 0 21409 0
[pid=31186] ppid=31184 vsize=39104 CPUtime=43.81
/proc/31186/stat : 31186 (minisat) R 31184 31184 30734 0 -1 4194304 9245 0 0 0 4374 7 0 0 25 0 1 0 236439129 40042496 8980 1992294400 134512640 135212939 4294956320 18446744073709551615 134526644 0 0 4096 3 0 0 0 17 0 0 0
/proc/31186/statm: 9776 8980 77 170 0 9604 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 125848

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

[startup+63.9011 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 31186
/proc/meminfo: memFree=1009136/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=86744 CPUtime=7.25
/proc/31184/stat : 31184 (IUT_BMB_SIM) S 31182 31184 30734 0 -1 4194304 21905 0 0 0 593 132 0 0 25 0 1 0 236438404 88825856 21513 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/31184/statm: 21686 21513 106 274 0 21409 0
[pid=31186] ppid=31184 vsize=39824 CPUtime=56.6
/proc/31186/stat : 31186 (minisat) R 31184 31184 30734 0 -1 4194304 9417 0 0 0 5653 7 0 0 25 0 1 0 236439129 40779776 9152 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/31186/statm: 9956 9152 77 170 0 9784 0
Current children cumulated CPU time (s) 63.85
Current children cumulated vsize (KiB) 126568

[startup+67.1054 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 31186
/proc/meminfo: memFree=1008496/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=86744 CPUtime=7.25
/proc/31184/stat : 31184 (IUT_BMB_SIM) S 31182 31184 30734 0 -1 4194304 21905 0 0 0 593 132 0 0 25 0 1 0 236438404 88825856 21513 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/31184/statm: 21686 21513 106 274 0 21409 0
[pid=31186] ppid=31184 vsize=40484 CPUtime=59.81
/proc/31186/stat : 31186 (minisat) R 31184 31184 30734 0 -1 4194304 9594 0 0 0 5973 8 0 0 25 0 1 0 236439129 41455616 9329 1992294400 134512640 135212939 4294956320 18446744073709551615 134526557 0 0 4096 3 0 0 0 17 0 0 0
/proc/31186/statm: 10121 9329 77 170 0 9949 0
Current children cumulated CPU time (s) 67.06
Current children cumulated vsize (KiB) 127228

[startup+70.3026 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 31186
/proc/meminfo: memFree=1007856/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=86744 CPUtime=7.25
/proc/31184/stat : 31184 (IUT_BMB_SIM) S 31182 31184 30734 0 -1 4194304 21905 0 0 0 593 132 0 0 25 0 1 0 236438404 88825856 21513 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/31184/statm: 21686 21513 106 274 0 21409 0
[pid=31186] ppid=31184 vsize=41144 CPUtime=63.01
/proc/31186/stat : 31186 (minisat) R 31184 31184 30734 0 -1 4194304 9754 0 0 0 6293 8 0 0 25 0 1 0 236439129 42131456 9489 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/31186/statm: 10286 9489 77 170 0 10114 0
Current children cumulated CPU time (s) 70.26
Current children cumulated vsize (KiB) 127888

[startup+71.9018 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 31186
/proc/meminfo: memFree=1007728/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=86744 CPUtime=7.25
/proc/31184/stat : 31184 (IUT_BMB_SIM) S 31182 31184 30734 0 -1 4194304 21905 0 0 0 593 132 0 0 25 0 1 0 236438404 88825856 21513 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/31184/statm: 21686 21513 106 274 0 21409 0
[pid=31186] ppid=31184 vsize=41276 CPUtime=64.61
/proc/31186/stat : 31186 (minisat) R 31184 31184 30734 0 -1 4194304 9795 0 0 0 6453 8 0 0 25 0 1 0 236439129 42266624 9530 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/31186/statm: 10319 9530 77 170 0 10147 0
Current children cumulated CPU time (s) 71.86
Current children cumulated vsize (KiB) 128020

[startup+72.7018 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 31186
/proc/meminfo: memFree=1045432/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=84292 CPUtime=72.65
/proc/31184/stat : 31184 (IUT_BMB_SIM) R 31182 31184 30734 0 -1 4194304 37192 9825 0 0 622 134 6501 8 20 0 1 0 236438404 86315008 20901 1992294400 134512640 135635349 4294956224 18446744073709551615 135066991 0 0 4096 0 0 0 0 17 0 0 0
/proc/31184/statm: 21073 20901 107 274 0 20796 0
Current children cumulated CPU time (s) 72.65
Current children cumulated vsize (KiB) 84292

[startup+73.1019 s]
/proc/loadavg: 1.07 1.02 1.00 2/65 31186
/proc/meminfo: memFree=1045432/2055920 swapFree=4165124/4192956
[pid=31184] ppid=31182 vsize=75708 CPUtime=73.04
/proc/31184/stat : 31184 (IUT_BMB_SIM) R 31182 31184 30734 0 -1 4194304 37930 9825 0 0 661 134 6501 8 24 0 1 0 236438404 77524992 18755 1992294400 134512640 135635349 4294956224 18446744073709551615 135063556 0 0 4096 0 0 0 0 17 0 0 0
/proc/31184/statm: 18927 18755 107 274 0 18650 0
Current children cumulated CPU time (s) 73.04
Current children cumulated vsize (KiB) 75708

Child status: 0
Real time (s): 73.1763
CPU time (s): 73.1389
CPU user time (s): 71.6931
CPU system time (s): 1.44578
CPU usage (%): 99.9489
Max. virtual memory (cumulated for all children) (KiB): 128152

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 71.6931
system time used= 1.44578
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47862
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= 5
involuntary context switches= 145

runsolver used 0.072988 second user time and 0.204968 second system time

The end

Launcher Data

Begin job on node69 at 2009-05-12 01:22:04
IDJOB=1797667
IDBENCH=70974
IDSOLVER=650
FILE ID=node69/1797667-1242084123
PBS_JOBID= 9277667
Free space on /tmp= 66220 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-10-5p0.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797667-1242084123/watcher-1797667-1242084123 -o /tmp/evaluation-result-1797667-1242084123/solver-1797667-1242084123 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797667-1242084123.cnf HOME

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 9d45c35f4df88b155135c4914792c59e
RANDOM SEED=535737961

node69.alineos.net Linux 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.231
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
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 lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1138008 kB
Buffers:         63868 kB
Cached:         744308 kB
SwapCached:      22444 kB
Active:          92892 kB
Inactive:       739740 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1138008 kB
SwapTotal:     4192956 kB
SwapFree:      4165124 kB
Dirty:           10636 kB
Writeback:           0 kB
Mapped:          14260 kB
Slab:            71292 kB
Committed_AS:   743772 kB
PageTables:       1464 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66212 MiB
End job on node69 at 2009-05-12 01:23:17