Trace number 318344

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
DEWSATZ 2007-02-08UNSAT 258.589 258.665

General information on the benchmark

Nameindustrial/babic/
dspam/dspam_dump_vc1104.cnf
MD5SUMb832b12eac41e59883ac2887c5963c54
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark2.68859
Satisfiable
(Un)Satisfiability was proved
Number of variables280900
Number of clauses926808
Sum of the clauses size2471229
Maximum clause length3
Minimum clause length1
Number of clauses of size 15452
Number of clauses of size 2298291
Number of clauses of size 3623065
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

258.52/258.64	c   
258.52/258.64	c =====================================================================================================
258.52/258.64	c Copyright (c) 2004 National ICT Australia Limited (NICTA) and applicable third parties.
258.52/258.64	c For details, see the Australian Public Licence B (OZPLB) V1-1, under which this software is licensed.
258.52/258.64	c The OZPLB text is embedded in the source code for this software.
258.52/258.64	c =====================================================================================================
258.52/258.64	c   
258.52/258.64	c solution of Dew_Satz_1e.c 
258.52/258.64	s UNSATISFIABLE
258.52/258.64	c Dew_Satz_1e /tmp/evaluation/318344-1176317123/instance-318344-1176317123.cnf 0 258.430 258.270 1 1 0 1 0 1606 34 97 0 23591 1205378 0 10848 280972

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node1/watcher-318344-1176317123 -o ROOT/results/node1/solver-318344-1176317123 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/318344-1176317123/dewSatz /tmp/evaluation/318344-1176317123/instance-318344-1176317123.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.78 0.92 0.86 3/77 6762
/proc/meminfo: memFree=955840/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=690016 CPUtime=0
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 111 0 0 0 0 0 0 0 18 0 1 0 107750261 706576384 95 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134520148 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 172504 95 39 100 0 172401 0

[startup+0.0983429 s]
/proc/loadavg: 0.78 0.92 0.86 3/77 6762
/proc/meminfo: memFree=955840/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=691600 CPUtime=0.09
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 720 0 0 0 9 0 0 0 18 0 1 0 107750261 708198400 704 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134574791 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 172900 705 39 100 0 172797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 691600

[startup+0.101343 s]
/proc/loadavg: 0.78 0.92 0.86 3/77 6762
/proc/meminfo: memFree=955840/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=691600 CPUtime=0.09
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 739 0 0 0 9 0 0 0 18 0 1 0 107750261 708198400 723 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134574791 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 172900 723 39 100 0 172797 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 691600

[startup+0.301366 s]
/proc/loadavg: 0.78 0.92 0.86 3/77 6762
/proc/meminfo: memFree=955840/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=694900 CPUtime=0.29
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 1993 0 0 0 29 0 0 0 19 0 1 0 107750261 711577600 1977 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134574791 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 173725 1977 39 100 0 173622 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 694900

[startup+0.701416 s]
/proc/loadavg: 0.78 0.92 0.86 3/77 6762
/proc/meminfo: memFree=955840/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=701104 CPUtime=0.69
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 4427 0 0 0 67 2 0 0 22 0 1 0 107750261 717930496 4411 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134594829 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 175276 4412 39 100 0 175173 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 701104

[startup+1.50151 s]
/proc/loadavg: 0.78 0.92 0.86 2/78 6763
/proc/meminfo: memFree=930808/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=729064 CPUtime=1.49
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 24354 0 0 0 142 7 0 0 25 0 1 0 107750261 746561536 13971 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134520619 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 182266 13971 40 100 0 182163 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 729064

[startup+3.10169 s]
/proc/loadavg: 0.78 0.92 0.86 2/78 6763
/proc/meminfo: memFree=899064/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=730396 CPUtime=3.09
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 24815 0 0 0 302 7 0 0 25 0 1 0 107750261 747925504 14393 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134517820 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 182599 14393 40 100 0 182496 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 730396

[startup+6.30107 s]
/proc/loadavg: 0.80 0.92 0.86 2/78 6763
/proc/meminfo: memFree=887288/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=742920 CPUtime=6.29
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 29277 0 0 0 621 8 0 0 25 0 1 0 107750261 760750080 18295 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134517221 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 185730 18295 40 100 0 185627 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 742920

