Trace number 1731232

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 527.773 527.946

General information on the benchmark

Namecrafted/Difficult/contest05/jarvisalo/
mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.cnf
MD5SUMb8ad54973e17f84e99bf9d2e7bc768ce
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.1528
Satisfiable
(Un)Satisfiability was proved
Number of variables160
Number of clauses640
Sum of the clauses size2560
Maximum clause length4
Minimum clause length4
Number of clauses of size 10
Number of clauses of size 20
Number of clauses of size 30
Number of clauses of size 4640
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

527.73/527.94	c clasp version 1.2.0-SAT09 
527.73/527.94	c Reading from ...768269/instance-1731232-1240768269.cnf
527.73/527.94	c Reading      : Done(0.000s)
527.73/527.94	c Preprocessing: |-\Done(0.000s)
527.73/527.94	c Solving...
527.73/527.94	
527.73/527.94	c Models    : 0     
527.73/527.94	c Time         : 527.850s (Solve: 527.850s)
527.73/527.94	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-1731232-1240768269/watcher-1731232-1240768269 -o /tmp/evaluation-result-1731232-1240768269/solver-1731232-1240768269 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1731232-1240768269.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

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
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.92 0.98 0.99 2/64 23229
/proc/meminfo: memFree=1577016/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=1696 CPUtime=0
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 215 0 0 0 0 0 0 0 20 0 1 0 104859878 1736704 199 1992294400 134512640 136057169 4294956144 18446744073709551615 134765488 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 424 199 167 377 0 44 0

