Trace number 455946

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, and are wall clock time (not CPU 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
SATzilla CRAFTEDUNSAT 71.2572 71.3462

General information on the benchmark

Nameindustrial/babic/
xinetd/itox_vc979.cnf
MD5SUM0ebda2525041210e494c68044b8ad9a6
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark0.262959
Satisfiable
(Un)Satisfiability was proved
Number of variables115679
Number of clauses338708
Sum of the clauses size883655
Maximum clause length3
Minimum clause length1
Number of clauses of size 17057
Number of clauses of size 2118355
Number of clauses of size 3213296
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data (download as text)

64.49/64.64	c run March_dl for 5 seconds ... 
64.49/64.64	c Bin: Executing march_dl
64.49/64.64	c child exit by a signal
64.49/64.64	c march_dl returned code 137.
64.49/64.64	c run saps (UBCSAT implementation) for 2 seconds ... 
64.49/64.64	c Bin: Executing ubcsat2006
64.49/64.64	c child exited successfully
64.49/64.64	c ubcsat2006 returned code 0.
64.49/64.64	c satzilla computing base features
64.49/64.64	c satzilla doing unit-prop probe
64.49/64.64	c satzilla doing local search probe
64.49/64.64	c satzilla doing lobjois search-space size estimate
64.49/64.64	c satzilla's ranking:
64.49/64.64	c 1) minisat20+P: -26.715738
64.49/64.64	c 2) zchaff_rand+P: -5.844747
64.49/64.64	c 3) minisat20: -3.320856
64.49/64.64	c 4) vallst+P: 3.482677
64.49/64.64	c 5) march_dl+P: 6.102630
64.49/64.64	c 6) march_dl: 8.425750
64.49/64.64	c 7) kcnfs+P: 999.000000
64.49/64.64	c 8) kcnfs: 999.000000
64.49/64.64	c 9) vallst: 999.000000
64.49/64.64	c 10) zchaff_rand: 999.000000
64.49/64.64	c satzilla running minisat20 with preprocessing ... 
71.20/71.32	c Preprocessing...
71.20/71.32	c Inital problem has 115851 variables, 220353 nary clauses (118355 binary clauses).
71.20/71.32	c Num non-binary clauses 213296, Average non-binary clause length 3.000
71.20/71.32	c CONTRADICTION found(2)!
71.20/71.32	c Preprocessor runtime was 6.180 seconds.
71.20/71.32	c 
71.20/71.32	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node14/watcher-455946-1178599686 -o ROOT/results/node14/solver-455946-1178599686 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/455946-1178599686/SATzilla2007_C /tmp/evaluation/455946-1178599686/instance-455946-1178599686.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 15000 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.05 1.01 1.00 3/77 1230
/proc/meminfo: memFree=1667648/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=1440 CPUtime=0
/proc/1230/stat : 1230 (SATzilla2007_C) R 1228 1230 1130 0 -1 4194304 126 0 0 0 0 0 0 0 18 0 1 0 307886397 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216547 0 0 4096 0 0 0 0 17 1 0 0
/proc/1230/statm: 360 110 95 260 0 84 0
[pid=1231] ppid=1230 vsize=5952 CPUtime=0
/proc/1231/stat : 1231 (march_dl) R 1230 1230 1130 0 -1 4194304 550 0 0 0 0 0 0 0 18 0 1 0 307886397 6094848 545 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1231/statm: 1488 548 49 118 0 1367 0

[startup+0.073121 s]
/proc/loadavg: 1.05 1.01 1.00 3/77 1230
/proc/meminfo: memFree=1667648/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=1440 CPUtime=0
/proc/1230/stat : 1230 (SATzilla2007_C) S 1228 1230 1130 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 307886397 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1230/statm: 360 110 95 260 0 84 0
[pid=1231] ppid=1230 vsize=11144 CPUtime=0.06
/proc/1231/stat : 1231 (march_dl) R 1230 1230 1130 0 -1 4194304 2291 0 0 0 5 1 0 0 19 0 1 0 307886397 11411456 2286 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1231/statm: 2786 2286 50 118 0 2665 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 12584

