Trace number 1797815

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
minisat2-core 070721UNSAT 184.934 185.005

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l05-ipc5-h27-unknown.cnf
MD5SUM7634252332633927f116161c1beb6151
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark84.5591
Satisfiable
(Un)Satisfiability was proved
Number of variables93573
Number of clauses439508
Sum of the clauses size1132510
Maximum clause length403
Minimum clause length1
Number of clauses of size 1190
Number of clauses of size 2347239
Number of clauses of size 388215
Number of clauses of size 41000
Number of clauses of size 5107
Number of clauses of size over 52757

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  95421                                                |
0.00/0.00	|  Number of clauses:    439508                                               |
0.19/0.26	|  Parsing time:         0.23         s                                       |
0.19/0.27	============================[ Search Statistics ]==============================
0.19/0.27	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.19/0.27	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.19/0.27	===============================================================================
0.19/0.27	|         0 |   95393   439298  1132270 |   146432        0    nan |  0.000 % |
0.29/0.35	|       100 |   95393   439298  1132270 |   161075      100     13 |  0.029 % |
0.49/0.56	|       252 |   95393   439298  1132270 |   177183      252     19 |  0.029 % |
0.69/0.73	|       477 |   95393   439298  1132270 |   194901      477     20 |  0.029 % |
1.99/2.05	|       816 |   95393   439298  1132270 |   214392      816     23 |  0.029 % |
3.29/3.34	|      1324 |   95370   439121  1131871 |   235831     1323     37 |  0.053 % |
4.99/5.07	|      2083 |   95321   438992  1131569 |   259414     2077     39 |  0.139 % |
9.59/9.67	|      3226 |   95284   438401  1130262 |   285355     3217     40 |  0.163 % |
11.39/11.42	|      4934 |   95265   438230  1129873 |   313891     4924     35 |  0.163 % |
15.69/15.80	|      7496 |   95265   438230  1129873 |   345280     7486     33 |  0.163 % |
21.48/21.53	|     11340 |   95265   438230  1129873 |   379808    11330     37 |  0.163 % |
29.58/29.68	|     17106 |   95265   438230  1129873 |   417789    17096     38 |  0.163 % |
44.27/44.38	|     25756 |   95265   438230  1129873 |   459568    25746     37 |  0.163 % |
74.06/74.14	|     38730 |   95184   437688  1128630 |   505525    36591     38 |  0.248 % |
101.15/101.20	|     58191 |   95184   437688  1128630 |   556077    56052     32 |  0.248 % |
156.93/157.08	|     87384 |   95184   437688  1128630 |   611685    85245     30 |  0.248 % |
184.82/184.99	===============================================================================
184.82/184.99	restarts              : 16
184.82/184.99	conflicts             : 101341         (548 /sec)
184.82/184.99	decisions             : 175435         (1.83 % random) (949 /sec)
184.82/184.99	propagations          : 343981176      (1861008 /sec)
184.82/184.99	conflict literals     : 2863489        (36.77 % deleted)
184.82/184.99	Memory used           : 40.91 MB
184.82/184.99	CPU time              : 184.836 s
184.82/184.99	
184.82/184.99	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-1797815-1242074969/watcher-1797815-1242074969 -o /tmp/evaluation-result-1797815-1242074969/solver-1797815-1242074969 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1797815-1242074969.cnf 

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 9824
/proc/meminfo: memFree=1300792/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=2200 CPUtime=0
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 422 0 0 0 0 0 0 0 18 0 1 0 235530884 2252800 407 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 550 408 58 171 0 376 0

