Trace number 2070857

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-restart 0.3.2SAT 180.442 180.55

DiagnosticValue
ASSIGNMENTS14528

General information on the benchmark

Namecsp/primes-20/
normalized-primes-20-20-2-5.xml
MD5SUM50755e5b035cf852450edd54742fdcb2
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.021996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity7
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
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.01	c Seed is 567840270
0.00/0.01	c Constructing HOME/instance-2070857-1247709249.xml  with 198 constraints
0.08/0.10	c Solving 14528 backtracks 15 restarts
180.38/180.54	s SATISFIABLE
180.38/180.54	c V0=25, V1=5, V2=7, V3=58, V4=49, V5=34, V6=29, V7=43, V8=71, V9=54, V10=61, V11=26, V12=67, V13=34, V14=6, V15=24, V16=30, V17=18, V18=34, V19=12, V20=63, V21=15, V22=9, V23=43, V24=43, V25=36, V26=13, V27=10, V28=13, V29=64, V30=54, V31=41, V32=13, V33=43, V34=55, V35=37, V36=64, V37=20, V38=34, V39=21, V40=67, V41=57, V42=6, V43=57, V44=51, V45=40, V46=70, V47=12, V48=9, V49=15, V50=42, V51=30, V52=14, V53=8, V54=32, V55=63, V56=13, V57=8, V58=71, V59=19, V60=7, V61=70, V62=30, V63=37, V64=59, V65=29, V66=47, V67=52, V68=14, V69=71, V70=18, V71=39, V72=6, V73=38, V74=42, V75=5, V76=12, V77=47, V78=2, V79=15, V80=52, V81=3, V82=51, V83=41, V84=14, V85=45, V86=51, V87=9, V88=64, V89=4, V90=9, V91=67, V92=61, V93=27, V94=27, V95=31, V96=5, V97=4, V98=27, V99=38, 
180.38/180.54	v 25 5 7 58 49 34 29 43 71 54 61 26 67 34 6 24 30 18 34 12 63 15 9 43 43 36 13 10 13 64 54 41 13 43 55 37 64 20 34 21 67 57 6 57 51 40 70 12 9 15 42 30 14 8 32 63 13 8 71 19 7 70 30 37 59 29 47 52 14 71 18 39 6 38 42 5 12 47 2 15 52 3 51 41 14 45 51 9 64 4 9 67 61 27 27 31 5 4 27 38 
180.38/180.54	d ASSIGNMENTS 14528

Verifier Data

OK

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2070857-1247709249/watcher-2070857-1247709249 -o /tmp/evaluation-result-2070857-1247709249/solver-2070857-1247709249 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 567840270 HOME/instance-2070857-1247709249.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.25 2.28 2.20 4/83 12320
/proc/meminfo: memFree=742376/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=5356 CPUtime=0
/proc/12320/stat : 12320 (pcssolve) R 12318 12320 10166 0 -1 4194304 290 0 0 0 0 0 0 0 19 0 1 0 57990504 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 234045893279 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/12320/statm: 1339 241 200 169 0 50 0
[pid=12321] ppid=12320 vsize=5356 CPUtime=0
/proc/12321/stat : 12321 (pcssolve) R 12320 12320 10166 0 -1 4194368 6 0 0 0 0 0 0 0 19 0 1 0 57990504 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 234045893537 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/12321/statm: 1339 241 200 169 0 50 0
[pid=12322] ppid=12320 vsize=5356 CPUtime=0
/proc/12322/stat : 12322 (pcssolve) R 12320 12320 10166 0 -1 4194368 0 0 0 0 0 0 0 0 19 0 1 0 57990504 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 234045893279 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/12322/statm: 1339 241 200 169 0 50 0

[startup+0.0832479 s]
/proc/loadavg: 2.25 2.28 2.20 4/83 12320
/proc/meminfo: memFree=742376/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=4936 CPUtime=0.07
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 923 644 1 0 7 0 0 0 18 0 1 0 57990504 5054464 555 996147200 134512640 135215973 4294956304 18446744073709551615 5170811 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 1234 555 415 171 0 159 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4936

[startup+0.101251 s]
/proc/loadavg: 2.25 2.28 2.20 4/83 12320
/proc/meminfo: memFree=742376/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=4936 CPUtime=0.08
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 948 644 1 0 8 0 0 0 18 0 1 0 57990504 5054464 580 996147200 134512640 135215973 4294956304 18446744073709551615 134591029 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 1234 580 415 171 0 159 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4936

