Trace number 2063552

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.2SAT 335.064 335.193

DiagnosticValue
ASSIGNMENTS19751

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-20-2-5.xml
MD5SUMacaa860b0fdfe19b90740ee02393143f
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.015996
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity7
Maximum domain size96
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.08/0.10	c Seed is 1827505212
0.08/0.10	c Constructing HOME/instance-2063552-1247696059.xml  with 197 constraints
0.08/0.10	c Solving 19751 backtracks 15 restarts
334.96/335.18	s SATISFIABLE
334.96/335.18	c V0=41, V1=8, V2=82, V3=9, V4=82, V5=69, V6=2, V7=16, V8=89, V9=48, V10=34, V11=20, V12=68, V13=55, V14=38, V15=7, V16=56, V17=61, V18=20, V19=49, V20=32, V21=58, V22=75, V23=48, V24=73, V25=64, V26=29, V27=97, V28=83, V29=36, V30=9, V31=3, V32=6, V33=37, V34=5, V35=39, V36=81, V37=43, V38=6, V39=87, V40=2, V41=81, V42=97, V43=90, V44=89, V45=23, V46=92, V47=19, V48=96, V49=44, V50=12, V51=57, V52=27, V53=7, V54=79, V55=89, V56=22, V57=94, V58=97, V59=8, V60=39, V61=70, V62=86, V63=60, V64=66, V65=92, V66=84, V67=88, V68=3, V69=28, V70=86, V71=14, V72=31, V73=96, V74=86, V75=56, V76=20, V77=28, V78=16, V79=7, V80=65, V81=3, V82=56, V83=8, V84=33, V85=7, V86=2, V87=6, V88=56, V89=48, V90=24, V91=28, V92=16, V93=55, V94=59, V95=54, V96=38, V97=96, V98=85, V99=39, 
334.96/335.18	v 41 8 82 9 82 69 2 16 89 48 34 20 68 55 38 7 56 61 20 49 32 58 75 48 73 64 29 97 83 36 9 3 6 37 5 39 81 43 6 87 2 81 97 90 89 23 92 19 96 44 12 57 27 7 79 89 22 94 97 8 39 70 86 60 66 92 84 88 3 28 86 14 31 96 86 56 20 28 16 7 65 3 56 8 33 7 2 6 56 48 24 28 16 55 59 54 38 96 85 39 
334.96/335.18	d ASSIGNMENTS 19751

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-2063552-1247696059/watcher-2063552-1247696059 -o /tmp/evaluation-result-2063552-1247696059/solver-2063552-1247696059 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1827505212 HOME/instance-2063552-1247696059.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: 1.92 1.95 1.67 5/72 10137
/proc/meminfo: memFree=1280776/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=5360 CPUtime=0
/proc/10137/stat : 10137 (pcssolve) R 10135 10137 9825 0 -1 4194304 353 644 0 0 0 0 0 0 18 0 1 0 56669926 5488640 244 996147200 4194304 4889804 548682068800 18446744073709551615 269930261799 0 0 4096 0 0 0 0 17 1 0 0
/proc/10137/statm: 199 21 16 171 0 3 0

[startup+0.085516 s]
/proc/loadavg: 1.92 1.95 1.67 5/72 10137
/proc/meminfo: memFree=1280776/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=4812 CPUtime=0.07
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 918 644 0 0 7 0 0 0 18 0 1 0 56669926 4927488 549 996147200 134512640 135215973 4294956304 18446744073709551615 4158960810 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 1203 549 415 171 0 128 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 4812

[startup+0.101516 s]
/proc/loadavg: 1.92 1.95 1.67 5/72 10137
/proc/meminfo: memFree=1280776/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=4944 CPUtime=0.08
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 921 644 0 0 8 0 0 0 18 0 1 0 56669926 5062656 552 996147200 134512640 135215973 4294956304 18446744073709551615 134590418 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 1236 552 415 171 0 161 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4944

[startup+0.301541 s]
/proc/loadavg: 1.92 1.95 1.67 5/72 10137
/proc/meminfo: memFree=1280776/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=5076 CPUtime=0.28
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 978 644 0 0 28 0 0 0 19 0 1 0 56669926 5197824 609 996147200 134512640 135215973 4294956304 18446744073709551615 4158512608 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 1269 609 415 171 0 194 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5076

[startup+0.701588 s]
/proc/loadavg: 1.92 1.95 1.67 5/72 10137
/proc/meminfo: memFree=1280776/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=5808 CPUtime=0.68
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 1127 644 0 0 68 0 0 0 23 0 1 0 56669926 5947392 758 996147200 134512640 135215973 4294956304 18446744073709551615 134600250 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 1452 758 415 171 0 377 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5808

