Trace number 1785219

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 23.0205 23.1162

General information on the benchmark

Namecrafted/Difficult/contest05/sabharwal/
gt-ordering-sat-gt-040.sat05-1297.reshuffled-07.cnf
MD5SUMa12e117c336ca4cea22ec458f6b2361c
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.0205
Satisfiable
(Un)Satisfiability was proved
Number of variables1560
Number of clauses60099
Sum of the clauses size180957
Maximum clause length39
Minimum clause length2
Number of clauses of size 10
Number of clauses of size 2780
Number of clauses of size 359279
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 540

Solver Data

12.59/12.74	c run March_dl for 5 seconds ... 
12.59/12.74	c Bin: Executing march_dl
12.59/12.74	c child exit by a signal
12.59/12.74	c march_dl returned code 137.
12.59/12.74	c run saps (UBCSAT implementation) for 2 seconds ... 
12.59/12.74	c Bin: Executing ubcsat2006
12.59/12.74	c child exited successfully
12.59/12.74	c ubcsat2006 returned code 0.
12.59/12.74	c satzilla computing base features
12.59/12.74	c satzilla doing unit-prop probe
12.59/12.74	c satzilla doing local search probe
12.59/12.74	c satzilla doing lobjois search-space size estimate
12.59/12.74	c satzilla's ranking:
12.59/12.74	c 1) zchaff_rand+P: 0.985639
12.59/12.74	c 2) vallst+P: 3.722864
12.59/12.74	c 3) minisat20: 3.773901
12.59/12.74	c 4) march_dl+P: 3.869071
12.59/12.74	c 5) minisat20+P: 3.877164
12.59/12.74	c 6) march_dl: 3.951669
12.59/12.74	c 7) kcnfs+P: 999.000000
12.59/12.74	c 8) kcnfs: 999.000000
12.59/12.74	c 9) vallst: 999.000000
12.59/12.74	c 10) zchaff_rand: 999.000000
12.59/12.74	c satzilla running zchaff_rand with preprocessing ... 
22.98/23.11	c Preprocessing...
22.98/23.11	c Inital problem has 1600 variables, 59319 nary clauses (780 binary clauses).
22.98/23.11	c Num non-binary clauses 59319, Average non-binary clause length 3.024
22.98/23.11	c Preprocessor runtime was 0.140 seconds.
22.98/23.11	c 
22.98/23.11	c Satisfiability of theory still undetermined.
22.98/23.11	c See file /tmp/dgJzDI for simplified theory.
22.98/23.11	c Bin: Executing zchaff_rand
22.98/23.11	c child exited successfully
22.98/23.11	c zchaff_rand returned code 20.
22.98/23.11	s UNSATISFIABLE
22.98/23.11	c SATZILLA_TIME=23.000000

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-1785219-1241898173/watcher-1785219-1241898173 -o /tmp/evaluation-result-1785219-1241898173/solver-1785219-1241898173 -C 5000 -W 6000 -M 1800 --output-limit 1,15 HOME/SATzilla2007_C HOME/instance-1785219-1241898173.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.00 1.00 3/64 23822
/proc/meminfo: memFree=1691232/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=1440 CPUtime=0
/proc/23822/stat : 23822 (SATzilla2007_C) R 23820 23822 23710 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 217843340 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/23822/statm: 360 110 95 260 0 84 0
[pid=23823] ppid=23822 vsize=1240 CPUtime=0
/proc/23823/stat : 23823 (march_dl) R 23822 23822 23710 0 -1 4194304 157 0 0 0 0 0 0 0 18 0 1 0 217843340 1269760 152 1992294400 134512640 134996440 4294956256 18446744073709551615 134653149 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23823/statm: 310 152 50 118 0 189 0

