Trace number 2078458

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 419.692 421.038

DiagnosticValue
ASSIGNMENTS124265

General information on the benchmark

Namecsp/rand-3-20-20-fcd/
normalized-rand-3-20-20-60-632-fcd-40_ext.xml
MD5SUM72800f33560a9e3da2b338883daf5b30
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 benchmark8.5817
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.07/0.10	c Seed is 496496391
0.07/0.10	c Constructing HOME/instance-2078458-1247716342.xml  with 60 constraints
0.37/0.44	c Solving 124265 backtracks 20 restarts
419.63/421.03	s SATISFIABLE
419.63/421.03	c V0=2, V1=10, V2=17, V3=3, V4=16, V5=8, V6=19, V7=1, V8=11, V9=7, V10=6, V11=13, V12=16, V13=0, V14=9, V15=0, V16=13, V17=6, V18=14, V19=19, 
419.63/421.03	v 2 10 17 3 16 8 19 1 11 7 6 13 16 0 9 0 13 6 14 19 
419.63/421.03	d ASSIGNMENTS 124265

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-2078458-1247716342/watcher-2078458-1247716342 -o /tmp/evaluation-result-2078458-1247716342/solver-2078458-1247716342 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 496496391 HOME/instance-2078458-1247716342.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.88 1.99 2.04 3/83 16308
/proc/meminfo: memFree=1560288/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=5212 CPUtime=0
/proc/16308/stat : 16308 (pcssolve) R 16306 16308 14272 0 -1 4194304 122 0 0 0 0 0 0 0 20 0 1 0 58699370 5337088 95 996147200 4194304 4889804 548682068800 18446744073709551615 249070320964 0 0 4096 0 0 0 0 17 1 0 0
/proc/16308/statm: 1303 95 76 169 0 14 0

[startup+0.0221169 s]
/proc/loadavg: 1.88 1.99 2.04 3/83 16308
/proc/meminfo: memFree=1560288/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=0 CPUtime=0
/proc/16308/stat : 16308 (pcssolve) R 16306 16308 14272 0 -1 4194304 375 822 0 0 0 0 0 0 18 0 1 0 58699370 0 0 996147200 0 0 0 18446744073709551615 249069890855 0 0 4096 0 0 0 0 17 1 0 0
/proc/16308/statm: 168 2 0 0 0 1 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 0

[startup+0.101476 s]
/proc/loadavg: 1.88 1.99 2.04 3/83 16308
/proc/meminfo: memFree=1560288/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=5476 CPUtime=0.07
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 961 822 0 0 7 0 0 0 19 0 1 0 58699370 5607424 570 996147200 134512640 135095119 4294956304 18446744073709551615 12385927 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 1369 570 375 142 0 323 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 5476

[startup+0.301493 s]
/proc/loadavg: 1.88 1.99 2.04 3/83 16308
/proc/meminfo: memFree=1560288/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=8448 CPUtime=0.27
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 1332 822 0 0 27 0 0 0 21 0 1 0 58699370 8650752 941 996147200 134512640 135095119 4294956304 18446744073709551615 134770156 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 2112 941 375 142 0 1066 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 8448

[startup+0.701534 s]
/proc/loadavg: 1.88 1.99 2.04 3/83 16308
/proc/meminfo: memFree=1560288/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=10468 CPUtime=0.67
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 1617 822 0 0 67 0 0 0 25 0 1 0 58699370 10719232 1226 996147200 134512640 135095119 4294956304 18446744073709551615 134616993 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 2617 1226 390 142 0 1571 0
Current children cumulated CPU time (s) 0.67
Current children cumulated vsize (KiB) 10468

[startup+1.50161 s]
/proc/loadavg: 1.97 2.01 2.05 3/84 16314
/proc/meminfo: memFree=1556760/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=10468 CPUtime=1.47
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 1627 822 0 0 147 0 0 0 25 0 1 0 58699370 10719232 1236 996147200 134512640 135095119 4294956304 18446744073709551615 134918249 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 2617 1236 390 142 0 1571 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 10468

[startup+3.10177 s]
/proc/loadavg: 1.97 2.01 2.05 3/84 16314
/proc/meminfo: memFree=1556568/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=10600 CPUtime=3.06
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 1665 822 0 0 306 0 0 0 25 0 1 0 58699370 10854400 1274 996147200 134512640 135095119 4294956304 18446744073709551615 134926993 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 2650 1274 390 142 0 1604 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10600

[startup+6.30109 s]
/proc/loadavg: 1.97 2.01 2.05 3/84 16314
/proc/meminfo: memFree=1556184/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=10728 CPUtime=6.26
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 1740 822 0 0 625 1 0 0 25 0 1 0 58699370 10985472 1316 996147200 134512640 135095119 4294956304 18446744073709551615 134918163 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 2682 1316 390 142 0 1636 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 10728

