Trace number 422061

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
minisat SAT 2007UNSAT 205.153 205.213

General information on the benchmark

Nameindustrial/narain/
clauses-10.cnf
MD5SUM98c58d3136fcf1971f77037eb3533718
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.1241
Satisfiable
(Un)Satisfiability was proved
Number of variables2270929
Number of clauses8901946
Sum of the clauses size22176046
Maximum clause length865
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26786479
Number of clauses of size 31496293
Number of clauses of size 414719
Number of clauses of size 5555520
Number of clauses of size over 548934

Solver Data (download as text)

0.00/0.00	c This is MiniSat 2.0 (Feb 1 2007, SAT-Competition version)
0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  2270930                                              |
0.00/0.00	c |  Number of clauses:    8901946                                              |
6.49/6.59	c |  Parsing time:         5.91         s                                       |
7.09/7.19	c ============================[ Search Statistics ]==============================
7.09/7.19	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.09/7.19	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.09/7.19	c ===============================================================================
7.09/7.19	c |         0 | 1685481  7147419 18083729 |  2382473        0    nan |  0.000 % |
14.49/14.50	c |       100 | 1685333  7147419 18083729 |  2620720       82      4 | 25.815 % |
28.89/28.94	c |       250 | 1684463  7143205 18074235 |  2882792      195      9 | 25.846 % |
38.18/38.23	c |       475 | 1683313  7138515 18063767 |  3171071      350      7 | 25.898 % |
60.48/60.58	c |       813 | 1680860  7128238 18040326 |  3488178      507      8 | 26.011 % |
90.76/90.83	c |      1320 | 1617547  6799423 17190793 |  3836996      814     11 | 31.365 % |
186.23/186.39	c |      2079 | 1238369  4680940 11817125 |  4220696     1253      9 | 45.543 % |
205.03/205.12	c ===============================================================================
205.03/205.12	c restarts              : 7
205.03/205.12	c conflicts             : 2336           (11 /sec)
205.03/205.12	c decisions             : 15181          (1.44 % random) (74 /sec)
205.03/205.12	c propagations          : 239021727      (1169566 /sec)
205.03/205.12	c conflict literals     : 20060          (19.40 % deleted)
205.03/205.12	c Memory used           : 506.13 MB
205.03/205.12	c CPU time              : 204.368 s
205.03/205.12	c 
205.03/205.12	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/node63/watcher-422061-1177543139 -o ROOT/results/node63/solver-422061-1177543139 -C 10000 -W 15000 -M 1800 --output-limit 1,15 /tmp/evaluation/422061-1177543139/minisat_noassertions /tmp/evaluation/422061-1177543139/instance-422061-1177543139.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.15 1.00 0.67 3/64 6716
/proc/meminfo: memFree=1454156/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=2244 CPUtime=0
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 454 0 0 0 0 0 0 0 18 0 1 0 230305030 2297856 440 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549237 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 561 440 49 130 0 428 0

[startup+0.00881808 s]
/proc/loadavg: 1.15 1.00 0.67 3/64 6716
/proc/meminfo: memFree=1454156/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=2676 CPUtime=0
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 547 0 0 0 0 0 0 0 18 0 1 0 230305030 2740224 533 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549237 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 669 534 49 130 0 536 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 2676

[startup+0.101827 s]
/proc/loadavg: 1.15 1.00 0.67 3/64 6716
/proc/meminfo: memFree=1454156/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=11160 CPUtime=0.09
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 2481 0 0 0 9 0 0 0 18 0 1 0 230305030 11427840 2467 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549439 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 2790 2468 49 130 0 2657 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11160

[startup+0.301848 s]
/proc/loadavg: 1.15 1.00 0.67 3/64 6716
/proc/meminfo: memFree=1454156/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=28696 CPUtime=0.29
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 6567 0 0 0 26 3 0 0 19 0 1 0 230305030 29384704 6553 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 7174 6555 49 130 0 7041 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28696

[startup+0.701889 s]
/proc/loadavg: 1.15 1.00 0.67 3/64 6716
/proc/meminfo: memFree=1454156/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=64524 CPUtime=0.69
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 14807 0 0 0 61 8 0 0 23 0 1 0 230305030 66072576 14793 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 16131 14794 49 130 0 15998 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64524

