Trace number 1716050

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
tts tts-5-0Signal 642.88 643.355

General information on the benchmark

Nameindustrial/anbulagan/
hard-unsat/partial-5-17-u.cnf
MD5SUMb9de1594525a25a6c43932e2e172e913
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables252004
Number of clauses1178557
Sum of the clauses size2719782
Maximum clause length10
Minimum clause length1
Number of clauses of size 118836
Number of clauses of size 2918677
Number of clauses of size 3194224
Number of clauses of size 45200
Number of clauses of size 520800
Number of clauses of size over 520820

Solver Data

22.68/22.74	c Command: HOME/tts-5-0 HOME/instance-1716050-1240610568.cnf 
22.68/22.74	c Using SATTIMEOUT of 1200
22.68/22.74	c Using SATRAM of 1800
22.68/22.74	c Size of subset node = 16
22.68/22.74	c Variables = 252004
22.68/22.74	c Clauses = 1178557
22.68/22.74	c Literals = 2719782
22.68/22.74	c Reduced size:
22.68/22.74	c Variables = 252004
22.68/22.74	c Clauses = 951675
22.68/22.74	c Literals = 2232622
22.68/22.74	c a2
24.87/25.00	c a1
638.47/638.88	c Independent sub-problems = 1
638.47/638.88	c Sub-problem with 205914 variables and 951675 clauses
638.47/638.88	c using permutation method 4
638.47/638.88	c count = 1
638.47/638.88	c Ordering finished 638.050 seconds
638.47/638.88	c mapped 638.640 seconds
638.47/638.88	c permuted 638.640 seconds
638.47/638.88	c about to sort
638.77/639.17	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-1716050-1240610568/watcher-1716050-1240610568 -o /tmp/evaluation-result-1716050-1240610568/solver-1716050-1240610568 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/tts-5-0 HOME/instance-1716050-1240610568.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: 0.92 0.98 0.91 3/64 19735
/proc/meminfo: memFree=1046664/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=1008 CPUtime=0
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 89083317 1032192 110 1992294400 134512640 135191068 4294956240 18446744073709551615 134693975 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 252 110 67 165 0 85 0

