Trace number 2079689

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 471.098 471.568

DiagnosticValue
ASSIGNMENTS150522

General information on the benchmark

Namecsp/rand-3-20-20/
normalized-rand-3-20-20-60-632-1_ext.xml
MD5SUMfc3ea51f147b1da003c7c6dfcba76e43
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark2.92355
Satisfiable
(Un)Satisfiability was proved
Number of variables20
Number of constraints60
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension60
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data

0.00/0.02	c small-domain mode
0.16/0.21	c Seed is 1482243107
0.16/0.21	c Constructing HOME/instance-2079689-1247716946.xml  with 60 constraints
0.36/0.49	c Solving 150522 backtracks 20 restarts
471.00/471.56	s SATISFIABLE
471.00/471.56	c V0=2, V1=15, V2=1, V3=9, V4=0, V5=16, V6=13, V7=14, V8=5, V9=6, V10=15, V11=18, V12=2, V13=16, V14=17, V15=16, V16=12, V17=13, V18=0, V19=9, 
471.00/471.56	v 2 15 1 9 0 16 13 14 5 6 15 18 2 16 17 16 12 13 0 9 
471.00/471.56	d ASSIGNMENTS 150522

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-2079689-1247716946/watcher-2079689-1247716946 -o /tmp/evaluation-result-2079689-1247716946/solver-2079689-1247716946 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1482243107 HOME/instance-2079689-1247716946.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.94 2.00 2.08 4/82 17289
/proc/meminfo: memFree=841112/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=5356 CPUtime=0
/proc/17289/stat : 17289 (pcssolve) R 17287 17289 16245 0 -1 4194304 273 0 0 0 0 0 0 0 22 0 1 0 58758822 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 213116316319 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17289/statm: 1339 241 200 169 0 50 0
[pid=17290] ppid=17289 vsize=5356 CPUtime=0
/proc/17290/stat : 17290 (pcssolve) R 17289 17289 16245 0 -1 4194368 0 0 0 0 0 0 0 0 22 0 1 0 58758823 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 213116316319 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/17290/statm: 1339 241 200 169 0 50 0

[startup+0.109297 s]
/proc/loadavg: 1.94 2.00 2.08 4/82 17289
/proc/meminfo: memFree=841112/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=5340 CPUtime=0.07
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 959 822 0 0 7 0 0 0 18 0 1 0 58758822 5468160 568 996147200 134512640 135095119 4294956304 18446744073709551615 134944298 0 0 4096 0 0 0 0 17 1 0 0
/proc/17289/statm: 1335 568 375 142 0 289 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5340

[startup+0.201321 s]
/proc/loadavg: 1.94 2.00 2.08 4/82 17289
/proc/meminfo: memFree=841112/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=6556 CPUtime=0.16
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 1101 822 0 0 16 0 0 0 18 0 1 0 58758822 6713344 710 996147200 134512640 135095119 4294956304 18446744073709551615 134769837 0 0 4096 0 0 0 0 17 1 0 0
/proc/17289/statm: 1639 710 375 142 0 593 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 6556

[startup+0.301332 s]
/proc/loadavg: 1.94 2.00 2.08 4/82 17289
/proc/meminfo: memFree=841112/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=7900 CPUtime=0.26
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 1267 822 0 0 26 0 0 0 19 0 1 0 58758822 8089600 876 996147200 134512640 135095119 4294956304 18446744073709551615 3284084 0 0 4096 0 0 0 0 17 1 0 0
/proc/17289/statm: 1975 876 375 142 0 929 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 7900

[startup+0.701411 s]
/proc/loadavg: 1.94 2.00 2.08 4/82 17289
/proc/meminfo: memFree=841112/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=10468 CPUtime=0.66
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 1616 822 0 0 66 0 0 0 23 0 1 0 58758822 10719232 1225 996147200 134512640 135095119 4294956304 18446744073709551615 134926985 0 0 4096 0 0 0 0 17 1 0 0
/proc/17289/statm: 2617 1225 389 142 0 1571 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 10468

[startup+1.50156 s]
/proc/loadavg: 1.94 2.00 2.08 3/83 17295
/proc/meminfo: memFree=837648/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=10468 CPUtime=1.45
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 1625 822 0 0 145 0 0 0 25 0 1 0 58758822 10719232 1234 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 1 0 0
/proc/17289/statm: 2617 1234 389 142 0 1571 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 10468

[startup+3.10187 s]
/proc/loadavg: 1.95 2.00 2.08 3/83 17295
/proc/meminfo: memFree=837456/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=10468 CPUtime=3.04
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 1646 822 0 0 304 0 0 0 25 0 1 0 58758822 10719232 1255 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 1 0 0
/proc/17289/statm: 2617 1255 389 142 0 1571 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 10468

[startup+6.30147 s]
/proc/loadavg: 1.95 2.00 2.08 3/83 17295
/proc/meminfo: memFree=837072/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=10728 CPUtime=6.2
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 1733 822 0 0 620 0 0 0 25 0 1 0 58758822 10985472 1309 996147200 134512640 135095119 4294956304 18446744073709551615 134918203 0 0 4096 0 0 0 0 17 1 0 0
/proc/17289/statm: 2682 1309 389 142 0 1636 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 10728

