Trace number 1831971

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
clasp 1.2.0-SAT09-32UNSAT 337.537 337.629

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 benchmark253.494
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

337.50/337.62	c clasp version 1.2.0-SAT09 
337.50/337.62	c Reading from ...795151/instance-1831971-1242795151.cnf
337.50/337.62	c Reading      : Done(0.390s)
337.50/337.62	c Preprocessing: |-\Done(2.530s)
337.50/337.62	c Solving...
337.50/337.62	
337.50/337.62	c Models    : 0     
337.50/337.62	c Time         : 337.480s (Solve: 334.560s)
337.50/337.62	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-1831971-1242795151/watcher-1831971-1242795151 -o /tmp/evaluation-result-1831971-1242795151/solver-1831971-1242795151 -C 10000 -W 12000 -M 1800 HOME/clasp --file=HOME/instance-1831971-1242795151.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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 0.97 0.99 2/64 16400
/proc/meminfo: memFree=1679320/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=3608 CPUtime=0
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 562 0 0 0 0 0 0 0 20 0 1 0 307544017 3694592 502 1992294400 134512640 136057169 4294956160 18446744073709551615 134834619 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 902 506 140 377 0 522 0

[startup+0.0691159 s]
/proc/loadavg: 1.00 0.97 0.99 2/64 16400
/proc/meminfo: memFree=1679320/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=7700 CPUtime=0.05
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 1916 0 0 0 5 0 0 0 20 0 1 0 307544017 7884800 1663 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 1925 1664 144 377 0 1545 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7700

[startup+0.101118 s]
/proc/loadavg: 1.00 0.97 0.99 2/64 16400
/proc/meminfo: memFree=1679320/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=9684 CPUtime=0.08
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 2511 0 0 0 8 0 0 0 20 0 1 0 307544017 9916416 2122 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 2421 2123 144 377 0 2041 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9684

[startup+0.301141 s]
/proc/loadavg: 1.00 0.97 0.99 2/64 16400
/proc/meminfo: memFree=1679320/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=21376 CPUtime=0.29
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 6274 0 0 0 26 3 0 0 22 0 1 0 307544017 21889024 4922 1992294400 134512640 136057169 4294956160 18446744073709551615 135502702 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 5344 4924 144 377 0 4964 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 21376

[startup+0.701192 s]
/proc/loadavg: 1.00 0.97 0.99 2/64 16400
/proc/meminfo: memFree=1679320/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=49392 CPUtime=0.69
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 14474 0 0 0 62 7 0 0 25 0 1 0 307544017 50577408 11149 1992294400 134512640 136057169 4294956160 18446744073709551615 135459759 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 12348 11157 165 377 0 11968 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 49392