[startup+0.0791361 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9824
/proc/meminfo: memFree=1300792/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=8620 CPUtime=0.06
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 1990 0 0 0 6 0 0 0 18 0 1 0 235530884 8826880 1975 1992294400 134512640 135213614 4294956256 18446744073709551615 134719510 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 2155 1975 58 171 0 1981 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 8620

[startup+0.102139 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9824
/proc/meminfo: memFree=1300792/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=11180 CPUtime=0.09
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 2548 0 0 0 9 0 0 0 18 0 1 0 235530884 11448320 2533 1992294400 134512640 135213614 4294956256 18446744073709551615 134741438 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 2795 2533 58 171 0 2621 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11180

[startup+0.302173 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9824
/proc/meminfo: memFree=1300792/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=26396 CPUtime=0.29
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 6125 0 0 0 27 2 0 0 19 0 1 0 235530884 27029504 6110 1992294400 134512640 135213614 4294956256 18446744073709551615 134526961 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 6599 6110 74 171 0 6425 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26396

[startup+0.701243 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 9824
/proc/meminfo: memFree=1300792/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=26560 CPUtime=0.69
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 6163 0 0 0 67 2 0 0 22 0 1 0 235530884 27197440 6148 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 6640 6148 78 171 0 6466 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 26560

[startup+1.50138 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1276336/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=26760 CPUtime=1.49
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 6201 0 0 0 147 2 0 0 25 0 1 0 235530884 27402240 6186 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 6690 6186 78 171 0 6516 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 26760

[startup+3.10166 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1276208/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=26892 CPUtime=3.08
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 6242 0 0 0 306 2 0 0 25 0 1 0 235530884 27537408 6227 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 6723 6227 78 171 0 6549 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 26892

[startup+6.30122 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1275568/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=27156 CPUtime=6.29
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 6315 0 0 0 626 3 0 0 25 0 1 0 235530884 27807744 6300 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 6789 6300 78 171 0 6615 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 27156

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1275184/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=27688 CPUtime=12.69
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 6456 0 0 0 1266 3 0 0 25 0 1 0 235530884 28352512 6441 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 6922 6441 78 171 0 6748 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 27688

[startup+25.5016 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1273392/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=29404 CPUtime=25.48
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 6876 0 0 0 2545 3 0 0 25 0 1 0 235530884 30109696 6861 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 7351 6861 78 171 0 7177 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 29404

[startup+51.1021 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1270576/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=32368 CPUtime=51.07
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 7601 0 0 0 5102 5 0 0 25 0 1 0 235530884 33144832 7586 1992294400 134512640 135213614 4294956256 18446744073709551615 134538921 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 8092 7586 78 171 0 7918 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 32368

[startup+102.304 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1266544/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=36340 CPUtime=102.25
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 8612 0 0 0 10219 6 0 0 25 0 1 0 235530884 37212160 8597 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 9085 8597 78 171 0 8911 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 36340

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1262064/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=40780 CPUtime=162.23
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 9716 0 0 0 16215 8 0 0 25 0 1 0 235530884 41758720 9701 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 10195 9701 78 171 0 10021 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 40780

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

[startup+166.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1261808/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=41044 CPUtime=166.22
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 9771 0 0 0 16614 8 0 0 25 0 1 0 235530884 42029056 9756 1992294400 134512640 135213614 4294956256 18446744073709551615 134526715 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 10261 9756 78 171 0 10087 0
Current children cumulated CPU time (s) 166.22
Current children cumulated vsize (KiB) 41044

[startup+172.705 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1261488/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=41488 CPUtime=172.62
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 9855 0 0 0 17254 8 0 0 25 0 1 0 235530884 42483712 9840 1992294400 134512640 135213614 4294956256 18446744073709551615 134526789 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 10372 9840 78 171 0 10198 0
Current children cumulated CPU time (s) 172.62
Current children cumulated vsize (KiB) 41488

[startup+179.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1261104/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=41752 CPUtime=179.03
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 9938 0 0 0 17894 9 0 0 25 0 1 0 235530884 42754048 9923 1992294400 134512640 135213614 4294956256 18446744073709551615 134527261 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 10438 9923 78 171 0 10264 0
Current children cumulated CPU time (s) 179.03
Current children cumulated vsize (KiB) 41752

[startup+182.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1261104/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=41888 CPUtime=182.22
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 9948 0 0 0 18213 9 0 0 25 0 1 0 235530884 42893312 9933 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 10472 9933 78 171 0 10298 0
Current children cumulated CPU time (s) 182.22
Current children cumulated vsize (KiB) 41888

[startup+183.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1261104/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=41888 CPUtime=183.82
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 9948 0 0 0 18373 9 0 0 25 0 1 0 235530884 42893312 9933 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 10472 9933 78 171 0 10298 0
Current children cumulated CPU time (s) 183.82
Current children cumulated vsize (KiB) 41888

[startup+184.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1261040/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=41888 CPUtime=184.63
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 9952 0 0 0 18454 9 0 0 25 0 1 0 235530884 42893312 9937 1992294400 134512640 135213614 4294956256 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 10472 9937 78 171 0 10298 0
Current children cumulated CPU time (s) 184.63
Current children cumulated vsize (KiB) 41888

[startup+184.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1261040/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=41888 CPUtime=184.82
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194304 9953 0 0 0 18473 9 0 0 25 0 1 0 235530884 42893312 9938 1992294400 134512640 135213614 4294956256 18446744073709551615 134526976 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 10472 9938 78 171 0 10298 0
Current children cumulated CPU time (s) 184.82
Current children cumulated vsize (KiB) 41888

[startup+185.002 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 9825
/proc/meminfo: memFree=1261040/2055920 swapFree=4180812/4192956
[pid=9824] ppid=9822 vsize=0 CPUtime=184.92
/proc/9824/stat : 9824 (minisat_static) R 9822 9824 9663 0 -1 4194308 9964 0 0 0 18483 9 0 0 25 0 1 0 235530884 0 0 1992294400 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/9824/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 184.92
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 185.005
CPU time (s): 184.934
CPU user time (s): 184.836
CPU system time (s): 0.097985
CPU usage (%): 99.9615
Max. virtual memory (cumulated for all children) (KiB): 41888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 184.836
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9964
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= 2
involuntary context switches= 451

runsolver used 0.137979 second user time and 0.395939 second system time

The end

Launcher Data

Begin job on node4 at 2009-05-11 22:49:29
IDJOB=1797815
IDBENCH=20420
IDSOLVER=651
FILE ID=node4/1797815-1242074969
PBS_JOBID= 9277594
Free space on /tmp= 66252 MiB

SOLVER NAME= minisat2-core 070721
BENCH NAME= SAT07/industrial/palacios/uts/uts-l05-ipc5-h27-unknown.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797815-1242074969/watcher-1797815-1242074969 -o /tmp/evaluation-result-1797815-1242074969/solver-1797815-1242074969 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1797815-1242074969.cnf

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

MD5SUM BENCH= 7634252332633927f116161c1beb6151
RANDOM SEED=551577139

node4.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.265
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.265
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:       1301272 kB
Buffers:         59024 kB
Cached:         622844 kB
SwapCached:       5952 kB
Active:         163780 kB
Inactive:       525984 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1301272 kB
SwapTotal:     4192956 kB
SwapFree:      4180812 kB
Dirty:            8424 kB
Writeback:           0 kB
Mapped:          13496 kB
Slab:            50824 kB
Committed_AS:   957016 kB
PageTables:       1468 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= 66252 MiB
End job on node4 at 2009-05-11 22:52:34