Trace number 320549

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
minimarch 2007-02-08Signal 359.234 361.132

General information on the benchmark

Nameindustrial/narain/
clauses-8.cnf
MD5SUM74bd745b1c68e4deddfa063e58b6b54d
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1461771
Number of clauses5687554
Sum of the clauses size14147618
Maximum clause length601
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 24325673
Number of clauses of size 3961281
Number of clauses of size 411051
Number of clauses of size 5354960
Number of clauses of size over 534588

Solver Data (download as text)

0.00/0.02	This is MiniMarch, a modified version of MiniSat 2.0 beta
0.00/0.02	WARNING: for repeatability, setting FPU to use double precision
0.00/0.02	============================[ Problem Statistics ]=============================
0.00/0.02	|                                                                             |
0.00/0.02	|  Number of variables:  1461772                                              |
0.00/0.02	|  Number of clauses:    5687554                                              |
22.08/22.14	|  Parsing time:         21.46        s                                       |
284.39/284.56	============================[ Search Statistics ]==============================
284.39/284.56	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
284.39/284.56	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
284.39/284.56	===============================================================================
284.39/284.56	|         0 |  372342  1882233  6797363 |   627411        0    nan |  0.000 % |
285.10/285.21	|       100 |  372341  1882233  6797363 |   690152       99     11 | 25.869 % |
286.00/286.10	|       253 |  372292  1882233  6797363 |   759167      232      9 | 25.874 % |
287.00/287.17	|       478 |  372253  1882233  6797363 |   835084      453     11 | 25.876 % |
288.60/288.75	|       815 |  372118  1882233  6797363 |   918592      779     12 | 25.886 % |
291.09/291.20	|      1322 |  372089  1882233  6797363 |  1010451     1277     16 | 25.889 % |
304.79/304.98	|      2081 |  371502  1855390  6627774 |  1111496     1560     16 | 25.928 % |
324.88/325.00	|      3220 |  370734  1852450  6618081 |  1222646     2481     13 | 26.833 % |
350.27/350.48	|      4929 |  299141  1365404  4780677 |  1344911     3127     25 | 31.457 % |

Verifier Data (download as text)

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node72/watcher-320549-1173047697 -o ROOT/results/node72/solver-320549-1173047697 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320549-1173047697/minimarch /tmp/evaluation/320549-1173047697/instance-320549-1173047697.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.92 0.98 0.99 4/77 12941
/proc/meminfo: memFree=1240896/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=18568 CPUtime=0
/proc/12941/stat : 12941 (runsolver) R 12939 12941 12424 0 -1 4194368 16 0 0 0 0 0 0 0 18 0 1 0 324737792 19013632 293 18446744073709551615 4194304 4294612 548682069008 18446744073709551615 234517753127 0 0 4096 24578 0 0 0 17 1 0 0
/proc/12941/statm: 4642 293 258 24 0 2626 0