[startup+1.50168 s]
/proc/loadavg: 1.93 1.95 1.67 3/73 10142
/proc/meminfo: memFree=1279160/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=6192 CPUtime=1.48
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 1228 644 0 0 148 0 0 0 25 0 1 0 56669926 6340608 859 996147200 134512640 135215973 4294956304 18446744073709551615 134587086 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 1548 859 415 171 0 473 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 6192

[startup+3.10287 s]
/proc/loadavg: 1.93 1.95 1.67 3/73 10142
/proc/meminfo: memFree=1278008/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=6856 CPUtime=3.08
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 1408 644 0 0 308 0 0 0 25 0 1 0 56669926 7020544 1039 996147200 134512640 135215973 4294956304 18446744073709551615 4158960731 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 1714 1039 415 171 0 639 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 6856

[startup+6.30124 s]
/proc/loadavg: 1.93 1.95 1.67 3/73 10142
/proc/meminfo: memFree=1276408/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=8424 CPUtime=6.29
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 1820 644 0 0 628 1 0 0 25 0 1 0 56669926 8626176 1451 996147200 134512640 135215973 4294956304 18446744073709551615 134677136 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 2106 1451 415 171 0 1031 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 8424

[startup+12.702 s]
/proc/loadavg: 1.94 1.96 1.68 3/73 10142
/proc/meminfo: memFree=1274272/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=10156 CPUtime=12.68
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 2240 644 0 0 1267 1 0 0 25 0 1 0 56669926 10399744 1838 996147200 134512640 135215973 4294956304 18446744073709551615 134583266 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 2539 1838 415 171 0 1464 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 10156

[startup+25.5015 s]
/proc/loadavg: 1.95 1.96 1.68 3/73 10142
/proc/meminfo: memFree=1270944/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=12596 CPUtime=25.48
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 2886 644 0 0 2546 2 0 0 25 0 1 0 56669926 12898304 2431 996147200 134512640 135215973 4294956304 18446744073709551615 134532930 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 3149 2431 415 171 0 2074 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 12596

[startup+51.1015 s]
/proc/loadavg: 1.97 1.96 1.69 3/73 10142
/proc/meminfo: memFree=1267424/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=15480 CPUtime=51.06
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 3609 644 0 0 5104 2 0 0 25 0 1 0 56669926 15851520 3089 996147200 134512640 135215973 4294956304 18446744073709551615 134680767 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 3870 3089 415 171 0 2795 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 15480

[startup+102.306 s]
/proc/loadavg: 1.98 1.96 1.70 3/73 10142
/proc/meminfo: memFree=1259936/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=20480 CPUtime=102.25
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 4907 644 0 0 10222 3 0 0 25 0 1 0 56669926 20971520 4387 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 5120 4387 415 171 0 4045 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 20480

[startup+162.301 s]
/proc/loadavg: 1.99 1.97 1.72 3/73 10142
/proc/meminfo: memFree=1252320/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=24028 CPUtime=162.22
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 5794 644 0 0 16219 3 0 0 25 0 1 0 56669926 24604672 5274 996147200 134512640 135215973 4294956304 18446744073709551615 4158960048 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 6007 5274 415 171 0 4932 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 24028

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.73 3/73 10142
/proc/meminfo: memFree=1245216/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=28892 CPUtime=222.2
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 7054 644 0 0 22216 4 0 0 25 0 1 0 56669926 29585408 6534 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 7223 6534 415 171 0 6148 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 28892

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.75 3/73 10142
/proc/meminfo: memFree=1239328/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=32556 CPUtime=282.18
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 7983 644 0 0 28213 5 0 0 25 0 1 0 56669926 33337344 7334 996147200 134512640 135215973 4294956304 18446744073709551615 9178573 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 8139 7334 415 171 0 7064 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 32556

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

[startup+307.101 s]
/proc/loadavg: 1.99 1.97 1.75 3/73 10142
/proc/meminfo: memFree=1236576/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=34272 CPUtime=306.97
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 8406 644 0 0 30692 5 0 0 25 0 1 0 56669926 35094528 7757 996147200 134512640 135215973 4294956304 18446744073709551615 4158960033 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 8568 7757 415 171 0 7493 0
Current children cumulated CPU time (s) 306.97
Current children cumulated vsize (KiB) 34272

[startup+319.903 s]
/proc/loadavg: 1.99 1.97 1.75 3/73 10142
/proc/meminfo: memFree=1232736/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=35192 CPUtime=319.76
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 8670 644 0 0 31971 5 0 0 25 0 1 0 56669926 36036608 8021 996147200 134512640 135215973 4294956304 18446744073709551615 4158960095 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 8798 8021 415 171 0 7723 0
Current children cumulated CPU time (s) 319.76
Current children cumulated vsize (KiB) 35192

