Trace number 1579888

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
Rsat 2009-03-22UNSAT 52.466 52.5216

General information on the benchmark

NameAPPLICATIONS/diagnosis/
UR-10-5p0.cnf
MD5SUMe024fd9d9cdae82453a8cdaa74d08481
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark37.3953
Satisfiable
(Un)Satisfiability was proved
Number of variables104479
Number of clauses500869
Sum of the clauses size1175016
Maximum clause length10
Minimum clause length1
Number of clauses of size 15498
Number of clauses of size 2398195
Number of clauses of size 369976
Number of clauses of size 43020
Number of clauses of size 512080
Number of clauses of size over 512100

Solver Data

0.00/0.00	c Parsing...
0.49/0.55	c ==============================================================================
0.49/0.55	c |           |     ORIGINAL     |              LEARNT              |          |
0.49/0.55	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
0.49/0.55	c ==============================================================================
0.49/0.55	c |         0 |  495031  1168838 |  148509       0        0     nan |  0.000 % |
2.99/3.09	c |         0 |  300405   831416 |      --       0       --      -- |     --   | -44710/7696
2.99/3.09	c ==============================================================================
2.99/3.09	c Result  :   #vars: 49462   #clauses: 300405   #literals: 831416
2.99/3.09	c CPU time:   2.96955 s
2.99/3.09	c ==============================================================================
3.38/3.44	c Rsat version 3.02
3.43/3.69	c Base unit clause learned: 0
52.32/52.46	c CNF stats: (49462 vars, 300405 clauses)
52.32/52.46	c Decisions: 200626
52.32/52.46	c Conflicts: 26838
52.32/52.46	c Restarts: 28
52.32/52.46	c Avg lpc: 118.64
52.32/52.46	c Max decision level: 711
52.32/52.46	c KB reduction: 0 (0 clauses removed)
52.32/52.46	c Final decision lit size:49462 (100.00 %)
52.32/52.46	c Final stack/save sizes: 494(1.00 %)/3952(7.99 %)
52.32/52.46	c Final cdc size: 1976 (3.99 %)
52.32/52.46	c ***********************************************
52.32/52.46	c Conflicts with bac: 2019/26838 (7.52 %)
52.32/52.46	c Avg bac size: 46.65
52.32/52.46	c Avg bac bt depth: 35.76 vs 5.06 (normal)
52.42/52.51	c Running time: 48.92456 seconds
52.42/52.51	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1579888-1238912379/watcher-1579888-1238912379 -o /tmp/evaluation-result-1579888-1238912379/solver-1579888-1238912379 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/rsat.sh HOME/instance-1579888-1238912379.cnf HOME 

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.99 0.98 0.99 3/74 23927
/proc/meminfo: memFree=1580536/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=0
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1163899006 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 239 199 169 0 50 0
[pid=23928] ppid=23927 vsize=2168 CPUtime=0
/proc/23928/stat : 23928 (SatElite) R 23927 23927 23826 0 -1 4194304 380 0 0 0 0 0 0 0 19 0 1 0 1163899006 2220032 363 1992294400 4194304 4959918 548682068688 18446744073709551615 4237318 0 0 4096 3 0 0 0 17 0 0 0
/proc/23928/statm: 542 366 64 186 0 352 0

[startup+0.069284 s]
/proc/loadavg: 0.99 0.98 0.99 3/74 23927
/proc/meminfo: memFree=1580536/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=0
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1163899006 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 239 199 169 0 50 0
[pid=23928] ppid=23927 vsize=24124 CPUtime=0.05
/proc/23928/stat : 23928 (SatElite) R 23927 23927 23826 0 -1 4194304 4819 0 0 0 4 1 0 0 19 0 1 0 1163899006 24702976 4770 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/23928/statm: 6031 4773 64 186 0 5841 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 29480

[startup+0.102288 s]
/proc/loadavg: 0.99 0.98 0.99 3/74 23927
/proc/meminfo: memFree=1580536/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=0
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1163899006 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 239 199 169 0 50 0
[pid=23928] ppid=23927 vsize=31896 CPUtime=0.09
/proc/23928/stat : 23928 (SatElite) R 23927 23927 23826 0 -1 4194304 6720 0 0 0 7 2 0 0 19 0 1 0 1163899006 32661504 6671 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/23928/statm: 7974 6673 64 186 0 7784 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 37252

