Trace number 1785201

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
SAT07 reference solver: SATzilla CRAFTEDUNSAT 30.8983 30.9099

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
MD5SUMae4e3f3661a3c7ad7c7ec30d56d611a1
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark13.6149
Satisfiable
(Un)Satisfiability was proved
Number of variables1980
Number of clauses86175
Sum of the clauses size259380
Maximum clause length44
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2990
Number of clauses of size 385140
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 545

Solver Data

15.07/15.18	c run March_dl for 5 seconds ... 
15.07/15.18	c Bin: Executing march_dl
15.07/15.18	c child exit by a signal
15.07/15.18	c march_dl returned code 137.
15.07/15.18	c run saps (UBCSAT implementation) for 2 seconds ... 
15.07/15.18	c Bin: Executing ubcsat2006
15.07/15.18	c child exited successfully
15.07/15.18	c ubcsat2006 returned code 0.
15.07/15.18	c satzilla computing base features
15.07/15.18	c satzilla doing unit-prop probe
15.07/15.18	c satzilla doing local search probe
15.07/15.18	c satzilla doing lobjois search-space size estimate
15.07/15.18	c satzilla's ranking:
15.07/15.18	c 1) zchaff_rand+P: 1.043425
15.07/15.18	c 2) vallst+P: 3.725307
15.07/15.18	c 3) march_dl+P: 3.933919
15.07/15.18	c 4) march_dl: 3.981133
15.07/15.18	c 5) minisat20: 3.994720
15.07/15.18	c 6) minisat20+P: 4.344984
15.07/15.18	c 7) kcnfs+P: 999.000000
15.07/15.18	c 8) kcnfs: 999.000000
15.07/15.18	c 9) vallst: 999.000000
15.07/15.18	c 10) zchaff_rand: 999.000000
15.07/15.18	c satzilla running zchaff_rand with preprocessing ... 
30.85/30.90	c Preprocessing...
30.85/30.90	c Inital problem has 2025 variables, 85185 nary clauses (990 binary clauses).
30.85/30.90	c Num non-binary clauses 85185, Average non-binary clause length 3.022
30.85/30.90	c Preprocessor runtime was 0.210 seconds.
30.85/30.90	c 
30.85/30.90	c Satisfiability of theory still undetermined.
30.85/30.90	c See file /tmp/wf7dTt for simplified theory.
30.85/30.90	c Bin: Executing zchaff_rand
30.85/30.90	c child exited successfully
30.85/30.90	c zchaff_rand returned code 20.
30.85/30.90	s UNSATISFIABLE
30.85/30.90	c SATZILLA_TIME=30.890000

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-1785201-1241897420/watcher-1785201-1241897420 -o /tmp/evaluation-result-1785201-1241897420/solver-1785201-1241897420 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785201-1241897420.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 5000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 5030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 6000 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.00 1.15 1.50 3/64 16513
/proc/meminfo: memFree=1745456/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=1440 CPUtime=0
/proc/16513/stat : 16513 (SATzilla2007_C) S 16511 16513 16395 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217768065 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16513/statm: 360 110 95 260 0 84 0
[pid=16514] ppid=16513 vsize=1448 CPUtime=0
/proc/16514/stat : 16514 (march_dl) R 16513 16513 16395 0 -1 4194304 190 0 0 0 0 0 0 0 18 0 1 0 217768065 1482752 185 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16514/statm: 362 185 50 118 0 241 0

[startup+0.0201501 s]
/proc/loadavg: 1.00 1.15 1.50 3/64 16513
/proc/meminfo: memFree=1745456/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=1440 CPUtime=0
/proc/16513/stat : 16513 (SATzilla2007_C) S 16511 16513 16395 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217768065 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16513/statm: 360 110 95 260 0 84 0
[pid=16514] ppid=16513 vsize=1580 CPUtime=0.01
/proc/16514/stat : 16514 (march_dl) R 16513 16513 16395 0 -1 4194304 240 0 0 0 1 0 0 0 18 0 1 0 217768065 1617920 235 1992294400 134512640 134996440 4294956256 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16514/statm: 395 235 50 118 0 274 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 3020

