Trace number 2090931

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 270.436 272.88

DiagnosticValue
ASSIGNMENTS4075

General information on the benchmark

Namecsp/tightness0.9/
normalized-rand-2-40-180-84-900-0_ext.xml
MD5SUM616cc51ae49b3136d2cb2e0a51a9e673
Bench Category2-ARY-EXT (binary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.422935
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints84
Maximum constraint arity2
Maximum domain size180
Number of constraints which are defined in extension84
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c has big domains
0.00/0.02	c big-domain mode
0.17/0.21	c Seed is 92842600
0.17/0.21	c Constructing HOME/instance-2090931-1247731216.xml  with 84 constraints
0.67/0.77	c Solving 4075 backtracks 11 restarts
270.34/272.87	s SATISFIABLE
270.34/272.87	c V0=149, V1=152, V2=92, V3=111, V4=122, V5=76, V6=110, V7=139, V8=59, V9=162, V10=92, V11=165, V12=165, V13=15, V14=86, V15=121, V16=147, V17=10, V18=132, V19=84, V20=151, V21=123, V22=9, V23=54, V24=130, V25=152, V26=100, V27=37, V28=146, V29=119, V30=57, V31=72, V32=51, V33=155, V34=155, V35=31, V36=150, V37=154, V38=7, V39=13, 
270.34/272.87	v 149 152 92 111 122 76 110 139 59 162 92 165 165 15 86 121 147 10 132 84 151 123 9 54 130 152 100 37 146 119 57 72 51 155 155 31 150 154 7 13 
270.34/272.87	d ASSIGNMENTS 4075

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-2090931-1247731216/watcher-2090931-1247731216 -o /tmp/evaluation-result-2090931-1247731216/solver-2090931-1247731216 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 92842600 HOME/instance-2090931-1247731216.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.00 2.00 2.00 4/72 15056
/proc/meminfo: memFree=1411552/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=18576 CPUtime=0
/proc/15056/stat : 15056 (runsolver) R 15054 15056 13151 0 -1 4194368 15 0 0 0 0 0 0 0 22 0 1 0 60184626 19021824 284 996147200 4194304 4302564 548682068496 18446744073709551615 271894244647 0 0 4096 24578 0 0 0 17 1 0 0
/proc/15056/statm: 4644 284 249 26 0 2626 0

[startup+0.0862931 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 15056
/proc/meminfo: memFree=1411552/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=5072 CPUtime=0.05
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 885 656 0 0 5 0 0 0 18 0 1 0 60184626 5193728 516 996147200 134512640 135215973 4294956320 18446744073709551615 134597336 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 1268 516 383 171 0 193 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 5072

[startup+0.102329 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 15056
/proc/meminfo: memFree=1411552/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=5220 CPUtime=0.07
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 898 656 0 0 7 0 0 0 18 0 1 0 60184626 5345280 529 996147200 134512640 135215973 4294956320 18446744073709551615 4158960134 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 1305 529 383 171 0 230 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5220

[startup+0.302352 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 15056
/proc/meminfo: memFree=1411552/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=7532 CPUtime=0.26
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 1147 656 0 0 26 0 0 0 19 0 1 0 60184626 7712768 778 996147200 134512640 135215973 4294956320 18446744073709551615 134740275 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 1883 778 383 171 0 808 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 7532

[startup+0.702388 s]
/proc/loadavg: 2.00 2.00 2.00 4/72 15056
/proc/meminfo: memFree=1411552/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=11816 CPUtime=0.67
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 1643 656 0 0 66 1 0 0 23 0 1 0 60184626 12099584 1274 996147200 134512640 135215973 4294956320 18446744073709551615 134583459 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 2954 1274 383 171 0 1879 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 11816

[startup+1.50144 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15061
/proc/meminfo: memFree=1406616/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=13296 CPUtime=1.45
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 1986 656 0 0 144 1 0 0 25 0 1 0 60184626 13615104 1617 996147200 134512640 135215973 4294956320 18446744073709551615 135026871 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 3324 1617 401 171 0 2249 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 13296

[startup+3.10159 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15061
/proc/meminfo: memFree=1406232/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=13296 CPUtime=3.04
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 2077 656 0 0 303 1 0 0 25 0 1 0 60184626 13615104 1708 996147200 134512640 135215973 4294956320 18446744073709551615 135018621 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 3324 1708 401 171 0 2249 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 13296

[startup+6.3019 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15061
/proc/meminfo: memFree=1405656/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=13296 CPUtime=6.21
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 2080 656 0 0 620 1 0 0 25 0 1 0 60184626 13615104 1711 996147200 134512640 135215973 4294956320 18446744073709551615 4158960033 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 3324 1711 401 171 0 2249 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 13296

[startup+12.7015 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15061
/proc/meminfo: memFree=1404888/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=13296 CPUtime=12.56
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 2206 656 0 0 1255 1 0 0 25 0 1 0 60184626 13615104 1837 996147200 134512640 135215973 4294956320 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 3324 1837 401 171 0 2249 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 13296

[startup+25.5018 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15061
/proc/meminfo: memFree=1403416/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=13296 CPUtime=25.24
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 2416 656 0 0 2523 1 0 0 25 0 1 0 60184626 13615104 2047 996147200 134512640 135215973 4294956320 18446744073709551615 134585694 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 3324 2047 401 171 0 2249 0
Current children cumulated CPU time (s) 25.24
Current children cumulated vsize (KiB) 13296

[startup+51.1013 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15067
/proc/meminfo: memFree=1400064/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=13556 CPUtime=50.6
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 2924 656 0 0 5058 2 0 0 25 0 1 0 60184626 13881344 2555 996147200 134512640 135215973 4294956320 18446744073709551615 135020397 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 3389 2555 401 171 0 2314 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 13556

[startup+102.306 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15067
/proc/meminfo: memFree=1377104/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=18484 CPUtime=101.35
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 4316 656 0 0 10132 3 0 0 25 0 1 0 60184626 18927616 3882 996147200 134512640 135215973 4294956320 18446744073709551615 134590052 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 4621 3882 401 171 0 3546 0
Current children cumulated CPU time (s) 101.35
Current children cumulated vsize (KiB) 18484

[startup+162.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15067
/proc/meminfo: memFree=1369872/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=24292 CPUtime=160.81
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 5811 656 0 0 16077 4 0 0 25 0 1 0 60184626 24875008 5377 996147200 134512640 135215973 4294956320 18446744073709551615 4158960089 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 6073 5377 401 171 0 4998 0
Current children cumulated CPU time (s) 160.81
Current children cumulated vsize (KiB) 24292

[startup+222.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15067
/proc/meminfo: memFree=1362640/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=30876 CPUtime=220.27
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 7487 656 0 0 22022 5 0 0 25 0 1 0 60184626 31617024 6924 996147200 134512640 135215973 4294956320 18446744073709551615 134583169 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 7719 6924 401 171 0 6644 0
Current children cumulated CPU time (s) 220.27
Current children cumulated vsize (KiB) 30876

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

[startup+230.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15067
/proc/meminfo: memFree=1361808/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=31532 CPUtime=228.22
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 7658 656 0 0 22816 6 0 0 25 0 1 0 60184626 32288768 7095 996147200 134512640 135215973 4294956320 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 7883 7095 401 171 0 6808 0
Current children cumulated CPU time (s) 228.22
Current children cumulated vsize (KiB) 31532

[startup+255.901 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15067
/proc/meminfo: memFree=1358736/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=34040 CPUtime=253.59
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 8291 656 0 0 25353 6 0 0 25 0 1 0 60184626 34856960 7728 996147200 134512640 135215973 4294956320 18446744073709551615 135013257 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 8510 7728 401 171 0 7435 0
Current children cumulated CPU time (s) 253.59
Current children cumulated vsize (KiB) 34040

[startup+262.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15067
/proc/meminfo: memFree=1357904/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=34700 CPUtime=259.92
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 8487 656 0 0 25986 6 0 0 25 0 1 0 60184626 35532800 7924 996147200 134512640 135215973 4294956320 18446744073709551615 134599858 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 8675 7924 401 171 0 7600 0
Current children cumulated CPU time (s) 259.92
Current children cumulated vsize (KiB) 34700

[startup+268.702 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15067
/proc/meminfo: memFree=1356752/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=35620 CPUtime=266.27
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 8708 656 0 0 26620 7 0 0 25 0 1 0 60184626 36474880 8112 996147200 134512640 135215973 4294956320 18446744073709551615 134583168 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 8905 8112 401 171 0 7830 0
Current children cumulated CPU time (s) 266.27
Current children cumulated vsize (KiB) 35620

[startup+270.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15067
/proc/meminfo: memFree=1356752/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=35620 CPUtime=267.86
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 8719 656 0 0 26779 7 0 0 25 0 1 0 60184626 36474880 8123 996147200 134512640 135215973 4294956320 18446744073709551615 134583202 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 8905 8123 401 171 0 7830 0
Current children cumulated CPU time (s) 267.86
Current children cumulated vsize (KiB) 35620

[startup+271.902 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15067
/proc/meminfo: memFree=1356560/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=35884 CPUtime=269.45
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 8790 656 0 0 26938 7 0 0 25 0 1 0 60184626 36745216 8194 996147200 134512640 135215973 4294956320 18446744073709551615 135026902 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 8971 8194 401 171 0 7896 0
Current children cumulated CPU time (s) 269.45
Current children cumulated vsize (KiB) 35884

[startup+272.302 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15067
/proc/meminfo: memFree=1356560/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=35884 CPUtime=269.84
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 8797 656 0 0 26977 7 0 0 25 0 1 0 60184626 36745216 8201 996147200 134512640 135215973 4294956320 18446744073709551615 134583227 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 8971 8201 401 171 0 7896 0
Current children cumulated CPU time (s) 269.84
Current children cumulated vsize (KiB) 35884

[startup+272.701 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15067
/proc/meminfo: memFree=1356432/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=35884 CPUtime=270.24
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 8797 656 0 0 27017 7 0 0 25 0 1 0 60184626 36745216 8201 996147200 134512640 135215973 4294956320 18446744073709551615 134599868 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 8971 8201 401 171 0 7896 0
Current children cumulated CPU time (s) 270.24
Current children cumulated vsize (KiB) 35884

[startup+272.806 s]
/proc/loadavg: 2.00 2.00 2.00 3/73 15067
/proc/meminfo: memFree=1356432/2055920 swapFree=4192812/4192956
[pid=15056] ppid=15054 vsize=35624 CPUtime=270.34
/proc/15056/stat : 15056 (pcs.big) R 15054 15056 13151 0 -1 4194304 8797 656 0 0 27027 7 0 0 25 0 1 0 60184626 36478976 8168 996147200 134512640 135215973 4294956320 18446744073709551615 134532677 0 0 4096 0 0 0 0 17 1 0 0
/proc/15056/statm: 8906 8168 401 171 0 7831 0
Current children cumulated CPU time (s) 270.34
Current children cumulated vsize (KiB) 35624

Child status: 0
Real time (s): 272.88
CPU time (s): 270.436
CPU user time (s): 270.347
CPU system time (s): 0.088986
CPU usage (%): 99.1043
Max. virtual memory (cumulated for all children) (KiB): 35884

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

runsolver used 0.394939 second user time and 0.84887 second system time

The end

Launcher Data

Begin job on node60 at 2009-07-16 10:00:16
IDJOB=2090931
IDBENCH=59949
IDSOLVER=733
FILE ID=node60/2090931-1247731216
PBS_JOBID= 9521521
Free space on /tmp= 66428 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/tightness0.9/normalized-rand-2-40-180-84-900-0_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2090931-1247731216/watcher-2090931-1247731216 -o /tmp/evaluation-result-2090931-1247731216/solver-2090931-1247731216 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 92842600 HOME/instance-2090931-1247731216.xml

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

MD5SUM BENCH= 616cc51ae49b3136d2cb2e0a51a9e673
RANDOM SEED=92842600

node60.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	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1412032 kB
Buffers:         86104 kB
Cached:         382348 kB
SwapCached:          0 kB
Active:         177124 kB
Inactive:       382804 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1412032 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3572 kB
Writeback:           0 kB
Mapped:         102948 kB
Slab:            69196 kB
Committed_AS:   627620 kB
PageTables:       2004 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= 66428 MiB
End job on node60 at 2009-07-16 10:04:49