Trace number 419249

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
wildcat-skc 2007-03-21? (MO) 43.1814 152.136

General information on the benchmark

Namenormalized-PB07/PURE-SAT/SAT07/industrial/
vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug4.opb
MD5SUM888f7b9484d743b785528862efdb0241
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 benchmark442.783
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 variables520721
Total number of constraints13348117
Number of constraints which are clauses13348117
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 constraint6689
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 16
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 6689
Number of bits of the biggest sum of numbers13
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)

0.00/0.00	c 
0.00/0.00	c wildcat-skc (VERSION 0.8.0-lite-skc-devel)
0.00/0.00	c Developed by L. Liu  and M. Truszczynski 
0.00/0.00	c Last built on Sun 18 Mar 2007 03:03:20 PM EDT
0.00/0.00	c 
0.00/0.00	c /tmp/evaluation/419249-1177406390/wildcat-skc /tmp/evaluation/419249-1177406390/instance-419249-1177406390.opb 149281274 
0.00/0.00	c =================================== BEGIN ===================================
0.00/0.00	c 
0.00/0.00	c Random Number Seed: 149281274
0.00/0.00	c Noise: 0.1 (10 : 100) 

Verifier Data (download as text)

ERROR: no interpretation found !

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node10/watcher-419249-1177406390 -o ROOT/results/node10/solver-419249-1177406390 -C 1800 -W 3600 -M 1800 --output-limit 1,15 /tmp/evaluation/419249-1177406390/wildcat-skc /tmp/evaluation/419249-1177406390/instance-419249-1177406390.opb 149281274 

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: 1.31 1.06 0.98 3/78 32187
/proc/meminfo: memFree=1172488/2055920 swapFree=4152296/4192956
[pid=32187] ppid=32185 vsize=8516 CPUtime=0
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4194304 432 0 0 0 0 0 0 0 18 0 1 0 216679179 8720384 417 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 134602311 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32187/statm: 2129 420 100 226 0 1900 0

[startup+0.0128569 s]
/proc/loadavg: 1.31 1.06 0.98 3/78 32187
/proc/meminfo: memFree=1172488/2055920 swapFree=4152296/4192956
[pid=32187] ppid=32185 vsize=61060 CPUtime=0
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4194304 763 0 0 0 0 0 0 0 18 0 1 0 216679179 62525440 748 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135002146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32187/statm: 15265 749 106 226 0 15036 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 61060

[startup+0.101876 s]
/proc/loadavg: 1.31 1.06 0.98 3/78 32187
/proc/meminfo: memFree=1172488/2055920 swapFree=4152296/4192956
[pid=32187] ppid=32185 vsize=68452 CPUtime=0.09
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4194304 2646 0 0 0 8 1 0 0 18 0 1 0 216679179 70094848 2631 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135002146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32187/statm: 17113 2632 106 226 0 16884 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 68452

[startup+0.302918 s]
/proc/loadavg: 1.31 1.06 0.98 3/78 32187
/proc/meminfo: memFree=1172488/2055920 swapFree=4152296/4192956
[pid=32187] ppid=32185 vsize=84160 CPUtime=0.29
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4194304 6632 0 0 0 26 3 0 0 19 0 1 0 216679179 86179840 6617 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135002146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32187/statm: 21040 6618 106 226 0 20811 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 84160

[startup+0.702005 s]
/proc/loadavg: 1.31 1.06 0.98 3/78 32187
/proc/meminfo: memFree=1172488/2055920 swapFree=4152296/4192956
[pid=32187] ppid=32185 vsize=113760 CPUtime=0.69
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4194304 14147 0 0 0 61 8 0 0 23 0 1 0 216679179 116490240 14132 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135054637 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32187/statm: 28440 14133 106 226 0 28211 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 113760