[startup+0.0974851 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 12941
/proc/meminfo: memFree=1240896/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=10732 CPUtime=0.08
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 2375 0 0 0 7 1 0 0 18 0 1 0 324737792 10989568 2359 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134532968 0 0 4096 3 0 0 0 17 0 0 0
/proc/12941/statm: 2683 2359 51 132 0 2548 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 10732

[startup+0.102467 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 12941
/proc/meminfo: memFree=1240896/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=10996 CPUtime=0.09
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 2466 0 0 0 8 1 0 0 18 0 1 0 324737792 11259904 2450 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134533350 0 0 4096 3 0 0 0 17 0 0 0
/proc/12941/statm: 2749 2450 51 132 0 2614 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10996

[startup+0.301493 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 12941
/proc/meminfo: memFree=1240896/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=26984 CPUtime=0.29
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 6468 0 0 0 26 3 0 0 19 0 1 0 324737792 27631616 6452 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134687186 0 0 4096 3 0 0 0 17 0 0 0
/proc/12941/statm: 6746 6452 51 132 0 6611 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26984

[startup+0.70153 s]
/proc/loadavg: 0.92 0.98 0.99 4/77 12941
/proc/meminfo: memFree=1240896/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=59004 CPUtime=0.69
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 14172 0 0 0 62 7 0 0 23 0 1 0 324737792 60420096 14156 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134533280 0 0 4096 3 0 0 0 17 0 0 0
/proc/12941/statm: 14751 14156 51 132 0 14616 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59004

[startup+1.50159 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 12942
/proc/meminfo: memFree=1159800/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=123900 CPUtime=1.48
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 28024 0 0 0 135 13 0 0 25 0 1 0 324737792 126873600 28008 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 30975 28008 51 132 0 30840 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 123900

[startup+3.10174 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 12942
/proc/meminfo: memFree=1090296/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=221492 CPUtime=3.08
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 51229 0 0 0 281 27 0 0 25 0 1 0 324737792 226807808 51213 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 55373 51214 51 132 0 55238 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 221492

[startup+6.30103 s]
/proc/loadavg: 1.01 1.00 1.00 2/78 12942
/proc/meminfo: memFree=902008/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=441796 CPUtime=6.28
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 98229 0 0 0 575 53 0 0 25 0 1 0 324737792 452399104 98213 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 110449 98215 51 132 0 110314 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 441796

[startup+12.7016 s]
/proc/loadavg: 1.15 1.03 1.01 2/78 12942
/proc/meminfo: memFree=777208/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=505324 CPUtime=12.68
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 116562 0 0 0 1202 66 0 0 25 0 1 0 324737792 517451776 116546 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523421 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 126331 116546 51 132 0 126196 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 505324

[startup+25.5028 s]
/proc/loadavg: 1.13 1.03 1.01 2/78 12942
/proc/meminfo: memFree=766584/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=518856 CPUtime=25.48
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 121073 0 0 0 2480 68 0 0 25 0 1 0 324737792 531308544 121049 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 129714 121049 63 132 0 129579 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 518856

[startup+51.1021 s]
/proc/loadavg: 1.08 1.03 1.01 2/78 12942
/proc/meminfo: memFree=704120/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=574640 CPUtime=51.06
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 135073 0 0 0 5030 76 0 0 25 0 1 0 324737792 588431360 135049 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 143660 135049 63 132 0 143525 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 574640

[startup+102.306 s]
/proc/loadavg: 1.03 1.02 1.00 2/78 12942
/proc/meminfo: memFree=646392/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=630168 CPUtime=102.24
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 149402 0 0 0 10135 89 0 0 25 0 1 0 324737792 645292032 149378 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134688823 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 157542 149378 63 132 0 157407 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 630168

[startup+162.302 s]
/proc/loadavg: 1.01 1.02 1.00 2/78 12942
/proc/meminfo: memFree=491384/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=792984 CPUtime=162.23
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 188112 0 0 0 16112 111 0 0 25 0 1 0 324737792 812015616 188088 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134550350 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 198246 188088 63 132 0 198111 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 792984

[startup+222.303 s]
/proc/loadavg: 1.00 1.01 1.00 2/78 12942
/proc/meminfo: memFree=456696/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=827828 CPUtime=222.21
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 196700 0 0 0 22105 116 0 0 25 0 1 0 324737792 847695872 196676 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134523053 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 206957 196676 63 132 0 206822 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 827828

[startup+282.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12942
/proc/meminfo: memFree=455480/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=741104 CPUtime=282.19
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 205870 0 0 0 28096 123 0 0 25 0 1 0 324737792 758890496 177002 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134687672 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 185276 177002 64 132 0 185141 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 741104

[startup+342.303 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12944
/proc/meminfo: memFree=533880/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=743384 CPUtime=342.18
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 211923 0 0 0 34091 127 0 0 25 0 1 0 324737792 761225216 177343 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134553547 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 185846 177343 66 132 0 185711 0
Current children cumulated CPU time (s) 342.18
Current children cumulated vsize (KiB) 743384

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

[startup+345.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12944
/proc/meminfo: memFree=533880/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=743384 CPUtime=345.38
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 211923 0 0 0 34411 127 0 0 25 0 1 0 324737792 761225216 177343 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551219 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 185846 177343 66 132 0 185711 0
Current children cumulated CPU time (s) 345.38
Current children cumulated vsize (KiB) 743384

[startup+351.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12944
/proc/meminfo: memFree=533816/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=743384 CPUtime=351.78
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 211928 0 0 0 35051 127 0 0 25 0 1 0 324737792 761225216 177348 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551365 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 185846 177348 67 132 0 185711 0
Current children cumulated CPU time (s) 351.78
Current children cumulated vsize (KiB) 743384

[startup+355.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12944
/proc/meminfo: memFree=533816/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=743384 CPUtime=354.97
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4194304 211928 0 0 0 35370 127 0 0 25 0 1 0 324737792 761225216 177348 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134551133 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 185846 177348 67 132 0 185711 0
Current children cumulated CPU time (s) 354.97
Current children cumulated vsize (KiB) 743384

[startup+358.301 s]
/proc/loadavg: 1.00 1.00 1.00 1/78 12944
/proc/meminfo: memFree=305464/2055920 swapFree=4152604/4192956
[pid=12941] ppid=12939 vsize=743384 CPUtime=357.39
/proc/12941/stat : 12941 (minimarch) D 12939 12941 12424 0 -1 4195840 212007 0 0 0 35479 260 0 0 25 0 1 0 324737792 761225216 177348 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557132 0 0 4096 3 18446744071563608240 0 0 17 0 0 0
/proc/12941/statm: 185846 177348 67 132 0 185711 0
Current children cumulated CPU time (s) 357.39
Current children cumulated vsize (KiB) 743384

[startup+359.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/78 12944
/proc/meminfo: memFree=13432/2055920 swapFree=4152568/4192956
[pid=12941] ppid=12939 vsize=743384 CPUtime=358.43
/proc/12941/stat : 12941 (minimarch) D 12939 12941 12424 0 -1 4195840 212292 0 0 0 35479 364 0 0 25 0 1 0 324737792 761225216 177348 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557132 0 0 4096 3 18446744071563608240 0 0 17 1 0 0
/proc/12941/statm: 185846 177348 67 132 0 185711 0
Current children cumulated CPU time (s) 358.43
Current children cumulated vsize (KiB) 743384

[startup+360.701 s]
/proc/loadavg: 1.16 1.03 1.01 2/78 12944
/proc/meminfo: memFree=15544/2055920 swapFree=4152568/4192956
[pid=12941] ppid=12939 vsize=743384 CPUtime=358.8
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4195840 215127 0 0 0 35479 401 0 0 25 0 1 0 324737792 761225216 177348 18446744073709551615 134512640 135054332 4294956704 18446744073709551615 134557132 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 185846 177348 67 132 0 185711 0
Current children cumulated CPU time (s) 358.8
Current children cumulated vsize (KiB) 743384

[startup+361.101 s]
/proc/loadavg: 1.16 1.03 1.01 2/78 12944
/proc/meminfo: memFree=15544/2055920 swapFree=4152568/4192956
[pid=12941] ppid=12939 vsize=0 CPUtime=359.19
/proc/12941/stat : 12941 (minimarch) R 12939 12941 12424 0 -1 4195844 215752 0 0 0 35479 440 0 0 25 0 1 0 324737792 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/12941/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 359.19
Current children cumulated vsize (KiB) 0

Child ended because it received signal 11 (SIGSEGV)
Real time (s): 361.132
CPU time (s): 359.234
CPU user time (s): 354.795
CPU system time (s): 4.43933
CPU usage (%): 99.4746
Max. virtual memory (cumulated for all children) (KiB): 868456

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

runsolver used 0.385941 second user time and 0.934857 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Sun Mar  4 22:35:00 UTC 2007

IDJOB= 320549
IDBENCH= 20506
IDSOLVER= 110
FILE ID= node72/320549-1173047697

PBS_JOBID= 4012511

Free space on /tmp= 66310 MiB

SOLVER NAME= minimarch 2007-02-08
BENCH NAME= HOME/pub/bench/SAT07/industrial/narain/clauses-8.cnf
COMMAND LINE= /tmp/evaluation/320549-1173047697/minimarch /tmp/evaluation/320549-1173047697/instance-320549-1173047697.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-320549-1173047697 -o ROOT/results/node72/solver-320549-1173047697 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320549-1173047697/minimarch /tmp/evaluation/320549-1173047697/instance-320549-1173047697.cnf            

META MD5SUM SOLVER= cd0143c15836d32fe9acb8d523a59b67
MD5SUM BENCH=  74bd745b1c68e4deddfa063e58b6b54d

RANDOM SEED= 358580310

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node72.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.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:       1242776 kB
Buffers:         45704 kB
Cached:         662840 kB
SwapCached:       8720 kB
Active:         318180 kB
Inactive:       413936 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1242776 kB
SwapTotal:     4192956 kB
SwapFree:      4152604 kB
Dirty:          116564 kB
Writeback:           0 kB
Mapped:          30460 kB
Slab:            66784 kB
Committed_AS: 10465804 kB
PageTables:       1680 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= 65616 MiB

End job on node72 on Sun Mar  4 22:41:33 UTC 2007