Trace number 1581608

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
ttsth-5-0 2009-03-19Signal 184.43 311.729

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UCG-15-10p0.cnf
MD5SUMbcbcc9a4e4a7e3ebed9eeaa393ebdc32
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark923.365
Satisfiable
(Un)Satisfiability was proved
Number of variables199304
Number of clauses1005834
Sum of the clauses size2392967
Maximum clause length10
Minimum clause length1
Number of clauses of size 110249
Number of clauses of size 2756917
Number of clauses of size 3187708
Number of clauses of size 45660
Number of clauses of size 522640
Number of clauses of size over 522660

Solver Data

62.45/62.57	c Command: HOME/ttsth-5-0 -num-threads 2 HOME/instance-1581608-1238931001.cnf 
62.45/62.57	c Using SATTIMEOUT of 1200
62.45/62.57	c Using SATRAM of 1800
62.45/62.57	c Size of subset node = 16
62.45/62.57	c Variables = 199304
62.45/62.57	c Clauses = 1005834
62.45/62.57	c Literals = 2392967
62.45/62.57	c Reduced size:
62.45/62.57	c Variables = 199304
62.45/62.57	c Clauses = 743886
62.45/62.57	c Literals = 1807591
62.45/62.57	c a2
64.45/64.59	c a1
179.91/180.06	c Independent sub-problems = 1
179.91/180.06	c Sub-problem with 151160 variables and 743886 clauses
179.91/180.06	c using permutation method 4
179.91/180.06	c count = 1
179.91/180.06	c Ordering finished 179.530 seconds
179.91/180.06	c mapped 179.990 seconds
179.91/180.06	c permuted 180.000 seconds
179.91/180.06	c about to sort
180.11/180.29	c sorted

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1581608-1238931001/watcher-1581608-1238931001 -o /tmp/evaluation-result-1581608-1238931001/solver-1581608-1238931001 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/ttsth-5-0 -num-threads 2 HOME/instance-1581608-1238931001.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1200 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1230 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 1800 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.07 1.07 1.00 2/73 12347
/proc/meminfo: memFree=1432632/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=1064 CPUtime=0
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4194304 139 0 0 0 0 0 0 0 20 0 1 0 1165765213 1089536 123 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/12347/statm: 266 124 77 176 0 88 0

[startup+0.092334 s]
/proc/loadavg: 1.07 1.07 1.00 2/73 12347
/proc/meminfo: memFree=1432632/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=4884 CPUtime=0.08
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4194304 1066 0 0 0 8 0 0 0 20 0 1 0 1165765213 5001216 1050 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/12347/statm: 1221 1050 78 176 0 1043 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4884

[startup+0.102334 s]
/proc/loadavg: 1.07 1.07 1.00 2/73 12347
/proc/meminfo: memFree=1432632/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=5280 CPUtime=0.09
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4194304 1172 0 0 0 9 0 0 0 21 0 1 0 1165765213 5406720 1156 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/12347/statm: 1320 1156 78 176 0 1142 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5280

[startup+0.301373 s]
/proc/loadavg: 1.07 1.07 1.00 2/73 12347
/proc/meminfo: memFree=1432632/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=14316 CPUtime=0.29
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4194304 3366 0 0 0 28 1 0 0 22 0 1 0 1165765213 14659584 3350 1992294400 134512640 135237372 4294956192 18446744073709551615 134732614 0 0 4096 0 0 0 0 17 1 0 0
/proc/12347/statm: 3579 3351 78 176 0 3401 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14316

[startup+0.701449 s]
/proc/loadavg: 1.07 1.07 1.00 2/73 12347
/proc/meminfo: memFree=1432632/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=30752 CPUtime=0.68
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4194304 7352 0 0 0 65 3 0 0 25 0 1 0 1165765213 31490048 7336 1992294400 134512640 135237372 4294956192 18446744073709551615 134709504 0 0 4096 0 0 0 0 17 1 0 0
/proc/12347/statm: 7688 7337 78 176 0 7510 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30752

[startup+1.50161 s]
/proc/loadavg: 1.07 1.07 1.00 2/74 12348
/proc/meminfo: memFree=1391408/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=61028 CPUtime=1.49
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4194304 15108 0 0 0 140 9 0 0 25 0 1 0 1165765213 62492672 15092 1992294400 134512640 135237372 4294956192 18446744073709551615 134885913 0 0 4096 0 0 0 0 17 0 0 0
/proc/12347/statm: 15257 15092 78 176 0 15079 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 61028

[startup+3.10191 s]
/proc/loadavg: 1.07 1.07 1.00 2/74 12348
/proc/meminfo: memFree=1365104/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=69092 CPUtime=3.08
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4194304 16738 0 0 0 299 9 0 0 25 0 1 0 1165765213 70750208 16722 1992294400 134512640 135237372 4294956192 18446744073709551615 134534282 0 0 4096 0 0 0 0 17 1 0 0
/proc/12347/statm: 17273 16722 78 176 0 17095 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 69092

