Trace number 2063498

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 581.354 583.987

DiagnosticValue
ASSIGNMENTS21032

General information on the benchmark

Namecsp/primes-25/
normalized-primes-25-20-3-5.xml
MD5SUMc1092c8d9e64034095c8be22fde7467a
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.015997
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity8
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.18/0.23	c Seed is 509542151
0.18/0.23	c Constructing HOME/instance-2063498-1247696056.xml  with 218 constraints
0.18/0.23	c Solving 21032 backtracks 15 restarts
581.25/583.98	s SATISFIABLE
581.25/583.98	c V0=4, V1=80, V2=47, V3=44, V4=97, V5=32, V6=31, V7=18, V8=13, V9=36, V10=4, V11=20, V12=80, V13=36, V14=52, V15=29, V16=33, V17=2, V18=14, V19=45, V20=59, V21=26, V22=13, V23=22, V24=53, V25=8, V26=34, V27=86, V28=48, V29=2, V30=8, V31=93, V32=46, V33=73, V34=24, V35=59, V36=82, V37=2, V38=76, V39=27, V40=77, V41=60, V42=17, V43=75, V44=10, V45=50, V46=94, V47=44, V48=8, V49=57, V50=6, V51=22, V52=97, V53=9, V54=5, V55=86, V56=63, V57=91, V58=70, V59=64, V60=9, V61=17, V62=18, V63=4, V64=47, V65=19, V66=18, V67=44, V68=52, V69=83, V70=8, V71=78, V72=59, V73=2, V74=49, V75=52, V76=67, V77=49, V78=20, V79=84, V80=70, V81=41, V82=81, V83=90, V84=67, V85=69, V86=32, V87=67, V88=75, V89=93, V90=26, V91=85, V92=48, V93=22, V94=25, V95=50, V96=5, V97=65, V98=57, V99=61, 
581.25/583.98	v 4 80 47 44 97 32 31 18 13 36 4 20 80 36 52 29 33 2 14 45 59 26 13 22 53 8 34 86 48 2 8 93 46 73 24 59 82 2 76 27 77 60 17 75 10 50 94 44 8 57 6 22 97 9 5 86 63 91 70 64 9 17 18 4 47 19 18 44 52 83 8 78 59 2 49 52 67 49 20 84 70 41 81 90 67 69 32 67 75 93 26 85 48 22 25 50 5 65 57 61 
581.25/583.98	d ASSIGNMENTS 21032

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-2063498-1247696056/watcher-2063498-1247696056 -o /tmp/evaluation-result-2063498-1247696056/solver-2063498-1247696056 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 509542151 HOME/instance-2063498-1247696056.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.84 1.95 1.68 4/72 14500
/proc/meminfo: memFree=1308328/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=18576 CPUtime=0
/proc/14500/stat : 14500 (runsolver) R 14498 14500 14186 0 -1 4194368 15 0 0 0 0 0 0 0 20 0 1 0 56673185 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 233632754983 0 0 4096 24578 0 0 0 17 1 0 0
/proc/14500/statm: 4644 284 249 26 0 2626 0

[startup+0.07111 s]
/proc/loadavg: 1.84 1.95 1.68 4/72 14500
/proc/meminfo: memFree=1308328/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=4816 CPUtime=0.05
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 921 644 0 0 5 0 0 0 18 0 1 0 56673185 4931584 552 996147200 134512640 135215973 4294956320 18446744073709551615 134600043 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 1204 552 415 171 0 129 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 4816

[startup+0.101112 s]
/proc/loadavg: 1.84 1.95 1.68 4/72 14500
/proc/meminfo: memFree=1308328/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=4816 CPUtime=0.08
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 924 644 0 0 8 0 0 0 18 0 1 0 56673185 4931584 555 996147200 134512640 135215973 4294956320 18446744073709551615 134609802 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 1204 555 415 171 0 129 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4816

[startup+0.301145 s]
/proc/loadavg: 1.84 1.95 1.68 4/72 14500
/proc/meminfo: memFree=1308328/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=5072 CPUtime=0.28
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 980 644 0 0 28 0 0 0 19 0 1 0 56673185 5193728 611 996147200 134512640 135215973 4294956320 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 1268 611 415 171 0 193 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 5072

[startup+0.70121 s]
/proc/loadavg: 1.84 1.95 1.68 4/72 14500
/proc/meminfo: memFree=1308328/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=5548 CPUtime=0.68
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 1087 644 0 0 68 0 0 0 23 0 1 0 56673185 5681152 718 996147200 134512640 135215973 4294956320 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 1387 718 415 171 0 312 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 5548

[startup+1.50134 s]
/proc/loadavg: 1.84 1.95 1.68 3/73 14505
/proc/meminfo: memFree=1306528/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=6068 CPUtime=1.47
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 1229 644 0 0 147 0 0 0 25 0 1 0 56673185 6213632 860 996147200 134512640 135215973 4294956320 18446744073709551615 134592758 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 1517 860 415 171 0 442 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 6068