[startup+1.50197 s]
/proc/loadavg: 1.15 1.00 0.67 2/65 6717
/proc/meminfo: memFree=1371972/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=130004 CPUtime=1.49
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 31001 0 0 0 132 17 0 0 25 0 1 0 230305030 133124096 30987 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 32501 30988 49 130 0 32368 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 130004

[startup+3.10214 s]
/proc/loadavg: 1.15 1.00 0.67 2/65 6717
/proc/meminfo: memFree=1287492/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=255760 CPUtime=3.09
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 59359 0 0 0 276 33 0 0 25 0 1 0 230305030 261898240 59345 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 63940 59346 49 130 0 63807 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 255760

[startup+6.30148 s]
/proc/loadavg: 1.14 1.00 0.67 2/65 6717
/proc/meminfo: memFree=1052612/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=501004 CPUtime=6.29
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 118581 0 0 0 562 67 0 0 25 0 1 0 230305030 513028096 118567 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 125251 118568 49 130 0 125118 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 501004

[startup+12.7012 s]
/proc/loadavg: 1.13 1.00 0.68 2/65 6717
/proc/meminfo: memFree=968964/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=513876 CPUtime=12.69
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 121791 0 0 0 1200 69 0 0 25 0 1 0 230305030 526209024 121777 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 128469 121777 61 130 0 128336 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 513876

[startup+25.5015 s]
/proc/loadavg: 1.10 1.00 0.68 2/65 6717
/proc/meminfo: memFree=967556/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=515456 CPUtime=25.49
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 122190 0 0 0 2480 69 0 0 25 0 1 0 230305030 527826944 122176 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 128864 122176 65 130 0 128731 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 515456

[startup+51.1012 s]
/proc/loadavg: 1.06 1.00 0.69 2/65 6717
/proc/meminfo: memFree=966788/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=516472 CPUtime=51.08
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 122423 0 0 0 5039 69 0 0 25 0 1 0 230305030 528867328 122409 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 129118 122409 65 130 0 128985 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 516472

[startup+102.306 s]
/proc/loadavg: 1.03 1.00 0.70 2/65 6717
/proc/meminfo: memFree=965316/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=518276 CPUtime=102.26
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 122800 0 0 0 10157 69 0 0 25 0 1 0 230305030 530714624 122786 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546099 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 129569 122786 65 130 0 129436 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 518276

[startup+162.302 s]
/proc/loadavg: 1.01 1.00 0.72 2/65 6717
/proc/meminfo: memFree=964548/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=518276 CPUtime=162.24
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 122988 0 0 0 16155 69 0 0 25 0 1 0 230305030 530714624 122974 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546108 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 129569 122974 65 130 0 129436 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 518276

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

[startup+179.102 s]
/proc/loadavg: 1.01 1.00 0.72 2/65 6717
/proc/meminfo: memFree=964548/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=518276 CPUtime=179.04
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 122988 0 0 0 17835 69 0 0 25 0 1 0 230305030 530714624 122974 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 129569 122974 65 130 0 129436 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 518276

[startup+191.901 s]
/proc/loadavg: 1.00 1.00 0.73 2/65 6717
/proc/meminfo: memFree=964548/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=518276 CPUtime=191.83
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 122989 0 0 0 19114 69 0 0 25 0 1 0 230305030 530714624 122975 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545996 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 129569 122975 65 130 0 129436 0
Current children cumulated CPU time (s) 191.83
Current children cumulated vsize (KiB) 518276

[startup+198.302 s]
/proc/loadavg: 1.00 1.00 0.73 2/65 6717
/proc/meminfo: memFree=964548/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=518276 CPUtime=198.23
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 122989 0 0 0 19754 69 0 0 25 0 1 0 230305030 530714624 122975 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546076 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 129569 122975 65 130 0 129436 0
Current children cumulated CPU time (s) 198.23
Current children cumulated vsize (KiB) 518276

[startup+201.501 s]
/proc/loadavg: 1.00 1.00 0.73 2/65 6717
/proc/meminfo: memFree=964548/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=518276 CPUtime=201.43
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 122989 0 0 0 20074 69 0 0 25 0 1 0 230305030 530714624 122975 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546064 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 129569 122975 65 130 0 129436 0
Current children cumulated CPU time (s) 201.43
Current children cumulated vsize (KiB) 518276

