Trace number 2065532

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 699.475 702.305

DiagnosticValue
ASSIGNMENTS28783

General information on the benchmark

Namecsp/primes-30/
normalized-primes-30-40-2-3.xml
MD5SUM3a0f347527e88127cec1ed569eb11f1d
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.12198
Satisfiable
(Un)Satisfiability was proved
Number of variables100
Number of constraints40
Maximum constraint arity5
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data

0.00/0.00	c has big domains
0.00/0.00	c big-domain mode
0.23/0.24	c Seed is 632585018
0.23/0.24	c Constructing HOME/instance-2065532-1247703572.xml  with 287 constraints
0.23/0.24	c Solving 28783 backtracks 16 restarts
699.36/702.29	s SATISFIABLE
699.36/702.29	c V0=43, V1=59, V2=2, V3=101, V4=89, V5=101, V6=59, V7=2, V8=29, V9=3, V10=5, V11=19, V12=73, V13=2, V14=89, V15=104, V16=2, V17=17, V18=83, V19=59, V20=37, V21=23, V22=107, V23=2, V24=5, V25=113, V26=5, V27=43, V28=19, V29=101, V30=2, V31=41, V32=41, V33=67, V34=113, V35=107, V36=43, V37=59, V38=3, V39=83, V40=2, V41=7, V42=6, V43=113, V44=47, V45=2, V46=23, V47=47, V48=13, V49=43, V50=2, V51=59, V52=3, V53=73, V54=103, V55=7, V56=5, V57=73, V58=59, V59=3, V60=53, V61=53, V62=2, V63=107, V64=103, V65=13, V66=59, V67=2, V68=43, V69=2, V70=97, V71=2, V72=41, V73=53, V74=2, V75=107, V76=113, V77=47, V78=2, V79=73, V80=2, V81=67, V82=2, V83=2, V84=112, V85=2, V86=7, V87=37, V88=18, V89=71, V90=41, V91=2, V92=103, V93=27, V94=71, V95=55, V96=59, V97=17, V98=74, V99=113, 
699.36/702.29	v 43 59 2 101 89 101 59 2 29 3 5 19 73 2 89 104 2 17 83 59 37 23 107 2 5 113 5 43 19 101 2 41 41 67 113 107 43 59 3 83 2 7 6 113 47 2 23 47 13 43 2 59 3 73 103 7 5 73 59 3 53 53 2 107 103 13 59 2 43 2 97 2 41 53 2 107 113 47 2 73 2 67 2 2 112 2 7 37 18 71 41 2 103 27 71 55 59 17 74 113 
699.36/702.29	d ASSIGNMENTS 28783

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-2065532-1247703572/watcher-2065532-1247703572 -o /tmp/evaluation-result-2065532-1247703572/solver-2065532-1247703572 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 632585018 HOME/instance-2065532-1247703572.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.15 2.06 1.79 3/73 12362
/proc/meminfo: memFree=1026440/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=5360 CPUtime=0
/proc/12362/stat : 12362 (pcssolve) R 12360 12362 10937 0 -1 4194304 350 648 0 0 0 0 0 0 18 0 1 0 57422363 5488640 243 996147200 4194304 4889804 548682068800 18446744073709551615 249069734438 0 0 4100 65536 0 0 0 17 1 0 0
/proc/12362/statm: 1340 243 201 169 0 51 0

[startup+0.246314 s]
/proc/loadavg: 2.15 2.06 1.79 3/73 12362
/proc/meminfo: memFree=1026440/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=5548 CPUtime=0.23
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 1123 648 0 0 23 0 0 0 19 0 1 0 57422363 5681152 701 996147200 134512640 135215973 4294956304 18446744073709551615 134584175 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 1387 701 415 171 0 312 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 5548

[startup+0.302317 s]
/proc/loadavg: 2.15 2.06 1.79 3/73 12362
/proc/meminfo: memFree=1026440/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=5680 CPUtime=0.29
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 1146 648 0 0 29 0 0 0 19 0 1 0 57422363 5816320 724 996147200 134512640 135215973 4294956304 18446744073709551615 134600043 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 1420 724 415 171 0 345 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 5680

[startup+0.402327 s]
/proc/loadavg: 2.15 2.06 1.79 3/73 12362
/proc/meminfo: memFree=1026440/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=5940 CPUtime=0.38
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 1220 648 0 0 38 0 0 0 20 0 1 0 57422363 6082560 798 996147200 134512640 135215973 4294956304 18446744073709551615 134532660 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 1485 798 415 171 0 410 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 5940

