Trace number 1797510

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
IUT_BMB_SIM 1.0UNSAT 29.8675 29.8805

General information on the benchmark

Nameindustrial/jarvisalo/
eq.atree.braun.8.unsat.cnf
MD5SUM35a8bbabf9cb954216ad71150cb47290
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark17.3214
Satisfiable
(Un)Satisfiability was proved
Number of variables684
Number of clauses2300
Sum of the clauses size5992
Maximum clause length15
Minimum clause length1
Number of clauses of size 13
Number of clauses of size 2978
Number of clauses of size 31284
Number of clauses of size 416
Number of clauses of size 512
Number of clauses of size over 57

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.01/0.03	This is MiniSat 2.0 beta
0.01/0.03	WARNING: for repeatability, setting FPU to use double precision
0.01/0.03	============================[ Problem Statistics ]=============================
0.01/0.03	|                                                                             |
0.01/0.03	|  Number of variables:  684                                                  |
0.01/0.03	|  Number of clauses:    2267                                                 |
0.01/0.03	|  Parsing time:         0.00         s                                       |
0.01/0.03	============================[ Search Statistics ]==============================
0.01/0.03	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.01/0.03	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.01/0.03	===============================================================================
0.01/0.03	|         0 |     684     2267     5926 |      755        0    nan |  0.000 % |
0.01/0.03	|       100 |     684     2267     5926 |      831      100     18 |  0.000 % |
0.01/0.04	|       250 |     684     2267     5926 |      914      250     15 |  0.000 % |
0.01/0.04	|       476 |     684     2267     5926 |     1005      476     19 |  0.010 % |
0.01/0.06	|       815 |     683     2265     5920 |     1106      762     23 |  0.147 % |
0.01/0.08	|      1322 |     683     2265     5920 |     1217      684     15 |  0.146 % |
0.01/0.12	|      2082 |     683     2265     5920 |     1338     1444     19 |  0.147 % |
0.01/0.16	|      3223 |     683     2265     5920 |     1472     1168     12 |  0.147 % |
0.01/0.25	|      4931 |     683     2265     5920 |     1619     1116     28 |  0.148 % |
0.01/0.41	|      7493 |     683     2265     5920 |     1781     1001     14 |  0.147 % |
0.01/0.65	|     11337 |     683     2265     5920 |     1960     1801     22 |  0.147 % |
0.01/0.99	|     17103 |     683     2265     5920 |     2156     2162     28 |  0.148 % |
1.57/1.62	|     25752 |     683     2265     5920 |     2371     1594     14 |  0.147 % |
2.47/2.57	|     38727 |     681     2263     5914 |     2608     2575     24 |  0.440 % |
3.87/3.95	|     58188 |     673     2232     5842 |     2869     2003     19 |  1.609 % |
6.37/6.40	|     87380 |     673     2232     5842 |     3156     2118     15 |  1.609 % |
10.17/10.20	|    131169 |     672     2230     5836 |     3472     3469     16 |  1.755 % |
15.77/15.81	|    196853 |     671     2228     5830 |     3819     2532     14 |  1.903 % |
24.57/24.61	|    295379 |     664     2202     5771 |     4201     3116     16 |  2.933 % |
29.76/29.87	===============================================================================
29.76/29.87	restarts              : 19
29.76/29.87	conflicts             : 352753         (11823 /sec)
29.76/29.87	decisions             : 406632         (1.03 % random) (13629 /sec)
29.76/29.87	propagations          : 49169746       (1648030 /sec)
29.76/29.87	conflict literals     : 8597349        (42.85 % deleted)
29.76/29.87	Memory used           : 3.01 MB
29.76/29.87	CPU time              : 29.8355 s
29.76/29.87	
29.76/29.87	UNSATISFIABLE
29.76/29.87	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-1797510-1242075502/watcher-1797510-1242075502 -o /tmp/evaluation-result-1797510-1242075502/solver-1797510-1242075502 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797510-1242075502.cnf HOME 

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.00 1.00 3/65 17565
/proc/meminfo: memFree=1389696/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1420 CPUtime=0
/proc/17565/stat : 17565 (IUT_BMB_SIM) R 17563 17565 17429 0 -1 4194304 171 0 0 0 0 0 0 0 19 0 1 0 235579236 1454080 154 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/17565/statm: 355 154 99 274 0 78 0

[startup+0.02642 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17565
/proc/meminfo: memFree=1389696/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) R 17563 17565 17429 0 -1 4194304 232 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 215 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/17565/statm: 420 215 101 274 0 143 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1680

