Trace number 452672

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, and are wall clock time (not CPU 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
bsolo 3.0.17SAT 317.364 317.479

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
anbulagan/medium-sat/total-5-19-s.opb
MD5SUM21191f849caa983290b013df53d5d87e
Bench CategoryPURE-SAT (instances containing only clauses)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark43.8723
Has Objective FunctionNO
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 0
Optimality of the best value was proved NO
Number of variables279590
Total number of constraints1337190
Number of constraints which are clauses1337190
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint10
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 10
Number of bits of the biggest sum of numbers4
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data (download as text)

Sorry, but this trace is too large and cannot be obtained.

Verifier Data (download as text)

OK	0

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node21/watcher-452672-1177963534 -o ROOT/results/node21/solver-452672-1177963534 -C 1800 -W 3600 -M 1800 --output-limit 1,15 bsolo3.0.17 -m1800 /tmp/evaluation/452672-1177963534/instance-452672-1177963534.opb 

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): 3600 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 1843200 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 1894400 KiB
Solver output will be limited to a maximum of 15728640 bytes. The first 1048576 bytes and the last 14680064 bytes will be preserved
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 15417
/proc/meminfo: memFree=1729216/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=53564 CPUtime=0
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 364 0 0 0 0 0 0 0 18 0 1 0 244270971 54849536 334 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 8873595 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 13391 335 280 324 0 2004 0