[startup+0.301272 s]
/proc/loadavg: 2.25 2.28 2.20 4/83 12320
/proc/meminfo: memFree=742376/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=5672 CPUtime=0.28
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 1090 644 1 0 28 0 0 0 20 0 1 0 57990504 5808128 722 996147200 134512640 135215973 4294956304 18446744073709551615 4943659 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 1418 722 415 171 0 343 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5672

[startup+0.701313 s]
/proc/loadavg: 2.25 2.28 2.20 4/83 12320
/proc/meminfo: memFree=742376/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=5672 CPUtime=0.68
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 1108 644 1 0 68 0 0 0 24 0 1 0 57990504 5808128 740 996147200 134512640 135215973 4294956304 18446744073709551615 134583266 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 1418 740 415 171 0 343 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5672

[startup+1.5014 s]
/proc/loadavg: 2.25 2.28 2.20 3/84 12325
/proc/meminfo: memFree=740704/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=6200 CPUtime=1.48
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 1241 644 1 0 148 0 0 0 25 0 1 0 57990504 6348800 873 996147200 134512640 135215973 4294956304 18446744073709551615 4158960056 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 1550 873 415 171 0 475 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 6200

[startup+3.10256 s]
/proc/loadavg: 2.25 2.28 2.20 3/84 12325
/proc/meminfo: memFree=739872/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=7116 CPUtime=3.08
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 1455 644 1 0 308 0 0 0 25 0 1 0 57990504 7286784 1087 996147200 134512640 135215973 4294956304 18446744073709551615 134594087 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 1779 1087 415 171 0 704 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 7116

[startup+6.3019 s]
/proc/loadavg: 2.23 2.28 2.20 3/84 12325
/proc/meminfo: memFree=738912/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=7896 CPUtime=6.28
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 1635 644 1 0 628 0 0 0 25 0 1 0 57990504 8085504 1267 996147200 134512640 135215973 4294956304 18446744073709551615 4158960738 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 1974 1267 415 171 0 899 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 7896

[startup+12.7016 s]
/proc/loadavg: 2.29 2.29 2.20 3/84 12325
/proc/meminfo: memFree=735776/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=10720 CPUtime=12.67
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 2400 644 1 0 1266 1 0 0 25 0 1 0 57990504 10977280 1946 996147200 134512640 135215973 4294956304 18446744073709551615 134587525 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 2680 1946 415 171 0 1605 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 10720

[startup+25.5019 s]
/proc/loadavg: 2.22 2.27 2.20 3/83 12369
/proc/meminfo: memFree=1474920/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=13208 CPUtime=25.44
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 3014 644 1 0 2542 2 0 0 25 0 1 0 57990504 13524992 2560 996147200 134512640 135215973 4294956304 18446744073709551615 134590438 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 3302 2560 415 171 0 2227 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 13208

[startup+51.1016 s]
/proc/loadavg: 2.14 2.25 2.19 3/83 12369
/proc/meminfo: memFree=1469808/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=18460 CPUtime=51.03
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 4368 644 1 0 5100 3 0 0 25 0 1 0 57990504 18903040 3849 996147200 134512640 135215973 4294956304 18446744073709551615 134533067 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 4615 3849 415 171 0 3540 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 18460

[startup+102.307 s]
/proc/loadavg: 2.06 2.21 2.18 3/83 12369
/proc/meminfo: memFree=1463984/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=23840 CPUtime=102.21
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 5752 644 1 0 10217 4 0 0 25 0 1 0 57990504 24412160 5233 996147200 134512640 135215973 4294956304 18446744073709551615 134583542 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 5960 5233 415 171 0 4885 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 23840

[startup+162.301 s]
/proc/loadavg: 2.02 2.17 2.17 3/83 12369
/proc/meminfo: memFree=1459440/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=28304 CPUtime=162.19
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 6886 644 1 0 16214 5 0 0 25 0 1 0 57990504 28983296 6367 996147200 134512640 135215973 4294956304 18446744073709551615 134648574 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 7076 6367 415 171 0 6001 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 28304

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

[startup+166.302 s]
/proc/loadavg: 2.02 2.17 2.17 3/83 12369
/proc/meminfo: memFree=1459184/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=28564 CPUtime=166.19
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 6949 644 1 0 16614 5 0 0 25 0 1 0 57990504 29249536 6430 996147200 134512640 135215973 4294956304 18446744073709551615 4158960912 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 7141 6430 415 171 0 6066 0
Current children cumulated CPU time (s) 166.19
Current children cumulated vsize (KiB) 28564

