Trace number 312625

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 2007 (with assertions)UNSAT 186.323 186.371

General information on the benchmark

Nameindustrial/anbulagan/
medium-unsat/dated-5-11-u.cnf
MD5SUM083d28c2adf10233f37f8b5a078c94a9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark155.742
Satisfiable
(Un)Satisfiability was proved
Number of variables108786
Number of clauses482639
Sum of the clauses size1096328
Maximum clause length10
Minimum clause length1
Number of clauses of size 19230
Number of clauses of size 2395289
Number of clauses of size 357400
Number of clauses of size 42300
Number of clauses of size 59200
Number of clauses of size over 59220

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:  108786                                               |
0.00/0.00	c |  Number of clauses:    482639                                               |
0.49/0.59	c |  Parsing time:         0.54         s                                       |
1.99/2.09	c ============================[ Search Statistics ]==============================
1.99/2.09	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.99/2.09	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.99/2.09	c ===============================================================================
1.99/2.09	c |         0 |   31535   175652   456898 |    58550        0    nan |  0.000 % |
2.19/2.25	c |       100 |   31493   175652   456898 |    64405       95     41 | 45.047 % |
2.39/2.43	c |       250 |   30645   175652   456898 |    70846      235     30 | 51.709 % |
2.69/2.76	c |       475 |   30453   175652   456898 |    77930      448     35 | 53.179 % |
3.19/3.27	c |       814 |   18157    89609   244126 |    85724      599     39 | 58.055 % |
3.79/3.83	c |      1321 |   13793    65689   177815 |    94296     1065     44 | 59.513 % |
4.59/4.64	c |      2081 |   13591    63544   171921 |   103726     1819     51 | 60.186 % |
5.79/5.87	c |      3221 |   12638    57669   157681 |   114098     2948     46 | 60.575 % |
7.59/7.70	c |      4930 |   12445    56599   154737 |   125508     4625     46 | 60.950 % |
10.59/10.68	c |      7493 |   12224    55597   151930 |   138059     7165     47 | 60.955 % |
15.49/15.50	c |     11338 |   12186    55446   151543 |   151865    11000     46 | 61.317 % |
22.08/22.11	c |     17105 |   11810    53195   145997 |   167051    16755     42 | 61.336 % |
34.38/34.42	c |     25756 |   10490    46742   128391 |   183757    25379     45 | 62.549 % |
54.07/54.11	c |     38731 |   10103    44740   123194 |   202132    38342     44 | 62.915 % |
89.97/90.07	c |     58192 |   10030    44317   122093 |   222346    57779     44 | 62.986 % |
145.46/145.51	c |     87384 |    9084    38472   105793 |   244580    68790     46 | 63.852 % |
186.14/186.22	c ===============================================================================
186.14/186.22	c restarts              : 16
186.14/186.22	c conflicts             : 104154         (560 /sec)
186.14/186.22	c decisions             : 181058         (0.97 % random) (973 /sec)
186.14/186.22	c propagations          : 130780809      (702753 /sec)
186.14/186.22	c conflict literals     : 4593568        (36.84 % deleted)
186.14/186.22	c Memory used           : 51.23 MB
186.14/186.22	c CPU time              : 186.098 s
186.14/186.22	c 
186.24/186.36	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node60/watcher-312625-1176857549 -o ROOT/results/node60/solver-312625-1176857549 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/312625-1176857549/minisat /tmp/evaluation/312625-1176857549/instance-312625-1176857549.cnf 

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): 2400 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.91 0.95 0.97 3/64 30458
/proc/meminfo: memFree=1778320/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=2360 CPUtime=0
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 483 0 0 0 0 0 0 0 18 0 1 0 133664871 2416640 467 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134525433 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 590 468 58 138 0 449 0