[startup+1.50117 s]
/proc/loadavg: 1.31 1.06 0.98 2/79 32188
/proc/meminfo: memFree=1093696/2055920 swapFree=4152296/4192956
[pid=32187] ppid=32185 vsize=169892 CPUtime=1.48
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4194304 28401 0 0 0 132 16 0 0 25 0 1 0 216679179 173969408 28386 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135002146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32187/statm: 42473 28386 106 226 0 42244 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 169892

[startup+3.10152 s]
/proc/loadavg: 1.31 1.06 0.98 2/78 32188
/proc/meminfo: memFree=1017416/2055920 swapFree=4152296/4192956
[pid=32187] ppid=32185 vsize=280748 CPUtime=3.08
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4194304 56514 0 0 0 277 31 0 0 25 0 1 0 216679179 287485952 56499 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135054637 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32187/statm: 70187 56499 106 226 0 69958 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 280748

[startup+6.30121 s]
/proc/loadavg: 1.29 1.06 0.98 2/78 32188
/proc/meminfo: memFree=787208/2055920 swapFree=4152296/4192956
[pid=32187] ppid=32185 vsize=500284 CPUtime=6.28
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4194304 112238 0 0 0 569 59 0 0 25 0 1 0 216679179 512290816 112190 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135002146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32187/statm: 125071 112191 106 226 0 124842 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 500284

[startup+12.7016 s]
/proc/loadavg: 1.26 1.06 0.98 2/78 32188
/proc/meminfo: memFree=344648/2055920 swapFree=4152296/4192956
[pid=32187] ppid=32185 vsize=917868 CPUtime=12.68
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4194304 218321 0 0 0 1157 111 0 0 25 0 1 0 216679179 939896832 218108 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135002146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32187/statm: 229467 218108 106 226 0 229238 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 917868

[startup+25.5013 s]
/proc/loadavg: 1.20 1.06 0.98 2/78 32188
/proc/meminfo: memFree=15880/2055920 swapFree=4152296/4192956
[pid=32187] ppid=32185 vsize=1519004 CPUtime=25.47
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4194304 371901 0 0 0 2356 191 0 0 25 0 1 0 216679179 1555460096 369180 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135015052 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32187/statm: 379751 369180 106 226 0 379522 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1519004



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+32.4018 s]
/proc/loadavg: 1.19 1.06 0.98 2/78 32188
/proc/meminfo: memFree=15432/2055920 swapFree=4152300/4192956
[pid=32187] ppid=32185 vsize=1847236 CPUtime=31.6
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4194304 454897 0 0 0 2920 240 0 0 25 0 1 0 216679179 1891569664 451523 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135002146 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32187/statm: 461809 451523 106 226 0 461580 0
Current children cumulated CPU time (s) 31.6
Current children cumulated vsize (KiB) 1847236

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)

[startup+51.101 s]
/proc/loadavg: 2.31 1.31 1.06 1/80 32191
/proc/meminfo: memFree=19896/2055920 swapFree=3816472/4192956
[pid=32187] ppid=32185 vsize=1894384 CPUtime=34.36
/proc/32187/stat : 32187 (wildcat-skc) D 32185 32187 31317 0 -1 4197888 466965 0 7 0 2979 457 0 0 18 0 1 0 216679179 1939849216 380421 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071564464661 0 0 17 0 0 0
/proc/32187/statm: 473596 380421 127 226 0 473367 0
Current children cumulated CPU time (s) 34.36
Current children cumulated vsize (KiB) 1894384

[startup+102.302 s]
/proc/loadavg: 3.24 1.78 1.24 1/78 32195
/proc/meminfo: memFree=15944/2055920 swapFree=3664312/4192956
[pid=32187] ppid=32185 vsize=1894384 CPUtime=38.85
/proc/32187/stat : 32187 (wildcat-skc) D 32185 32187 31317 0 -1 4195840 531621 0 9730 0 2979 906 0 0 18 0 1 0 216679179 1939849216 419282 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563479169 0 0 17 1 0 0
/proc/32187/statm: 473596 419282 126 226 0 473367 0
Current children cumulated CPU time (s) 38.85
Current children cumulated vsize (KiB) 1894384

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