[startup+12.7017 s]
/proc/loadavg: 1.97 2.00 2.05 3/84 16314
/proc/meminfo: memFree=1555032/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=11116 CPUtime=12.63
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 1916 822 0 0 1262 1 0 0 25 0 1 0 58699370 11382784 1427 996147200 134512640 135095119 4294956304 18446744073709551615 134918253 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 2779 1427 390 142 0 1733 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 11116

[startup+25.502 s]
/proc/loadavg: 1.98 2.00 2.05 3/84 16314
/proc/meminfo: memFree=1548696/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=11756 CPUtime=25.37
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 2295 822 0 0 2536 1 0 0 25 0 1 0 58699370 12038144 1644 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 2939 1644 390 142 0 1893 0
Current children cumulated CPU time (s) 25.37
Current children cumulated vsize (KiB) 11756

[startup+51.1015 s]
/proc/loadavg: 2.06 2.02 2.05 4/84 16314
/proc/meminfo: memFree=1547032/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=13036 CPUtime=50.87
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 3049 822 0 0 5085 2 0 0 25 0 1 0 58699370 13348864 2076 996147200 134512640 135095119 4294956304 18446744073709551615 134927133 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 3259 2076 390 142 0 2213 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 13036

[startup+102.307 s]
/proc/loadavg: 2.18 2.05 2.06 4/83 16357
/proc/meminfo: memFree=1731544/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=15860 CPUtime=101.89
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 4581 822 0 0 10185 4 0 0 25 0 1 0 58699370 16240640 2966 996147200 134512640 135095119 4294956304 18446744073709551615 134911082 0 0 4096 0 0 0 0 17 1 0 0
/proc/16308/statm: 3965 2966 390 142 0 2919 0
Current children cumulated CPU time (s) 101.89
Current children cumulated vsize (KiB) 15860

[startup+162.301 s]
/proc/loadavg: 2.21 2.08 2.07 4/83 16357
/proc/meminfo: memFree=1724376/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=23616 CPUtime=161.88
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 7080 822 0 0 16182 6 0 0 25 0 1 0 58699370 24182784 4150 996147200 134512640 135095119 4294956304 18446744073709551615 134918148 0 0 4096 0 0 0 0 17 1 0 0
/proc/16308/statm: 5904 4150 390 142 0 4858 0
Current children cumulated CPU time (s) 161.88
Current children cumulated vsize (KiB) 23616

[startup+222.301 s]
/proc/loadavg: 2.13 2.08 2.07 3/83 16472
/proc/meminfo: memFree=1714592/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=30660 CPUtime=221.73
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 9471 822 0 0 22165 8 0 0 25 0 1 0 58699370 31395840 5963 996147200 134512640 135095119 4294956304 18446744073709551615 134918187 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 7665 5963 390 142 0 6619 0
Current children cumulated CPU time (s) 221.73
Current children cumulated vsize (KiB) 30660

[startup+282.301 s]
/proc/loadavg: 2.22 2.11 2.08 3/83 16472
/proc/meminfo: memFree=1710752/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=30924 CPUtime=281.49
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 10046 822 0 0 28140 9 0 0 25 0 1 0 58699370 31666176 6538 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 7731 6538 390 142 0 6685 0
Current children cumulated CPU time (s) 281.49
Current children cumulated vsize (KiB) 30924

[startup+342.301 s]
/proc/loadavg: 2.08 2.08 2.07 3/83 16472
/proc/meminfo: memFree=1705952/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=41468 CPUtime=341.24
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 13222 822 0 0 34113 11 0 0 25 0 1 0 58699370 42463232 7665 996147200 134512640 135095119 4294956304 18446744073709551615 134918271 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 10367 7665 390 142 0 9321 0
Current children cumulated CPU time (s) 341.24
Current children cumulated vsize (KiB) 41468

[startup+402.301 s]
/proc/loadavg: 2.03 2.07 2.06 3/83 16472
/proc/meminfo: memFree=1701408/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=43820 CPUtime=401.01
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 14358 822 0 0 40088 13 0 0 25 0 1 0 58699370 44871680 8801 996147200 134512640 135095119 4294956304 18446744073709551615 134918136 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 10955 8801 390 142 0 9909 0
Current children cumulated CPU time (s) 401.01
Current children cumulated vsize (KiB) 43820

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