[startup+172.706 s]
/proc/loadavg: 2.02 2.16 2.16 3/83 12369
/proc/meminfo: memFree=1458928/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=28692 CPUtime=172.59
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 6983 644 1 0 17254 5 0 0 25 0 1 0 57990504 29380608 6464 996147200 134512640 135215973 4294956304 18446744073709551615 134599879 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 7173 6464 415 171 0 6098 0
Current children cumulated CPU time (s) 172.59
Current children cumulated vsize (KiB) 28692

[startup+175.902 s]
/proc/loadavg: 2.02 2.16 2.16 3/83 12369
/proc/meminfo: memFree=1458736/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=28956 CPUtime=175.79
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 7040 644 1 0 17574 5 0 0 25 0 1 0 57990504 29650944 6521 996147200 134512640 135215973 4294956304 18446744073709551615 4158960143 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 7239 6521 415 171 0 6164 0
Current children cumulated CPU time (s) 175.79
Current children cumulated vsize (KiB) 28956

[startup+179.102 s]
/proc/loadavg: 2.01 2.16 2.16 3/83 12369
/proc/meminfo: memFree=1458544/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=29484 CPUtime=178.98
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 7169 644 1 0 17893 5 0 0 25 0 1 0 57990504 30191616 6650 996147200 134512640 135215973 4294956304 18446744073709551615 4158960129 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 7371 6650 415 171 0 6296 0
Current children cumulated CPU time (s) 178.98
Current children cumulated vsize (KiB) 29484

[startup+179.901 s]
/proc/loadavg: 2.01 2.16 2.16 3/83 12369
/proc/meminfo: memFree=1458224/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=29484 CPUtime=179.78
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 7170 644 1 0 17973 5 0 0 25 0 1 0 57990504 30191616 6651 996147200 134512640 135215973 4294956304 18446744073709551615 134591029 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 7371 6651 415 171 0 6296 0
Current children cumulated CPU time (s) 179.78
Current children cumulated vsize (KiB) 29484

[startup+180.301 s]
/proc/loadavg: 2.01 2.16 2.16 3/83 12369
/proc/meminfo: memFree=1458224/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=29484 CPUtime=180.18
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 7170 644 1 0 18013 5 0 0 25 0 1 0 57990504 30191616 6651 996147200 134512640 135215973 4294956304 18446744073709551615 134587971 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 7371 6651 415 171 0 6296 0
Current children cumulated CPU time (s) 180.18
Current children cumulated vsize (KiB) 29484

[startup+180.501 s]
/proc/loadavg: 2.01 2.16 2.16 3/83 12369
/proc/meminfo: memFree=1458224/2055920 swapFree=4192812/4192956
[pid=12320] ppid=12318 vsize=28968 CPUtime=180.38
/proc/12320/stat : 12320 (pcs.big) R 12318 12320 10166 0 -1 4194304 7171 644 1 0 18033 5 0 0 25 0 1 0 57990504 29663232 6536 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/12320/statm: 7242 6536 415 171 0 6167 0
Current children cumulated CPU time (s) 180.38
Current children cumulated vsize (KiB) 28968

Child status: 0
Real time (s): 180.55
CPU time (s): 180.442
CPU user time (s): 180.38
CPU system time (s): 0.06199
CPU usage (%): 99.94
Max. virtual memory (cumulated for all children) (KiB): 29484

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.38
system time used= 0.06199
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7817
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 19
involuntary context switches= 1059

runsolver used 0.181972 second user time and 0.482926 second system time

The end

Launcher Data

Begin job on node79 at 2009-07-16 03:54:09
IDJOB=2070857
IDBENCH=55412
IDSOLVER=734
FILE ID=node79/2070857-1247709249
PBS_JOBID= 9521159
Free space on /tmp= 66388 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/primes-20/normalized-primes-20-20-2-5.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2070857-1247709249/watcher-2070857-1247709249 -o /tmp/evaluation-result-2070857-1247709249/solver-2070857-1247709249 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 567840270 HOME/instance-2070857-1247709249.xml

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

MD5SUM BENCH= 50755e5b035cf852450edd54742fdcb2
RANDOM SEED=567840270

node79.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:        742856 kB
Buffers:         78900 kB
Cached:         392272 kB
SwapCached:          0 kB
Active:         809096 kB
Inactive:       432100 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        742856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1760 kB
Writeback:           0 kB
Mapped:         790468 kB
Slab:            55620 kB
Committed_AS:  1307688 kB
PageTables:       3308 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= 66388 MiB
End job on node79 at 2009-07-16 03:57:10