[startup+0.101155 s]
/proc/loadavg: 1.00 1.15 1.50 3/64 16513
/proc/meminfo: memFree=1745456/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=1440 CPUtime=0
/proc/16513/stat : 16513 (SATzilla2007_C) S 16511 16513 16395 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217768065 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16513/statm: 360 110 95 260 0 84 0
[pid=16514] ppid=16513 vsize=2504 CPUtime=0.09
/proc/16514/stat : 16514 (march_dl) R 16513 16513 16395 0 -1 4194304 515 0 0 0 9 0 0 0 18 0 1 0 217768065 2564096 510 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16514/statm: 626 510 50 118 0 505 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 3944

[startup+0.30117 s]
/proc/loadavg: 1.00 1.15 1.50 3/64 16513
/proc/meminfo: memFree=1745456/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=1440 CPUtime=0
/proc/16513/stat : 16513 (SATzilla2007_C) S 16511 16513 16395 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217768065 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16513/statm: 360 110 95 260 0 84 0
[pid=16514] ppid=16513 vsize=5504 CPUtime=0.29
/proc/16514/stat : 16514 (march_dl) R 16513 16513 16395 0 -1 4194304 2407 0 0 0 28 1 0 0 19 0 1 0 217768065 5636096 978 1992294400 134512640 134996440 4294956256 18446744073709551615 134598469 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16514/statm: 1376 978 57 118 0 1255 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 6944

[startup+0.701202 s]
/proc/loadavg: 1.00 1.15 1.50 3/64 16513
/proc/meminfo: memFree=1745456/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=1440 CPUtime=0
/proc/16513/stat : 16513 (SATzilla2007_C) S 16511 16513 16395 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217768065 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16513/statm: 360 110 95 260 0 84 0
[pid=16514] ppid=16513 vsize=5960 CPUtime=0.69
/proc/16514/stat : 16514 (march_dl) R 16513 16513 16395 0 -1 4194304 7687 0 0 0 66 3 0 0 23 0 1 0 217768065 6103040 1089 1992294400 134512640 134996440 4294956256 18446744073709551615 134546292 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16514/statm: 1490 1089 65 118 0 1369 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 7400

[startup+1.50131 s]
/proc/loadavg: 1.00 1.15 1.50 2/66 16515
/proc/meminfo: memFree=1735784/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=1440 CPUtime=0
/proc/16513/stat : 16513 (SATzilla2007_C) S 16511 16513 16395 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217768065 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16513/statm: 360 110 95 260 0 84 0
[pid=16514] ppid=16513 vsize=11496 CPUtime=1.49
/proc/16514/stat : 16514 (march_dl) R 16513 16513 16395 0 -1 4194304 9227 0 0 0 123 26 0 0 25 0 1 0 217768065 11771904 2456 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16514/statm: 2874 2456 73 118 0 2753 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 12936

[startup+3.10139 s]
/proc/loadavg: 1.00 1.15 1.50 2/66 16515
/proc/meminfo: memFree=1735656/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=1440 CPUtime=0
/proc/16513/stat : 16513 (SATzilla2007_C) S 16511 16513 16395 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217768065 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/16513/statm: 360 110 95 260 0 84 0
[pid=16514] ppid=16513 vsize=10668 CPUtime=3.09
/proc/16514/stat : 16514 (march_dl) R 16513 16513 16395 0 -1 4194304 10699 0 0 0 259 50 0 0 25 0 1 0 217768065 10924032 2259 1992294400 134512640 134996440 4294956256 18446744073709551615 134527851 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16514/statm: 2667 2259 75 118 0 2546 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 12108

