Trace number 421423

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 180.759 180.822

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.57	c |  Parsing time:         0.51         s                                       |
1.98/2.03	c ============================[ Search Statistics ]==============================
1.98/2.03	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
1.98/2.03	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
1.98/2.03	c ===============================================================================
1.98/2.03	c |         0 |   31535   175652   456898 |    58550        0    nan |  0.000 % |
2.08/2.19	c |       100 |   31493   175652   456898 |    64405       95     41 | 45.047 % |
2.29/2.36	c |       250 |   30645   175652   456898 |    70846      235     30 | 51.709 % |
2.58/2.70	c |       475 |   30453   175652   456898 |    77930      448     35 | 53.179 % |
3.08/3.19	c |       814 |   18157    89609   244126 |    85724      599     39 | 58.055 % |
3.68/3.74	c |      1321 |   13793    65689   177815 |    94296     1065     44 | 59.513 % |
4.49/4.54	c |      2081 |   13591    63544   171921 |   103726     1819     51 | 60.186 % |
5.68/5.74	c |      3221 |   12638    57669   157681 |   114098     2948     46 | 60.575 % |
7.48/7.52	c |      4930 |   12445    56599   154737 |   125508     4625     46 | 60.950 % |
10.38/10.45	c |      7493 |   12224    55597   151930 |   138059     7165     47 | 60.955 % |
15.08/15.18	c |     11338 |   12186    55446   151543 |   151865    11000     46 | 61.317 % |
21.58/21.67	c |     17105 |   11810    53195   145997 |   167051    16755     42 | 61.336 % |
33.58/33.68	c |     25756 |   10490    46742   128391 |   183757    25379     45 | 62.549 % |
52.88/52.91	c |     38731 |   10103    44740   123194 |   202132    38342     44 | 62.915 % |
87.76/87.89	c |     58192 |   10030    44317   122093 |   222346    57779     44 | 62.986 % |
141.55/141.64	c |     87384 |    9084    38472   105793 |   244580    68790     46 | 63.852 % |
180.73/180.81	c ===============================================================================
180.73/180.81	c restarts              : 16
180.73/180.81	c conflicts             : 104154         (577 /sec)
180.73/180.81	c decisions             : 181058         (0.97 % random) (1002 /sec)
180.73/180.81	c propagations          : 130780809      (723912 /sec)
180.73/180.81	c conflict literals     : 4593568        (36.84 % deleted)
180.73/180.81	c Memory used           : 51.20 MB
180.73/180.81	c CPU time              : 180.659 s
180.73/180.81	c 
180.73/180.81	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/node69/watcher-421423-1177491193 -o ROOT/results/node69/solver-421423-1177491193 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421423-1177491193/minisat_noassertions /tmp/evaluation/421423-1177491193/instance-421423-1177491193.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.90 0.88 0.52 3/64 13692
/proc/meminfo: memFree=1707500/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=2328 CPUtime=0
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 471 0 0 0 0 0 0 0 18 0 1 0 225108846 2383872 457 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134524455 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 582 459 50 130 0 449 0

[startup+0.105285 s]
/proc/loadavg: 0.90 0.88 0.52 3/64 13692
/proc/meminfo: memFree=1707500/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=15924 CPUtime=0.1
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 3552 0 0 0 8 2 0 0 18 0 1 0 225108846 16306176 3538 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 3981 3538 50 130 0 3848 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 15924

[startup+0.201299 s]
/proc/loadavg: 0.90 0.88 0.52 3/64 13692
/proc/meminfo: memFree=1707500/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=24284 CPUtime=0.19
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 5300 0 0 0 16 3 0 0 18 0 1 0 225108846 24866816 5286 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 6104 5287 50 130 0 5971 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 24284

[startup+0.301316 s]
/proc/loadavg: 0.90 0.88 0.52 3/64 13692
/proc/meminfo: memFree=1707500/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=29184 CPUtime=0.29
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 6444 0 0 0 26 3 0 0 19 0 1 0 225108846 29884416 6430 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 7296 6430 50 130 0 7163 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 29184