[startup+0.301322 s]
/proc/loadavg: 0.99 0.98 0.99 3/74 23927
/proc/meminfo: memFree=1580536/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=0
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1163899006 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 239 199 169 0 50 0
[pid=23928] ppid=23927 vsize=57672 CPUtime=0.29
/proc/23928/stat : 23928 (SatElite) R 23927 23927 23826 0 -1 4194304 12855 0 0 0 23 6 0 0 21 0 1 0 1163899006 59056128 12806 1992294400 4194304 4959918 548682068688 18446744073709551615 4414439 0 0 4096 3 0 0 0 17 0 0 0
/proc/23928/statm: 14418 12807 64 186 0 14228 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 63028

[startup+0.702389 s]
/proc/loadavg: 0.99 0.98 0.99 3/74 23927
/proc/meminfo: memFree=1580536/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=0
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1163899006 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 239 199 169 0 50 0
[pid=23928] ppid=23927 vsize=85388 CPUtime=0.69
/proc/23928/stat : 23928 (SatElite) R 23927 23927 23826 0 -1 4194304 20171 0 0 0 60 9 0 0 24 0 1 0 1163899006 87437312 20122 1992294400 4194304 4959918 548682068688 18446744073709551615 4412580 0 0 4096 3 0 0 0 17 0 0 0
/proc/23928/statm: 21347 20122 86 186 0 21157 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90744