[startup+0.102122 s]
/proc/loadavg: 1.05 1.01 1.00 3/77 1230
/proc/meminfo: memFree=1667648/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=1440 CPUtime=0
/proc/1230/stat : 1230 (SATzilla2007_C) S 1228 1230 1130 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 307886397 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1230/statm: 360 110 95 260 0 84 0
[pid=1231] ppid=1230 vsize=11408 CPUtime=0.09
/proc/1231/stat : 1231 (march_dl) R 1230 1230 1130 0 -1 4194304 2388 0 0 0 8 1 0 0 19 0 1 0 307886397 11681792 2383 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134669245 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1231/statm: 2852 2383 50 118 0 2731 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12848

[startup+0.302142 s]
/proc/loadavg: 1.05 1.01 1.00 3/77 1230
/proc/meminfo: memFree=1667648/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=1440 CPUtime=0
/proc/1230/stat : 1230 (SATzilla2007_C) S 1228 1230 1130 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 307886397 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1230/statm: 360 110 95 260 0 84 0
[pid=1231] ppid=1230 vsize=13520 CPUtime=0.29
/proc/1231/stat : 1231 (march_dl) R 1230 1230 1130 0 -1 4194304 3059 0 0 0 27 2 0 0 21 0 1 0 307886397 13844480 3054 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134652876 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1231/statm: 3380 3054 50 118 0 3259 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14960

[startup+0.702178 s]
/proc/loadavg: 1.05 1.01 1.00 3/77 1230
/proc/meminfo: memFree=1667648/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=1440 CPUtime=0
/proc/1230/stat : 1230 (SATzilla2007_C) S 1228 1230 1130 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 307886397 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1230/statm: 360 110 95 260 0 84 0
[pid=1231] ppid=1230 vsize=32600 CPUtime=0.69
/proc/1231/stat : 1231 (march_dl) R 1230 1230 1130 0 -1 4194304 7334 0 0 0 65 4 0 0 25 0 1 0 307886397 33382400 6523 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134544583 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1231/statm: 8150 6523 53 118 0 8029 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 34040

[startup+1.50125 s]
/proc/loadavg: 1.05 1.01 1.00 2/79 1232
/proc/meminfo: memFree=1631408/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=1440 CPUtime=0
/proc/1230/stat : 1230 (SATzilla2007_C) S 1228 1230 1130 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 307886397 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1230/statm: 360 110 95 260 0 84 0
[pid=1231] ppid=1230 vsize=40744 CPUtime=1.49
/proc/1231/stat : 1231 (march_dl) R 1230 1230 1130 0 -1 4194304 12042 0 0 0 143 6 0 0 25 0 1 0 307886397 41721856 8876 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134542963 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1231/statm: 10186 8876 55 118 0 10065 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42184