[startup+6.30152 s]
/proc/loadavg: 1.23 1.10 1.01 2/74 12348
/proc/meminfo: memFree=1365040/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=69092 CPUtime=6.28
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4194304 16738 0 0 0 619 9 0 0 25 0 1 0 1165765213 70750208 16722 1992294400 134512640 135237372 4294956192 18446744073709551615 134534259 0 0 4096 0 0 0 0 17 1 0 0
/proc/12347/statm: 17273 16722 78 176 0 17095 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 69092

[startup+12.7017 s]
/proc/loadavg: 1.29 1.11 1.02 2/74 12348
/proc/meminfo: memFree=1365552/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=69092 CPUtime=12.68
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4194304 16738 0 0 0 1258 10 0 0 25 0 1 0 1165765213 70750208 16722 1992294400 134512640 135237372 4294956192 18446744073709551615 134534213 0 0 4096 0 0 0 0 17 1 0 0
/proc/12347/statm: 17273 16722 78 176 0 17095 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 69092

[startup+25.5012 s]
/proc/loadavg: 1.22 1.11 1.02 2/74 12348
/proc/meminfo: memFree=1365744/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=69092 CPUtime=25.48
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4194304 16738 0 0 0 2538 10 0 0 25 0 1 0 1165765213 70750208 16722 1992294400 134512640 135237372 4294956192 18446744073709551615 134534235 0 0 4096 0 0 0 0 17 1 0 0
/proc/12347/statm: 17273 16722 78 176 0 17095 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 69092

[startup+51.1021 s]
/proc/loadavg: 1.15 1.10 1.01 2/74 12348
/proc/meminfo: memFree=1366064/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=69092 CPUtime=51.05
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4194304 16738 0 0 0 5095 10 0 0 25 0 1 0 1165765213 70750208 16722 1992294400 134512640 135237372 4294956192 18446744073709551615 134534291 0 0 4096 0 0 0 0 17 1 0 0
/proc/12347/statm: 17273 16722 78 176 0 17095 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 69092

[startup+102.306 s]
/proc/loadavg: 1.06 1.08 1.01 2/74 12348
/proc/meminfo: memFree=1283184/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=152532 CPUtime=102.23
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4194304 49730 0 0 0 10203 20 0 0 25 0 1 0 1165765213 156192768 37423 1992294400 134512640 135237372 4294956192 18446744073709551615 134600930 0 0 4096 0 0 0 0 17 1 0 0
/proc/12347/statm: 38133 37423 80 176 0 37955 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 152532

[startup+162.301 s]
/proc/loadavg: 1.02 1.06 1.00 2/74 12348
/proc/meminfo: memFree=1278704/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=157244 CPUtime=162.21
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4194304 50840 0 0 0 16200 21 0 0 25 0 1 0 1165765213 161017856 38533 1992294400 134512640 135237372 4294956192 18446744073709551615 134600707 0 0 4096 0 0 0 0 17 1 0 0
/proc/12347/statm: 39311 38533 80 176 0 39133 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 157244

[startup+222.301 s]
/proc/loadavg: 2.42 1.41 1.12 1/74 12348
/proc/meminfo: memFree=690992/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=428768 CPUtime=183.87
/proc/12347/stat : 12347 (ttsth-5-0) D 12345 12347 12280 0 -1 4195840 121057 0 0 0 18225 162 0 0 24 0 1 0 1165765213 439058432 106064 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12347/statm: 107192 106064 94 176 0 107014 0
Current children cumulated CPU time (s) 183.87
Current children cumulated vsize (KiB) 428768

[startup+282.302 s]
/proc/loadavg: 3.42 1.88 1.30 1/74 12348
/proc/meminfo: memFree=695344/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=428768 CPUtime=183.87
/proc/12347/stat : 12347 (ttsth-5-0) D 12345 12347 12280 0 -1 4195840 121057 0 0 0 18225 162 0 0 24 0 1 0 1165765213 439058432 106064 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12347/statm: 107192 106064 94 176 0 107014 0
Current children cumulated CPU time (s) 183.87
Current children cumulated vsize (KiB) 428768
heavy processes:
  %CPU=65 pid=12347 uid=0 cmd=HOME/ttsth-5-0 -num-threads 2 HOME/instance-1581608-1238931001.cnf 

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

[startup+294.303 s]
/proc/loadavg: 3.51 1.95 1.33 1/74 12348
/proc/meminfo: memFree=696176/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=428768 CPUtime=183.87
/proc/12347/stat : 12347 (ttsth-5-0) D 12345 12347 12280 0 -1 4195840 121057 0 0 0 18225 162 0 0 24 0 1 0 1165765213 439058432 106064 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12347/statm: 107192 106064 94 176 0 107014 0
Current children cumulated CPU time (s) 183.87
Current children cumulated vsize (KiB) 428768