[startup+0.702358 s]
/proc/loadavg: 2.15 2.06 1.79 3/73 12362
/proc/meminfo: memFree=1026440/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=6204 CPUtime=0.68
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 1305 648 0 0 68 0 0 0 24 0 1 0 57422363 6352896 883 996147200 134512640 135215973 4294956304 18446744073709551615 134590055 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 1551 883 415 171 0 476 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 6204

[startup+1.50144 s]
/proc/loadavg: 2.14 2.06 1.79 3/74 12367
/proc/meminfo: memFree=1024192/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=6592 CPUtime=1.48
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 1405 648 0 0 148 0 0 0 25 0 1 0 57422363 6750208 983 996147200 134512640 135215973 4294956304 18446744073709551615 134587505 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 1648 983 415 171 0 573 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 6592

[startup+3.10159 s]
/proc/loadavg: 2.14 2.06 1.79 3/74 12367
/proc/meminfo: memFree=1023552/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=8192 CPUtime=3.08
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 1828 648 0 0 307 1 0 0 25 0 1 0 57422363 8388608 1301 996147200 134512640 135215973 4294956304 18446744073709551615 134591678 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 2048 1301 415 171 0 973 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 8192

[startup+6.30191 s]
/proc/loadavg: 2.12 2.06 1.79 3/74 12367
/proc/meminfo: memFree=1020936/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=9924 CPUtime=6.27
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 2258 648 0 0 626 1 0 0 25 0 1 0 57422363 10162176 1698 996147200 134512640 135215973 4294956304 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 2481 1698 415 171 0 1406 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 9924

[startup+12.7015 s]
/proc/loadavg: 2.11 2.06 1.79 3/74 12367
/proc/meminfo: memFree=1019080/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=11364 CPUtime=12.64
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 2626 648 0 0 1263 1 0 0 25 0 1 0 57422363 11636736 2066 996147200 134512640 135215973 4294956304 18446744073709551615 134982956 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 2841 2066 415 171 0 1766 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 11364

[startup+25.5068 s]
/proc/loadavg: 2.09 2.05 1.79 3/74 12367
/proc/meminfo: memFree=1015496/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=14500 CPUtime=25.39
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 3445 648 0 0 2538 1 0 0 25 0 1 0 57422363 14848000 2885 996147200 134512640 135215973 4294956304 18446744073709551615 134591078 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 3625 2885 415 171 0 2550 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 14500

[startup+51.1013 s]
/proc/loadavg: 2.12 2.06 1.80 3/74 12367
/proc/meminfo: memFree=1008136/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=21188 CPUtime=50.88
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 5145 648 0 0 5086 2 0 0 25 0 1 0 57422363 21696512 4520 996147200 134512640 135215973 4294956304 18446744073709551615 4158960060 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 5297 4520 415 171 0 4222 0
Current children cumulated CPU time (s) 50.88
Current children cumulated vsize (KiB) 21188

[startup+102.301 s]
/proc/loadavg: 2.12 2.07 1.82 3/74 12367
/proc/meminfo: memFree=997320/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=31152 CPUtime=101.88
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 7715 648 0 0 10184 4 0 0 25 0 1 0 57422363 31899648 6928 996147200 134512640 135215973 4294956304 18446744073709551615 134590099 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 7788 6928 415 171 0 6713 0
Current children cumulated CPU time (s) 101.88
Current children cumulated vsize (KiB) 31152

[startup+162.301 s]
/proc/loadavg: 2.10 2.07 1.83 3/74 12367
/proc/meminfo: memFree=983944/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=42848 CPUtime=161.63
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 10716 648 0 0 16157 6 0 0 25 0 1 0 57422363 43876352 9864 996147200 134512640 135215973 4294956304 18446744073709551615 4158960322 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 10712 9864 415 171 0 9637 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 42848

[startup+222.301 s]
/proc/loadavg: 2.07 2.07 1.84 3/74 12367
/proc/meminfo: memFree=973192/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=50480 CPUtime=221.39
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 12765 648 0 0 22131 8 0 0 25 0 1 0 57422363 51691520 11784 996147200 134512640 135215973 4294956304 18446744073709551615 4158960384 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 12620 11784 415 171 0 11545 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 50480

[startup+282.302 s]
/proc/loadavg: 2.02 2.05 1.85 3/74 12367
/proc/meminfo: memFree=962632/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=58504 CPUtime=281.15
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 14841 648 0 0 28106 9 0 0 25 0 1 0 57422363 59908096 13860 996147200 134512640 135215973 4294956304 18446744073709551615 4158960027 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 14626 13860 415 171 0 13551 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 58504