[startup+1.50128 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1636048/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=46788 CPUtime=1.48
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 14811 0 0 0 141 7 0 0 25 0 1 0 307544017 47910912 10802 1992294400 134512640 136057169 4294956160 18446744073709551615 134774386 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 11697 10802 168 377 0 11317 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 46788

[startup+3.10147 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1634448/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=42140 CPUtime=3.09
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 15895 0 0 0 301 8 0 0 25 0 1 0 307544017 43151360 10305 1992294400 134512640 136057169 4294956160 18446744073709551615 134811649 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 10535 10305 178 377 0 10155 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 42140

[startup+6.30185 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1638232/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=42140 CPUtime=6.29
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 15899 0 0 0 621 8 0 0 25 0 1 0 307544017 43151360 10309 1992294400 134512640 136057169 4294956160 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 10535 10309 182 377 0 10155 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 42140

[startup+12.7016 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1638360/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=42140 CPUtime=12.68
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 15902 0 0 0 1260 8 0 0 25 0 1 0 307544017 43151360 10312 1992294400 134512640 136057169 4294956160 18446744073709551615 134823325 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 10535 10312 182 377 0 10155 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 42140

[startup+25.5011 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1626264/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=54872 CPUtime=25.48
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 19087 0 0 0 2538 10 0 0 25 0 1 0 307544017 56188928 13497 1992294400 134512640 136057169 4294956160 18446744073709551615 134812030 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 13718 13497 182 377 0 13338 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 54872

[startup+51.1011 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1583064/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=99112 CPUtime=51.08
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 30064 0 0 0 5089 19 0 0 25 0 1 0 307544017 101490688 24474 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 24778 24474 182 377 0 24398 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 99112

[startup+102.305 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1530904/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=150728 CPUtime=102.26
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 42996 0 0 0 10199 27 0 0 25 0 1 0 307544017 154345472 37270 1992294400 134512640 136057169 4294956160 18446744073709551615 134649331 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 37682 37270 182 377 0 37302 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 150728

[startup+162.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1471896/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=209876 CPUtime=162.24
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 57726 0 0 0 16188 36 0 0 25 0 1 0 307544017 214913024 51882 1992294400 134512640 136057169 4294956160 18446744073709551615 134823809 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 52469 51882 182 377 0 52089 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 209876

[startup+222.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1371416/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=310776 CPUtime=222.23
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 83034 0 0 0 22174 49 0 0 25 0 1 0 307544017 318234624 76987 1992294400 134512640 136057169 4294956160 18446744073709551615 134811635 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 77694 76987 182 377 0 77314 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 310776

[startup+282.301 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1371352/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=310776 CPUtime=282.21
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 83044 0 0 0 28172 49 0 0 25 0 1 0 307544017 318234624 76997 1992294400 134512640 136057169 4294956160 18446744073709551615 134615994 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 77694 76997 182 377 0 77314 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 310776

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

[startup+307.101 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1371288/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=310776 CPUtime=307
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 83063 0 0 0 30651 49 0 0 25 0 1 0 307544017 318234624 77016 1992294400 134512640 136057169 4294956160 18446744073709551615 134618307 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 77694 77016 182 377 0 77314 0
Current children cumulated CPU time (s) 307
Current children cumulated vsize (KiB) 310776

[startup+319.902 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1369176/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=312888 CPUtime=319.8
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 83587 0 0 0 31931 49 0 0 25 0 1 0 307544017 320397312 77540 1992294400 134512640 136057169 4294956160 18446744073709551615 134637484 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 78222 77540 182 377 0 77842 0
Current children cumulated CPU time (s) 319.8
Current children cumulated vsize (KiB) 312888

[startup+326.302 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1369176/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=312888 CPUtime=326.2
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 83588 0 0 0 32571 49 0 0 25 0 1 0 307544017 320397312 77541 1992294400 134512640 136057169 4294956160 18446744073709551615 134624585 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 78222 77541 182 377 0 77842 0
Current children cumulated CPU time (s) 326.2
Current children cumulated vsize (KiB) 312888

[startup+332.701 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1369176/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=312888 CPUtime=332.6
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 83588 0 0 0 33211 49 0 0 25 0 1 0 307544017 320397312 77541 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 78222 77541 182 377 0 77842 0
Current children cumulated CPU time (s) 332.6
Current children cumulated vsize (KiB) 312888

[startup+335.902 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1369112/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=312888 CPUtime=335.8
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 83588 0 0 0 33531 49 0 0 25 0 1 0 307544017 320397312 77541 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 78222 77541 182 377 0 77842 0
Current children cumulated CPU time (s) 335.8
Current children cumulated vsize (KiB) 312888

[startup+336.702 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1369112/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=312888 CPUtime=336.59
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 83588 0 0 0 33610 49 0 0 25 0 1 0 307544017 320397312 77541 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 78222 77541 182 377 0 77842 0
Current children cumulated CPU time (s) 336.59
Current children cumulated vsize (KiB) 312888

[startup+337.102 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1369112/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=312888 CPUtime=336.99
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 83588 0 0 0 33650 49 0 0 25 0 1 0 307544017 320397312 77541 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 78222 77541 182 377 0 77842 0
Current children cumulated CPU time (s) 336.99
Current children cumulated vsize (KiB) 312888

[startup+337.502 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1369112/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=312888 CPUtime=337.39
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 83588 0 0 0 33690 49 0 0 25 0 1 0 307544017 320397312 77541 1992294400 134512640 136057169 4294956160 18446744073709551615 134812866 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 78222 77541 182 377 0 77842 0
Current children cumulated CPU time (s) 337.39
Current children cumulated vsize (KiB) 312888

[startup+337.602 s]
/proc/loadavg: 1.00 0.97 0.99 2/65 16401
/proc/meminfo: memFree=1550296/2055920 swapFree=4179588/4192956
[pid=16400] ppid=16398 vsize=125616 CPUtime=337.5
/proc/16400/stat : 16400 (clasp) R 16398 16400 16326 0 -1 4194304 83593 0 0 0 33698 52 0 0 25 0 1 0 307544017 128630784 31183 1992294400 134512640 136057169 4294956160 18446744073709551615 135651118 0 0 4096 16386 0 0 0 17 1 0 0
/proc/16400/statm: 31404 31183 5753 377 0 31024 0
Current children cumulated CPU time (s) 337.5
Current children cumulated vsize (KiB) 125616

Child status: 20
Real time (s): 337.629
CPU time (s): 337.537
CPU user time (s): 336.992
CPU system time (s): 0.544917
CPU usage (%): 99.9728
Max. virtual memory (cumulated for all children) (KiB): 312888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 336.992
system time used= 0.544917
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 83593
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= 788

runsolver used 0.279957 second user time and 0.672897 second system time

The end

Launcher Data

Begin job on node75 at 2009-05-20 06:52:32
IDJOB=1831971
IDBENCH=71743
IDSOLVER=637
FILE ID=node75/1831971-1242795151
PBS_JOBID= 9322405
Free space on /tmp= 66256 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT_RACE06/velev-pipe-o-uns-1.0-7.cnf
COMMAND LINE= HOME/clasp --file=BENCHNAME --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1831971-1242795151/watcher-1831971-1242795151 -o /tmp/evaluation-result-1831971-1242795151/solver-1831971-1242795151 -C 10000 -W 12000 -M 1800  HOME/clasp --file=HOME/instance-1831971-1242795151.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= b7df25f653e1e7a9ffcd39b3231809e6
RANDOM SEED=666365582

node75.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.213
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.213
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1679736 kB
Buffers:         34672 kB
Cached:         291504 kB
SwapCached:       7568 kB
Active:          65620 kB
Inactive:       270128 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1679736 kB
SwapTotal:     4192956 kB
SwapFree:      4179588 kB
Dirty:           14836 kB
Writeback:           0 kB
Mapped:          14596 kB
Slab:            26296 kB
Committed_AS:   879980 kB
PageTables:       1436 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 node75 at 2009-05-20 06:58:09