[startup+300.701 s]
/proc/loadavg: 3.58 2.02 1.35 1/74 12348
/proc/meminfo: memFree=696688/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=428768 CPUtime=183.87
/proc/12347/stat : 12347 (ttsth-5-0) D 12345 12347 12280 0 -1 4195840 121057 0 0 0 18225 162 0 0 24 0 1 0 1165765213 439058432 106064 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12347/statm: 107192 106064 94 176 0 107014 0
Current children cumulated CPU time (s) 183.87
Current children cumulated vsize (KiB) 428768

[startup+307.101 s]
/proc/loadavg: 3.62 2.05 1.37 1/74 12348
/proc/meminfo: memFree=697264/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=428768 CPUtime=183.87
/proc/12347/stat : 12347 (ttsth-5-0) D 12345 12347 12280 0 -1 4195840 121057 0 0 0 18225 162 0 0 24 0 1 0 1165765213 439058432 106064 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12347/statm: 107192 106064 94 176 0 107014 0
Current children cumulated CPU time (s) 183.87
Current children cumulated vsize (KiB) 428768

[startup+310.302 s]
/proc/loadavg: 3.65 2.08 1.38 1/74 12348
/proc/meminfo: memFree=697584/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=428768 CPUtime=183.87
/proc/12347/stat : 12347 (ttsth-5-0) D 12345 12347 12280 0 -1 4195840 121057 0 0 0 18225 162 0 0 24 0 1 0 1165765213 439058432 106064 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12347/statm: 107192 106064 94 176 0 107014 0
Current children cumulated CPU time (s) 183.87
Current children cumulated vsize (KiB) 428768

[startup+311.101 s]
/proc/loadavg: 3.65 2.08 1.38 1/74 12348
/proc/meminfo: memFree=697584/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=428768 CPUtime=183.87
/proc/12347/stat : 12347 (ttsth-5-0) D 12345 12347 12280 0 -1 4195840 121057 0 0 0 18225 162 0 0 24 0 1 0 1165765213 439058432 106064 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 18446744071563608240 0 0 17 1 0 0
/proc/12347/statm: 107192 106064 94 176 0 107014 0
Current children cumulated CPU time (s) 183.87
Current children cumulated vsize (KiB) 428768

[startup+311.501 s]
/proc/loadavg: 3.65 2.08 1.38 2/75 12349
/proc/meminfo: memFree=693672/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=428768 CPUtime=184.2
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4195840 121913 0 0 0 18225 195 0 0 25 0 1 0 1165765213 439058432 106064 1992294400 134512640 135237372 4294956192 18446744073709551615 134730102 0 0 4096 0 0 0 0 17 0 0 0
/proc/12347/statm: 107192 106064 94 176 0 107014 0
Current children cumulated CPU time (s) 184.2
Current children cumulated vsize (KiB) 428768

[startup+311.701 s]
/proc/loadavg: 3.65 2.08 1.38 2/75 12349
/proc/meminfo: memFree=693672/2055920 swapFree=4173888/4192956
[pid=12347] ppid=12345 vsize=0 CPUtime=184.4
/proc/12347/stat : 12347 (ttsth-5-0) R 12345 12347 12280 0 -1 4195844 122080 0 0 0 18225 215 0 0 25 0 1 0 1165765213 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/12347/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 184.4
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 311.729
CPU time (s): 184.43
CPU user time (s): 182.25
CPU system time (s): 2.17967
CPU usage (%): 59.1636
Max. virtual memory (cumulated for all children) (KiB): 428768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 182.25
system time used= 2.17967
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 122080
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= 3
involuntary context switches= 375

runsolver used 0.309952 second user time and 0.838872 second system time

The end

Launcher Data

Begin job on node76 at 2009-04-05 13:30:02
IDJOB=1581608
IDBENCH=71039
IDSOLVER=549
FILE ID=node76/1581608-1238931001
PBS_JOBID= 9101468
Free space on /tmp= 66504 MiB

SOLVER NAME= ttsth-5-0 2009-03-19
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UCG-15-10p0.cnf
COMMAND LINE= HOME/ttsth-5-0 -num-threads MAXNBTHREAD BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1581608-1238931001/watcher-1581608-1238931001 -o /tmp/evaluation-result-1581608-1238931001/solver-1581608-1238931001 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/ttsth-5-0 -num-threads 2 HOME/instance-1581608-1238931001.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 2

MD5SUM BENCH= bcbcc9a4e4a7e3ebed9eeaa393ebdc32
RANDOM SEED=759657323

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


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1433176 kB
Buffers:         66636 kB
Cached:         473748 kB
SwapCached:      10552 kB
Active:         164840 kB
Inactive:       387676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1433176 kB
SwapTotal:     4192956 kB
SwapFree:      4173888 kB
Dirty:           19328 kB
Writeback:           0 kB
Mapped:          17980 kB
Slab:            55296 kB
Committed_AS:  3134560 kB
PageTables:       2048 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= 66092 MiB
End job on node76 at 2009-04-05 13:35:14