[startup+6.30165 s]
/proc/loadavg: 1.00 1.15 1.50 2/66 16516
/proc/meminfo: memFree=1740200/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=1440 CPUtime=4.99
/proc/16513/stat : 16513 (SATzilla2007_C) S 16511 16513 16395 0 -1 4194304 135 10703 0 0 0 0 449 50 16 0 1 0 217768065 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16513/statm: 360 111 96 260 0 84 0
[pid=16516] ppid=16513 vsize=10288 CPUtime=1.28
/proc/16516/stat : 16516 (ubcsat2006) R 16513 16513 16395 0 -1 4194304 1367 0 0 0 125 3 0 0 25 0 1 0 217768565 10534912 1350 1992294400 134512640 134777720 4294956112 18446744073709551615 4294960144 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16516/statm: 2572 1350 156 64 0 2153 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 11728

[startup+12.7012 s]
/proc/loadavg: 1.00 1.14 1.49 2/65 16516
/proc/meminfo: memFree=1734904/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=14820 CPUtime=12.67
/proc/16513/stat : 16513 (SATzilla2007_C) R 16511 16513 16395 0 -1 4194304 3941 12076 0 0 548 2 661 56 25 0 1 0 217768065 15175680 2722 1992294400 134512640 135579813 4294956224 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/16513/statm: 3705 2722 150 260 0 3429 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 14820

[startup+25.5013 s]
/proc/loadavg: 1.00 1.14 1.48 2/66 16517
/proc/meminfo: memFree=1719152/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=15912 CPUtime=15.5
/proc/16513/stat : 16513 (SATzilla2007_C) S 16511 16513 16395 0 -1 4194304 7335 12076 0 0 825 8 661 56 25 0 1 0 217768065 16293888 3785 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16513/statm: 3978 3785 165 260 0 3702 0
[pid=16517] ppid=16513 vsize=19336 CPUtime=9.95
/proc/16517/stat : 16517 (zchaff_rand) R 16513 16513 16395 0 -1 4194304 3864 0 0 0 980 15 0 0 25 0 1 0 217769618 19800064 2612 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16517/statm: 4834 2612 112 208 0 4606 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 35248

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

[startup+28.7015 s]
/proc/loadavg: 1.00 1.13 1.48 2/66 16517
/proc/meminfo: memFree=1718320/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=15912 CPUtime=15.5
/proc/16513/stat : 16513 (SATzilla2007_C) S 16511 16513 16395 0 -1 4194304 7335 12076 0 0 825 8 661 56 25 0 1 0 217768065 16293888 3785 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16513/statm: 3978 3785 165 260 0 3702 0
[pid=16517] ppid=16513 vsize=19708 CPUtime=13.15
/proc/16517/stat : 16517 (zchaff_rand) R 16513 16513 16395 0 -1 4194304 4077 0 0 0 1293 22 0 0 25 0 1 0 217769618 20180992 2825 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16517/statm: 4927 2825 112 208 0 4699 0
Current children cumulated CPU time (s) 28.65
Current children cumulated vsize (KiB) 35620

[startup+30.3016 s]
/proc/loadavg: 1.00 1.13 1.48 2/66 16517
/proc/meminfo: memFree=1718128/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=15912 CPUtime=15.5
/proc/16513/stat : 16513 (SATzilla2007_C) S 16511 16513 16395 0 -1 4194304 7335 12076 0 0 825 8 661 56 25 0 1 0 217768065 16293888 3785 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16513/statm: 3978 3785 165 260 0 3702 0
[pid=16517] ppid=16513 vsize=19828 CPUtime=14.76
/proc/16517/stat : 16517 (zchaff_rand) R 16513 16513 16395 0 -1 4194304 4136 0 0 0 1451 25 0 0 25 0 1 0 217769618 20303872 2884 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16517/statm: 4957 2884 112 208 0 4729 0
Current children cumulated CPU time (s) 30.26
Current children cumulated vsize (KiB) 35740