[startup+203.101 s]
/proc/loadavg: 1.00 1.00 0.73 2/65 6717
/proc/meminfo: memFree=964548/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=518276 CPUtime=203.03
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 122989 0 0 0 20234 69 0 0 25 0 1 0 230305030 530714624 122975 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 129569 122975 65 130 0 129436 0
Current children cumulated CPU time (s) 203.03
Current children cumulated vsize (KiB) 518276

[startup+203.901 s]
/proc/loadavg: 1.00 1.00 0.73 2/65 6717
/proc/meminfo: memFree=964548/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=518276 CPUtime=203.83
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 122989 0 0 0 20314 69 0 0 25 0 1 0 230305030 530714624 122975 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134551608 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 129569 122975 65 130 0 129436 0
Current children cumulated CPU time (s) 203.83
Current children cumulated vsize (KiB) 518276

[startup+204.701 s]
/proc/loadavg: 1.00 1.00 0.73 2/65 6717
/proc/meminfo: memFree=964548/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=518276 CPUtime=204.63
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 122989 0 0 0 20394 69 0 0 25 0 1 0 230305030 530714624 122975 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 129569 122975 65 130 0 129436 0
Current children cumulated CPU time (s) 204.63
Current children cumulated vsize (KiB) 518276

[startup+205.101 s]
/proc/loadavg: 1.00 1.00 0.73 2/65 6717
/proc/meminfo: memFree=964548/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=518276 CPUtime=205.03
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194304 122989 0 0 0 20434 69 0 0 25 0 1 0 230305030 530714624 122975 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 129569 122975 65 130 0 129436 0
Current children cumulated CPU time (s) 205.03
Current children cumulated vsize (KiB) 518276

[startup+205.201 s]
/proc/loadavg: 1.00 1.00 0.73 2/65 6717
/proc/meminfo: memFree=964548/2055920 swapFree=4182896/4192956
[pid=6716] ppid=6714 vsize=0 CPUtime=205.13
/proc/6716/stat : 6716 (minisat_noasser) R 6714 6716 6255 0 -1 4194308 122995 0 0 0 20436 77 0 0 25 0 1 0 230305030 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/6716/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 205.13
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 205.213
CPU time (s): 205.153
CPU user time (s): 204.368
CPU system time (s): 0.78488
CPU usage (%): 99.9709
Max. virtual memory (cumulated for all children) (KiB): 518276

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

runsolver used 0.151976 second user time and 0.420936 second system time

The end

Launcher Data (download as text)

Begin job on node63 on Wed Apr 25 23:19:11 UTC 2007

IDJOB= 422061
IDBENCH= 20508
IDSOLVER= 189
FILE ID= node63/422061-1177543139

PBS_JOBID= 4695829

Free space on /tmp= 66308 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/narain/clauses-10.cnf
COMMAND LINE= /tmp/evaluation/422061-1177543139/minisat_noassertions /tmp/evaluation/422061-1177543139/instance-422061-1177543139.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node63/watcher-422061-1177543139 -o ROOT/results/node63/solver-422061-1177543139 -C 10000 -W 15000 -M 1800 --output-limit 1,15  /tmp/evaluation/422061-1177543139/minisat_noassertions /tmp/evaluation/422061-1177543139/instance-422061-1177543139.cnf

META MD5SUM SOLVER= d41d8cd98f00b204e9800998ecf8427e
MD5SUM BENCH=  98c58d3136fcf1971f77037eb3533718

RANDOM SEED= 172963256

TIME LIMIT= 10000 seconds
MEMORY LIMIT= 1800 MiB

Linux node63.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.232
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.232
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:       1454564 kB
Buffers:         26940 kB
Cached:         435188 kB
SwapCached:       4556 kB
Active:         381188 kB
Inactive:       162676 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1454564 kB
SwapTotal:     4192956 kB
SwapFree:      4182896 kB
Dirty:          184872 kB
Writeback:           0 kB
Mapped:          86984 kB
Slab:            43324 kB
Committed_AS:  2297392 kB
PageTables:       1632 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= 66308 MiB

End job on node63 on Wed Apr 25 23:22:37 UTC 2007