[startup+12.7017 s]
/proc/loadavg: 1.95 2.00 2.08 3/83 17295
/proc/meminfo: memFree=836496/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=11116 CPUtime=12.54
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 1899 822 0 0 1254 0 0 0 25 0 1 0 58758822 11382784 1410 996147200 134512640 135095119 4294956304 18446744073709551615 134918166 0 0 4096 0 0 0 0 17 1 0 0
/proc/17289/statm: 2779 1410 389 142 0 1733 0
Current children cumulated CPU time (s) 12.54
Current children cumulated vsize (KiB) 11116

[startup+25.5021 s]
/proc/loadavg: 1.96 2.00 2.08 3/83 17295
/proc/meminfo: memFree=835856/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=11756 CPUtime=25.22
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 2270 822 0 0 2521 1 0 0 25 0 1 0 58758822 12038144 1619 996147200 134512640 135095119 4294956304 18446744073709551615 134927075 0 0 4096 0 0 0 0 17 1 0 0
/proc/17289/statm: 2939 1619 389 142 0 1893 0
Current children cumulated CPU time (s) 25.22
Current children cumulated vsize (KiB) 11756

[startup+51.1019 s]
/proc/loadavg: 1.92 1.98 2.07 3/73 17329
/proc/meminfo: memFree=1515888/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=13036 CPUtime=50.79
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 3049 822 0 0 5078 1 0 0 25 0 1 0 58758822 13348864 2076 996147200 134512640 135095119 4294956304 18446744073709551615 134926990 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 3259 2076 389 142 0 2213 0
Current children cumulated CPU time (s) 50.79
Current children cumulated vsize (KiB) 13036

[startup+102.302 s]
/proc/loadavg: 1.96 1.98 2.06 3/73 17329
/proc/meminfo: memFree=1508784/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=16116 CPUtime=101.98
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 4654 822 0 0 10195 3 0 0 25 0 1 0 58758822 16502784 3039 996147200 134512640 135095119 4294956304 18446744073709551615 134555055 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 4029 3039 389 142 0 2983 0
Current children cumulated CPU time (s) 101.98
Current children cumulated vsize (KiB) 16116

[startup+162.303 s]
/proc/loadavg: 1.98 1.98 2.06 3/73 17329
/proc/meminfo: memFree=1499056/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=23992 CPUtime=161.95
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 7187 822 0 0 16192 3 0 0 25 0 1 0 58758822 24567808 4257 996147200 134512640 135095119 4294956304 18446744073709551615 134918178 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 5998 4257 389 142 0 4952 0
Current children cumulated CPU time (s) 161.95
Current children cumulated vsize (KiB) 23992

[startup+222.306 s]
/proc/loadavg: 1.99 1.98 2.05 3/73 17329
/proc/meminfo: memFree=1489200/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=30776 CPUtime=221.92
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 9563 822 0 0 22187 5 0 0 25 0 1 0 58758822 31514624 6055 996147200 134512640 135095119 4294956304 18446744073709551615 134926976 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 7694 6055 389 142 0 6648 0
Current children cumulated CPU time (s) 221.92
Current children cumulated vsize (KiB) 30776

[startup+282.302 s]
/proc/loadavg: 1.99 1.98 2.04 3/70 17332
/proc/meminfo: memFree=1492424/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=31696 CPUtime=281.9
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 10321 822 0 0 28184 6 0 0 25 0 1 0 58758822 32456704 6813 996147200 134512640 135095119 4294956304 18446744073709551615 134927036 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 7924 6813 389 142 0 6878 0
Current children cumulated CPU time (s) 281.9
Current children cumulated vsize (KiB) 31696

[startup+342.302 s]
/proc/loadavg: 1.99 1.98 2.04 4/83 17433
/proc/meminfo: memFree=1387680/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=42504 CPUtime=341.87
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 13598 822 0 0 34179 8 0 0 25 0 1 0 58758822 43524096 8041 996147200 134512640 135095119 4294956304 18446744073709551615 134918070 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 10626 8041 389 142 0 9580 0
Current children cumulated CPU time (s) 341.87
Current children cumulated vsize (KiB) 42504

[startup+402.301 s]
/proc/loadavg: 2.07 2.00 2.04 3/83 17433
/proc/meminfo: memFree=934112/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=45256 CPUtime=401.83
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 14855 822 0 0 40174 9 0 0 25 0 1 0 58758822 46342144 9298 996147200 134512640 135095119 4294956304 18446744073709551615 134927049 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 11314 9298 389 142 0 10268 0
Current children cumulated CPU time (s) 401.83
Current children cumulated vsize (KiB) 45256