[startup+12.7018 s]
/proc/loadavg: 0.81 0.92 0.87 2/78 6763
/proc/meminfo: memFree=860088/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=762392 CPUtime=12.68
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 35440 0 0 0 1257 11 0 0 25 0 1 0 107750261 780689408 23998 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134515379 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 190598 23998 40 100 0 190495 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 762392

[startup+25.5013 s]
/proc/loadavg: 0.85 0.93 0.87 2/78 6763
/proc/meminfo: memFree=856504/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=765176 CPUtime=25.48
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 36350 0 0 0 2536 12 0 0 25 0 1 0 107750261 783540224 24870 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134574791 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 191294 24870 40 100 0 191191 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 765176

[startup+51.1013 s]
/proc/loadavg: 0.90 0.93 0.87 2/78 6763
/proc/meminfo: memFree=854264/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=766964 CPUtime=51.08
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 36949 0 0 0 5095 13 0 0 25 0 1 0 107750261 785371136 25441 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134517221 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 191741 25441 40 100 0 191638 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 766964

[startup+102.305 s]
/proc/loadavg: 0.96 0.94 0.87 2/78 6763
/proc/meminfo: memFree=852216/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=768720 CPUtime=102.26
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 37489 0 0 0 10213 13 0 0 25 0 1 0 107750261 787169280 25958 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134517347 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 192180 25958 40 100 0 192077 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 768720

[startup+162.301 s]
/proc/loadavg: 0.98 0.95 0.88 2/78 6763
/proc/meminfo: memFree=851064/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=769720 CPUtime=162.24
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 37793 0 0 0 16210 14 0 0 25 0 1 0 107750261 788193280 26253 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134518395 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 192430 26253 40 100 0 192327 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 769720

[startup+222.301 s]
/proc/loadavg: 0.99 0.95 0.89 2/78 6763
/proc/meminfo: memFree=850360/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=770304 CPUtime=222.23
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 37963 0 0 0 22208 15 0 0 25 0 1 0 107750261 788791296 26417 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134517249 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 192576 26417 40 100 0 192473 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 770304

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

[startup+230.301 s]
/proc/loadavg: 0.99 0.95 0.89 2/78 6763
/proc/meminfo: memFree=850360/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=770304 CPUtime=230.23
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 37977 0 0 0 23008 15 0 0 25 0 1 0 107750261 788791296 26431 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134517219 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 192576 26431 40 100 0 192473 0
Current children cumulated CPU time (s) 230.23
Current children cumulated vsize (KiB) 770304

[startup+243.106 s]
/proc/loadavg: 0.99 0.96 0.89 2/78 6763
/proc/meminfo: memFree=850232/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=770472 CPUtime=243.03
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 37996 0 0 0 24288 15 0 0 25 0 1 0 107750261 788963328 26450 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134517188 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 192618 26450 40 100 0 192515 0
Current children cumulated CPU time (s) 243.03
Current children cumulated vsize (KiB) 770472

[startup+249.502 s]
/proc/loadavg: 0.99 0.96 0.89 2/78 6763
/proc/meminfo: memFree=850040/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=770604 CPUtime=249.42
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 38060 0 0 0 24927 15 0 0 25 0 1 0 107750261 789098496 26512 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134517221 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 192651 26512 40 100 0 192548 0
Current children cumulated CPU time (s) 249.42
Current children cumulated vsize (KiB) 770604

[startup+252.702 s]
/proc/loadavg: 0.99 0.96 0.89 2/78 6763
/proc/meminfo: memFree=849976/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=770604 CPUtime=252.62
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 38069 0 0 0 25247 15 0 0 25 0 1 0 107750261 789098496 26520 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134517260 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 192651 26520 40 100 0 192548 0
Current children cumulated CPU time (s) 252.62
Current children cumulated vsize (KiB) 770604