[startup+103.201 s]
/proc/loadavg: 3.14 1.79 1.24 1/78 32195
/proc/meminfo: memFree=16008/2055920 swapFree=3664312/4192956
[pid=32187] ppid=32185 vsize=1894384 CPUtime=38.86
/proc/32187/stat : 32187 (wildcat-skc) D 32185 32187 31317 0 -1 4195840 531758 0 9748 0 2979 907 0 0 18 0 1 0 216679179 1939849216 419437 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563479169 0 0 17 1 0 0
/proc/32187/statm: 473596 419437 126 226 0 473367 0
Current children cumulated CPU time (s) 38.86
Current children cumulated vsize (KiB) 1894384

[startup+128.802 s]
/proc/loadavg: 3.01 1.87 1.28 1/78 32197
/proc/meminfo: memFree=13448/2055920 swapFree=3610696/4192956
[pid=32187] ppid=32185 vsize=1894384 CPUtime=42.08
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4195840 567485 0 14873 0 2979 1229 0 0 18 0 1 0 216679179 1939849216 439889 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 0 0 0 17 1 0 0
/proc/32187/statm: 473596 439889 126 226 0 473367 0
Current children cumulated CPU time (s) 42.08
Current children cumulated vsize (KiB) 1894384

[startup+141.601 s]
/proc/loadavg: 2.92 1.89 1.30 1/78 32198
/proc/meminfo: memFree=16136/2055920 swapFree=3603588/4192956
[pid=32187] ppid=32185 vsize=1894384 CPUtime=42.59
/proc/32187/stat : 32187 (wildcat-skc) D 32185 32187 31317 0 -1 4195840 572090 0 15795 0 2979 1280 0 0 18 0 1 0 216679179 1939849216 440586 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563479169 0 0 17 1 0 0
/proc/32187/statm: 473596 440586 126 226 0 473367 0
Current children cumulated CPU time (s) 42.59
Current children cumulated vsize (KiB) 1894384

[startup+148.002 s]
/proc/loadavg: 2.85 1.89 1.30 1/78 32198
/proc/meminfo: memFree=15560/2055920 swapFree=3603588/4192956
[pid=32187] ppid=32185 vsize=1894384 CPUtime=42.73
/proc/32187/stat : 32187 (wildcat-skc) D 32185 32187 31317 0 -1 4195840 572108 0 17228 0 2979 1294 0 0 18 0 1 0 216679179 1939849216 442037 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563479169 0 0 17 0 0 0
/proc/32187/statm: 473596 442037 126 226 0 473367 0
Current children cumulated CPU time (s) 42.73
Current children cumulated vsize (KiB) 1894384

[startup+149.601 s]
/proc/loadavg: 2.78 1.89 1.30 1/78 32198
/proc/meminfo: memFree=15304/2055920 swapFree=3603220/4192956
[pid=32187] ppid=32185 vsize=1894384 CPUtime=42.74
/proc/32187/stat : 32187 (wildcat-skc) D 32185 32187 31317 0 -1 4195840 572117 0 17414 0 2979 1295 0 0 18 0 1 0 216679179 1939849216 442232 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563479169 0 0 17 0 0 0
/proc/32187/statm: 473596 442232 126 226 0 473367 0
Current children cumulated CPU time (s) 42.74
Current children cumulated vsize (KiB) 1894384

[startup+151.201 s]
/proc/loadavg: 2.78 1.89 1.30 1/78 32198
/proc/meminfo: memFree=15880/2055920 swapFree=3603192/4192956
[pid=32187] ppid=32185 vsize=1894384 CPUtime=42.76
/proc/32187/stat : 32187 (wildcat-skc) D 32185 32187 31317 0 -1 4195840 572138 0 17701 0 2979 1297 0 0 18 0 1 0 216679179 1939849216 442540 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 18446744071563479169 0 0 17 0 0 0
/proc/32187/statm: 473596 442540 126 226 0 473367 0
Current children cumulated CPU time (s) 42.76
Current children cumulated vsize (KiB) 1894384