[startup+0.064299 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 15417
/proc/meminfo: memFree=1729216/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=48180 CPUtime=0.05
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 1052 0 0 0 5 0 0 0 18 0 1 0 244270971 49336320 982 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 8873595 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 12045 982 349 324 0 658 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 48180

[startup+0.101301 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 15417
/proc/meminfo: memFree=1729216/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=49160 CPUtime=0.09
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 1382 0 0 0 9 0 0 0 18 0 1 0 244270971 50339840 1312 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 8873595 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 12290 1312 397 324 0 903 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 49160

[startup+0.301323 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 15417
/proc/meminfo: memFree=1729216/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=53420 CPUtime=0.29
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 2698 0 0 0 29 0 0 0 19 0 1 0 244270971 54702080 2628 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 8873595 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 13355 2628 677 324 0 1968 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 53420

[startup+0.701368 s]
/proc/loadavg: 0.92 0.98 0.98 3/77 15417
/proc/meminfo: memFree=1729216/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=62788 CPUtime=0.69
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 5647 0 0 0 68 1 0 0 23 0 1 0 244270971 64294912 5449 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 8873595 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 15697 5450 1166 324 0 4310 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 62788

[startup+1.50145 s]
/proc/loadavg: 0.92 0.98 0.98 2/78 15418
/proc/meminfo: memFree=1702584/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=82448 CPUtime=1.49
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 11717 0 0 0 146 3 0 0 25 0 1 0 244270971 84426752 10952 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 8873595 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 20612 10952 1994 324 0 9225 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 82448

[startup+3.10163 s]
/proc/loadavg: 1.01 1.00 0.98 2/78 15418
/proc/meminfo: memFree=1682232/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=105220 CPUtime=3.09
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 19022 0 0 0 303 6 0 0 25 0 1 0 244270971 107745280 18064 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 8873595 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 26305 18064 3280 324 0 14918 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 105220

[startup+6.30198 s]
/proc/loadavg: 1.01 1.00 0.98 2/78 15418
/proc/meminfo: memFree=1649912/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=132024 CPUtime=6.29
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 27941 0 0 0 620 9 0 0 25 0 1 0 244270971 135192576 26983 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134520856 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 33006 26983 5521 324 0 21619 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 132024

[startup+12.7017 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 15418
/proc/meminfo: memFree=1568056/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=249400 CPUtime=12.69
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 71970 0 0 0 1244 25 0 0 25 0 1 0 244270971 255385600 60555 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134583059 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62350 60555 303 324 0 61420 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 249400

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 15418
/proc/meminfo: memFree=1488504/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=249400 CPUtime=25.48
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 71991 0 0 0 2523 25 0 0 25 0 1 0 244270971 255385600 60576 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134583062 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62350 60576 303 324 0 61420 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 249400

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 15418
/proc/meminfo: memFree=1488184/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=249664 CPUtime=51.06
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 72068 0 0 0 5080 26 0 0 25 0 1 0 244270971 255655936 60653 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4160521833 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62416 60653 303 324 0 61486 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 249664

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 0.98 2/78 15418
/proc/meminfo: memFree=1487416/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=250456 CPUtime=102.25
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 72280 0 0 0 10197 28 0 0 25 0 1 0 244270971 256466944 60865 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 8871574 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62614 60865 303 324 0 61684 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 250456

[startup+162.301 s]
/proc/loadavg: 1.08 1.02 0.99 3/78 15418
/proc/meminfo: memFree=1486392/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=251380 CPUtime=162.23
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 72517 0 0 0 16193 30 0 0 25 0 1 0 244270971 257413120 61102 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134551532 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62845 61102 303 324 0 61915 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 251380

[startup+222.302 s]
/proc/loadavg: 1.02 1.01 0.99 2/78 15418
/proc/meminfo: memFree=1485752/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=251776 CPUtime=222.21
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 73170 0 0 0 22190 31 0 0 25 0 1 0 244270971 257818624 61208 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550764 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62944 61208 308 324 0 62014 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 251776

[startup+282.301 s]
/proc/loadavg: 1.01 1.00 0.99 2/78 15418
/proc/meminfo: memFree=1485752/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=251776 CPUtime=282.19
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 73171 0 0 0 28188 31 0 0 25 0 1 0 244270971 257818624 61209 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4160091710 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62944 61209 308 324 0 62014 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 251776

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

[startup+294.301 s]
/proc/loadavg: 1.01 1.00 0.99 2/78 15418
/proc/meminfo: memFree=1485752/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=251776 CPUtime=294.19
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 73171 0 0 0 29388 31 0 0 25 0 1 0 244270971 257818624 61209 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134551330 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62944 61209 308 324 0 62014 0
Current children cumulated CPU time (s) 294.19
Current children cumulated vsize (KiB) 251776

[startup+307.102 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 15418
/proc/meminfo: memFree=1485752/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=251776 CPUtime=306.99
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 73171 0 0 0 30668 31 0 0 25 0 1 0 244270971 257818624 61209 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4160091718 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62944 61209 308 324 0 62014 0
Current children cumulated CPU time (s) 306.99
Current children cumulated vsize (KiB) 251776

[startup+313.506 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 15418
/proc/meminfo: memFree=1485752/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=251776 CPUtime=313.39
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 73173 0 0 0 31308 31 0 0 25 0 1 0 244270971 257818624 61211 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550869 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62944 61211 308 324 0 62014 0
Current children cumulated CPU time (s) 313.39
Current children cumulated vsize (KiB) 251776

[startup+315.102 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 15418
/proc/meminfo: memFree=1485752/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=251776 CPUtime=314.98
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 73173 0 0 0 31467 31 0 0 25 0 1 0 244270971 257818624 61211 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134571822 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62944 61211 308 324 0 62014 0
Current children cumulated CPU time (s) 314.98
Current children cumulated vsize (KiB) 251776

[startup+316.702 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 15418
/proc/meminfo: memFree=1485752/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=251776 CPUtime=316.6
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 73173 0 0 0 31628 32 0 0 25 0 1 0 244270971 257818624 61211 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134550764 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62944 61211 308 324 0 62014 0
Current children cumulated CPU time (s) 316.6
Current children cumulated vsize (KiB) 251776

[startup+317.102 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 15418
/proc/meminfo: memFree=1485752/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=251776 CPUtime=316.99
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 73173 0 0 0 31667 32 0 0 25 0 1 0 244270971 257818624 61211 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134572383 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62944 61211 308 324 0 62014 0
Current children cumulated CPU time (s) 316.99
Current children cumulated vsize (KiB) 251776

[startup+317.302 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 15418
/proc/meminfo: memFree=1485752/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=251776 CPUtime=317.19
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 73174 0 0 0 31687 32 0 0 25 0 1 0 244270971 257818624 61212 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 134553833 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62944 61212 309 324 0 62014 0
Current children cumulated CPU time (s) 317.19
Current children cumulated vsize (KiB) 251776

[startup+317.402 s]
/proc/loadavg: 1.00 1.00 0.99 2/78 15418
/proc/meminfo: memFree=1485752/2055920 swapFree=4156288/4192956
[pid=15417] ppid=15415 vsize=251776 CPUtime=317.29
/proc/15417/stat : 15417 (bsolo3.0.17) R 15415 15417 14462 0 -1 4194304 73174 0 0 0 31697 32 0 0 17 0 1 0 244270971 257818624 61212 18446744073709551615 134512640 135840783 4294956688 18446744073709551615 4294960144 0 0 4096 16384 0 0 0 17 1 0 0
/proc/15417/statm: 62944 61212 309 324 0 62014 0
Current children cumulated CPU time (s) 317.29
Current children cumulated vsize (KiB) 251776

Child status: 0
Real time (s): 317.479
CPU time (s): 317.364
CPU user time (s): 317.001
CPU system time (s): 0.362944
CPU usage (%): 99.9635
Max. virtual memory (cumulated for all children) (KiB): 253964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 317.001
system time used= 0.362944
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73178
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= 40
involuntary context switches= 6553

runsolver used 0.251961 second user time and 0.71889 second system time

The end

Launcher Data (download as text)

Begin job on node21 on Mon Apr 30 20:05:37 UTC 2007

IDJOB= 452672
IDBENCH= 47739
IDSOLVER= 199
FILE ID= node21/452672-1177963534

PBS_JOBID= 4727728

Free space on /tmp= 66517 MiB

SOLVER NAME= bsolo 3.0.17
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/anbulagan/medium-sat/total-5-19-s.opb
COMMAND LINE= bsolo3.0.17 -m1800 /tmp/evaluation/452672-1177963534/instance-452672-1177963534.opb            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node21/watcher-452672-1177963534 -o ROOT/results/node21/solver-452672-1177963534 -C 1800 -W 3600 -M 1800 --output-limit 1,15  bsolo3.0.17 -m1800 /tmp/evaluation/452672-1177963534/instance-452672-1177963534.opb            

META MD5SUM SOLVER= c9b15312c639dd71a11a1e3ca1b27020
MD5SUM BENCH=  21191f849caa983290b013df53d5d87e

RANDOM SEED= 788423490

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node21.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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:       1729816 kB
Buffers:         27892 kB
Cached:         206420 kB
SwapCached:      15044 kB
Active:         157516 kB
Inactive:       101184 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1729816 kB
SwapTotal:     4192956 kB
SwapFree:      4156288 kB
Dirty:           48516 kB
Writeback:           0 kB
Mapped:          31340 kB
Slab:            52928 kB
Committed_AS:  1995692 kB
PageTables:       1792 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= 66517 MiB

End job on node21 on Mon Apr 30 20:10:55 UTC 2007