[startup+3.1016 s]
/proc/loadavg: 1.84 1.95 1.68 3/73 14505
/proc/meminfo: memFree=1305056/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=6860 CPUtime=3.07
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 1411 644 0 0 307 0 0 0 25 0 1 0 56673185 7024640 1042 996147200 134512640 135215973 4294956320 18446744073709551615 134591424 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 1715 1042 415 171 0 640 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 6860

[startup+6.30112 s]
/proc/loadavg: 1.85 1.95 1.68 3/73 14505
/proc/meminfo: memFree=1301792/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=7908 CPUtime=6.25
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 1682 644 0 0 625 0 0 0 25 0 1 0 56673185 8097792 1313 996147200 134512640 135215973 4294956320 18446744073709551615 135095339 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 1977 1313 415 171 0 902 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 7908

[startup+12.7012 s]
/proc/loadavg: 1.86 1.95 1.68 3/73 14505
/proc/meminfo: memFree=1296424/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=9964 CPUtime=12.62
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 2210 644 0 0 1262 0 0 0 25 0 1 0 56673185 10203136 1788 996147200 134512640 135215973 4294956320 18446744073709551615 134599849 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 2491 1788 415 171 0 1416 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 9964

[startup+25.5012 s]
/proc/loadavg: 1.89 1.95 1.68 3/73 14505
/proc/meminfo: memFree=1286568/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=11136 CPUtime=25.37
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 2504 644 0 0 2536 1 0 0 25 0 1 0 56673185 11403264 2049 996147200 134512640 135215973 4294956320 18446744073709551615 134583660 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 2784 2049 415 171 0 1709 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 11136

[startup+51.1014 s]
/proc/loadavg: 1.93 1.95 1.69 3/73 14505
/proc/meminfo: memFree=1270824/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=12968 CPUtime=50.86
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 2981 644 0 0 5085 1 0 0 25 0 1 0 56673185 13279232 2526 996147200 134512640 135215973 4294956320 18446744073709551615 134600275 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 3242 2526 415 171 0 2167 0
Current children cumulated CPU time (s) 50.86
Current children cumulated vsize (KiB) 12968

[startup+102.307 s]
/proc/loadavg: 1.97 1.96 1.71 3/73 14505
/proc/meminfo: memFree=1255208/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=18096 CPUtime=101.83
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 4300 644 0 0 10181 2 0 0 25 0 1 0 56673185 18530304 3780 996147200 134512640 135215973 4294956320 18446744073709551615 134585720 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 4524 3780 415 171 0 3449 0
Current children cumulated CPU time (s) 101.83
Current children cumulated vsize (KiB) 18096

[startup+162.301 s]
/proc/loadavg: 1.99 1.96 1.72 3/73 14505
/proc/meminfo: memFree=1245224/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=21124 CPUtime=161.56
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 5050 644 0 0 16153 3 0 0 25 0 1 0 56673185 21630976 4530 996147200 134512640 135215973 4294956320 18446744073709551615 11355536 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 5281 4530 415 171 0 4206 0
Current children cumulated CPU time (s) 161.56
Current children cumulated vsize (KiB) 21124

[startup+222.303 s]
/proc/loadavg: 1.99 1.97 1.74 3/73 14505
/proc/meminfo: memFree=1234152/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=25984 CPUtime=221.28
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 6331 644 0 0 22124 4 0 0 25 0 1 0 56673185 26607616 5778 996147200 134512640 135215973 4294956320 18446744073709551615 135098480 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 6496 5778 415 171 0 5421 0
Current children cumulated CPU time (s) 221.28
Current children cumulated vsize (KiB) 25984

[startup+282.302 s]
/proc/loadavg: 1.99 1.97 1.75 3/73 14505
/proc/meminfo: memFree=1215656/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=28352 CPUtime=281.02
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 6933 644 0 0 28097 5 0 0 25 0 1 0 56673185 29032448 6380 996147200 134512640 135215973 4294956320 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 7088 6380 415 171 0 6013 0
Current children cumulated CPU time (s) 281.02
Current children cumulated vsize (KiB) 28352

[startup+342.301 s]
/proc/loadavg: 1.99 1.97 1.76 3/73 14505
/proc/meminfo: memFree=1200624/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=31100 CPUtime=340.75
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 7627 644 0 0 34069 6 0 0 25 0 1 0 56673185 31846400 6945 996147200 134512640 135215973 4294956320 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 7775 6945 415 171 0 6700 0
Current children cumulated CPU time (s) 340.75
Current children cumulated vsize (KiB) 31100