[startup+3.10141 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 1232
/proc/meminfo: memFree=1634480/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=1440 CPUtime=0
/proc/1230/stat : 1230 (SATzilla2007_C) S 1228 1230 1130 0 -1 4194304 127 0 0 0 0 0 0 0 18 0 1 0 307886397 1474560 110 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1230/statm: 360 110 95 260 0 84 0
[pid=1231] ppid=1230 vsize=38932 CPUtime=3.09
/proc/1231/stat : 1231 (march_dl) R 1230 1230 1130 0 -1 4194304 20323 0 0 0 298 11 0 0 25 0 1 0 307886397 39866368 8474 18446744073709551615 134512640 134996440 4294956688 18446744073709551615 134524970 0 0 8392704 0 0 0 0 17 1 0 0
/proc/1231/statm: 9733 8475 57 118 0 9612 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 40372

[startup+6.30172 s]
/proc/loadavg: 1.04 1.01 1.00 2/79 1233
/proc/meminfo: memFree=1661424/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=1440 CPUtime=4.99
/proc/1230/stat : 1230 (SATzilla2007_C) S 1228 1230 1130 0 -1 4194304 134 24593 0 0 0 0 485 14 16 0 1 0 307886397 1474560 111 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216413 0 0 4096 0 18446744071563356171 0 0 17 0 0 0
/proc/1230/statm: 360 111 96 260 0 84 0
[pid=1233] ppid=1230 vsize=30788 CPUtime=1.23
/proc/1233/stat : 1233 (ubcsat2006) R 1230 1230 1130 0 -1 4194304 5885 0 10 0 121 2 0 0 24 0 1 0 307886898 31526912 5878 18446744073709551615 134512640 134777720 4294956528 18446744073709551615 134553135 0 0 8392704 0 0 0 0 17 0 0 0
/proc/1233/statm: 7697 5878 156 64 0 7278 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 32228

[startup+12.7013 s]
/proc/loadavg: 1.04 1.01 1.00 2/78 1233
/proc/meminfo: memFree=1631872/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=38700 CPUtime=12.62
/proc/1230/stat : 1230 (SATzilla2007_C) R 1228 1230 1130 0 -1 4194304 8844 30484 0 10 509 5 730 18 25 0 1 0 307886397 39628800 8814 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1230/statm: 9675 8814 121 260 0 9399 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 38700

[startup+25.5015 s]
/proc/loadavg: 1.03 1.01 1.00 2/78 1233
/proc/meminfo: memFree=1631424/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=38700 CPUtime=25.41
/proc/1230/stat : 1230 (SATzilla2007_C) R 1228 1230 1130 0 -1 4194304 8982 30484 0 10 1786 7 730 18 25 0 1 0 307886397 39628800 8952 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1230/statm: 9675 8952 121 260 0 9399 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 38700

[startup+51.1019 s]
/proc/loadavg: 1.02 1.01 1.00 2/78 1233
/proc/meminfo: memFree=1630272/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=38700 CPUtime=51.01
/proc/1230/stat : 1230 (SATzilla2007_C) R 1228 1230 1130 0 -1 4194304 9274 30484 0 10 4342 11 730 18 25 0 1 0 307886397 39628800 9244 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1230/statm: 9675 9244 121 260 0 9399 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 38700

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

[startup+63.9012 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 1233
/proc/meminfo: memFree=1644736/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=23736 CPUtime=63.79
/proc/1230/stat : 1230 (SATzilla2007_C) R 1228 1230 1130 0 -1 4194304 21957 30484 0 10 5613 18 730 18 25 0 1 0 307886397 24305664 5632 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134543333 0 0 4096 0 0 0 0 17 1 0 0
/proc/1230/statm: 5934 5632 156 260 0 5658 0
Current children cumulated CPU time (s) 63.79
Current children cumulated vsize (KiB) 23736

[startup+67.1055 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 1233
/proc/meminfo: memFree=1563712/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=254632 CPUtime=67
/proc/1230/stat : 1230 (SATzilla2007_C) R 1228 1230 1130 0 -1 4194304 42336 30484 0 10 5925 27 730 18 25 0 1 0 307886397 260743168 25849 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134598442 0 0 4096 0 0 0 0 17 1 0 0
/proc/1230/statm: 63658 25849 164 260 0 63382 0
Current children cumulated CPU time (s) 67
Current children cumulated vsize (KiB) 254632

[startup+68.7016 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 1233
/proc/meminfo: memFree=1563712/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=254764 CPUtime=68.59
/proc/1230/stat : 1230 (SATzilla2007_C) R 1228 1230 1130 0 -1 4194304 42395 30484 0 10 6084 27 730 18 25 0 1 0 307886397 260878336 25908 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134570940 0 0 4096 0 0 0 0 17 1 0 0
/proc/1230/statm: 63691 25908 164 260 0 63415 0
Current children cumulated CPU time (s) 68.59
Current children cumulated vsize (KiB) 254764

[startup+70.3018 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 1233
/proc/meminfo: memFree=1563392/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=254764 CPUtime=70.2
/proc/1230/stat : 1230 (SATzilla2007_C) R 1228 1230 1130 0 -1 4194304 42407 30484 0 10 6245 27 730 18 25 0 1 0 307886397 260878336 25920 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134598432 0 0 4096 0 0 0 0 17 1 0 0
/proc/1230/statm: 63691 25920 164 260 0 63415 0
Current children cumulated CPU time (s) 70.2
Current children cumulated vsize (KiB) 254764

[startup+71.1018 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 1233
/proc/meminfo: memFree=1563392/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=255028 CPUtime=70.99
/proc/1230/stat : 1230 (SATzilla2007_C) R 1228 1230 1130 0 -1 4194304 42477 30484 0 10 6321 30 730 18 25 0 1 0 307886397 261148672 25990 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 135216365 0 0 4096 0 0 0 0 17 1 0 0
/proc/1230/statm: 63757 25990 164 260 0 63481 0
Current children cumulated CPU time (s) 70.99
Current children cumulated vsize (KiB) 255028

[startup+71.3019 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 1233
/proc/meminfo: memFree=1563392/2055920 swapFree=4148664/4192956
[pid=1230] ppid=1228 vsize=278288 CPUtime=71.2
/proc/1230/stat : 1230 (SATzilla2007_C) R 1228 1230 1130 0 -1 4194304 42665 30484 0 10 6339 33 730 18 25 0 1 0 307886397 284966912 26178 18446744073709551615 134512640 135579813 4294956656 18446744073709551615 134594372 0 0 4096 0 0 0 0 17 1 0 0
/proc/1230/statm: 69572 26178 164 260 0 69296 0
Current children cumulated CPU time (s) 71.2
Current children cumulated vsize (KiB) 278288

Child status: 20
Real time (s): 71.3462
CPU time (s): 71.2572
CPU user time (s): 70.7262
CPU system time (s): 0.530919
CPU usage (%): 99.8752
Max. virtual memory (cumulated for all children) (KiB): 278288

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 70.7262
system time used= 0.530919
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 73189
page faults= 10
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 30
involuntary context switches= 1602

runsolver used 0.055991 second user time and 0.164974 second system time

The end

Launcher Data (download as text)

Begin job on node14 on Tue May  8 04:48:06 UTC 2007

IDJOB= 455946
IDBENCH= 20519
IDSOLVER= 179
FILE ID= node14/455946-1178599686

PBS_JOBID= 5217756

Free space on /tmp= 66550 MiB

SOLVER NAME= SATzilla CRAFTED
BENCH NAME= HOME/pub/bench/SAT07/industrial/babic/xinetd/itox_vc979.cnf
COMMAND LINE= /tmp/evaluation/455946-1178599686/SATzilla2007_C /tmp/evaluation/455946-1178599686/instance-455946-1178599686.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node14/watcher-455946-1178599686 -o ROOT/results/node14/solver-455946-1178599686 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/455946-1178599686/SATzilla2007_C /tmp/evaluation/455946-1178599686/instance-455946-1178599686.cnf            

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  0ebda2525041210e494c68044b8ad9a6

RANDOM SEED= 357426459

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node14.alineos.net 2.6.9-22.EL.rootsmp #1 SMP Mon Oct 3 08:59:52 CEST 2005 x86_64 x86_64 x86_64 GNU/Linux

/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.227
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.227
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:       1668120 kB
Buffers:         41628 kB
Cached:         253248 kB
SwapCached:      11396 kB
Active:          86352 kB
Inactive:       231368 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1668120 kB
SwapTotal:     4192956 kB
SwapFree:      4148664 kB
Dirty:           14600 kB
Writeback:           0 kB
Mapped:          29760 kB
Slab:            55592 kB
Committed_AS:  9421996 kB
PageTables:       1784 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= 66550 MiB

End job on node14 on Tue May  8 04:49:18 UTC 2007