[startup+0.080612 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23822
/proc/meminfo: memFree=1691232/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=1440 CPUtime=0
/proc/23822/stat : 23822 (SATzilla2007_C) S 23820 23822 23710 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217843340 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23822/statm: 360 110 95 260 0 84 0
[pid=23823] ppid=23822 vsize=2032 CPUtime=0.07
/proc/23823/stat : 23823 (march_dl) R 23822 23822 23710 0 -1 4194304 416 0 0 0 7 0 0 0 19 0 1 0 217843340 2080768 411 1992294400 134512640 134996440 4294956256 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23823/statm: 508 411 50 118 0 387 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 3472

[startup+0.101613 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23822
/proc/meminfo: memFree=1691232/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=1440 CPUtime=0
/proc/23822/stat : 23822 (SATzilla2007_C) S 23820 23822 23710 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217843340 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23822/statm: 360 110 95 260 0 84 0
[pid=23823] ppid=23822 vsize=3392 CPUtime=0.09
/proc/23823/stat : 23823 (march_dl) R 23822 23822 23710 0 -1 4194304 717 0 0 0 9 0 0 0 19 0 1 0 217843340 3473408 549 1992294400 134512640 134996440 4294956256 18446744073709551615 134644061 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23823/statm: 848 549 52 118 0 727 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 4832

[startup+0.30164 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23822
/proc/meminfo: memFree=1691232/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=1440 CPUtime=0
/proc/23822/stat : 23822 (SATzilla2007_C) S 23820 23822 23710 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217843340 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23822/statm: 360 110 95 260 0 84 0
[pid=23823] ppid=23822 vsize=5412 CPUtime=0.28
/proc/23823/stat : 23823 (march_dl) R 23822 23822 23710 0 -1 4194304 3780 0 0 0 28 0 0 0 21 0 1 0 217843340 5541888 1049 1992294400 134512640 134996440 4294956256 18446744073709551615 134543085 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23823/statm: 1353 1049 61 118 0 1232 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 6852

[startup+0.701693 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23822
/proc/meminfo: memFree=1691232/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=1440 CPUtime=0
/proc/23822/stat : 23822 (SATzilla2007_C) S 23820 23822 23710 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217843340 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23822/statm: 360 110 95 260 0 84 0
[pid=23823] ppid=23822 vsize=8400 CPUtime=0.68
/proc/23823/stat : 23823 (march_dl) R 23822 23822 23710 0 -1 4194304 6467 0 0 0 59 9 0 0 24 0 1 0 217843340 8601600 1797 1992294400 134512640 134996440 4294956256 18446744073709551615 134675049 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23823/statm: 2100 1797 73 118 0 1979 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9840

[startup+1.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23824
/proc/meminfo: memFree=1684176/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=1440 CPUtime=0
/proc/23822/stat : 23822 (SATzilla2007_C) S 23820 23822 23710 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217843340 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23822/statm: 360 110 95 260 0 84 0
[pid=23823] ppid=23822 vsize=7900 CPUtime=1.49
/proc/23823/stat : 23823 (march_dl) R 23822 23822 23710 0 -1 4194304 7067 0 0 0 116 33 0 0 25 0 1 0 217843340 8089600 1681 1992294400 134512640 134996440 4294956256 18446744073709551615 134559280 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23823/statm: 1975 1681 73 118 0 1854 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9340

[startup+3.10202 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23824
/proc/meminfo: memFree=1685008/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=1440 CPUtime=0
/proc/23822/stat : 23822 (SATzilla2007_C) S 23820 23822 23710 0 -1 4194304 128 0 0 0 0 0 0 0 18 0 1 0 217843340 1474560 110 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/23822/statm: 360 110 95 260 0 84 0
[pid=23823] ppid=23822 vsize=8096 CPUtime=3.09
/proc/23823/stat : 23823 (march_dl) R 23822 23822 23710 0 -1 4194304 9569 0 0 0 274 35 0 0 25 0 1 0 217843340 8290304 1650 1992294400 134512640 134996440 4294956256 18446744073709551615 134533023 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23823/statm: 2024 1650 75 118 0 1903 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 9536

[startup+6.30145 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23825
/proc/meminfo: memFree=1686288/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=1440 CPUtime=4.99
/proc/23822/stat : 23822 (SATzilla2007_C) S 23820 23822 23710 0 -1 4194304 135 9699 0 0 0 0 464 35 16 0 1 0 217843340 1474560 111 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23822/statm: 360 111 96 260 0 84 0
[pid=23825] ppid=23822 vsize=6188 CPUtime=1.2
/proc/23825/stat : 23825 (ubcsat2006) R 23822 23822 23710 0 -1 4194304 1017 0 12 0 117 3 0 0 25 0 1 0 217843841 6336512 1012 1992294400 134512640 134777720 4294956112 18446744073709551615 134556126 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23825/statm: 1547 1012 156 64 0 1128 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 7628

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 23825
/proc/meminfo: memFree=1685864/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=5236 CPUtime=12.59
/proc/23822/stat : 23822 (SATzilla2007_C) R 23820 23822 23710 0 -1 4194304 3687 10722 0 12 540 6 672 41 25 0 1 0 217843340 5361664 1133 1992294400 134512640 135579813 4294956224 18446744073709551615 134526987 0 0 4096 0 0 0 0 17 1 0 0
/proc/23822/statm: 1309 1133 156 260 0 1033 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 5236

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

[startup+19.1012 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23826
/proc/meminfo: memFree=1671072/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=11760 CPUtime=12.87
/proc/23822/stat : 23822 (SATzilla2007_C) S 23820 23822 23710 0 -1 4194304 5308 10722 0 12 566 8 672 41 25 0 1 0 217843340 12042240 2746 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23822/statm: 2940 2746 164 260 0 2664 0
[pid=23826] ppid=23822 vsize=14708 CPUtime=6.11
/proc/23826/stat : 23826 (zchaff_rand) R 23822 23822 23710 0 -1 4194304 2618 0 0 0 601 10 0 0 25 0 1 0 217844638 15060992 2007 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23826/statm: 3677 2007 112 208 0 3449 0
Current children cumulated CPU time (s) 18.98
Current children cumulated vsize (KiB) 26468

[startup+20.7014 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23826
/proc/meminfo: memFree=1670752/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=11760 CPUtime=12.87
/proc/23822/stat : 23822 (SATzilla2007_C) S 23820 23822 23710 0 -1 4194304 5308 10722 0 12 566 8 672 41 25 0 1 0 217843340 12042240 2746 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23822/statm: 2940 2746 164 260 0 2664 0
[pid=23826] ppid=23822 vsize=14832 CPUtime=7.71
/proc/23826/stat : 23826 (zchaff_rand) R 23822 23822 23710 0 -1 4194304 2706 0 0 0 759 12 0 0 25 0 1 0 217844638 15187968 2095 1992294400 134512640 135365884 4294956288 18446744073709551615 135090405 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23826/statm: 3708 2095 112 208 0 3480 0
Current children cumulated CPU time (s) 20.58
Current children cumulated vsize (KiB) 26592

[startup+22.3026 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23826
/proc/meminfo: memFree=1670368/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=11760 CPUtime=12.87
/proc/23822/stat : 23822 (SATzilla2007_C) S 23820 23822 23710 0 -1 4194304 5308 10722 0 12 566 8 672 41 25 0 1 0 217843340 12042240 2746 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23822/statm: 2940 2746 164 260 0 2664 0
[pid=23826] ppid=23822 vsize=14952 CPUtime=9.31
/proc/23826/stat : 23826 (zchaff_rand) R 23822 23822 23710 0 -1 4194304 2778 0 0 0 916 15 0 0 25 0 1 0 217844638 15310848 2167 1992294400 134512640 135365884 4294956288 18446744073709551615 134543566 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23826/statm: 3738 2167 112 208 0 3510 0
Current children cumulated CPU time (s) 22.18
Current children cumulated vsize (KiB) 26712

[startup+22.7027 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23826
/proc/meminfo: memFree=1670368/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=11760 CPUtime=12.87
/proc/23822/stat : 23822 (SATzilla2007_C) S 23820 23822 23710 0 -1 4194304 5308 10722 0 12 566 8 672 41 25 0 1 0 217843340 12042240 2746 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23822/statm: 2940 2746 164 260 0 2664 0
[pid=23826] ppid=23822 vsize=14952 CPUtime=9.71
/proc/23826/stat : 23826 (zchaff_rand) R 23822 23822 23710 0 -1 4194304 2811 0 0 0 955 16 0 0 25 0 1 0 217844638 15310848 2200 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23826/statm: 3738 2200 112 208 0 3510 0
Current children cumulated CPU time (s) 22.58
Current children cumulated vsize (KiB) 26712

[startup+23.1057 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23826
/proc/meminfo: memFree=1669856/2055920 swapFree=4099496/4192956
[pid=23822] ppid=23820 vsize=11760 CPUtime=12.87
/proc/23822/stat : 23822 (SATzilla2007_C) S 23820 23822 23710 0 -1 4194304 5308 10722 0 12 566 8 672 41 25 0 1 0 217843340 12042240 2746 1992294400 134512640 135579813 4294956224 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 1 0 0
/proc/23822/statm: 2940 2746 164 260 0 2664 0
[pid=23826] ppid=23822 vsize=17636 CPUtime=10.11
/proc/23826/stat : 23826 (zchaff_rand) R 23822 23822 23710 0 -1 4194304 3495 0 0 0 995 16 0 0 25 0 1 0 217844638 18059264 2243 1992294400 134512640 135365884 4294956288 18446744073709551615 135132785 0 0 8392704 0 0 0 0 17 1 0 0
/proc/23826/statm: 4409 2243 112 208 0 4181 0
Current children cumulated CPU time (s) 22.98
Current children cumulated vsize (KiB) 29396

Child status: 20
Real time (s): 23.1162
CPU time (s): 23.0205
CPU user time (s): 22.3536
CPU system time (s): 0.666898
CPU usage (%): 99.5859
Max. virtual memory (cumulated for all children) (KiB): 29396

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.3536
system time used= 0.666898
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19550
page faults= 12
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 32
involuntary context switches= 74

runsolver used 0.030995 second user time and 0.06199 second system time

The end

Launcher Data

Begin job on node71 at 2009-05-09 21:42:54
IDJOB=1785219
IDBENCH=24727
IDSOLVER=640
FILE ID=node71/1785219-1241898173
PBS_JOBID= 9264746
Free space on /tmp= 66516 MiB

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

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

MD5SUM BENCH= a12e117c336ca4cea22ec458f6b2361c
RANDOM SEED=599101435

node71.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.236
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.236
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:       1691712 kB
Buffers:         42240 kB
Cached:         172332 kB
SwapCached:      87756 kB
Active:          63956 kB
Inactive:       239880 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1691712 kB
SwapTotal:     4192956 kB
SwapFree:      4099496 kB
Dirty:            9320 kB
Writeback:           0 kB
Mapped:          14096 kB
Slab:            46372 kB
Committed_AS:   606960 kB
PageTables:       1436 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= 66508 MiB
End job on node71 at 2009-05-09 21:43:17