[startup+326.302 s]
/proc/loadavg: 1.99 1.97 1.75 3/73 10142
/proc/meminfo: memFree=1231456/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=35588 CPUtime=326.16
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 8762 644 0 0 32611 5 0 0 25 0 1 0 56669926 36442112 8113 996147200 134512640 135215973 4294956304 18446744073709551615 134532946 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 8897 8113 415 171 0 7822 0
Current children cumulated CPU time (s) 326.16
Current children cumulated vsize (KiB) 35588

[startup+329.502 s]
/proc/loadavg: 1.99 1.97 1.75 3/73 10142
/proc/meminfo: memFree=1231392/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=35588 CPUtime=329.35
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 8763 644 0 0 32930 5 0 0 25 0 1 0 56669926 36442112 8114 996147200 134512640 135215973 4294956304 18446744073709551615 134585037 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 8897 8114 415 171 0 7822 0
Current children cumulated CPU time (s) 329.35
Current children cumulated vsize (KiB) 35588

[startup+332.701 s]
/proc/loadavg: 1.99 1.97 1.76 3/73 10142
/proc/meminfo: memFree=1231200/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=35720 CPUtime=332.55
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 8793 644 0 0 33250 5 0 0 25 0 1 0 56669926 36577280 8144 996147200 134512640 135215973 4294956304 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 8930 8144 415 171 0 7855 0
Current children cumulated CPU time (s) 332.55
Current children cumulated vsize (KiB) 35720

[startup+334.302 s]
/proc/loadavg: 1.99 1.97 1.76 3/73 10142
/proc/meminfo: memFree=1230688/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=36116 CPUtime=334.16
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 8907 644 0 0 33411 5 0 0 25 0 1 0 56669926 36982784 8258 996147200 134512640 135215973 4294956304 18446744073709551615 134583239 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 9029 8258 415 171 0 7954 0
Current children cumulated CPU time (s) 334.16
Current children cumulated vsize (KiB) 36116

[startup+334.702 s]
/proc/loadavg: 1.99 1.97 1.76 3/73 10142
/proc/meminfo: memFree=1230688/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=36116 CPUtime=334.55
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 8907 644 0 0 33450 5 0 0 25 0 1 0 56669926 36982784 8258 996147200 134512640 135215973 4294956304 18446744073709551615 134533052 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 9029 8258 415 171 0 7954 0
Current children cumulated CPU time (s) 334.55
Current children cumulated vsize (KiB) 36116

[startup+335.102 s]
/proc/loadavg: 1.99 1.97 1.76 3/73 10142
/proc/meminfo: memFree=1230688/2055920 swapFree=4192812/4192956
[pid=10137] ppid=10135 vsize=35220 CPUtime=334.96
/proc/10137/stat : 10137 (pcs.big) R 10135 10137 9825 0 -1 4194304 8916 644 0 0 33490 6 0 0 25 0 1 0 56669926 36065280 8111 996147200 134512640 135215973 4294956304 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 0 0 0
/proc/10137/statm: 8805 8111 415 171 0 7730 0
Current children cumulated CPU time (s) 334.96
Current children cumulated vsize (KiB) 35220

Child status: 0
Real time (s): 335.193
CPU time (s): 335.064
CPU user time (s): 334.993
CPU system time (s): 0.070989
CPU usage (%): 99.9615
Max. virtual memory (cumulated for all children) (KiB): 36248

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 334.993
system time used= 0.070989
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9562
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= 18
involuntary context switches= 1213

runsolver used 0.271958 second user time and 0.951855 second system time

The end

Launcher Data

Begin job on node53 at 2009-07-16 00:14:19
IDJOB=2063552
IDBENCH=54042
IDSOLVER=733
FILE ID=node53/2063552-1247696059
PBS_JOBID= 9521206
Free space on /tmp= 66048 MiB

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

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

MD5SUM BENCH= acaa860b0fdfe19b90740ee02393143f
RANDOM SEED=1827505212

node53.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.232
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.232
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:       1281256 kB
Buffers:         71012 kB
Cached:         605860 kB
SwapCached:          0 kB
Active:         190464 kB
Inactive:       511620 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1281256 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            6612 kB
Writeback:           0 kB
Mapped:          34624 kB
Slab:            58128 kB
Committed_AS:   520184 kB
PageTables:       1720 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= 66044 MiB
End job on node53 at 2009-07-16 00:19:54