[startup+151.601 s]
/proc/loadavg: 2.78 1.89 1.30 1/78 32198
/proc/meminfo: memFree=16008/2055920 swapFree=3601728/4192956
[pid=32187] ppid=32185 vsize=1894384 CPUtime=42.8
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4195840 573129 0 17770 0 2979 1301 0 0 18 0 1 0 216679179 1939849216 442390 18446744073709551615 134512640 135438881 4294956656 18446744073709551615 135106337 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32187/statm: 473596 442390 126 226 0 473367 0
Current children cumulated CPU time (s) 42.8
Current children cumulated vsize (KiB) 1894384

[startup+152.002 s]
/proc/loadavg: 2.78 1.89 1.30 1/78 32198
/proc/meminfo: memFree=16008/2055920 swapFree=3601728/4192956
[pid=32187] ppid=32185 vsize=0 CPUtime=43.04
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4195844 573968 0 17821 0 2979 1325 0 0 19 0 1 0 216679179 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32187/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 43.04
Current children cumulated vsize (KiB) 0

[startup+152.102 s]
/proc/loadavg: 2.78 1.89 1.30 1/78 32198
/proc/meminfo: memFree=16008/2055920 swapFree=3601728/4192956
[pid=32187] ppid=32185 vsize=0 CPUtime=43.13
/proc/32187/stat : 32187 (wildcat-skc) R 32185 32187 31317 0 -1 4195844 573968 0 17821 0 2979 1334 0 0 20 0 1 0 216679179 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 16386 0 0 0 17 0 0 0
/proc/32187/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 43.13
Current children cumulated vsize (KiB) 0

Child ended because it received signal 6 (SIGABRT)
Real time (s): 152.136
CPU time (s): 43.1814
CPU user time (s): 29.7995
CPU system time (s): 13.382
CPU usage (%): 28.3835
Max. virtual memory (cumulated for all children) (KiB): 1894384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.7995
system time used= 13.382
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 573968
page faults= 17821
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 18149
involuntary context switches= 1771

runsolver used 0.116982 second user time and 0.446932 second system time

The end

Launcher Data (download as text)

Begin job on node10 on Tue Apr 24 09:20:17 UTC 2007

IDJOB= 419249
IDBENCH= 47760
IDSOLVER= 162
FILE ID= node10/419249-1177406390

PBS_JOBID= 4675642

Free space on /tmp= 65777 MiB

SOLVER NAME= wildcat-skc 2007-03-21
BENCH NAME= HOME/pub/bench/PB07/normalized-PB07/PURE-SAT/SAT07/industrial/vliw_sat_4.0/9vliw_m_9stages_iq3_C1_bug4.opb
COMMAND LINE= /tmp/evaluation/419249-1177406390/wildcat-skc /tmp/evaluation/419249-1177406390/instance-419249-1177406390.opb 149281274
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node10/watcher-419249-1177406390 -o ROOT/results/node10/solver-419249-1177406390 -C 1800 -W 3600 -M 1800 --output-limit 1,15  /tmp/evaluation/419249-1177406390/wildcat-skc /tmp/evaluation/419249-1177406390/instance-419249-1177406390.opb 149281274

META MD5SUM SOLVER= 05d21ee76b90579709a9929b8e99937a
MD5SUM BENCH=  888f7b9484d743b785528862efdb0241

RANDOM SEED= 149281274

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 1800 MiB

Linux node10.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.259
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.259
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:       1172896 kB
Buffers:         44192 kB
Cached:         740724 kB
SwapCached:       9120 kB
Active:         657736 kB
Inactive:       151252 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1172896 kB
SwapTotal:     4192956 kB
SwapFree:      4152296 kB
Dirty:          273072 kB
Writeback:           0 kB
Mapped:          30976 kB
Slab:            59660 kB
Committed_AS:  3708964 kB
PageTables:       1712 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= 63966 MiB

End job on node10 on Tue Apr 24 09:22:50 UTC 2007