[startup+30.7016 s]
/proc/loadavg: 1.00 1.13 1.48 2/66 16517
/proc/meminfo: memFree=1717936/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=15912 CPUtime=15.5
/proc/16513/stat : 16513 (SATzilla2007_C) S 16511 16513 16395 0 -1 4194304 7335 12076 0 0 825 8 661 56 25 0 1 0 217768065 16293888 3785 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16513/statm: 3978 3785 165 260 0 3702 0
[pid=16517] ppid=16513 vsize=19828 CPUtime=15.16
/proc/16517/stat : 16517 (zchaff_rand) R 16513 16513 16395 0 -1 4194304 4161 0 0 0 1490 26 0 0 25 0 1 0 217769618 20303872 2909 1992294400 134512640 135365884 4294956288 18446744073709551615 134544281 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16517/statm: 4957 2909 112 208 0 4729 0
Current children cumulated CPU time (s) 30.66
Current children cumulated vsize (KiB) 35740

[startup+30.9016 s]
/proc/loadavg: 1.00 1.13 1.48 2/66 16517
/proc/meminfo: memFree=1717936/2055920 swapFree=4113156/4192956
[pid=16513] ppid=16511 vsize=15912 CPUtime=15.5
/proc/16513/stat : 16513 (SATzilla2007_C) S 16511 16513 16395 0 -1 4194304 7335 12076 0 0 825 8 661 56 25 0 1 0 217768065 16293888 3785 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/16513/statm: 3978 3785 165 260 0 3702 0
[pid=16517] ppid=16513 vsize=19828 CPUtime=15.35
/proc/16517/stat : 16517 (zchaff_rand) R 16513 16513 16395 0 -1 4194304 4184 0 0 0 1509 26 0 0 25 0 1 0 217769618 20303872 2932 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/16517/statm: 4957 2932 112 208 0 4729 0
Current children cumulated CPU time (s) 30.85
Current children cumulated vsize (KiB) 35740

Child status: 20
Real time (s): 30.9099
CPU time (s): 30.8983
CPU user time (s): 29.9734
CPU system time (s): 0.924859
CPU usage (%): 99.9623
Max. virtual memory (cumulated for all children) (KiB): 35740

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 29.9734
system time used= 0.924859
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23619
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= 11
involuntary context switches= 74

runsolver used 0.032994 second user time and 0.084987 second system time

The end

Launcher Data

Begin job on node69 at 2009-05-09 21:30:20
IDJOB=1785201
IDBENCH=24722
IDSOLVER=640
FILE ID=node69/1785201-1241897420
PBS_JOBID= 9264765
Free space on /tmp= 66204 MiB

SOLVER NAME= SAT07 reference solver: SATzilla CRAFTED
BENCH NAME= SAT07/crafted/Difficult/contest05/sabharwal/gt-ordering-unsat-gt-045.sat05-1310.reshuffled-07.cnf
COMMAND LINE= HOME/SATzilla2007_C BENCHNAME            
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1785201-1241897420/watcher-1785201-1241897420 -o /tmp/evaluation-result-1785201-1241897420/solver-1785201-1241897420 -C 5000 -W 6000 -M 1800 --output-limit 1,15  HOME/SATzilla2007_C HOME/instance-1785201-1241897420.cnf            

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

MD5SUM BENCH= ae4e3f3661a3c7ad7c7ec30d56d611a1
RANDOM SEED=1400735878

node69.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.231
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.231
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:       1746008 kB
Buffers:         41628 kB
Cached:         129300 kB
SwapCached:      74348 kB
Active:          75288 kB
Inactive:       171856 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1746008 kB
SwapTotal:     4192956 kB
SwapFree:      4113156 kB
Dirty:            9808 kB
Writeback:           0 kB
Mapped:          14124 kB
Slab:            48788 kB
Committed_AS:   640776 kB
PageTables:       1464 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= 66196 MiB
End job on node69 at 2009-05-09 21:30:51