Trace number 1796384

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
minisat2-simp 070721UNSAT 260.462 260.569

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h22-unknown.cnf
MD5SUM8c6ad18be635cee0d986377c4d06ab11
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark167.798
Satisfiable
(Un)Satisfiability was proved
Number of variables146874
Number of clauses937242
Sum of the clauses size2519136
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2791651
Number of clauses of size 3139269
Number of clauses of size 41522
Number of clauses of size 583
Number of clauses of size over 54592

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  148153                                               |
0.00/0.00	|  Number of clauses:    937242                                               |
0.89/0.92	|  Parsing time:         0.83         s                                       |
26.78/26.88	============================[ Search Statistics ]==============================
26.78/26.88	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
26.78/26.88	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
26.78/26.88	===============================================================================
26.78/26.88	|         0 |   42404   725045  2841806 |   241681        0    nan |  0.000 % |
27.18/27.29	|       101 |   42404   725045  2841806 |   265849      101      9 |  0.084 % |
27.78/27.88	|       252 |   42404   725045  2841806 |   292434      252     15 |  0.084 % |
28.49/28.52	|       480 |   42404   725045  2841806 |   321678      480     16 |  0.084 % |
29.68/29.77	|       819 |   42404   725045  2841806 |   353846      819     16 |  0.084 % |
31.28/31.39	|      1325 |   42404   725045  2841806 |   389230     1325     19 |  0.084 % |
34.17/34.24	|      2084 |   42404   725045  2841806 |   428153     2084     20 |  0.084 % |
39.17/39.29	|      3223 |   42404   725045  2841806 |   470969     3223     31 |  0.084 % |
45.56/45.66	|      4931 |   42404   725045  2841806 |   518066     4931     38 |  0.084 % |
54.36/54.46	|      7493 |   42404   725045  2841806 |   569872     7493     34 |  0.084 % |
65.65/65.75	|     11337 |   42404   725045  2841806 |   626860    11337     31 |  0.084 % |
87.35/87.48	|     17103 |   42404   725045  2841806 |   689546    17103     31 |  0.084 % |
111.44/111.57	|     25752 |   42404   725045  2841806 |   758500    25752     28 |  0.084 % |
143.22/143.38	|     38727 |   42404   725045  2841806 |   834350    38727     24 |  0.084 % |
187.01/187.14	|     58190 |   42404   725045  2841806 |   917785    58190     22 |  0.084 % |
245.98/246.13	|     87382 |   42402   724981  2841638 |  1009564    51874     20 |  0.086 % |
260.38/260.54	===============================================================================
260.38/260.54	restarts              : 16
260.38/260.54	conflicts             : 95560          (367 /sec)
260.38/260.54	decisions             : 133827         (1.74 % random) (514 /sec)
260.38/260.54	propagations          : 266206473      (1022921 /sec)
260.38/260.54	conflict literals     : 1762427        (36.53 % deleted)
260.38/260.54	Memory used           : 125.44 MB
260.38/260.54	CPU time              : 260.241 s
260.38/260.54	
260.38/260.54	s UNSATISFIABLE

Verifier Data

No possible verification on an UNSAT instance

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1796384-1242075309/watcher-1796384-1242075309 -o /tmp/evaluation-result-1796384-1242075309/solver-1796384-1242075309 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796384-1242075309.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): 1800 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.00 1.02 1.00 2/64 7653
/proc/meminfo: memFree=1497456/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=2356 CPUtime=0
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 235564679 2412544 446 1992294400 134512640 135243866 4294956256 18446744073709551615 134528090 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 589 446 65 178 0 409 0

[startup+0.083842 s]
/proc/loadavg: 1.00 1.02 1.00 2/64 7653
/proc/meminfo: memFree=1497456/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=8672 CPUtime=0.07
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 1988 0 0 0 7 0 0 0 18 0 1 0 235564679 8880128 1973 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 2168 1974 65 178 0 1988 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 8672

[startup+0.101845 s]
/proc/loadavg: 1.00 1.02 1.00 2/64 7653
/proc/meminfo: memFree=1497456/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=10480 CPUtime=0.09
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 2346 0 0 0 9 0 0 0 18 0 1 0 235564679 10731520 2331 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 2620 2331 65 178 0 2440 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10480

