Trace number 331210

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, and are wall clock time (not CPU 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
Rsat 2007-02-08SAT 108.134 108.381

General information on the benchmark

Nameindustrial/vliw_sat_4.0/
9vliw_m_9stages_iq3_C1_bug5.cnf
MD5SUMc77a56af24208a6401c763e11a38de01
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark32.2141
Satisfiable
(Un)Satisfiability was proved
Number of variables520770
Number of clauses13380350
Sum of the clauses size39210884
Maximum clause length6689
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 28710587
Number of clauses of size 34215482
Number of clauses of size 425225
Number of clauses of size 515593
Number of clauses of size over 5413462

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node44/watcher-331210-1173182428 -o ROOT/results/node44/solver-331210-1173182428 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/331210-1173182428/rsat.sh /tmp/evaluation/331210-1173182428/instance-331210-1173182428.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): 2400 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
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.94 0.98 0.99 3/64 22612
/proc/meminfo: memFree=1577472/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 283 0 0 0 0 0 0 0 18 0 1 0 338200762 5480448 232 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/22612/statm: 1338 232 195 169 0 49 0
[pid=22613] ppid=22612 vsize=684 CPUtime=0
/proc/22613/stat : 22613 (SatElite) D 22612 22612 21579 0 -1 4194304 62 0 0 0 0 0 0 0 20 0 1 0 338200762 700416 44 18446744073709551615 134512640 135038345 4294956768 18446744073709551615 134699069 0 0 4096 3 18446744071563608240 0 0 17 1 0 0
/proc/22613/statm: 171 44 36 128 0 40 0

[startup+0.085723 s]
/proc/loadavg: 0.94 0.98 0.99 3/64 22612
/proc/meminfo: memFree=1577472/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.101726 s]
/proc/loadavg: 0.94 0.98 0.99 3/64 22612
/proc/meminfo: memFree=1577472/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.301763 s]
/proc/loadavg: 0.94 0.98 0.99 3/64 22612
/proc/meminfo: memFree=1577472/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+0.701834 s]
/proc/loadavg: 0.94 0.98 0.99 3/64 22612
/proc/meminfo: memFree=1577472/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 5352

