Trace number 1784952

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 471.192 471.371

General information on the benchmark

Namecrafted/Hard/contest05/QG/
QG7-dead-dnd001.sat05-3419.reshuffled-07.cnf
MD5SUM26eb408aec254c812108c852e426e72f
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark471.192
Satisfiable
(Un)Satisfiability was proved
Number of variables1040
Number of clauses13020
Sum of the clauses size54606
Maximum clause length13
Minimum clause length1
Number of clauses of size 135
Number of clauses of size 21086
Number of clauses of size 38679
Number of clauses of size 4261
Number of clauses of size 5297
Number of clauses of size over 52662

Solver Data

471.11/471.37	c clasp version 1.2.0-SAT09 
471.11/471.37	c Reading from ...877060/instance-1784952-1241877060.cnf
471.11/471.37	c Reading      : Done(0.010s)
471.11/471.37	c Preprocessing: |-\Done(0.030s)
471.11/471.37	c Solving...
471.11/471.37	
471.11/471.37	c Models    : 0     
471.11/471.37	c Time         : 471.250s (Solve: 471.210s)
471.11/471.37	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-1784952-1241877060/watcher-1784952-1241877060 -o /tmp/evaluation-result-1784952-1241877060/solver-1784952-1241877060 -C 5000 -W 6000 -M 1800 HOME/clasp --file=HOME/instance-1784952-1241877060.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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: 0.77 0.92 0.89 3/64 21231
/proc/meminfo: memFree=1122864/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=1960 CPUtime=0
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 244 0 0 0 0 0 0 0 18 0 1 0 215732429 2007040 228 1992294400 134512640 136057169 4294956160 18446744073709551615 135443142 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 490 229 147 377 0 110 0

[startup+0.102743 s]
/proc/loadavg: 0.77 0.92 0.89 3/64 21231
/proc/meminfo: memFree=1122864/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=2640 CPUtime=0.1
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 465 0 0 0 10 0 0 0 18 0 1 0 215732429 2703360 449 1992294400 134512640 136057169 4294956160 18446744073709551615 134811753 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 660 449 182 377 0 280 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 2640

[startup+0.201761 s]
/proc/loadavg: 0.77 0.92 0.89 3/64 21231
/proc/meminfo: memFree=1122864/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=2640 CPUtime=0.19
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 469 0 0 0 19 0 0 0 18 0 1 0 215732429 2703360 453 1992294400 134512640 136057169 4294956160 18446744073709551615 134618371 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 660 453 182 377 0 280 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 2640

[startup+0.301781 s]
/proc/loadavg: 0.77 0.92 0.89 3/64 21231
/proc/meminfo: memFree=1122864/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=2772 CPUtime=0.29
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 478 0 0 0 29 0 0 0 19 0 1 0 215732429 2838528 462 1992294400 134512640 136057169 4294956160 18446744073709551615 134823879 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 693 462 182 377 0 313 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2772

[startup+0.701861 s]
/proc/loadavg: 0.77 0.92 0.89 3/64 21231
/proc/meminfo: memFree=1122864/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=2920 CPUtime=0.69
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 515 0 0 0 69 0 0 0 22 0 1 0 215732429 2990080 499 1992294400 134512640 136057169 4294956160 18446744073709551615 134618144 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 730 499 182 377 0 350 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2920

[startup+1.50202 s]
/proc/loadavg: 0.77 0.92 0.89 2/65 21232
/proc/meminfo: memFree=1121512/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=3184 CPUtime=1.49
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 599 0 0 0 149 0 0 0 25 0 1 0 215732429 3260416 583 1992294400 134512640 136057169 4294956160 18446744073709551615 134825035 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 796 583 182 377 0 416 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3184

[startup+3.10134 s]
/proc/loadavg: 0.77 0.92 0.89 2/65 21232
/proc/meminfo: memFree=1121064/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=3448 CPUtime=3.09
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 666 0 0 0 309 0 0 0 25 0 1 0 215732429 3530752 650 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 862 650 182 377 0 482 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3448

[startup+6.30197 s]
/proc/loadavg: 0.79 0.92 0.89 2/65 21232
/proc/meminfo: memFree=1120424/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=3844 CPUtime=6.29
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 777 0 0 0 629 0 0 0 25 0 1 0 215732429 3936256 761 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 961 761 182 377 0 581 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3844

