Trace number 1733081

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
CircUs 2009-03-23UNSAT 328.954 329.058

General information on the benchmark

NameCRAFTED/ramseycube/
Q32inK09.cnf
MD5SUM58cbf73dc7f1fd4bb325152069db03fb
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.8174
Satisfiable
(Un)Satisfiability was proved
Number of variables36
Number of clauses7938
Sum of the clauses size92232
Maximum clause length12
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 4378
Number of clauses of size 50
Number of clauses of size over 57560

Solver Data

0.19/0.21	c CirCUs release 2.0 (compiled 25-Mar-09 at 4:46 PM)
0.19/0.21	c Eliminate time :       0.18 
328.89/329.05	c CNF read time  :       0.02 
328.89/329.05	c CNF solve time :     328.95 
328.89/329.05	c Memory usage :    13.4492 MB
328.89/329.05	c Restart : 637
328.89/329.05	c Decisions : random(12539), heuristic(803932), history(0/0)
328.89/329.05	c Implications : 5154974
328.89/329.05	c Forced Restart : 0
328.89/329.05	c Polarity Change : 154
328.89/329.05	c Learned clasues  : 73605 out of 770666
328.89/329.05	c Learned literals : 803515 out of 10145665
328.89/329.05	c Number of first UIP : 63011 out of 770666
328.89/329.05	c Number of simplify : 2
328.89/329.05	c Number of continuous distill : 4781
328.89/329.05	c Average depth of OTS : 5
328.89/329.05	c Average depth of additional conflict : 3
328.89/329.05	c Saved conflict clasues : 1435
328.89/329.05	c Saved conflict literals : 21370
328.89/329.05	c Additional conflict clauses : 0
328.89/329.05	c Additional conflict literals : 0
328.89/329.05	c Additional conflict analysis : 1450
328.89/329.05	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-1733081-1240784816/watcher-1733081-1240784816 -o /tmp/evaluation-result-1733081-1240784816/solver-1733081-1240784816 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/CirCUs HOME/instance-1733081-1240784816.cnf -t 1200 

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: 1.97 1.51 1.32 3/64 25099
/proc/meminfo: memFree=1537856/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=1444 CPUtime=0
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 165 0 0 0 0 0 0 0 18 0 1 120000 106514604 1478656 150 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 361 150 70 173 0 186 0

[startup+0.0648001 s]
/proc/loadavg: 1.97 1.51 1.32 3/64 25099
/proc/meminfo: memFree=1537856/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=2400 CPUtime=0.06
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 414 0 0 0 6 0 0 0 18 0 1 120000 106514604 2457600 398 1992294400 134512640 135224549 4294956208 18446744073709551615 134571491 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 600 398 74 173 0 425 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 2400

[startup+0.101805 s]
/proc/loadavg: 1.97 1.51 1.32 3/64 25099
/proc/meminfo: memFree=1537856/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=2400 CPUtime=0.09
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 414 0 0 0 9 0 0 0 18 0 1 120000 106514604 2457600 398 1992294400 134512640 135224549 4294956208 18446744073709551615 134570518 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 600 398 74 173 0 425 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2400

[startup+0.301838 s]
/proc/loadavg: 1.97 1.51 1.32 3/64 25099
/proc/meminfo: memFree=1537856/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=2664 CPUtime=0.29
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 470 0 0 0 29 0 0 0 19 0 1 120000 106514604 2727936 454 1992294400 134512640 135224549 4294956208 18446744073709551615 134595691 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 666 454 90 173 0 491 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2664

[startup+0.701901 s]
/proc/loadavg: 1.97 1.51 1.32 3/64 25099
/proc/meminfo: memFree=1537856/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=2796 CPUtime=0.69
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 520 0 0 0 69 0 0 0 22 0 1 120000 106514604 2863104 504 1992294400 134512640 135224549 4294956208 18446744073709551615 134595387 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 699 504 90 173 0 524 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2796

[startup+1.50203 s]
/proc/loadavg: 1.97 1.51 1.32 2/65 25100
/proc/meminfo: memFree=1536056/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=3080 CPUtime=1.49
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 587 0 0 0 149 0 0 0 25 0 1 120000 106514604 3153920 571 1992294400 134512640 135224549 4294956208 18446744073709551615 134595387 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 770 571 90 173 0 595 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3080

