Trace number 2083902

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
pcs 0.3.2UNSAT 368.888 371.729

DiagnosticValue
ASSIGNMENTS5711

General information on the benchmark

Namecsp/fapp/fapp07/
normalized-fapp07-0600-8.xml
MD5SUM6e460b84f999771fc63912f5692a6b09
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.5853
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints8996
Maximum constraint arity2
Maximum domain size302
Number of constraints which are defined in extension0
Number of constraints which are defined in intension8996
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.00/0.02	c Seed is 10286920
0.00/0.02	c Constructing HOME/instance-2083902-1247723937.xml  with 56663 constraints
0.88/0.97	c Solving 5711 backtracks 12 restarts
368.84/371.72	s UNSATISFIABLE
368.84/371.72	d ASSIGNMENTS 5711

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-2083902-1247723937/watcher-2083902-1247723937 -o /tmp/evaluation-result-2083902-1247723937/solver-2083902-1247723937 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 10286920 HOME/instance-2083902-1247723937.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2000 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.17 2.24 2.13 4/72 12965
/proc/meminfo: memFree=1331560/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=5356 CPUtime=0
/proc/12965/stat : 12965 (pcssolve) R 12963 12965 12662 0 -1 4194304 290 0 0 0 0 0 0 0 23 0 1 0 59456528 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12965/statm: 1339 241 200 169 0 50 0
[pid=12966] ppid=12965 vsize=0 CPUtime=0
/proc/12966/stat : 12966 (pcssolve) R 12965 12965 12662 0 -1 4194368 22 0 0 0 0 0 0 0 24 0 1 0 59456528 0 0 996147200 0 0 0 18446744073709551615 227607637287 0 0 4096 0 0 0 0 17 1 0 0
/proc/12966/statm: 0 0 0 0 0 0 0
[pid=12967] ppid=12965 vsize=5356 CPUtime=0
/proc/12967/stat : 12967 (pcssolve) R 12965 12965 12662 0 -1 4194368 0 0 0 0 0 0 0 0 23 0 1 0 59456528 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 227607636639 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/12967/statm: 1339 241 200 169 0 50 0

[startup+0.0233679 s]
/proc/loadavg: 2.17 2.24 2.13 4/72 12965
/proc/meminfo: memFree=1331560/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=4404 CPUtime=0
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 522 665 0 0 0 0 0 0 25 0 1 0 59456528 4509696 165 996147200 134512640 135215973 4294956320 18446744073709551615 9803156 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 1101 165 140 171 0 14 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 4404

[startup+0.101383 s]
/proc/loadavg: 2.17 2.24 2.13 4/72 12965
/proc/meminfo: memFree=1331560/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=6604 CPUtime=0.07
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 1324 665 0 0 7 0 0 0 25 0 1 0 59456528 6762496 881 996147200 134512640 135215973 4294956320 18446744073709551615 4159151619 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 1651 881 386 171 0 576 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 6604

[startup+0.301407 s]
/proc/loadavg: 2.17 2.24 2.13 4/72 12965
/proc/meminfo: memFree=1331560/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=11492 CPUtime=0.27
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 2872 665 0 0 26 1 0 0 25 0 1 0 59456528 11767808 1893 996147200 134512640 135215973 4294956320 18446744073709551615 4159751585 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 2873 1893 386 171 0 1798 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 11492

[startup+0.701453 s]
/proc/loadavg: 2.17 2.24 2.13 4/72 12965
/proc/meminfo: memFree=1331560/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=21684 CPUtime=0.67
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 6192 665 0 0 65 2 0 0 25 0 1 0 59456528 22204416 3913 996147200 134512640 135215973 4294956320 18446744073709551615 134608353 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 5421 3913 386 171 0 4346 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 21684

[startup+1.50154 s]
/proc/loadavg: 2.17 2.24 2.13 3/73 12970
/proc/meminfo: memFree=1314720/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=30008 CPUtime=1.47
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 10124 665 0 0 143 4 0 0 25 0 1 0 59456528 30728192 6521 996147200 134512640 135215973 4294956320 18446744073709551615 134532715 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 7502 6521 411 171 0 6427 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 30008

[startup+3.10173 s]
/proc/loadavg: 2.17 2.24 2.13 3/73 12970
/proc/meminfo: memFree=1306528/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=30632 CPUtime=3.06
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 10371 665 0 0 302 4 0 0 25 0 1 0 59456528 31367168 6610 996147200 134512640 135215973 4294956320 18446744073709551615 134597328 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 7658 6610 411 171 0 6583 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 30632