[startup+409.502 s]
/proc/loadavg: 2.10 2.08 2.07 3/83 16472
/proc/meminfo: memFree=1700832/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=44084 CPUtime=408.18
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 14493 822 0 0 40805 13 0 0 25 0 1 0 58699370 45142016 8936 996147200 134512640 135095119 4294956304 18446744073709551615 134918241 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 11021 8936 390 142 0 9975 0
Current children cumulated CPU time (s) 408.18
Current children cumulated vsize (KiB) 44084

[startup+415.902 s]
/proc/loadavg: 2.09 2.08 2.07 3/83 16472
/proc/meminfo: memFree=1700320/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=44340 CPUtime=414.55
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 14613 822 0 0 41442 13 0 0 25 0 1 0 58699370 45404160 9056 996147200 134512640 135095119 4294956304 18446744073709551615 134926973 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 11085 9056 390 142 0 10039 0
Current children cumulated CPU time (s) 414.55
Current children cumulated vsize (KiB) 44340

[startup+419.107 s]
/proc/loadavg: 2.09 2.08 2.07 3/83 16472
/proc/meminfo: memFree=1700064/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=44472 CPUtime=417.74
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 14679 822 0 0 41761 13 0 0 25 0 1 0 58699370 45539328 9122 996147200 134512640 135095119 4294956304 18446744073709551615 134918190 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 11118 9122 390 142 0 10072 0
Current children cumulated CPU time (s) 417.74
Current children cumulated vsize (KiB) 44472

[startup+419.902 s]
/proc/loadavg: 2.09 2.08 2.07 3/83 16472
/proc/meminfo: memFree=1700064/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=44604 CPUtime=418.54
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 14693 822 0 0 41841 13 0 0 25 0 1 0 58699370 45674496 9136 996147200 134512640 135095119 4294956304 18446744073709551615 134916484 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 11151 9136 390 142 0 10105 0
Current children cumulated CPU time (s) 418.54
Current children cumulated vsize (KiB) 44604

[startup+420.702 s]
/proc/loadavg: 2.08 2.08 2.07 3/83 16472
/proc/meminfo: memFree=1699936/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=44604 CPUtime=419.33
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 14708 822 0 0 41920 13 0 0 25 0 1 0 58699370 45674496 9151 996147200 134512640 135095119 4294956304 18446744073709551615 134918266 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 11151 9151 390 142 0 10105 0
Current children cumulated CPU time (s) 419.33
Current children cumulated vsize (KiB) 44604

[startup+420.902 s]
/proc/loadavg: 2.08 2.08 2.07 3/83 16472
/proc/meminfo: memFree=1699936/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=44604 CPUtime=419.53
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 14712 822 0 0 41940 13 0 0 25 0 1 0 58699370 45674496 9155 996147200 134512640 135095119 4294956304 18446744073709551615 134927008 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 11151 9155 390 142 0 10105 0
Current children cumulated CPU time (s) 419.53
Current children cumulated vsize (KiB) 44604

[startup+421.002 s]
/proc/loadavg: 2.08 2.08 2.07 3/83 16472
/proc/meminfo: memFree=1699936/2055920 swapFree=4192812/4192956
[pid=16308] ppid=16306 vsize=24116 CPUtime=419.63
/proc/16308/stat : 16308 (pcs.small) R 16306 16308 14272 0 -1 4194304 14713 822 0 0 41950 13 0 0 25 0 1 0 58699370 24694784 5377 996147200 134512640 135095119 4294956304 18446744073709551615 12349592 0 0 4096 0 0 0 0 17 0 0 0
/proc/16308/statm: 6029 5377 390 142 0 4983 0
Current children cumulated CPU time (s) 419.63
Current children cumulated vsize (KiB) 24116

Child status: 0
Real time (s): 421.038
CPU time (s): 419.692
CPU user time (s): 419.542
CPU system time (s): 0.149977
CPU usage (%): 99.6805
Max. virtual memory (cumulated for all children) (KiB): 44604

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 419.542
system time used= 0.149977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 15538
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= 24
involuntary context switches= 6126

runsolver used 0.39294 second user time and 1.19282 second system time

The end

Launcher Data

Begin job on node89 at 2009-07-16 05:52:22
IDJOB=2078458
IDBENCH=56756
IDSOLVER=734
FILE ID=node89/2078458-1247716342
PBS_JOBID= 9521449
Free space on /tmp= 66176 MiB

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

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

MD5SUM BENCH= 72800f33560a9e3da2b338883daf5b30
RANDOM SEED=496496391

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:       1560768 kB
Buffers:         65420 kB
Cached:         134840 kB
SwapCached:          0 kB
Active:         292040 kB
Inactive:       129064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1560768 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            3040 kB
Writeback:           0 kB
Mapped:         241208 kB
Slab:            58784 kB
Committed_AS:   789160 kB
PageTables:       2228 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= 66172 MiB
End job on node89 at 2009-07-16 05:59:23