[startup+0.70138 s]
/proc/loadavg: 0.90 0.88 0.52 3/64 13692
/proc/meminfo: memFree=1707500/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=44820 CPUtime=0.69
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 9862 0 0 0 64 5 0 0 22 0 1 0 225108846 45895680 9848 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529183 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 11205 9848 62 130 0 11072 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 44820

[startup+1.50151 s]
/proc/loadavg: 0.90 0.88 0.52 2/65 13693
/proc/meminfo: memFree=1662884/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=54352 CPUtime=1.49
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 12387 0 0 0 143 6 0 0 25 0 1 0 225108846 55656448 12373 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134523567 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 13588 12373 62 130 0 13455 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54352

[startup+3.10177 s]
/proc/loadavg: 0.90 0.88 0.52 2/65 13693
/proc/meminfo: memFree=1661924/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=48700 CPUtime=3.08
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 13176 0 0 0 302 6 0 0 25 0 1 0 225108846 49868800 11365 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546594 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 12175 11365 66 130 0 12042 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 48700

[startup+6.30128 s]
/proc/loadavg: 0.90 0.88 0.52 2/65 13693
/proc/meminfo: memFree=1661924/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=48700 CPUtime=6.28
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 13177 0 0 0 622 6 0 0 25 0 1 0 225108846 49868800 11366 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 12175 11366 67 130 0 12042 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 48700

[startup+12.7023 s]
/proc/loadavg: 0.91 0.89 0.53 2/65 13693
/proc/meminfo: memFree=1661924/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=48700 CPUtime=12.68
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 13177 0 0 0 1262 6 0 0 25 0 1 0 225108846 49868800 11366 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 12175 11366 67 130 0 12042 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 48700

[startup+25.5014 s]
/proc/loadavg: 0.93 0.89 0.53 2/65 13693
/proc/meminfo: memFree=1661924/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=48700 CPUtime=25.48
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 13177 0 0 0 2541 7 0 0 25 0 1 0 225108846 49868800 11366 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 12175 11366 67 130 0 12042 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 48700

[startup+51.1015 s]
/proc/loadavg: 0.95 0.90 0.54 2/65 13693
/proc/meminfo: memFree=1661796/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=48864 CPUtime=51.08
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 13214 0 0 0 5101 7 0 0 25 0 1 0 225108846 50036736 11403 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 12216 11403 67 130 0 12083 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 48864

[startup+102.302 s]
/proc/loadavg: 0.98 0.91 0.56 2/65 13693
/proc/meminfo: memFree=1661668/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=49208 CPUtime=102.26
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 13265 0 0 0 10219 7 0 0 25 0 1 0 225108846 50388992 11454 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546853 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 12302 11454 67 130 0 12169 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 49208

[startup+162.301 s]
/proc/loadavg: 0.99 0.92 0.59 2/65 13693
/proc/meminfo: memFree=1659172/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=51852 CPUtime=162.24
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 13891 0 0 0 16215 9 0 0 25 0 1 0 225108846 53096448 12080 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548762 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 12963 12080 67 130 0 12830 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 51852

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

[startup+166.401 s]
/proc/loadavg: 0.99 0.93 0.59 2/65 13693
/proc/meminfo: memFree=1658852/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=52152 CPUtime=166.34
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 13946 0 0 0 16625 9 0 0 25 0 1 0 225108846 53403648 12135 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 13038 12135 67 130 0 12905 0
Current children cumulated CPU time (s) 166.34
Current children cumulated vsize (KiB) 52152

[startup+172.805 s]
/proc/loadavg: 0.99 0.93 0.59 2/65 13693
/proc/meminfo: memFree=1658596/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=52420 CPUtime=172.74
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 14009 0 0 0 17265 9 0 0 25 0 1 0 225108846 53678080 12198 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 13105 12198 67 130 0 12972 0
Current children cumulated CPU time (s) 172.74
Current children cumulated vsize (KiB) 52420