[startup+402.301 s]
/proc/loadavg: 1.99 1.97 1.77 3/73 14505
/proc/meminfo: memFree=1183984/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=34128 CPUtime=400.46
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 8414 644 0 0 40040 6 0 0 25 0 1 0 56673185 34947072 7732 996147200 134512640 135215973 4294956320 18446744073709551615 4158960010 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 8532 7732 415 171 0 7457 0
Current children cumulated CPU time (s) 400.46
Current children cumulated vsize (KiB) 34128

[startup+462.302 s]
/proc/loadavg: 1.99 1.97 1.78 3/73 14505
/proc/meminfo: memFree=1167600/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=37028 CPUtime=460.19
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 9130 644 0 0 46012 7 0 0 25 0 1 0 56673185 37916672 8448 996147200 134512640 135215973 4294956320 18446744073709551615 4158960025 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 9257 8448 415 171 0 8182 0
Current children cumulated CPU time (s) 460.19
Current children cumulated vsize (KiB) 37028

[startup+522.302 s]
/proc/loadavg: 1.99 1.97 1.80 3/73 14505
/proc/meminfo: memFree=1151472/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=39140 CPUtime=519.93
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 9696 644 0 0 51985 8 0 0 25 0 1 0 56673185 40079360 9014 996147200 134512640 135215973 4294956320 18446744073709551615 135094906 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 9785 9014 415 171 0 8710 0
Current children cumulated CPU time (s) 519.93
Current children cumulated vsize (KiB) 39140

[startup+582.301 s]
/proc/loadavg: 1.99 1.97 1.81 3/73 14505
/proc/meminfo: memFree=1136496/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=39396 CPUtime=579.65
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 9755 644 0 0 57957 8 0 0 25 0 1 0 56673185 40341504 9073 996147200 134512640 135215973 4294956320 18446744073709551615 4158960033 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 9849 9073 415 171 0 8774 0
Current children cumulated CPU time (s) 579.65
Current children cumulated vsize (KiB) 39396

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

[startup+583.102 s]
/proc/loadavg: 1.99 1.97 1.81 3/73 14505
/proc/meminfo: memFree=1136048/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=39396 CPUtime=580.45
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 9756 644 0 0 58037 8 0 0 25 0 1 0 56673185 40341504 9074 996147200 134512640 135215973 4294956320 18446744073709551615 135095310 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 9849 9074 415 171 0 8774 0
Current children cumulated CPU time (s) 580.45
Current children cumulated vsize (KiB) 39396

[startup+583.502 s]
/proc/loadavg: 1.99 1.97 1.81 3/73 14505
/proc/meminfo: memFree=1136048/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=39396 CPUtime=580.85
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 9757 644 0 0 58077 8 0 0 25 0 1 0 56673185 40341504 9075 996147200 134512640 135215973 4294956320 18446744073709551615 134599873 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 9849 9075 415 171 0 8774 0
Current children cumulated CPU time (s) 580.85
Current children cumulated vsize (KiB) 39396

[startup+583.901 s]
/proc/loadavg: 1.99 1.97 1.81 3/73 14505
/proc/meminfo: memFree=1136048/2055920 swapFree=4192812/4192956
[pid=14500] ppid=14498 vsize=38368 CPUtime=581.25
/proc/14500/stat : 14500 (pcs.big) R 14498 14500 14186 0 -1 4194304 9757 644 0 0 58117 8 0 0 25 0 1 0 56673185 39288832 8908 996147200 134512640 135215973 4294956320 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/14500/statm: 9592 8908 415 171 0 8517 0
Current children cumulated CPU time (s) 581.25
Current children cumulated vsize (KiB) 38368

Child status: 0
Real time (s): 583.987
CPU time (s): 581.354
CPU user time (s): 581.256
CPU system time (s): 0.097985
CPU usage (%): 99.5491
Max. virtual memory (cumulated for all children) (KiB): 39396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 581.256
system time used= 0.097985
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10403
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= 19
involuntary context switches= 6926

runsolver used 0.772882 second user time and 1.66575 second system time

The end

Launcher Data

Begin job on node3 at 2009-07-16 00:14:16
IDJOB=2063498
IDBENCH=54034
IDSOLVER=734
FILE ID=node3/2063498-1247696056
PBS_JOBID= 9521302
Free space on /tmp= 66404 MiB

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

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

MD5SUM BENCH= c1092c8d9e64034095c8be22fde7467a
RANDOM SEED=509542151

node3.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.259
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.259
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:       1308808 kB
Buffers:         75164 kB
Cached:         418516 kB
SwapCached:          0 kB
Active:         164024 kB
Inactive:       508232 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1308808 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3776 kB
Writeback:           0 kB
Mapped:          30376 kB
Slab:            60308 kB
Committed_AS:   613956 kB
PageTables:       1700 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= 66400 MiB
End job on node3 at 2009-07-16 00:24:00