Trace number 1733649

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 417.352 417.464

General information on the benchmark

NameCRAFTED/modcircuits/
mod3_4vars_6gates.cnf
MD5SUMafeeef613d4caffff91375d49585d115
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark192.997
Satisfiable
(Un)Satisfiability was proved
Number of variables289
Number of clauses33900
Sum of the clauses size195928
Maximum clause length19
Minimum clause length1
Number of clauses of size 165
Number of clauses of size 2730
Number of clauses of size 31
Number of clauses of size 4893
Number of clauses of size 52499
Number of clauses of size over 529712

Solver Data

417.28/417.46	c clasp version 1.2.0-SAT09 
417.28/417.46	c Reading from ...790976/instance-1733649-1240790976.cnf
417.28/417.46	c Reading      : Done(0.020s)
417.28/417.46	c Preprocessing: |-\Done(0.060s)
417.28/417.46	c Solving...
417.28/417.46	
417.28/417.46	c Models    : 0     
417.28/417.46	c Time         : 417.400s (Solve: 417.320s)
417.28/417.46	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-1733649-1240790976/watcher-1733649-1240790976 -o /tmp/evaluation-result-1733649-1240790976/solver-1733649-1240790976 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/clasp --file=HOME/instance-1733649-1240790976.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 3/65 10538
/proc/meminfo: memFree=1793080/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=1832 CPUtime=0
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 227 0 0 0 0 0 0 0 20 0 1 0 107126749 1875968 211 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 458 211 144 377 0 78 0