[startup+0.10143 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17565
/proc/meminfo: memFree=1389696/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) S 17563 17565 17429 0 -1 4194304 238 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 220 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17565/statm: 420 220 106 274 0 143 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1680

[startup+0.301451 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17565
/proc/meminfo: memFree=1389696/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) S 17563 17565 17429 0 -1 4194304 238 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 220 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17565/statm: 420 220 106 274 0 143 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1680

[startup+0.701496 s]
/proc/loadavg: 1.00 1.00 1.00 3/65 17565
/proc/meminfo: memFree=1389696/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) S 17563 17565 17429 0 -1 4194304 238 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 220 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17565/statm: 420 220 106 274 0 143 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 1680

[startup+1.50258 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17567
/proc/meminfo: memFree=1388464/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) S 17563 17565 17429 0 -1 4194304 238 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 220 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17565/statm: 420 220 106 274 0 143 0
[pid=17567] ppid=17565 vsize=2420 CPUtime=1.46
/proc/17567/stat : 17567 (minisat) R 17565 17565 17429 0 -1 4194304 503 0 0 0 146 0 0 0 25 0 1 0 235579239 2478080 253 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/17567/statm: 605 253 76 170 0 433 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 4100

[startup+3.10176 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17567
/proc/meminfo: memFree=1388208/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) S 17563 17565 17429 0 -1 4194304 238 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 220 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17565/statm: 420 220 106 274 0 143 0
[pid=17567] ppid=17565 vsize=2552 CPUtime=3.06
/proc/17567/stat : 17567 (minisat) R 17565 17565 17429 0 -1 4194304 532 0 0 0 306 0 0 0 25 0 1 0 235579239 2613248 282 1992294400 134512640 135212939 4294956320 18446744073709551615 134526757 0 0 4096 3 0 0 0 17 0 0 0
/proc/17567/statm: 638 282 76 170 0 466 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 4232

[startup+6.30112 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17567
/proc/meminfo: memFree=1388016/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) S 17563 17565 17429 0 -1 4194304 238 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 220 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17565/statm: 420 220 106 274 0 143 0
[pid=17567] ppid=17565 vsize=2684 CPUtime=6.26
/proc/17567/stat : 17567 (minisat) R 17565 17565 17429 0 -1 4194304 548 0 0 0 626 0 0 0 25 0 1 0 235579239 2748416 298 1992294400 134512640 135212939 4294956320 18446744073709551615 134529556 0 0 4096 3 0 0 0 17 0 0 0
/proc/17567/statm: 671 298 76 170 0 499 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 4364

[startup+12.7018 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17567
/proc/meminfo: memFree=1387760/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) S 17563 17565 17429 0 -1 4194304 238 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 220 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17565/statm: 420 220 106 274 0 143 0
[pid=17567] ppid=17565 vsize=2816 CPUtime=12.66
/proc/17567/stat : 17567 (minisat) R 17565 17565 17429 0 -1 4194304 593 0 0 0 1266 0 0 0 25 0 1 0 235579239 2883584 343 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17567/statm: 704 343 76 170 0 532 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 4496

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17567
/proc/meminfo: memFree=1387568/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) S 17563 17565 17429 0 -1 4194304 238 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 220 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17565/statm: 420 220 106 274 0 143 0
[pid=17567] ppid=17565 vsize=3080 CPUtime=25.46
/proc/17567/stat : 17567 (minisat) R 17565 17565 17429 0 -1 4194304 648 0 0 0 2546 0 0 0 25 0 1 0 235579239 3153920 398 1992294400 134512640 135212939 4294956320 18446744073709551615 134527043 0 0 4096 3 0 0 0 17 0 0 0
/proc/17567/statm: 770 398 76 170 0 598 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 4760

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

[startup+27.1024 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17567
/proc/meminfo: memFree=1387568/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) S 17563 17565 17429 0 -1 4194304 238 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 220 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17565/statm: 420 220 106 274 0 143 0
[pid=17567] ppid=17565 vsize=3080 CPUtime=27.06
/proc/17567/stat : 17567 (minisat) R 17565 17565 17429 0 -1 4194304 648 0 0 0 2706 0 0 0 25 0 1 0 235579239 3153920 398 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/17567/statm: 770 398 76 170 0 598 0
Current children cumulated CPU time (s) 27.07
Current children cumulated vsize (KiB) 4760