[startup+3.10128 s]
/proc/loadavg: 1.97 1.51 1.32 2/65 25100
/proc/meminfo: memFree=1535608/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=3364 CPUtime=3.09
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 643 0 0 0 309 0 0 0 25 0 1 120000 106514604 3444736 627 1992294400 134512640 135224549 4294956208 18446744073709551615 134726486 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 841 627 90 173 0 666 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3364

[startup+6.3018 s]
/proc/loadavg: 1.89 1.50 1.31 2/65 25100
/proc/meminfo: memFree=1534904/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=3928 CPUtime=6.29
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 803 0 0 0 629 0 0 0 25 0 1 120000 106514604 4022272 787 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 982 787 90 173 0 807 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3928

[startup+12.7018 s]
/proc/loadavg: 1.82 1.49 1.31 2/65 25100
/proc/meminfo: memFree=1534008/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=4892 CPUtime=12.69
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 985 0 0 0 1269 0 0 0 25 0 1 120000 106514604 5009408 969 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 1223 969 90 173 0 1048 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 4892

[startup+25.5019 s]
/proc/loadavg: 1.64 1.47 1.31 2/65 25100
/proc/meminfo: memFree=1532920/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=5912 CPUtime=25.48
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 1244 0 0 0 2548 0 0 0 25 0 1 120000 106514604 6053888 1228 1992294400 134512640 135224549 4294956208 18446744073709551615 134595325 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 1478 1228 90 173 0 1303 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 5912

[startup+51.1019 s]
/proc/loadavg: 1.42 1.43 1.30 2/65 25100
/proc/meminfo: memFree=1531384/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=7572 CPUtime=51.07
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 1608 0 0 0 5107 0 0 0 25 0 1 120000 106514604 7753728 1592 1992294400 134512640 135224549 4294956208 18446744073709551615 134595334 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 1893 1592 90 173 0 1718 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 7572

[startup+102.305 s]
/proc/loadavg: 1.18 1.36 1.28 2/65 25100
/proc/meminfo: memFree=1529656/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=9336 CPUtime=102.26
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 2038 0 0 0 10225 1 0 0 25 0 1 120000 106514604 9560064 2022 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 2334 2022 90 173 0 2159 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 9336

[startup+162.302 s]
/proc/loadavg: 1.10 1.31 1.26 2/65 25100
/proc/meminfo: memFree=1528312/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=11152 CPUtime=162.24
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 2429 0 0 0 16223 1 0 0 25 0 1 120000 106514604 11419648 2348 1992294400 134512640 135224549 4294956208 18446744073709551615 134595295 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 2788 2348 90 173 0 2613 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 11152

[startup+222.301 s]
/proc/loadavg: 1.03 1.25 1.24 2/65 25100
/proc/meminfo: memFree=1526968/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=12492 CPUtime=222.22
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 2768 0 0 0 22221 1 0 0 25 0 1 120000 106514604 12791808 2687 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 3123 2687 90 173 0 2948 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 12492

[startup+282.302 s]
/proc/loadavg: 1.01 1.20 1.23 2/65 25100
/proc/meminfo: memFree=1526136/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=13408 CPUtime=282.21
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 2962 0 0 0 28219 2 0 0 25 0 1 120000 106514604 13729792 2881 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 3352 2881 90 173 0 3177 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 13408

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

[startup+307.102 s]
/proc/loadavg: 1.07 1.20 1.22 2/65 25100
/proc/meminfo: memFree=1525880/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=13768 CPUtime=307
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 3027 0 0 0 30698 2 0 0 25 0 1 120000 106514604 14098432 2946 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 3442 2946 90 173 0 3267 0
Current children cumulated CPU time (s) 307
Current children cumulated vsize (KiB) 13768

[startup+319.902 s]
/proc/loadavg: 1.06 1.19 1.22 2/65 25100
/proc/meminfo: memFree=1525880/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=13768 CPUtime=319.79
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 3033 0 0 0 31977 2 0 0 25 0 1 120000 106514604 14098432 2952 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 3442 2952 90 173 0 3267 0
Current children cumulated CPU time (s) 319.79
Current children cumulated vsize (KiB) 13768