[startup+342.307 s]
/proc/loadavg: 2.01 2.04 1.85 3/74 12367
/proc/meminfo: memFree=945480/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=65752 CPUtime=340.91
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 16659 648 0 0 34081 10 0 0 25 0 1 0 57422363 67330048 15678 996147200 134512640 135215973 4294956304 18446744073709551615 4158960589 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 16438 15678 415 171 0 15363 0
Current children cumulated CPU time (s) 340.91
Current children cumulated vsize (KiB) 65752

[startup+402.303 s]
/proc/loadavg: 2.00 2.03 1.86 3/74 12367
/proc/meminfo: memFree=939272/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=70756 CPUtime=400.67
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 17916 648 0 0 40056 11 0 0 25 0 1 0 57422363 72454144 16935 996147200 134512640 135215973 4294956304 18446744073709551615 134533067 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 17689 16935 415 171 0 16614 0
Current children cumulated CPU time (s) 400.67
Current children cumulated vsize (KiB) 70756

[startup+462.303 s]
/proc/loadavg: 2.04 2.04 1.87 3/74 12367
/proc/meminfo: memFree=932552/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=76288 CPUtime=460.42
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 19303 648 0 0 46031 11 0 0 25 0 1 0 57422363 78118912 18322 996147200 134512640 135215973 4294956304 18446744073709551615 134585632 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 19072 18322 415 171 0 17997 0
Current children cumulated CPU time (s) 460.42
Current children cumulated vsize (KiB) 76288

[startup+522.303 s]
/proc/loadavg: 2.05 2.04 1.88 3/74 12367
/proc/meminfo: memFree=926344/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=81688 CPUtime=520.18
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 20658 648 0 0 52006 12 0 0 25 0 1 0 57422363 83648512 19677 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 20422 19677 415 171 0 19347 0
Current children cumulated CPU time (s) 520.18
Current children cumulated vsize (KiB) 81688

[startup+582.302 s]
/proc/loadavg: 2.05 2.05 1.89 3/74 12367
/proc/meminfo: memFree=919112/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=87628 CPUtime=579.94
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 22168 648 0 0 57981 13 0 0 25 0 1 0 57422363 89731072 21187 996147200 134512640 135215973 4294956304 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 21907 21187 415 171 0 20832 0
Current children cumulated CPU time (s) 579.94
Current children cumulated vsize (KiB) 87628

[startup+642.302 s]
/proc/loadavg: 2.19 2.08 1.91 3/74 12367
/proc/meminfo: memFree=912648/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=93168 CPUtime=639.7
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194304 23526 648 0 0 63956 14 0 0 25 0 1 0 57422363 95404032 22545 996147200 134512640 135215973 4294956304 18446744073709551615 4158960021 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 23292 22545 415 171 0 22217 0
Current children cumulated CPU time (s) 639.7
Current children cumulated vsize (KiB) 93168

[startup+702.303 s]
/proc/loadavg: 2.07 2.06 1.91 3/74 12367
/proc/meminfo: memFree=904584/2055920 swapFree=4192812/4192956
[pid=12362] ppid=12360 vsize=0 CPUtime=699.46
/proc/12362/stat : 12362 (pcs.big) R 12360 12362 10937 0 -1 4194308 25193 648 0 0 69930 16 0 0 25 0 1 0 57422363 0 0 996147200 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/12362/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 699.46
Current children cumulated vsize (KiB) 0

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

Child status: 0
Real time (s): 702.305
CPU time (s): 699.475
CPU user time (s): 699.305
CPU system time (s): 0.169974
CPU usage (%): 99.597
Max. virtual memory (cumulated for all children) (KiB): 99756

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

runsolver used 0.707892 second user time and 1.85272 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-16 02:19:32
IDJOB=2065532
IDBENCH=54370
IDSOLVER=733
FILE ID=node89/2065532-1247703572
PBS_JOBID= 9521140
Free space on /tmp= 66168 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/primes-30/normalized-primes-30-40-2-3.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2065532-1247703572/watcher-2065532-1247703572 -o /tmp/evaluation-result-2065532-1247703572/solver-2065532-1247703572 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 632585018 HOME/instance-2065532-1247703572.xml

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

MD5SUM BENCH= 3a0f347527e88127cec1ed569eb11f1d
RANDOM SEED=632585018

node89.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.213
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.213
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:       1026856 kB
Buffers:         82328 kB
Cached:         807248 kB
SwapCached:          0 kB
Active:         247988 kB
Inactive:       695068 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1026856 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            2200 kB
Writeback:           0 kB
Mapped:          64964 kB
Slab:            71364 kB
Committed_AS:   518496 kB
PageTables:       1812 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= 66168 MiB
End job on node89 at 2009-07-16 02:31:14