[startup+6.3011 s]
/proc/loadavg: 2.15 2.24 2.13 3/73 12970
/proc/meminfo: memFree=1303968/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=34368 CPUtime=6.23
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 11456 665 0 0 618 5 0 0 25 0 1 0 59456528 35192832 7486 996147200 134512640 135215973 4294956320 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 8592 7486 411 171 0 7517 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 34368

[startup+12.7019 s]
/proc/loadavg: 2.14 2.23 2.13 3/73 12970
/proc/meminfo: memFree=1301728/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=34764 CPUtime=12.58
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 11740 665 0 0 1253 5 0 0 25 0 1 0 59456528 35598336 7674 996147200 134512640 135215973 4294956320 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 8691 7674 414 171 0 7616 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 34764

[startup+25.5014 s]
/proc/loadavg: 2.11 2.22 2.13 3/73 12970
/proc/meminfo: memFree=1299616/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=37748 CPUtime=25.27
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 18660 665 0 0 2520 7 0 0 25 0 1 0 59456528 38653952 8177 996147200 134512640 135215973 4294956320 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 9437 8177 414 171 0 8362 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 37748

[startup+51.1014 s]
/proc/loadavg: 2.13 2.22 2.13 3/73 12970
/proc/meminfo: memFree=1291360/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=38140 CPUtime=50.68
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 46872 665 0 0 5051 17 0 0 25 0 1 0 59456528 39055360 8261 996147200 134512640 135215973 4294956320 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 9535 8261 414 171 0 8460 0
Current children cumulated CPU time (s) 50.68
Current children cumulated vsize (KiB) 38140

[startup+102.306 s]
/proc/loadavg: 2.12 2.20 2.12 3/73 12970
/proc/meminfo: memFree=1235680/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=40780 CPUtime=101.5
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 100220 665 0 0 10117 33 0 0 25 0 1 0 59456528 41758720 8953 996147200 134512640 135215973 4294956320 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 10195 8953 414 171 0 9120 0
Current children cumulated CPU time (s) 101.5
Current children cumulated vsize (KiB) 40780

[startup+162.301 s]
/proc/loadavg: 2.11 2.18 2.12 3/73 12976
/proc/meminfo: memFree=1230744/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=43016 CPUtime=161.03
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 143179 665 0 0 16055 48 0 0 25 0 1 0 59456528 44048384 9495 996147200 134512640 135215973 4294956320 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 10754 9495 414 171 0 9679 0
Current children cumulated CPU time (s) 161.03
Current children cumulated vsize (KiB) 43016

[startup+222.302 s]
/proc/loadavg: 2.09 2.16 2.11 3/73 12976
/proc/meminfo: memFree=1227544/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=45376 CPUtime=220.57
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 186320 665 0 0 21995 62 0 0 25 0 1 0 59456528 46465024 10043 996147200 134512640 135215973 4294956320 18446744073709551615 134585344 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 11344 10043 414 171 0 10269 0
Current children cumulated CPU time (s) 220.57
Current children cumulated vsize (KiB) 45376

[startup+282.302 s]
/proc/loadavg: 2.09 2.14 2.10 3/73 12976
/proc/meminfo: memFree=1222424/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=47484 CPUtime=280.12
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 229071 665 0 0 27937 75 0 0 25 0 1 0 59456528 48623616 10602 996147200 134512640 135215973 4294956320 18446744073709551615 134590099 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 11871 10602 414 171 0 10796 0
Current children cumulated CPU time (s) 280.12
Current children cumulated vsize (KiB) 47484

[startup+342.302 s]
/proc/loadavg: 2.08 2.13 2.10 3/73 12976
/proc/meminfo: memFree=1218200/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=49972 CPUtime=339.67
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 269165 665 0 0 33880 87 0 0 25 0 1 0 59456528 51171328 11240 996147200 134512640 135215973 4294956320 18446744073709551615 134585561 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 12493 11240 414 171 0 11418 0
Current children cumulated CPU time (s) 339.67
Current children cumulated vsize (KiB) 49972

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

[startup+358.302 s]
/proc/loadavg: 2.06 2.12 2.10 3/73 12976
/proc/meminfo: memFree=1217496/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=50632 CPUtime=355.55
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 279507 665 0 0 35465 90 0 0 25 0 1 0 59456528 51847168 11406 996147200 134512640 135215973 4294956320 18446744073709551615 134591418 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 12658 11406 414 171 0 11583 0
Current children cumulated CPU time (s) 355.55
Current children cumulated vsize (KiB) 50632