[startup+1.50198 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 22615
/proc/meminfo: memFree=1523568/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
[pid=22615] ppid=22612 vsize=161004 CPUtime=1.48
/proc/22615/stat : 22615 (rsat) R 22612 22612 21579 0 -1 4194304 19978 0 0 0 136 12 0 0 25 0 1 0 338200764 164868096 19829 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 135037357 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22615/statm: 40251 19829 84 211 0 40037 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 166356

[startup+3.10127 s]
/proc/loadavg: 0.94 0.98 0.99 2/66 22615
/proc/meminfo: memFree=1470000/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
[pid=22615] ppid=22612 vsize=230964 CPUtime=3.07
/proc/22615/stat : 22615 (rsat) R 22612 22612 21579 0 -1 4194304 39534 0 0 0 285 22 0 0 25 0 1 0 338200764 236507136 39290 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134517143 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22615/statm: 57741 39290 84 211 0 57527 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 236316

[startup+6.30186 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 22615
/proc/meminfo: memFree=1337456/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
[pid=22615] ppid=22612 vsize=331156 CPUtime=6.27
/proc/22615/stat : 22615 (rsat) R 22612 22612 21579 0 -1 4194304 67556 0 0 0 588 39 0 0 25 0 1 0 338200764 339103744 67150 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134984727 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22615/statm: 82789 67151 84 211 0 82575 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 336508

[startup+12.703 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 22615
/proc/meminfo: memFree=966064/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
[pid=22615] ppid=22612 vsize=706020 CPUtime=12.67
/proc/22615/stat : 22615 (rsat) R 22612 22612 21579 0 -1 4194304 173783 0 0 0 1174 93 0 0 25 0 1 0 338200764 722964480 169816 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134521386 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22615/statm: 176505 169816 85 211 0 176291 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 711372

[startup+25.5014 s]
/proc/loadavg: 0.96 0.98 0.99 2/72 22687
/proc/meminfo: memFree=866296/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
[pid=22615] ppid=22612 vsize=723048 CPUtime=25.42
/proc/22615/stat : 22615 (rsat) R 22612 22612 21579 0 -1 4194304 214539 0 0 0 2437 105 0 0 25 0 1 0 338200764 740401152 177508 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134530138 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22615/statm: 180762 177508 86 211 0 180548 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 728400

[startup+51.101 s]
/proc/loadavg: 0.97 0.98 0.99 2/72 22729
/proc/meminfo: memFree=857336/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
[pid=22615] ppid=22612 vsize=727092 CPUtime=50.99
/proc/22615/stat : 22615 (rsat) R 22612 22612 21579 0 -1 4194304 283723 0 0 0 4978 121 0 0 25 0 1 0 338200764 744542208 178665 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522794 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22615/statm: 181773 178665 86 211 0 181559 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 732444

[startup+102.305 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22813
/proc/meminfo: memFree=855712/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
[pid=22615] ppid=22612 vsize=731760 CPUtime=102.13
/proc/22615/stat : 22615 (rsat) R 22612 22612 21579 0 -1 4194304 665752 0 0 0 10021 192 0 0 25 0 1 0 338200764 749322240 180441 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134522833 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22615/statm: 182940 180441 86 211 0 182726 0
Current children cumulated CPU time (s) 102.13
Current children cumulated vsize (KiB) 737112

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

[startup+105.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22813
/proc/meminfo: memFree=855008/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
[pid=22615] ppid=22612 vsize=732424 CPUtime=105.34
/proc/22615/stat : 22615 (rsat) R 22612 22612 21579 0 -1 4194304 726271 0 0 0 10332 202 0 0 25 0 1 0 338200764 750002176 180618 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134530258 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22615/statm: 183106 180618 86 211 0 182892 0
Current children cumulated CPU time (s) 105.34
Current children cumulated vsize (KiB) 737776

[startup+107.101 s]
/proc/loadavg: 0.99 0.98 0.99 3/66 22813
/proc/meminfo: memFree=851040/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
[pid=22615] ppid=22612 vsize=733004 CPUtime=106.93
/proc/22615/stat : 22615 (rsat) R 22612 22612 21579 0 -1 4194304 728764 0 0 0 10490 203 0 0 21 0 1 0 338200764 750596096 180726 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134982942 0 0 4096 1026 0 0 0 17 0 0 0
/proc/22615/statm: 183251 180726 86 211 0 183037 0
Current children cumulated CPU time (s) 106.93
Current children cumulated vsize (KiB) 738356

[startup+107.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22813
/proc/meminfo: memFree=902944/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
[pid=22615] ppid=22612 vsize=680736 CPUtime=107.72
/proc/22615/stat : 22615 (rsat) R 22612 22612 21579 0 -1 4194304 728764 0 0 0 10569 203 0 0 25 0 1 0 338200764 697073664 167659 18446744073709551615 134512640 135377749 4294956848 18446744073709551615 134979914 0 0 4096 1026 0 0 0 17 1 0 0
/proc/22615/statm: 170184 167659 86 211 0 169970 0
Current children cumulated CPU time (s) 107.72
Current children cumulated vsize (KiB) 686088

[startup+108.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 22813
/proc/meminfo: memFree=902944/2055920 swapFree=4183376/4192956
[pid=22612] ppid=22610 vsize=5352 CPUtime=0
/proc/22612/stat : 22612 (rsat.sh) S 22610 22612 21579 0 -1 4194304 305 75 0 0 0 0 0 0 16 0 1 0 338200762 5480448 234 18446744073709551615 4194304 4889804 548682069328 18446744073709551615 264840471364 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/22612/statm: 1338 234 195 169 0 49 0
[pid=22615] ppid=22612 vsize=0 CPUtime=108.12
/proc/22615/stat : 22615 (rsat) D 22612 22612 21579 0 -1 4194308 728769 0 0 0 10598 214 0 0 24 0 1 0 338200764 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 1026 18446744072100125374 0 0 17 0 0 0
/proc/22615/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 108.12
Current children cumulated vsize (KiB) 5352

Child status: 10
Real time (s): 108.381
CPU time (s): 108.134
CPU user time (s): 105.985
CPU system time (s): 2.14867
CPU usage (%): 99.7718
Max. virtual memory (cumulated for all children) (KiB): 738356

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 105.985
system time used= 2.14867
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 729305
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= 86
involuntary context switches= 583

runsolver used 0.152976 second user time and 0.304953 second system time

The end

Launcher Data (download as text)

Begin job on node44 on Tue Mar  6 12:00:46 UTC 2007

IDJOB= 331210
IDBENCH= 20582
IDSOLVER= 104
FILE ID= node44/331210-1173182428

PBS_JOBID= 4015260

Free space on /tmp= 66221 MiB

SOLVER NAME= Rsat 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug5.cnf
COMMAND LINE= /tmp/evaluation/331210-1173182428/rsat.sh /tmp/evaluation/331210-1173182428/instance-331210-1173182428.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node44/watcher-331210-1173182428 -o ROOT/results/node44/solver-331210-1173182428 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/331210-1173182428/rsat.sh /tmp/evaluation/331210-1173182428/instance-331210-1173182428.cnf            

META MD5SUM SOLVER= 42fb71d21991acbdd759c16645f65450
MD5SUM BENCH=  c77a56af24208a6401c763e11a38de01

RANDOM SEED= 486266411

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

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

/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.261
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.261
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:       1577944 kB
Buffers:          4888 kB
Cached:         392136 kB
SwapCached:       3632 kB
Active:         366592 kB
Inactive:        52856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577944 kB
SwapTotal:     4192956 kB
SwapFree:      4183376 kB
Dirty:          222400 kB
Writeback:           0 kB
Mapped:          28084 kB
Slab:            44552 kB
Committed_AS:   722872 kB
PageTables:       1428 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= 66225 MiB

End job on node44 on Tue Mar  6 12:02:35 UTC 2007