[startup+323.101 s]
/proc/loadavg: 1.13 1.20 1.23 2/65 25100
/proc/meminfo: memFree=1525816/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=13768 CPUtime=322.99
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 3034 0 0 0 32297 2 0 0 25 0 1 120000 106514604 14098432 2953 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 3442 2953 90 173 0 3267 0
Current children cumulated CPU time (s) 322.99
Current children cumulated vsize (KiB) 13768

[startup+326.302 s]
/proc/loadavg: 1.20 1.22 1.23 2/65 25100
/proc/meminfo: memFree=1525816/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=13768 CPUtime=326.19
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 3037 0 0 0 32617 2 0 0 25 0 1 120000 106514604 14098432 2956 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 3442 2956 90 173 0 3267 0
Current children cumulated CPU time (s) 326.19
Current children cumulated vsize (KiB) 13768

[startup+327.901 s]
/proc/loadavg: 1.20 1.22 1.23 2/65 25100
/proc/meminfo: memFree=1525816/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=13768 CPUtime=327.79
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 3037 0 0 0 32777 2 0 0 25 0 1 120000 106514604 14098432 2956 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 3442 2956 90 173 0 3267 0
Current children cumulated CPU time (s) 327.79
Current children cumulated vsize (KiB) 13768

[startup+328.701 s]
/proc/loadavg: 1.20 1.22 1.23 2/65 25100
/proc/meminfo: memFree=1525816/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=13768 CPUtime=328.59
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 3038 0 0 0 32857 2 0 0 25 0 1 120000 106514604 14098432 2957 1992294400 134512640 135224549 4294956208 18446744073709551615 134618766 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 3442 2957 90 173 0 3267 0
Current children cumulated CPU time (s) 328.59
Current children cumulated vsize (KiB) 13768

[startup+328.905 s]
/proc/loadavg: 1.20 1.22 1.23 2/65 25100
/proc/meminfo: memFree=1525816/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=13768 CPUtime=328.79
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 3038 0 0 0 32877 2 0 0 25 0 1 120000 106514604 14098432 2957 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 3442 2957 90 173 0 3267 0
Current children cumulated CPU time (s) 328.79
Current children cumulated vsize (KiB) 13768

[startup+329.001 s]
/proc/loadavg: 1.20 1.22 1.23 2/65 25100
/proc/meminfo: memFree=1525816/2055920 swapFree=4181132/4192956
[pid=25099] ppid=25097 vsize=13768 CPUtime=328.89
/proc/25099/stat : 25099 (CirCUs) R 25097 25099 24547 0 -1 4194304 3038 0 0 0 32887 2 0 0 25 0 1 120000 106514604 14098432 2957 1992294400 134512640 135224549 4294956208 18446744073709551615 134595278 0 0 4096 8192 0 0 0 17 1 0 0
/proc/25099/statm: 3442 2957 90 173 0 3267 0
Current children cumulated CPU time (s) 328.89
Current children cumulated vsize (KiB) 13768

Child status: 0
Real time (s): 329.058
CPU time (s): 328.954
CPU user time (s): 328.929
CPU system time (s): 0.024996
CPU usage (%): 99.9684
Max. virtual memory (cumulated for all children) (KiB): 13768

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

runsolver used 0.240963 second user time and 0.725889 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-27 00:26:56
IDJOB=1733081
IDBENCH=71133
IDSOLVER=544
FILE ID=node26/1733081-1240784816
PBS_JOBID= 9187236
Free space on /tmp= 66108 MiB

SOLVER NAME= CircUs 2009-03-23
BENCH NAME= SAT09/CRAFTED/ramseycube/Q32inK09.cnf
COMMAND LINE= HOME/CirCUs BENCHNAME -t TIMEOUT
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1733081-1240784816/watcher-1733081-1240784816 -o /tmp/evaluation-result-1733081-1240784816/solver-1733081-1240784816 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/CirCUs HOME/instance-1733081-1240784816.cnf -t 1200

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

MD5SUM BENCH= 58cbf73dc7f1fd4bb325152069db03fb
RANDOM SEED=58519394

node26.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.261
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.261
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:       1538272 kB
Buffers:         62804 kB
Cached:         377108 kB
SwapCached:       5692 kB
Active:         141644 kB
Inactive:       306524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1538272 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            1320 kB
Writeback:           0 kB
Mapped:          13608 kB
Slab:            55484 kB
Committed_AS:   388160 kB
PageTables:       1368 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= 66108 MiB
End job on node26 at 2009-04-27 00:32:25