[startup+364.701 s]
/proc/loadavg: 2.06 2.12 2.09 3/73 12976
/proc/meminfo: memFree=1217240/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=50764 CPUtime=361.9
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 284702 665 0 0 36098 92 0 0 25 0 1 0 59456528 51982336 11465 996147200 134512640 135215973 4294956320 18446744073709551615 134585483 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 12691 11465 414 171 0 11616 0
Current children cumulated CPU time (s) 361.9
Current children cumulated vsize (KiB) 50764

[startup+367.902 s]
/proc/loadavg: 2.13 2.13 2.10 3/73 12976
/proc/meminfo: memFree=1217048/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=51028 CPUtime=365.07
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 287289 665 0 0 36415 92 0 0 25 0 1 0 59456528 52252672 11508 996147200 134512640 135215973 4294956320 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 12757 11508 414 171 0 11682 0
Current children cumulated CPU time (s) 365.07
Current children cumulated vsize (KiB) 51028

[startup+369.502 s]
/proc/loadavg: 2.12 2.13 2.10 3/73 12976
/proc/meminfo: memFree=1216920/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=51028 CPUtime=366.66
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 288799 665 0 0 36573 93 0 0 25 0 1 0 59456528 52252672 11530 996147200 134512640 135215973 4294956320 18446744073709551615 135097452 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 12757 11530 414 171 0 11682 0
Current children cumulated CPU time (s) 366.66
Current children cumulated vsize (KiB) 51028

[startup+371.101 s]
/proc/loadavg: 2.12 2.13 2.10 3/73 12976
/proc/meminfo: memFree=1216920/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=51160 CPUtime=368.24
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 289827 665 0 0 36731 93 0 0 25 0 1 0 59456528 52387840 11550 996147200 134512640 135215973 4294956320 18446744073709551615 135002111 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 12790 11550 414 171 0 11715 0
Current children cumulated CPU time (s) 368.24
Current children cumulated vsize (KiB) 51160

[startup+371.501 s]
/proc/loadavg: 2.12 2.13 2.10 3/73 12976
/proc/meminfo: memFree=1216920/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=51160 CPUtime=368.64
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 290073 665 0 0 36771 93 0 0 25 0 1 0 59456528 52387840 11556 996147200 134512640 135215973 4294956320 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 12790 11556 414 171 0 11715 0
Current children cumulated CPU time (s) 368.64
Current children cumulated vsize (KiB) 51160

[startup+371.701 s]
/proc/loadavg: 2.12 2.13 2.10 3/73 12976
/proc/meminfo: memFree=1218776/2055920 swapFree=4192812/4192956
[pid=12965] ppid=12963 vsize=49108 CPUtime=368.84
/proc/12965/stat : 12965 (pcs.big) R 12963 12965 12662 0 -1 4194304 290171 665 0 0 36791 93 0 0 25 0 1 0 59456528 50286592 11070 996147200 134512640 135215973 4294956320 18446744073709551615 134626105 0 0 4096 0 0 0 0 17 1 0 0
/proc/12965/statm: 12277 11070 414 171 0 11202 0
Current children cumulated CPU time (s) 368.84
Current children cumulated vsize (KiB) 49108

Child status: 0
Real time (s): 371.729
CPU time (s): 368.888
CPU user time (s): 367.936
CPU system time (s): 0.951855
CPU usage (%): 99.2357
Max. virtual memory (cumulated for all children) (KiB): 51160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 367.936
system time used= 0.951855
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 290838
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= 27
involuntary context switches= 7774

runsolver used 0.345947 second user time and 1.02784 second system time

The end

Launcher Data

Begin job on node66 at 2009-07-16 07:58:57
IDJOB=2083902
IDBENCH=57973
IDSOLVER=733
FILE ID=node66/2083902-1247723937
PBS_JOBID= 9521485
Free space on /tmp= 66248 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/fapp/fapp07/normalized-fapp07-0600-8.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2083902-1247723937/watcher-2083902-1247723937 -o /tmp/evaluation-result-2083902-1247723937/solver-2083902-1247723937 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 10286920 HOME/instance-2083902-1247723937.xml

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

MD5SUM BENCH= 6e460b84f999771fc63912f5692a6b09
RANDOM SEED=10286920

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.214
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.214
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:       1332040 kB
Buffers:         71920 kB
Cached:         355052 kB
SwapCached:          0 kB
Active:         257996 kB
Inactive:       386952 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1332040 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2948 kB
Writeback:           0 kB
Mapped:         229504 kB
Slab:            63744 kB
Committed_AS:   696388 kB
PageTables:       2272 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= 66248 MiB
End job on node66 at 2009-07-16 08:05:09