[startup+176.002 s]
/proc/loadavg: 0.99 0.93 0.59 2/65 13693
/proc/meminfo: memFree=1658596/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=52420 CPUtime=175.94
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 14016 0 0 0 17585 9 0 0 25 0 1 0 225108846 53678080 12205 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 13105 12205 67 130 0 12972 0
Current children cumulated CPU time (s) 175.94
Current children cumulated vsize (KiB) 52420

[startup+179.201 s]
/proc/loadavg: 0.99 0.93 0.59 2/65 13693
/proc/meminfo: memFree=1658596/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=52420 CPUtime=179.13
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 14016 0 0 0 17904 9 0 0 25 0 1 0 225108846 53678080 12205 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547304 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 13105 12205 67 130 0 12972 0
Current children cumulated CPU time (s) 179.13
Current children cumulated vsize (KiB) 52420

[startup+180.001 s]
/proc/loadavg: 0.99 0.93 0.60 2/65 13693
/proc/meminfo: memFree=1658596/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=52420 CPUtime=179.93
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 14016 0 0 0 17984 9 0 0 25 0 1 0 225108846 53678080 12205 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 13105 12205 67 130 0 12972 0
Current children cumulated CPU time (s) 179.93
Current children cumulated vsize (KiB) 52420

[startup+180.402 s]
/proc/loadavg: 0.99 0.93 0.60 2/65 13693
/proc/meminfo: memFree=1658596/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=52420 CPUtime=180.34
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 14016 0 0 0 18025 9 0 0 25 0 1 0 225108846 53678080 12205 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 13105 12205 67 130 0 12972 0
Current children cumulated CPU time (s) 180.34
Current children cumulated vsize (KiB) 52420

[startup+180.801 s]
/proc/loadavg: 0.99 0.93 0.60 2/65 13693
/proc/meminfo: memFree=1658596/2055920 swapFree=4182892/4192956
[pid=13692] ppid=13690 vsize=52420 CPUtime=180.73
/proc/13692/stat : 13692 (minisat_noasser) R 13690 13692 13498 0 -1 4194304 14016 0 0 0 18064 9 0 0 25 0 1 0 225108846 53678080 12205 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546614 0 0 4096 3 0 0 0 17 1 0 0
/proc/13692/statm: 13105 12205 67 130 0 12972 0
Current children cumulated CPU time (s) 180.73
Current children cumulated vsize (KiB) 52420

Child status: 20
Real time (s): 180.822
CPU time (s): 180.759
CPU user time (s): 180.659
CPU system time (s): 0.099984
CPU usage (%): 99.9647
Max. virtual memory (cumulated for all children) (KiB): 58116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 180.659
system time used= 0.099984
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 14022
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= 310

runsolver used 0.134979 second user time and 0.369943 second system time

The end

Launcher Data (download as text)

Begin job on node69 on Wed Apr 25 08:53:14 UTC 2007

IDJOB= 421423
IDBENCH= 20346
IDSOLVER= 188
FILE ID= node69/421423-1177491193

PBS_JOBID= 4685759

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/421423-1177491193/minisat_noassertions /tmp/evaluation/421423-1177491193/instance-421423-1177491193.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node69/watcher-421423-1177491193 -o ROOT/results/node69/solver-421423-1177491193 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421423-1177491193/minisat_noassertions /tmp/evaluation/421423-1177491193/instance-421423-1177491193.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  083d28c2adf10233f37f8b5a078c94a9

RANDOM SEED= 191652646

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node69.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.264
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	: 5931.00
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.264
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:       1707972 kB
Buffers:         26668 kB
Cached:         248328 kB
SwapCached:       3872 kB
Active:          95644 kB
Inactive:       188828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1707972 kB
SwapTotal:     4192956 kB
SwapFree:      4182892 kB
Dirty:            9476 kB
Writeback:           0 kB
Mapped:          15404 kB
Slab:            49540 kB
Committed_AS:  2258080 kB
PageTables:       1472 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 node69 on Wed Apr 25 08:56:15 UTC 2007