[startup+12.7012 s]
/proc/loadavg: 0.81 0.92 0.89 2/65 21232
/proc/meminfo: memFree=1119784/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=4508 CPUtime=12.68
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 927 0 0 0 1268 0 0 0 25 0 1 0 215732429 4616192 911 1992294400 134512640 136057169 4294956160 18446744073709551615 134618238 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 1127 911 182 377 0 747 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 4508

[startup+25.5018 s]
/proc/loadavg: 0.85 0.93 0.90 2/65 21232
/proc/meminfo: memFree=1119144/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=5300 CPUtime=25.48
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 1131 0 0 0 2548 0 0 0 25 0 1 0 215732429 5427200 1115 1992294400 134512640 136057169 4294956160 18446744073709551615 134615636 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 1325 1115 182 377 0 945 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5300

[startup+51.1018 s]
/proc/loadavg: 0.90 0.93 0.90 2/65 21232
/proc/meminfo: memFree=1118248/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=6112 CPUtime=51.07
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 1326 0 0 0 5107 0 0 0 25 0 1 0 215732429 6258688 1310 1992294400 134512640 136057169 4294956160 18446744073709551615 134823280 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 1528 1310 182 377 0 1148 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 6112

[startup+102.302 s]
/proc/loadavg: 0.95 0.94 0.90 2/65 21232
/proc/meminfo: memFree=1117352/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=7068 CPUtime=102.25
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 1560 0 0 0 10225 0 0 0 25 0 1 0 215732429 7237632 1544 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 1767 1544 182 377 0 1387 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 7068

[startup+162.302 s]
/proc/loadavg: 0.98 0.95 0.91 2/65 21232
/proc/meminfo: memFree=1116200/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=8240 CPUtime=162.23
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 1832 0 0 0 16222 1 0 0 25 0 1 0 215732429 8437760 1816 1992294400 134512640 136057169 4294956160 18446744073709551615 134825006 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 2060 1816 182 377 0 1680 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 8240

[startup+222.306 s]
/proc/loadavg: 0.99 0.95 0.91 2/65 21232
/proc/meminfo: memFree=1114920/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=9472 CPUtime=222.21
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 2142 0 0 0 22220 1 0 0 25 0 1 0 215732429 9699328 2126 1992294400 134512640 136057169 4294956160 18446744073709551615 134823938 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 2368 2126 182 377 0 1988 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 9472

[startup+282.302 s]
/proc/loadavg: 0.99 0.96 0.91 2/65 21232
/proc/meminfo: memFree=1113832/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=10592 CPUtime=282.18
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 2404 0 0 0 28217 1 0 0 25 0 1 0 215732429 10846208 2388 1992294400 134512640 136057169 4294956160 18446744073709551615 134823794 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 2648 2388 182 377 0 2268 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 10592