[startup+0.0891331 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 19735
/proc/meminfo: memFree=1046664/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=4700 CPUtime=0.08
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 1040 0 0 0 8 0 0 0 18 0 1 0 89083317 4812800 1024 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 1175 1025 68 165 0 1008 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 4700

[startup+0.101134 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 19735
/proc/meminfo: memFree=1046664/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=5228 CPUtime=0.09
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 1172 0 0 0 9 0 0 0 18 0 1 0 89083317 5353472 1156 1992294400 134512640 135191068 4294956240 18446744073709551615 134716206 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 1307 1156 68 165 0 1140 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5228

[startup+0.301176 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 19735
/proc/meminfo: memFree=1046664/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=14132 CPUtime=0.29
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 3324 0 0 0 27 2 0 0 19 0 1 0 89083317 14471168 3308 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 3533 3308 68 165 0 3366 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14132

[startup+0.701263 s]
/proc/loadavg: 0.92 0.98 0.91 3/64 19735
/proc/meminfo: memFree=1046664/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=30304 CPUtime=0.68
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 7271 0 0 0 65 3 0 0 23 0 1 0 89083317 31031296 7255 1992294400 134512640 135191068 4294956240 18446744073709551615 134843596 0 0 4096 0 0 0 0 17 1 0 0
/proc/19735/statm: 7576 7255 68 165 0 7409 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 30304

[startup+1.50141 s]
/proc/loadavg: 0.92 0.98 0.91 2/65 19736
/proc/meminfo: memFree=1008960/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=60184 CPUtime=1.48
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 14889 0 0 0 141 7 0 0 25 0 1 0 89083317 61628416 14873 1992294400 134512640 135191068 4294956240 18446744073709551615 134694054 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 15046 14873 68 165 0 14879 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 60184

[startup+3.10172 s]
/proc/loadavg: 0.93 0.98 0.91 2/65 19736
/proc/meminfo: memFree=968768/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=82540 CPUtime=3.08
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 19645 0 0 0 299 9 0 0 25 0 1 0 89083317 84520960 19629 1992294400 134512640 135191068 4294956240 18446744073709551615 134534096 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 20635 19629 68 165 0 20468 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 82540

[startup+6.30135 s]
/proc/loadavg: 0.93 0.98 0.91 2/65 19736
/proc/meminfo: memFree=968768/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=82540 CPUtime=6.28
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 19645 0 0 0 619 9 0 0 25 0 1 0 89083317 84520960 19629 1992294400 134512640 135191068 4294956240 18446744073709551615 134534096 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 20635 19629 68 165 0 20468 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 82540

[startup+12.7016 s]
/proc/loadavg: 0.94 0.98 0.91 2/65 19736
/proc/meminfo: memFree=968768/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=82540 CPUtime=12.68
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 19645 0 0 0 1259 9 0 0 25 0 1 0 89083317 84520960 19629 1992294400 134512640 135191068 4294956240 18446744073709551615 134533922 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 20635 19629 68 165 0 20468 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 82540

[startup+25.5011 s]
/proc/loadavg: 0.95 0.98 0.91 2/65 19736
/proc/meminfo: memFree=904064/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=148760 CPUtime=25.48
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 37666 0 0 0 2533 15 0 0 25 0 1 0 89083317 152330240 35777 1992294400 134512640 135191068 4294956240 18446744073709551615 134688994 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 37190 35777 69 165 0 37023 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 148760

[startup+51.1011 s]
/proc/loadavg: 0.96 0.98 0.91 2/65 19736
/proc/meminfo: memFree=869696/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=181100 CPUtime=51.06
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 57610 0 0 0 5083 23 0 0 25 0 1 0 89083317 185446400 44448 1992294400 134512640 135191068 4294956240 18446744073709551615 134555288 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 45275 44448 71 165 0 45108 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 181100

[startup+102.305 s]
/proc/loadavg: 0.98 0.98 0.91 2/65 19736
/proc/meminfo: memFree=865664/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=186320 CPUtime=102.24
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 58603 0 0 0 10200 24 0 0 25 0 1 0 89083317 190791680 45441 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 46580 45441 71 165 0 46413 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 186320

[startup+162.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 19736
/proc/meminfo: memFree=862144/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=189092 CPUtime=162.21
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 59489 0 0 0 16196 25 0 0 25 0 1 0 89083317 193630208 46327 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 47273 46327 71 165 0 47106 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 189092

[startup+222.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 19736
/proc/meminfo: memFree=860160/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=190676 CPUtime=222.18
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 59987 0 0 0 22193 25 0 0 25 0 1 0 89083317 195252224 46825 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 47669 46825 71 165 0 47502 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 190676

[startup+282.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 19736
/proc/meminfo: memFree=859456/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=191336 CPUtime=282.16
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 60160 0 0 0 28190 26 0 0 25 0 1 0 89083317 195928064 46998 1992294400 134512640 135191068 4294956240 18446744073709551615 134600623 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 47834 46998 71 165 0 47667 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 191336

[startup+342.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 19736
/proc/meminfo: memFree=858944/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=194292 CPUtime=342.13
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 60294 0 0 0 34187 26 0 0 25 0 1 0 89083317 198955008 47132 1992294400 134512640 135191068 4294956240 18446744073709551615 134600620 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 48573 47132 71 165 0 48406 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 194292

[startup+402.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 19736
/proc/meminfo: memFree=858496/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=194556 CPUtime=402.1
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 60394 0 0 0 40184 26 0 0 25 0 1 0 89083317 199225344 47232 1992294400 134512640 135191068 4294956240 18446744073709551615 134600608 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 48639 47232 71 165 0 48472 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 194556

[startup+462.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 19736
/proc/meminfo: memFree=858176/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=194820 CPUtime=462.06
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 60480 0 0 0 46180 26 0 0 25 0 1 0 89083317 199495680 47318 1992294400 134512640 135191068 4294956240 18446744073709551615 134600386 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 48705 47318 71 165 0 48538 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 194820

[startup+522.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 19736
/proc/meminfo: memFree=857792/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=195084 CPUtime=522.04
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 60563 0 0 0 52177 27 0 0 25 0 1 0 89083317 199766016 47401 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 48771 47401 71 165 0 48604 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 195084

[startup+582.302 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 19736
/proc/meminfo: memFree=857600/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=195348 CPUtime=582.01
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4194304 60624 0 0 0 58174 27 0 0 25 0 1 0 89083317 200036352 47462 1992294400 134512640 135191068 4294956240 18446744073709551615 134600614 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 48837 47462 71 165 0 48670 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 195348

[startup+642.301 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 19736
/proc/meminfo: memFree=503936/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=386156 CPUtime=641.95
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4195840 111649 0 0 0 64091 104 0 0 25 0 1 0 89083317 395423744 95202 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 96539 95202 85 165 0 96372 0
Current children cumulated CPU time (s) 641.95
Current children cumulated vsize (KiB) 386156

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

[startup+643.102 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 19736
/proc/meminfo: memFree=503936/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=386156 CPUtime=642.61
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4195840 111951 0 0 0 64091 170 0 0 24 0 1 0 89083317 395423744 95202 1992294400 134512640 135191068 4294956240 18446744073709551615 134691683 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 96539 95202 85 165 0 96372 0
Current children cumulated CPU time (s) 642.61
Current children cumulated vsize (KiB) 386156

[startup+643.306 s]
/proc/loadavg: 0.99 0.98 0.91 2/65 19736
/proc/meminfo: memFree=503936/2055920 swapFree=4192956/4192956
[pid=19735] ppid=19733 vsize=0 CPUtime=642.82
/proc/19735/stat : 19735 (tts-5-0) R 19733 19735 19566 0 -1 4195844 112894 0 0 0 64091 191 0 0 25 0 1 0 89083317 0 0 1992294400 0 0 0 0 0 0 0 4096 0 0 0 0 17 0 0 0
/proc/19735/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 642.82
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 643.355
CPU time (s): 642.88
CPU user time (s): 640.919
CPU system time (s): 1.9617
CPU usage (%): 99.9262
Max. virtual memory (cumulated for all children) (KiB): 386156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 640.919
system time used= 1.9617
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 112894
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= 5
involuntary context switches= 1339

runsolver used 0.558915 second user time and 1.79173 second system time

The end

Launcher Data

Begin job on node66 at 2009-04-25 00:02:49
IDJOB=1716050
IDBENCH=20366
IDSOLVER=505
FILE ID=node66/1716050-1240610568
PBS_JOBID= 9186255
Free space on /tmp= 66260 MiB

SOLVER NAME= tts tts-5-0
BENCH NAME= SAT07/industrial/anbulagan/hard-unsat/partial-5-17-u.cnf
COMMAND LINE= HOME/tts-5-0 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1716050-1240610568/watcher-1716050-1240610568 -o /tmp/evaluation-result-1716050-1240610568/solver-1716050-1240610568 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/tts-5-0 HOME/instance-1716050-1240610568.cnf

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

MD5SUM BENCH= b9de1594525a25a6c43932e2e172e913
RANDOM SEED=1867820189

node66.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.263
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	: 5931.00
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.263
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:       1047144 kB
Buffers:         78640 kB
Cached:         827868 kB
SwapCached:          0 kB
Active:          95368 kB
Inactive:       825104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1047144 kB
SwapTotal:     4192956 kB
SwapFree:      4192956 kB
Dirty:           22052 kB
Writeback:           0 kB
Mapped:          23672 kB
Slab:            74388 kB
Committed_AS:   403008 kB
PageTables:       1360 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= 65888 MiB
End job on node66 at 2009-04-25 00:13:33