[startup+28.7016 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17567
/proc/meminfo: memFree=1387568/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) S 17563 17565 17429 0 -1 4194304 238 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 220 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17565/statm: 420 220 106 274 0 143 0
[pid=17567] ppid=17565 vsize=3080 CPUtime=28.65
/proc/17567/stat : 17567 (minisat) R 17565 17565 17429 0 -1 4194304 648 0 0 0 2865 0 0 0 25 0 1 0 235579239 3153920 398 1992294400 134512640 135212939 4294956320 18446744073709551615 134526736 0 0 4096 3 0 0 0 17 0 0 0
/proc/17567/statm: 770 398 76 170 0 598 0
Current children cumulated CPU time (s) 28.66
Current children cumulated vsize (KiB) 4760

[startup+29.5017 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17567
/proc/meminfo: memFree=1387568/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) S 17563 17565 17429 0 -1 4194304 238 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 220 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17565/statm: 420 220 106 274 0 143 0
[pid=17567] ppid=17565 vsize=3080 CPUtime=29.45
/proc/17567/stat : 17567 (minisat) R 17565 17565 17429 0 -1 4194304 648 0 0 0 2945 0 0 0 25 0 1 0 235579239 3153920 398 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/17567/statm: 770 398 76 170 0 598 0
Current children cumulated CPU time (s) 29.46
Current children cumulated vsize (KiB) 4760

[startup+29.7057 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17567
/proc/meminfo: memFree=1387568/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) S 17563 17565 17429 0 -1 4194304 238 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 220 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17565/statm: 420 220 106 274 0 143 0
[pid=17567] ppid=17565 vsize=3080 CPUtime=29.66
/proc/17567/stat : 17567 (minisat) R 17565 17565 17429 0 -1 4194304 648 0 0 0 2966 0 0 0 25 0 1 0 235579239 3153920 398 1992294400 134512640 135212939 4294956320 18446744073709551615 134526762 0 0 4096 3 0 0 0 17 0 0 0
/proc/17567/statm: 770 398 76 170 0 598 0
Current children cumulated CPU time (s) 29.67
Current children cumulated vsize (KiB) 4760

[startup+29.8017 s]
/proc/loadavg: 1.00 1.00 1.00 2/67 17567
/proc/meminfo: memFree=1387568/2055920 swapFree=4181612/4192956
[pid=17565] ppid=17563 vsize=1680 CPUtime=0.01
/proc/17565/stat : 17565 (IUT_BMB_SIM) S 17563 17565 17429 0 -1 4194304 238 0 0 0 1 0 0 0 19 0 1 0 235579236 1720320 220 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/17565/statm: 420 220 106 274 0 143 0
[pid=17567] ppid=17565 vsize=3080 CPUtime=29.75
/proc/17567/stat : 17567 (minisat) R 17565 17565 17429 0 -1 4194304 648 0 0 0 2975 0 0 0 25 0 1 0 235579239 3153920 398 1992294400 134512640 135212939 4294956320 18446744073709551615 134529409 0 0 4096 3 0 0 0 17 0 0 0
/proc/17567/statm: 770 398 76 170 0 598 0
Current children cumulated CPU time (s) 29.76
Current children cumulated vsize (KiB) 4760

Child status: 0
Real time (s): 29.8805
CPU time (s): 29.8675
CPU user time (s): 29.8565
CPU system time (s): 0.010998
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 4760

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

runsolver used 0.025996 second user time and 0.090986 second system time

The end

Launcher Data

Begin job on node91 at 2009-05-11 22:58:22
IDJOB=1797510
IDBENCH=20473
IDSOLVER=650
FILE ID=node91/1797510-1242075502
PBS_JOBID= 9277642
Free space on /tmp= 66240 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT07/industrial/jarvisalo/eq.atree.braun.8.unsat.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797510-1242075502/watcher-1797510-1242075502 -o /tmp/evaluation-result-1797510-1242075502/solver-1797510-1242075502 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797510-1242075502.cnf HOME

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

MD5SUM BENCH= 35a8bbabf9cb954216ad71150cb47290
RANDOM SEED=762905786

node91.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.241
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.241
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1390176 kB
Buffers:         48728 kB
Cached:         530508 kB
SwapCached:       4952 kB
Active:         115812 kB
Inactive:       472192 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1390176 kB
SwapTotal:     4192956 kB
SwapFree:      4181612 kB
Dirty:            2200 kB
Writeback:           0 kB
Mapped:          15196 kB
Slab:            63652 kB
Committed_AS:   667312 kB
PageTables:       1356 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66236 MiB
End job on node91 at 2009-05-11 22:58:52