[startup+342.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21232
/proc/meminfo: memFree=1113256/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=11156 CPUtime=342.16
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 2552 0 0 0 34214 2 0 0 25 0 1 0 215732429 11423744 2536 1992294400 134512640 136057169 4294956160 18446744073709551615 134823919 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 2789 2536 182 377 0 2409 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 11156

[startup+402.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21232
/proc/meminfo: memFree=1112808/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=11568 CPUtime=402.14
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 2660 0 0 0 40212 2 0 0 25 0 1 0 215732429 11845632 2644 1992294400 134512640 136057169 4294956160 18446744073709551615 134637486 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 2892 2644 182 377 0 2512 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 11568

[startup+462.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21232
/proc/meminfo: memFree=1112296/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=12128 CPUtime=462.11
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 2782 0 0 0 46209 2 0 0 25 0 1 0 215732429 12419072 2766 1992294400 134512640 136057169 4294956160 18446744073709551615 134618468 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 3032 2766 182 377 0 2652 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 12128

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

[startup+467.201 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21232
/proc/meminfo: memFree=1112296/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=12128 CPUtime=467.01
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 2782 0 0 0 46699 2 0 0 25 0 1 0 215732429 12419072 2766 1992294400 134512640 136057169 4294956160 18446744073709551615 134823889 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 3032 2766 182 377 0 2652 0
Current children cumulated CPU time (s) 467.01
Current children cumulated vsize (KiB) 12128

[startup+468.801 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21232
/proc/meminfo: memFree=1112296/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=12128 CPUtime=468.61
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 2782 0 0 0 46859 2 0 0 25 0 1 0 215732429 12419072 2766 1992294400 134512640 136057169 4294956160 18446744073709551615 134823797 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 3032 2766 182 377 0 2652 0
Current children cumulated CPU time (s) 468.61
Current children cumulated vsize (KiB) 12128

[startup+470.402 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21232
/proc/meminfo: memFree=1112296/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=12128 CPUtime=470.21
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 2782 0 0 0 47019 2 0 0 25 0 1 0 215732429 12419072 2766 1992294400 134512640 136057169 4294956160 18446744073709551615 134618267 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 3032 2766 182 377 0 2652 0
Current children cumulated CPU time (s) 470.21
Current children cumulated vsize (KiB) 12128

[startup+470.802 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21232
/proc/meminfo: memFree=1112296/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=12128 CPUtime=470.62
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 2782 0 0 0 47060 2 0 0 25 0 1 0 215732429 12419072 2766 1992294400 134512640 136057169 4294956160 18446744073709551615 134823860 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 3032 2766 182 377 0 2652 0
Current children cumulated CPU time (s) 470.62
Current children cumulated vsize (KiB) 12128

[startup+471.202 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21232
/proc/meminfo: memFree=1112296/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=12128 CPUtime=471.01
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 2782 0 0 0 47099 2 0 0 25 0 1 0 215732429 12419072 2766 1992294400 134512640 136057169 4294956160 18446744073709551615 134618141 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 3032 2766 182 377 0 2652 0
Current children cumulated CPU time (s) 471.01
Current children cumulated vsize (KiB) 12128

[startup+471.302 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 21232
/proc/meminfo: memFree=1112296/2055920 swapFree=4181888/4192956
[pid=21231] ppid=21229 vsize=12128 CPUtime=471.11
/proc/21231/stat : 21231 (clasp) R 21229 21231 21194 0 -1 4194304 2782 0 0 0 47109 2 0 0 25 0 1 0 215732429 12419072 2766 1992294400 134512640 136057169 4294956160 18446744073709551615 134618161 0 0 4096 16386 0 0 0 17 1 0 0
/proc/21231/statm: 3032 2766 182 377 0 2652 0
Current children cumulated CPU time (s) 471.11
Current children cumulated vsize (KiB) 12128

Child status: 20
Real time (s): 471.371
CPU time (s): 471.192
CPU user time (s): 471.163
CPU system time (s): 0.028995
CPU usage (%): 99.9621
Max. virtual memory (cumulated for all children) (KiB): 12128

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

runsolver used 0.365944 second user time and 0.944856 second system time

The end

Launcher Data

Begin job on node66 at 2009-05-09 15:51:00
IDJOB=1784952
IDBENCH=24651
IDSOLVER=637
FILE ID=node66/1784952-1241877060
PBS_JOBID= 9264678
Free space on /tmp= 66256 MiB

SOLVER NAME= clasp 1.2.0-SAT09-32
BENCH NAME= SAT07/crafted/Hard/contest05/QG/QG7-dead-dnd001.sat05-3419.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-1784952-1241877060/watcher-1784952-1241877060 -o /tmp/evaluation-result-1784952-1241877060/solver-1784952-1241877060 -C 5000 -W 6000 -M 1800  HOME/clasp --file=HOME/instance-1784952-1241877060.cnf --dimacs --number=1 --sat-p=20,25,150 --hParam=0,512

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

MD5SUM BENCH= 26eb408aec254c812108c852e426e72f
RANDOM SEED=82145423

node66.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.263
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	: 5931.00
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.263
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:       1123344 kB
Buffers:         33016 kB
Cached:         823608 kB
SwapCached:       5004 kB
Active:         174404 kB
Inactive:       690160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1123344 kB
SwapTotal:     4192956 kB
SwapFree:      4181888 kB
Dirty:            2184 kB
Writeback:           0 kB
Mapped:          14040 kB
Slab:            53968 kB
Committed_AS:   819976 kB
PageTables:       1360 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= 66256 MiB
End job on node66 at 2009-05-09 15:58:52