[startup+0.026262 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 23229
/proc/meminfo: memFree=1577016/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=1696 CPUtime=0.02
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 236 0 0 0 2 0 0 0 20 0 1 0 104859878 1736704 220 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 424 220 181 377 0 44 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 1696

[startup+0.101275 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 23229
/proc/meminfo: memFree=1577016/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=1828 CPUtime=0.09
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 243 0 0 0 9 0 0 0 20 0 1 0 104859878 1871872 227 1992294400 134512640 136057169 4294956144 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 457 227 181 377 0 77 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1828

[startup+0.301308 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 23229
/proc/meminfo: memFree=1577016/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=1828 CPUtime=0.29
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 249 0 0 0 29 0 0 0 21 0 1 0 104859878 1871872 233 1992294400 134512640 136057169 4294956144 18446744073709551615 135439521 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 457 233 181 377 0 77 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 1828

[startup+0.701376 s]
/proc/loadavg: 0.92 0.98 0.99 2/64 23229
/proc/meminfo: memFree=1577016/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=1828 CPUtime=0.69
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 256 0 0 0 69 0 0 0 25 0 1 0 104859878 1871872 240 1992294400 134512640 136057169 4294956144 18446744073709551615 134647914 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 457 240 181 377 0 77 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 1828

[startup+1.50151 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1576688/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=1828 CPUtime=1.49
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 264 0 0 0 149 0 0 0 25 0 1 0 104859878 1871872 248 1992294400 134512640 136057169 4294956144 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 457 248 181 377 0 77 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1828

[startup+3.10279 s]
/proc/loadavg: 0.92 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1576560/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=1960 CPUtime=3.09
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 275 0 0 0 309 0 0 0 25 0 1 0 104859878 2007040 259 1992294400 134512640 136057169 4294956144 18446744073709551615 134823248 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 490 259 181 377 0 110 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1960

[startup+6.30133 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1576432/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=1960 CPUtime=6.29
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 283 0 0 0 629 0 0 0 25 0 1 0 104859878 2007040 267 1992294400 134512640 136057169 4294956144 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 490 267 181 377 0 110 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 1960

[startup+12.7014 s]
/proc/loadavg: 0.93 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1576240/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=1960 CPUtime=12.69
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 300 0 0 0 1269 0 0 0 25 0 1 0 104859878 2007040 284 1992294400 134512640 136057169 4294956144 18446744073709551615 134828263 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 490 284 181 377 0 110 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 1960

[startup+25.5016 s]
/proc/loadavg: 0.95 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1576112/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2092 CPUtime=25.48
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 322 0 0 0 2548 0 0 0 25 0 1 0 104859878 2142208 306 1992294400 134512640 136057169 4294956144 18446744073709551615 134618371 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 523 306 181 377 0 143 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 2092

[startup+51.102 s]
/proc/loadavg: 0.96 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1576048/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2228 CPUtime=51.07
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 345 0 0 0 5107 0 0 0 25 0 1 0 104859878 2281472 329 1992294400 134512640 136057169 4294956144 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 557 329 181 377 0 177 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 2228

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1575984/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2228 CPUtime=102.26
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 373 0 0 0 10226 0 0 0 25 0 1 0 104859878 2281472 357 1992294400 134512640 136057169 4294956144 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 557 357 181 377 0 177 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 2228

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1575920/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2360 CPUtime=162.24
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 378 0 0 0 16224 0 0 0 25 0 1 0 104859878 2416640 362 1992294400 134512640 136057169 4294956144 18446744073709551615 134618235 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 590 362 181 377 0 210 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 2360

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1575856/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2360 CPUtime=222.22
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 390 0 0 0 22222 0 0 0 25 0 1 0 104859878 2416640 374 1992294400 134512640 136057169 4294956144 18446744073709551615 134612995 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 590 374 181 377 0 210 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 2360

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1575792/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2360 CPUtime=282.2
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 406 0 0 0 28220 0 0 0 25 0 1 0 104859878 2416640 390 1992294400 134512640 136057169 4294956144 18446744073709551615 134825000 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 590 390 181 377 0 210 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 2360

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1575792/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2360 CPUtime=342.17
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 406 0 0 0 34217 0 0 0 25 0 1 0 104859878 2416640 390 1992294400 134512640 136057169 4294956144 18446744073709551615 134828284 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 590 390 181 377 0 210 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 2360

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1575728/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2492 CPUtime=402.15
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 407 0 0 0 40215 0 0 0 25 0 1 0 104859878 2551808 391 1992294400 134512640 136057169 4294956144 18446744073709551615 134612831 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 623 391 181 377 0 243 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 2492

[startup+462.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1575728/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2492 CPUtime=462.14
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 410 0 0 0 46213 1 0 0 25 0 1 0 104859878 2551808 394 1992294400 134512640 136057169 4294956144 18446744073709551615 134612838 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 623 394 181 377 0 243 0
Current children cumulated CPU time (s) 462.14
Current children cumulated vsize (KiB) 2492

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1575664/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2492 CPUtime=522.12
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 413 0 0 0 52211 1 0 0 25 0 1 0 104859878 2551808 397 1992294400 134512640 136057169 4294956144 18446744073709551615 134618347 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 623 397 181 377 0 243 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 2492

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

[startup+524.705 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1575664/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2492 CPUtime=524.53
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 413 0 0 0 52452 1 0 0 25 0 1 0 104859878 2551808 397 1992294400 134512640 136057169 4294956144 18446744073709551615 134811831 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 623 397 181 377 0 243 0
Current children cumulated CPU time (s) 524.53
Current children cumulated vsize (KiB) 2492

[startup+526.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1575664/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2492 CPUtime=526.12
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 413 0 0 0 52611 1 0 0 25 0 1 0 104859878 2551808 397 1992294400 134512640 136057169 4294956144 18446744073709551615 134613015 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 623 397 181 377 0 243 0
Current children cumulated CPU time (s) 526.12
Current children cumulated vsize (KiB) 2492

[startup+527.101 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1575664/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2492 CPUtime=526.92
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 413 0 0 0 52691 1 0 0 25 0 1 0 104859878 2551808 397 1992294400 134512640 136057169 4294956144 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 623 397 181 377 0 243 0
Current children cumulated CPU time (s) 526.92
Current children cumulated vsize (KiB) 2492

[startup+527.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1575664/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2492 CPUtime=527.32
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 413 0 0 0 52731 1 0 0 25 0 1 0 104859878 2551808 397 1992294400 134512640 136057169 4294956144 18446744073709551615 134618286 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 623 397 181 377 0 243 0
Current children cumulated CPU time (s) 527.32
Current children cumulated vsize (KiB) 2492

[startup+527.902 s]
/proc/loadavg: 0.99 0.98 0.99 2/65 23230
/proc/meminfo: memFree=1575664/2055920 swapFree=4181396/4192956
[pid=23229] ppid=23227 vsize=2492 CPUtime=527.73
/proc/23229/stat : 23229 (clasp) R 23227 23229 22979 0 -1 4194304 413 0 0 0 52772 1 0 0 25 0 1 0 104859878 2551808 397 1992294400 134512640 136057169 4294956144 18446744073709551615 134645282 0 0 4096 16386 0 0 0 17 1 0 0
/proc/23229/statm: 623 397 181 377 0 243 0
Current children cumulated CPU time (s) 527.73
Current children cumulated vsize (KiB) 2492

Child status: 20
Real time (s): 527.946
CPU time (s): 527.773
CPU user time (s): 527.761
CPU system time (s): 0.011998
CPU usage (%): 99.9673
Max. virtual memory (cumulated for all children) (KiB): 2492

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

runsolver used 0.497924 second user time and 0.956854 second system time

The end

Launcher Data

Begin job on node25 at 2009-04-26 19:51:09
IDJOB=1731232
IDBENCH=24747
IDSOLVER=508
FILE ID=node25/1731232-1240768269
PBS_JOBID= 9187149
Free space on /tmp= 66388 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/crafted/Difficult/contest05/jarvisalo/mod2c-rand3bip-unsat-120-3.sat05-2340.reshuffled-07.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-1731232-1240768269/watcher-1731232-1240768269 -o /tmp/evaluation-result-1731232-1240768269/solver-1731232-1240768269 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1731232-1240768269.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= b8ad54973e17f84e99bf9d2e7bc768ce
RANDOM SEED=1716791216

node25.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.259
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.259
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:       1577432 kB
Buffers:         49556 kB
Cached:         372060 kB
SwapCached:       5424 kB
Active:         134264 kB
Inactive:       295232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1577432 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            1864 kB
Writeback:           0 kB
Mapped:          13476 kB
Slab:            34992 kB
Committed_AS:   402084 kB
PageTables:       1460 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= 66384 MiB
End job on node25 at 2009-04-26 19:59:57