[startup+0.035741 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 30458
/proc/meminfo: memFree=1778320/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=5524 CPUtime=0.02
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 1182 0 0 0 2 0 0 0 18 0 1 0 133664871 5656576 1166 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134532549 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 1381 1166 58 138 0 1240 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 5524

[startup+0.101747 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 30458
/proc/meminfo: memFree=1778320/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=15692 CPUtime=0.09
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 3323 0 0 0 8 1 0 0 18 0 1 0 133664871 16068608 3307 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134553294 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 3923 3309 58 138 0 3782 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 15692

[startup+0.301766 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 30458
/proc/meminfo: memFree=1778320/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=28820 CPUtime=0.29
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 6356 0 0 0 26 3 0 0 19 0 1 0 133664871 29511680 6340 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 7205 6340 58 138 0 7064 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28820

[startup+0.701806 s]
/proc/loadavg: 0.91 0.95 0.97 3/64 30458
/proc/meminfo: memFree=1778320/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=44852 CPUtime=0.69
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 9874 0 0 0 64 5 0 0 22 0 1 0 133664871 45928448 9858 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134530601 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 11213 9858 72 138 0 11072 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44852

[startup+1.50188 s]
/proc/loadavg: 0.91 0.95 0.97 2/65 30459
/proc/meminfo: memFree=1736584/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=54384 CPUtime=1.49
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 12222 0 0 0 143 6 0 0 25 0 1 0 133664871 55689216 12206 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134521284 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 13596 12206 72 138 0 13455 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54384

[startup+3.10104 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 30459
/proc/meminfo: memFree=1732680/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=48732 CPUtime=3.09
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 13185 0 0 0 303 6 0 0 25 0 1 0 133664871 49901568 11372 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550849 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 12183 11372 73 138 0 12042 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 48732

[startup+6.30136 s]
/proc/loadavg: 0.92 0.95 0.97 2/65 30459
/proc/meminfo: memFree=1732616/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=48732 CPUtime=6.29
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 13186 0 0 0 623 6 0 0 25 0 1 0 133664871 49901568 11373 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550521 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 12183 11373 74 138 0 12042 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 48732

[startup+12.702 s]
/proc/loadavg: 0.93 0.96 0.97 2/65 30459
/proc/meminfo: memFree=1732752/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=48732 CPUtime=12.69
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 13186 0 0 0 1263 6 0 0 25 0 1 0 133664871 49901568 11373 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 12183 11373 74 138 0 12042 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 48732

[startup+25.5012 s]
/proc/loadavg: 0.94 0.96 0.97 2/65 30459
/proc/meminfo: memFree=1732752/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=48732 CPUtime=25.48
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 13186 0 0 0 2542 6 0 0 25 0 1 0 133664871 49901568 11373 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134552688 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 12183 11373 74 138 0 12042 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48732

[startup+51.1018 s]
/proc/loadavg: 0.96 0.96 0.97 2/65 30459
/proc/meminfo: memFree=1732752/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=48896 CPUtime=51.08
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 13222 0 0 0 5102 6 0 0 25 0 1 0 133664871 50069504 11409 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550628 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 12224 11409 74 138 0 12083 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 48896

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.97 2/65 30459
/proc/meminfo: memFree=1732624/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=49240 CPUtime=102.27
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 13274 0 0 0 10221 6 0 0 25 0 1 0 133664871 50421760 11461 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550635 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 12310 11461 74 138 0 12169 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 49240

[startup+162.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30459
/proc/meminfo: memFree=1730384/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=51612 CPUtime=162.25
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 13815 0 0 0 16218 7 0 0 25 0 1 0 133664871 52850688 12002 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 12903 12002 74 138 0 12762 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 51612

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

[startup+166.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30459
/proc/meminfo: memFree=1730128/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=51884 CPUtime=166.25
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 13889 0 0 0 16618 7 0 0 25 0 1 0 133664871 53129216 12076 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 12971 12076 74 138 0 12830 0
Current children cumulated CPU time (s) 166.25
Current children cumulated vsize (KiB) 51884

[startup+179.101 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30459
/proc/meminfo: memFree=1729552/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=52452 CPUtime=179.04
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 14018 0 0 0 17897 7 0 0 25 0 1 0 133664871 53710848 12205 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550521 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 13113 12205 74 138 0 12972 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 52452

[startup+182.302 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30459
/proc/meminfo: memFree=1729552/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=52452 CPUtime=182.24
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 14025 0 0 0 18217 7 0 0 25 0 1 0 133664871 53710848 12212 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550883 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 13113 12212 74 138 0 12972 0
Current children cumulated CPU time (s) 182.24
Current children cumulated vsize (KiB) 52452

[startup+183.902 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30459
/proc/meminfo: memFree=1729552/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=52452 CPUtime=183.84
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 14025 0 0 0 18377 7 0 0 25 0 1 0 133664871 53710848 12212 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 13113 12212 74 138 0 12972 0
Current children cumulated CPU time (s) 183.84
Current children cumulated vsize (KiB) 52452

[startup+185.502 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30459
/proc/meminfo: memFree=1729552/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=52452 CPUtime=185.44
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 14025 0 0 0 18537 7 0 0 25 0 1 0 133664871 53710848 12212 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 13113 12212 74 138 0 12972 0
Current children cumulated CPU time (s) 185.44
Current children cumulated vsize (KiB) 52452

[startup+185.906 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30459
/proc/meminfo: memFree=1729552/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=52452 CPUtime=185.85
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 14025 0 0 0 18578 7 0 0 25 0 1 0 133664871 53710848 12212 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 13113 12212 74 138 0 12972 0
Current children cumulated CPU time (s) 185.85
Current children cumulated vsize (KiB) 52452

[startup+186.301 s]
/proc/loadavg: 0.99 0.97 0.97 2/65 30459
/proc/meminfo: memFree=1729552/2055920 swapFree=4179544/4192956
[pid=30458] ppid=30456 vsize=49744 CPUtime=186.24
/proc/30458/stat : 30458 (minisat) R 30456 30458 29589 0 -1 4194304 14031 0 0 0 18617 7 0 0 25 0 1 0 133664871 50937856 11685 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134702479 0 0 4096 3 0 0 0 17 1 0 0
/proc/30458/statm: 12436 11685 79 138 0 12295 0
Current children cumulated CPU time (s) 186.24
Current children cumulated vsize (KiB) 49744

Child status: 0
Real time (s): 186.371
CPU time (s): 186.323
CPU user time (s): 186.238
CPU system time (s): 0.084987
CPU usage (%): 99.9741
Max. virtual memory (cumulated for all children) (KiB): 58692

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

runsolver used 0.136979 second user time and 0.387941 second system time

The end

Launcher Data (download as text)

Begin job on node60 on Wed Apr 18 00:52:29 UTC 2007

IDJOB= 312625
IDBENCH= 20346
IDSOLVER= 109
FILE ID= node60/312625-1176857549

PBS_JOBID= 4590221

Free space on /tmp= 66487 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/anbulagan/medium-unsat/dated-5-11-u.cnf
COMMAND LINE= /tmp/evaluation/312625-1176857549/minisat /tmp/evaluation/312625-1176857549/instance-312625-1176857549.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node60/watcher-312625-1176857549 -o ROOT/results/node60/solver-312625-1176857549 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/312625-1176857549/minisat /tmp/evaluation/312625-1176857549/instance-312625-1176857549.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  083d28c2adf10233f37f8b5a078c94a9

RANDOM SEED= 397294033

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node60.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.214
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.214
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:       1778728 kB
Buffers:         22592 kB
Cached:         203632 kB
SwapCached:       7764 kB
Active:         125528 kB
Inactive:       120708 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1778728 kB
SwapTotal:     4192956 kB
SwapFree:      4179544 kB
Dirty:            8872 kB
Writeback:           0 kB
Mapped:          21672 kB
Slab:            16924 kB
Committed_AS:  1506656 kB
PageTables:       1484 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= 66487 MiB

End job on node60 on Wed Apr 18 00:55:35 UTC 2007