[startup+0.026826 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 10538
/proc/meminfo: memFree=1793080/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=3032 CPUtime=0.02
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 515 0 0 0 2 0 0 0 20 0 1 0 107126749 3104768 499 1992294400 134512640 136057169 4294956144 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 758 500 144 377 0 378 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3032

[startup+0.101835 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 10538
/proc/meminfo: memFree=1793080/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=3620 CPUtime=0.09
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 769 0 0 0 9 0 0 0 20 0 1 0 107126749 3706880 706 1992294400 134512640 136057169 4294956144 18446744073709551615 134823833 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 905 706 182 377 0 525 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3620

[startup+0.301856 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 10538
/proc/meminfo: memFree=1793080/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=3620 CPUtime=0.29
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 769 0 0 0 29 0 0 0 22 0 1 0 107126749 3706880 706 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 905 706 182 377 0 525 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 3620

[startup+0.701902 s]
/proc/loadavg: 0.92 0.98 0.99 3/65 10538
/proc/meminfo: memFree=1793080/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=3620 CPUtime=0.69
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 769 0 0 0 69 0 0 0 25 0 1 0 107126749 3706880 706 1992294400 134512640 136057169 4294956144 18446744073709551615 134828471 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 905 706 182 377 0 525 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 3620

[startup+1.503 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1790768/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=3620 CPUtime=1.49
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 769 0 0 0 149 0 0 0 25 0 1 0 107126749 3706880 706 1992294400 134512640 136057169 4294956144 18446744073709551615 134823271 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 905 706 182 377 0 525 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3620

[startup+3.10118 s]
/proc/loadavg: 0.92 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1790640/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=3620 CPUtime=3.09
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 769 0 0 0 309 0 0 0 25 0 1 0 107126749 3706880 706 1992294400 134512640 136057169 4294956144 18446744073709551615 134811979 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 905 706 182 377 0 525 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3620

[startup+6.30154 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1790512/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=3764 CPUtime=6.29
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 790 0 0 0 629 0 0 0 25 0 1 0 107126749 3854336 727 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 941 727 182 377 0 561 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3764

[startup+12.7013 s]
/proc/loadavg: 0.93 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1790128/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=4328 CPUtime=12.69
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 907 0 0 0 1269 0 0 0 25 0 1 0 107126749 4431872 844 1992294400 134512640 136057169 4294956144 18446744073709551615 134645317 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 1082 844 182 377 0 702 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4328

[startup+25.5017 s]
/proc/loadavg: 0.95 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1789424/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=4908 CPUtime=25.48
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 1060 0 0 0 2548 0 0 0 25 0 1 0 107126749 5025792 997 1992294400 134512640 136057169 4294956144 18446744073709551615 134823882 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 1227 997 182 377 0 847 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4908

[startup+51.1017 s]
/proc/loadavg: 0.96 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1788592/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=5792 CPUtime=51.08
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 1284 0 0 0 5108 0 0 0 25 0 1 0 107126749 5931008 1221 1992294400 134512640 136057169 4294956144 18446744073709551615 134823857 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 1448 1221 182 377 0 1068 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 5792

[startup+102.306 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1787248/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=7104 CPUtime=102.26
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 1603 0 0 0 10226 0 0 0 25 0 1 0 107126749 7274496 1540 1992294400 134512640 136057169 4294956144 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 1776 1540 182 377 0 1396 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 7104

[startup+162.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1786224/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=8356 CPUtime=162.24
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 1876 0 0 0 16224 0 0 0 25 0 1 0 107126749 8556544 1813 1992294400 134512640 136057169 4294956144 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 2089 1813 182 377 0 1709 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 8356

[startup+222.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1785200/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=9472 CPUtime=222.23
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 2122 0 0 0 22223 0 0 0 25 0 1 0 107126749 9699328 2059 1992294400 134512640 136057169 4294956144 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 2368 2059 182 377 0 1988 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 9472

[startup+282.301 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1784496/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=10092 CPUtime=282.21
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 2282 0 0 0 28220 1 0 0 25 0 1 0 107126749 10334208 2219 1992294400 134512640 136057169 4294956144 18446744073709551615 134618275 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 2523 2219 182 377 0 2143 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 10092

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1784112/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=10596 CPUtime=342.2
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 2375 0 0 0 34219 1 0 0 25 0 1 0 107126749 10850304 2312 1992294400 134512640 136057169 4294956144 18446744073709551615 134618286 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 2649 2312 182 377 0 2269 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 10596

[startup+402.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1783536/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=11244 CPUtime=402.18
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 2518 0 0 0 40217 1 0 0 25 0 1 0 107126749 11513856 2455 1992294400 134512640 136057169 4294956144 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 2811 2455 182 377 0 2431 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 11244

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

[startup+409.502 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1783408/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=11244 CPUtime=409.38
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 2531 0 0 0 40937 1 0 0 25 0 1 0 107126749 11513856 2468 1992294400 134512640 136057169 4294956144 18446744073709551615 134813083 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 2811 2468 182 377 0 2431 0
Current children cumulated CPU time (s) 409.38
Current children cumulated vsize (KiB) 11244

[startup+412.701 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1783408/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=11244 CPUtime=412.58
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 2536 0 0 0 41257 1 0 0 25 0 1 0 107126749 11513856 2473 1992294400 134512640 136057169 4294956144 18446744073709551615 134618250 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 2811 2473 182 377 0 2431 0
Current children cumulated CPU time (s) 412.58
Current children cumulated vsize (KiB) 11244

[startup+415.901 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1783408/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=11244 CPUtime=415.78
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 2536 0 0 0 41577 1 0 0 25 0 1 0 107126749 11513856 2473 1992294400 134512640 136057169 4294956144 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 2811 2473 182 377 0 2431 0
Current children cumulated CPU time (s) 415.78
Current children cumulated vsize (KiB) 11244

[startup+416.702 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1783408/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=11244 CPUtime=416.58
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 2536 0 0 0 41657 1 0 0 25 0 1 0 107126749 11513856 2473 1992294400 134512640 136057169 4294956144 18446744073709551615 134618270 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 2811 2473 182 377 0 2431 0
Current children cumulated CPU time (s) 416.58
Current children cumulated vsize (KiB) 11244

[startup+417.102 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1783408/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=11244 CPUtime=416.98
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 2536 0 0 0 41697 1 0 0 25 0 1 0 107126749 11513856 2473 1992294400 134512640 136057169 4294956144 18446744073709551615 134823846 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 2811 2473 182 377 0 2431 0
Current children cumulated CPU time (s) 416.98
Current children cumulated vsize (KiB) 11244

[startup+417.302 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1783408/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=11244 CPUtime=417.18
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 2536 0 0 0 41717 1 0 0 25 0 1 0 107126749 11513856 2473 1992294400 134512640 136057169 4294956144 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 2811 2473 182 377 0 2431 0
Current children cumulated CPU time (s) 417.18
Current children cumulated vsize (KiB) 11244

[startup+417.402 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 10539
/proc/meminfo: memFree=1783408/2055920 swapFree=4192952/4192956
[pid=10538] ppid=10536 vsize=11244 CPUtime=417.28
/proc/10538/stat : 10538 (clasp) R 10536 10538 10312 0 -1 4194304 2536 0 0 0 41727 1 0 0 25 0 1 0 107126749 11513856 2473 1992294400 134512640 136057169 4294956144 18446744073709551615 134618167 0 0 4096 16386 0 0 0 17 1 0 0
/proc/10538/statm: 2811 2473 182 377 0 2431 0
Current children cumulated CPU time (s) 417.28
Current children cumulated vsize (KiB) 11244

Child status: 20
Real time (s): 417.464
CPU time (s): 417.352
CPU user time (s): 417.335
CPU system time (s): 0.016997
CPU usage (%): 99.9731
Max. virtual memory (cumulated for all children) (KiB): 11244

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

runsolver used 0.493924 second user time and 0.892864 second system time

The end

Launcher Data

Begin job on node88 at 2009-04-27 02:09:36
IDJOB=1733649
IDBENCH=71145
IDSOLVER=508
FILE ID=node88/1733649-1240790976
PBS_JOBID= 9187303
Free space on /tmp= 66548 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT09/CRAFTED/modcircuits/mod3_4vars_6gates.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-1733649-1240790976/watcher-1733649-1240790976 -o /tmp/evaluation-result-1733649-1240790976/solver-1733649-1240790976 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/clasp --file=HOME/instance-1733649-1240790976.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= afeeef613d4caffff91375d49585d115
RANDOM SEED=2022230224

node88.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.229
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.229
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:       1793496 kB
Buffers:         36552 kB
Cached:         143304 kB
SwapCached:          4 kB
Active:          85968 kB
Inactive:       108256 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1793496 kB
SwapTotal:     4192956 kB
SwapFree:      4192952 kB
Dirty:            2728 kB
Writeback:           0 kB
Mapped:          24088 kB
Slab:            54056 kB
Committed_AS:   302904 kB
PageTables:       1444 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= 66548 MiB
End job on node88 at 2009-04-27 02:16:34