[startup+0.301889 s]
/proc/loadavg: 1.00 1.02 1.00 2/64 7653
/proc/meminfo: memFree=1497456/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=25788 CPUtime=0.29
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 5996 0 0 0 26 3 0 0 19 0 1 0 235564679 26406912 5981 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 6447 5982 65 178 0 6267 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25788

[startup+0.701974 s]
/proc/loadavg: 1.00 1.02 1.00 2/64 7653
/proc/meminfo: memFree=1497456/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=59196 CPUtime=0.69
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 13331 0 0 0 63 6 0 0 23 0 1 0 235564679 60616704 13316 1992294400 134512640 135243866 4294956256 18446744073709551615 134764927 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 14799 13316 65 178 0 14619 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 59196

[startup+1.50115 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 7654
/proc/meminfo: memFree=1427368/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=75700 CPUtime=1.49
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 17593 0 0 0 140 9 0 0 25 0 1 0 235564679 77516800 17578 1992294400 134512640 135243866 4294956256 18446744073709551615 134536647 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 18925 17578 79 178 0 18745 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 75700

[startup+3.10149 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 7654
/proc/meminfo: memFree=1426728/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=82188 CPUtime=3.09
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 19288 0 0 0 299 10 0 0 25 0 1 0 235564679 84160512 19273 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 20547 19273 80 178 0 20367 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 82188

[startup+6.30117 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 7654
/proc/meminfo: memFree=1373480/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=136268 CPUtime=6.29
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 32343 0 0 0 612 17 0 0 25 0 1 0 235564679 139538432 32328 1992294400 134512640 135243866 4294956256 18446744073709551615 134541941 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 34067 32328 80 178 0 33887 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136268

[startup+12.7026 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 7654
/proc/meminfo: memFree=1364840/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=139344 CPUtime=12.69
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 33185 0 0 0 1252 17 0 0 25 0 1 0 235564679 142688256 33170 1992294400 134512640 135243866 4294956256 18446744073709551615 134535028 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 34836 33170 80 178 0 34656 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 139344

[startup+25.5013 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 7654
/proc/meminfo: memFree=1357352/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=146600 CPUtime=25.48
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 35069 0 0 0 2530 18 0 0 25 0 1 0 235564679 150118400 35054 1992294400 134512640 135243866 4294956256 18446744073709551615 134535464 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 36650 35054 80 178 0 36470 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 146600

[startup+51.1018 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7654
/proc/meminfo: memFree=1373864/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=128448 CPUtime=51.06
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 35347 0 0 0 5087 19 0 0 25 0 1 0 235564679 131530752 30937 1992294400 134512640 135243866 4294956256 18446744073709551615 134555813 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 32112 30937 87 178 0 31932 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 128448

[startup+102.306 s]
/proc/loadavg: 1.00 1.01 1.00 2/65 7654
/proc/meminfo: memFree=1373864/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=128448 CPUtime=102.24
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 35347 0 0 0 10205 19 0 0 25 0 1 0 235564679 131530752 30937 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 32112 30937 87 178 0 31932 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 128448

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7654
/proc/meminfo: memFree=1373864/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=128448 CPUtime=162.22
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 35351 0 0 0 16203 19 0 0 25 0 1 0 235564679 131530752 30941 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 32112 30941 87 178 0 31932 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 128448

[startup+222.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7654
/proc/meminfo: memFree=1373800/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=128448 CPUtime=222.19
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 35357 0 0 0 22200 19 0 0 25 0 1 0 235564679 131530752 30947 1992294400 134512640 135243866 4294956256 18446744073709551615 134555733 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 32112 30947 87 178 0 31932 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 128448

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

[startup+230.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7654
/proc/meminfo: memFree=1373800/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=128448 CPUtime=230.19
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 35358 0 0 0 23000 19 0 0 25 0 1 0 235564679 131530752 30948 1992294400 134512640 135243866 4294956256 18446744073709551615 134555869 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 32112 30948 87 178 0 31932 0
Current children cumulated CPU time (s) 230.19
Current children cumulated vsize (KiB) 128448

[startup+243.106 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7654
/proc/meminfo: memFree=1373800/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=128448 CPUtime=242.99
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 35358 0 0 0 24280 19 0 0 25 0 1 0 235564679 131530752 30948 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 32112 30948 87 178 0 31932 0
Current children cumulated CPU time (s) 242.99
Current children cumulated vsize (KiB) 128448

[startup+249.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7654
/proc/meminfo: memFree=1373800/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=128448 CPUtime=249.38
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 35358 0 0 0 24919 19 0 0 25 0 1 0 235564679 131530752 30948 1992294400 134512640 135243866 4294956256 18446744073709551615 134555654 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 32112 30948 87 178 0 31932 0
Current children cumulated CPU time (s) 249.38
Current children cumulated vsize (KiB) 128448

[startup+255.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7654
/proc/meminfo: memFree=1373800/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=128448 CPUtime=255.78
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 35358 0 0 0 25559 19 0 0 25 0 1 0 235564679 131530752 30948 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 32112 30948 87 178 0 31932 0
Current children cumulated CPU time (s) 255.78
Current children cumulated vsize (KiB) 128448

[startup+259.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7654
/proc/meminfo: memFree=1373800/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=128448 CPUtime=258.98
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 35358 0 0 0 25879 19 0 0 25 0 1 0 235564679 131530752 30948 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 32112 30948 87 178 0 31932 0
Current children cumulated CPU time (s) 258.98
Current children cumulated vsize (KiB) 128448

[startup+259.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7654
/proc/meminfo: memFree=1373800/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=128448 CPUtime=259.78
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 35358 0 0 0 25959 19 0 0 25 0 1 0 235564679 131530752 30948 1992294400 134512640 135243866 4294956256 18446744073709551615 134555680 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 32112 30948 87 178 0 31932 0
Current children cumulated CPU time (s) 259.78
Current children cumulated vsize (KiB) 128448

[startup+260.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7654
/proc/meminfo: memFree=1373800/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=128448 CPUtime=260.18
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 35358 0 0 0 25999 19 0 0 25 0 1 0 235564679 131530752 30948 1992294400 134512640 135243866 4294956256 18446744073709551615 134553052 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 32112 30948 87 178 0 31932 0
Current children cumulated CPU time (s) 260.18
Current children cumulated vsize (KiB) 128448

[startup+260.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 7654
/proc/meminfo: memFree=1373800/2055920 swapFree=4093372/4192956
[pid=7653] ppid=7651 vsize=128448 CPUtime=260.38
/proc/7653/stat : 7653 (minisat_static) R 7651 7653 7523 0 -1 4194304 35358 0 0 0 26019 19 0 0 25 0 1 0 235564679 131530752 30948 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/7653/statm: 32112 30948 87 178 0 31932 0
Current children cumulated CPU time (s) 260.38
Current children cumulated vsize (KiB) 128448

Child status: 20
Real time (s): 260.569
CPU time (s): 260.462
CPU user time (s): 260.241
CPU system time (s): 0.220966
CPU usage (%): 99.959
Max. virtual memory (cumulated for all children) (KiB): 147564

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

runsolver used 0.223965 second user time and 0.518921 second system time

The end

Launcher Data

Begin job on node10 at 2009-05-11 22:55:10
IDJOB=1796384
IDBENCH=20430
IDSOLVER=568
FILE ID=node10/1796384-1242075309
PBS_JOBID= 9277612
Free space on /tmp= 66352 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/palacios/medium/blocks-4-ipc5-h22-unknown.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796384-1242075309/watcher-1796384-1242075309 -o /tmp/evaluation-result-1796384-1242075309/solver-1796384-1242075309 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796384-1242075309.cnf

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB
MAX NB THREAD= 0

MD5SUM BENCH= 8c6ad18be635cee0d986377c4d06ab11
RANDOM SEED=791279294

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

/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.263
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.263
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:       1497936 kB
Buffers:         66396 kB
Cached:         338044 kB
SwapCached:      94408 kB
Active:         183296 kB
Inactive:       316828 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1497936 kB
SwapTotal:     4192956 kB
SwapFree:      4093372 kB
Dirty:           17984 kB
Writeback:           0 kB
Mapped:          14108 kB
Slab:            43912 kB
Committed_AS:   790752 kB
PageTables:       1372 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= 66352 MiB
End job on node10 at 2009-05-11 22:59:31