[startup+255.901 s]
/proc/loadavg: 0.99 0.96 0.89 2/78 6763
/proc/meminfo: memFree=849912/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=770772 CPUtime=255.82
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 38090 0 0 0 25567 15 0 0 25 0 1 0 107750261 789270528 26541 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134517221 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 192693 26541 40 100 0 192590 0
Current children cumulated CPU time (s) 255.82
Current children cumulated vsize (KiB) 770772

[startup+257.501 s]
/proc/loadavg: 0.99 0.96 0.89 2/78 6763
/proc/meminfo: memFree=849848/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=770772 CPUtime=257.42
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 38096 0 0 0 25727 15 0 0 25 0 1 0 107750261 789270528 26547 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134517281 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 192693 26547 40 100 0 192590 0
Current children cumulated CPU time (s) 257.42
Current children cumulated vsize (KiB) 770772

[startup+258.302 s]
/proc/loadavg: 0.99 0.96 0.89 2/78 6763
/proc/meminfo: memFree=849848/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=770944 CPUtime=258.22
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 38145 0 0 0 25807 15 0 0 25 0 1 0 107750261 789446656 26594 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134517251 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 192736 26594 40 100 0 192633 0
Current children cumulated CPU time (s) 258.22
Current children cumulated vsize (KiB) 770944

[startup+258.506 s]
/proc/loadavg: 0.99 0.96 0.89 2/78 6763
/proc/meminfo: memFree=843320/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=789612 CPUtime=258.42
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 44261 0 0 0 25825 17 0 0 25 0 1 0 107750261 808562688 32682 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134532113 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 197403 32682 42 100 0 197300 0
Current children cumulated CPU time (s) 258.42
Current children cumulated vsize (KiB) 789612

[startup+258.602 s]
/proc/loadavg: 0.99 0.96 0.89 2/78 6763
/proc/meminfo: memFree=843320/2055920 swapFree=4192956/4192956
[pid=6762] ppid=6760 vsize=789612 CPUtime=258.52
/proc/6762/stat : 6762 (dewSatz) R 6760 6762 6517 0 -1 4194304 44459 0 0 0 25835 17 0 0 25 0 1 0 107750261 808562688 32765 18446744073709551615 134512640 134923568 4294956592 18446744073709551615 134532255 0 0 4096 0 0 0 0 17 1 0 0
/proc/6762/statm: 197403 32765 43 100 0 197300 0
Current children cumulated CPU time (s) 258.52
Current children cumulated vsize (KiB) 789612

Child status: 20
Real time (s): 258.665
CPU time (s): 258.589
CPU user time (s): 258.392
CPU system time (s): 0.19697
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 789612

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

runsolver used 0.319951 second user time and 0.610907 second system time

The end

Launcher Data (download as text)

Begin job on node1 on Wed Apr 11 18:45:24 UTC 2007

IDJOB= 318344
IDBENCH= 20452
IDSOLVER= 119
FILE ID= node1/318344-1176317123

PBS_JOBID= 4516506

Free space on /tmp= 66454 MiB

SOLVER NAME= DEWSATZ 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/dspam/dspam_dump_vc1104.cnf
COMMAND LINE= /tmp/evaluation/318344-1176317123/dewSatz /tmp/evaluation/318344-1176317123/instance-318344-1176317123.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node1/watcher-318344-1176317123 -o ROOT/results/node1/solver-318344-1176317123 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/318344-1176317123/dewSatz /tmp/evaluation/318344-1176317123/instance-318344-1176317123.cnf            

META MD5SUM SOLVER= 96edd87e369231aed4bad098c50e0080
MD5SUM BENCH=  b832b12eac41e59883ac2887c5963c54

RANDOM SEED= 464583678

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node1.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.234
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.234
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:        956248 kB
Buffers:         56932 kB
Cached:         909484 kB
SwapCached:          0 kB
Active:         309992 kB
Inactive:       712108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        956248 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           20164 kB
Writeback:           0 kB
Mapped:          74060 kB
Slab:            63036 kB
Committed_AS:  2472476 kB
PageTables:       1832 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= 66454 MiB

End job on node1 on Wed Apr 11 18:49:43 UTC 2007