[startup+1.50152 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 23929
/proc/meminfo: memFree=1495592/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=0
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1163899006 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 239 199 169 0 50 0
[pid=23928] ppid=23927 vsize=94416 CPUtime=1.49
/proc/23928/stat : 23928 (SatElite) R 23927 23927 23826 0 -1 4194304 23044 0 0 0 138 11 0 0 25 0 1 0 1163899006 96681984 21975 1992294400 4194304 4959918 548682068688 18446744073709551615 4270005 0 0 4096 3 0 0 0 17 0 0 0
/proc/23928/statm: 23604 21975 92 186 0 23414 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 99772

[startup+3.10179 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 23929
/proc/meminfo: memFree=1488872/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=0
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 289 0 0 0 0 0 0 0 18 0 1 0 1163899006 5484544 239 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 239 199 169 0 50 0
[pid=23928] ppid=23927 vsize=94828 CPUtime=3.09
/proc/23928/stat : 23928 (SatElite) R 23927 23927 23826 0 -1 4194304 26423 0 0 0 297 12 0 0 25 0 1 0 1163899006 97103872 22174 1992294400 4194304 4959918 548682068688 18446744073709551615 4444704 0 0 4096 3 0 0 0 17 0 0 0
/proc/23928/statm: 23707 22174 92 186 0 23517 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 100184

[startup+6.30135 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 23930
/proc/meminfo: memFree=1544552/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=3.43
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 312 26426 0 0 0 0 327 16 19 0 1 0 1163899006 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 241 199 169 0 50 0
[pid=23930] ppid=23927 vsize=29736 CPUtime=2.83
/proc/23930/stat : 23930 (rsat) R 23927 23927 23826 0 -1 4194304 7196 0 0 0 279 4 0 0 25 0 1 0 1163899351 30449664 6740 1992294400 4194304 5460562 548682068800 18446744073709551615 4225711 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23930/statm: 7434 6740 116 309 0 7121 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 35092

[startup+12.7014 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 23930
/proc/meminfo: memFree=1543016/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=3.43
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 312 26426 0 0 0 0 327 16 19 0 1 0 1163899006 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 241 199 169 0 50 0
[pid=23930] ppid=23927 vsize=31424 CPUtime=9.23
/proc/23930/stat : 23930 (rsat) R 23927 23927 23826 0 -1 4194304 7610 0 0 0 919 4 0 0 25 0 1 0 1163899351 32178176 7154 1992294400 4194304 5460562 548682068800 18446744073709551615 4225627 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23930/statm: 7856 7154 116 309 0 7543 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 36780

[startup+25.5016 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 23930
/proc/meminfo: memFree=1539944/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=3.43
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 312 26426 0 0 0 0 327 16 19 0 1 0 1163899006 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 241 199 169 0 50 0
[pid=23930] ppid=23927 vsize=34504 CPUtime=22.03
/proc/23930/stat : 23930 (rsat) R 23927 23927 23826 0 -1 4194304 8523 0 0 0 2197 6 0 0 25 0 1 0 1163899351 35332096 7911 1992294400 4194304 5460562 548682068800 18446744073709551615 4198064 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23930/statm: 8626 7911 119 309 0 8313 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 39860

[startup+51.1019 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 23930
/proc/meminfo: memFree=1533672/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=3.43
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 312 26426 0 0 0 0 327 16 19 0 1 0 1163899006 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 241 199 169 0 50 0
[pid=23930] ppid=23927 vsize=41036 CPUtime=47.59
/proc/23930/stat : 23930 (rsat) R 23927 23927 23826 0 -1 4194304 10203 0 0 0 4751 8 0 0 25 0 1 0 1163899351 42020864 9525 1992294400 4194304 5460562 548682068800 18446744073709551615 4198077 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23930/statm: 10259 9525 119 309 0 9946 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 46392

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

[startup+51.9021 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 23930
/proc/meminfo: memFree=1533416/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=3.43
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 312 26426 0 0 0 0 327 16 19 0 1 0 1163899006 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 241 199 169 0 50 0
[pid=23930] ppid=23927 vsize=41300 CPUtime=48.39
/proc/23930/stat : 23930 (rsat) R 23927 23927 23826 0 -1 4194304 10256 0 0 0 4831 8 0 0 25 0 1 0 1163899351 42291200 9578 1992294400 4194304 5460562 548682068800 18446744073709551615 4226912 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23930/statm: 10325 9578 119 309 0 10012 0
Current children cumulated CPU time (s) 51.82
Current children cumulated vsize (KiB) 46656

[startup+52.3011 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 23930
/proc/meminfo: memFree=1533416/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=3.43
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 312 26426 0 0 0 0 327 16 19 0 1 0 1163899006 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 241 199 169 0 50 0
[pid=23930] ppid=23927 vsize=41300 CPUtime=48.79
/proc/23930/stat : 23930 (rsat) R 23927 23927 23826 0 -1 4194304 10265 0 0 0 4871 8 0 0 25 0 1 0 1163899351 42291200 9587 1992294400 4194304 5460562 548682068800 18446744073709551615 4205022 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23930/statm: 10325 9587 119 309 0 10012 0
Current children cumulated CPU time (s) 52.22
Current children cumulated vsize (KiB) 46656

[startup+52.5012 s]
/proc/loadavg: 0.99 0.98 0.99 2/76 23930
/proc/meminfo: memFree=1533416/2055920 swapFree=4173168/4192956
[pid=23927] ppid=23925 vsize=5356 CPUtime=3.43
/proc/23927/stat : 23927 (rsat.sh) S 23925 23927 23826 0 -1 4194304 312 26426 0 0 0 0 327 16 19 0 1 0 1163899006 5484544 241 1992294400 4194304 4889804 548682068784 18446744073709551615 209560593220 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23927/statm: 1339 241 199 169 0 50 0
[pid=23930] ppid=23927 vsize=39316 CPUtime=48.99
/proc/23930/stat : 23930 (rsat) R 23927 23927 23826 0 -1 4194304 10266 0 0 0 4891 8 0 0 25 0 1 0 1163899351 40259584 9105 1992294400 4194304 5460562 548682068800 18446744073709551615 4786437 0 0 4096 1026 0 0 0 17 0 0 0
/proc/23930/statm: 9829 9105 119 309 0 9516 0
Current children cumulated CPU time (s) 52.42
Current children cumulated vsize (KiB) 44672

Child status: 20
Real time (s): 52.5216
CPU time (s): 52.466
CPU user time (s): 52.2041
CPU system time (s): 0.26196
CPU usage (%): 99.8942
Max. virtual memory (cumulated for all children) (KiB): 107488

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 52.2041
system time used= 0.26196
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37162
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= 10
involuntary context switches= 200

runsolver used 0.098984 second user time and 0.144977 second system time

The end

Launcher Data

Begin job on node68 at 2009-04-05 08:19:39
IDJOB=1579888
IDBENCH=71006
IDSOLVER=545
FILE ID=node68/1579888-1238912379
PBS_JOBID= 9101374
Free space on /tmp= 66532 MiB

SOLVER NAME= Rsat 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/diagnosis/UR-10-5p0.cnf
COMMAND LINE= HOME/rsat.sh BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1579888-1238912379/watcher-1579888-1238912379 -o /tmp/evaluation-result-1579888-1238912379/solver-1579888-1238912379 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/rsat.sh HOME/instance-1579888-1238912379.cnf HOME

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

MD5SUM BENCH= e024fd9d9cdae82453a8cdaa74d08481
RANDOM SEED=1047512191

node68.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.270
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.270
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:       1581080 kB
Buffers:         55020 kB
Cached:         343116 kB
SwapCached:       9864 kB
Active:         174812 kB
Inactive:       235140 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1581080 kB
SwapTotal:     4192956 kB
SwapFree:      4173168 kB
Dirty:           14264 kB
Writeback:           0 kB
Mapped:          17748 kB
Slab:            49908 kB
Committed_AS:  3216816 kB
PageTables:       2136 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66528 MiB
End job on node68 at 2009-04-05 08:20:32