[startup+462.303 s]
/proc/loadavg: 2.30 2.07 2.06 4/83 17433
/proc/meminfo: memFree=732192/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=55816 CPUtime=461.81
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 18014 822 0 0 46171 10 0 0 25 0 1 0 58758822 57155584 11432 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 13954 11432 389 142 0 12908 0
Current children cumulated CPU time (s) 461.81
Current children cumulated vsize (KiB) 55816

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

[startup+467.203 s]
/proc/loadavg: 2.30 2.07 2.06 3/83 17433
/proc/meminfo: memFree=732064/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=55816 CPUtime=466.71
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 18059 822 0 0 46661 10 0 0 25 0 1 0 58758822 57155584 11477 996147200 134512640 135095119 4294956304 18446744073709551615 134918185 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 13954 11477 389 142 0 12908 0
Current children cumulated CPU time (s) 466.71
Current children cumulated vsize (KiB) 55816

[startup+468.802 s]
/proc/loadavg: 2.27 2.07 2.06 3/83 17433
/proc/meminfo: memFree=732000/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=55816 CPUtime=468.3
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 18075 822 0 0 46820 10 0 0 25 0 1 0 58758822 57155584 11493 996147200 134512640 135095119 4294956304 18446744073709551615 134617041 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 13954 11493 389 142 0 12908 0
Current children cumulated CPU time (s) 468.3
Current children cumulated vsize (KiB) 55816

[startup+470.401 s]
/proc/loadavg: 2.27 2.07 2.06 3/83 17433
/proc/meminfo: memFree=731872/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=55816 CPUtime=469.9
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 18090 822 0 0 46980 10 0 0 25 0 1 0 58758822 57155584 11508 996147200 134512640 135095119 4294956304 18446744073709551615 134918139 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 13954 11508 389 142 0 12908 0
Current children cumulated CPU time (s) 469.9
Current children cumulated vsize (KiB) 55816

[startup+471.201 s]
/proc/loadavg: 2.27 2.07 2.06 3/83 17433
/proc/meminfo: memFree=731808/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=55816 CPUtime=470.7
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 18096 822 0 0 47060 10 0 0 25 0 1 0 58758822 57155584 11514 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 13954 11514 389 142 0 12908 0
Current children cumulated CPU time (s) 470.7
Current children cumulated vsize (KiB) 55816

[startup+471.401 s]
/proc/loadavg: 2.27 2.07 2.06 3/83 17433
/proc/meminfo: memFree=731808/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=55816 CPUtime=470.9
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 18098 822 0 0 47080 10 0 0 25 0 1 0 58758822 57155584 11516 996147200 134512640 135095119 4294956304 18446744073709551615 134927049 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 13954 11516 389 142 0 12908 0
Current children cumulated CPU time (s) 470.9
Current children cumulated vsize (KiB) 55816

[startup+471.501 s]
/proc/loadavg: 2.27 2.07 2.06 3/83 17433
/proc/meminfo: memFree=731808/2055920 swapFree=4192812/4192956
[pid=17289] ppid=17287 vsize=31232 CPUtime=471
/proc/17289/stat : 17289 (pcs.small) R 17287 17289 16245 0 -1 4194304 18099 822 0 0 47090 10 0 0 25 0 1 0 58758822 31981568 7139 996147200 134512640 135095119 4294956304 18446744073709551615 3596286 0 0 4096 0 0 0 0 17 0 0 0
/proc/17289/statm: 7808 7139 389 142 0 6762 0
Current children cumulated CPU time (s) 471
Current children cumulated vsize (KiB) 31232

Child status: 0
Real time (s): 471.568
CPU time (s): 471.098
CPU user time (s): 470.976
CPU system time (s): 0.121981
CPU usage (%): 99.9005
Max. virtual memory (cumulated for all children) (KiB): 59916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 470.976
system time used= 0.121981
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 18924
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= 23
involuntary context switches= 3765

runsolver used 0.544917 second user time and 1.38279 second system time

The end

Launcher Data

Begin job on node37 at 2009-07-16 06:02:26
IDJOB=2079689
IDBENCH=56938
IDSOLVER=733
FILE ID=node37/2079689-1247716946
PBS_JOBID= 9521386
Free space on /tmp= 66396 MiB

SOLVER NAME= pcs 0.2
BENCH NAME= CPAI08/csp/rand-3-20-20/normalized-rand-3-20-20-60-632-1_ext.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2079689-1247716946/watcher-2079689-1247716946 -o /tmp/evaluation-result-2079689-1247716946/solver-2079689-1247716946 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1482243107 HOME/instance-2079689-1247716946.xml

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

MD5SUM BENCH= fc3ea51f147b1da003c7c6dfcba76e43
RANDOM SEED=1482243107

node37.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.260
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.260
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:        841592 kB
Buffers:         73336 kB
Cached:         351732 kB
SwapCached:          0 kB
Active:         739384 kB
Inactive:       387296 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        841592 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3156 kB
Writeback:           0 kB
Mapped:         722064 kB
Slab:            71384 kB
Committed_AS:  1259028 kB
PageTables:       3288 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= 66396 MiB
End job on node37 at 2009-07-16 06:10:18