Trace number 421498

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 212.478 212.53

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark23.3085
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

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:  115898                                               |
0.00/0.00	c |  Number of clauses:    649270                                               |
0.59/0.67	c |  Parsing time:         0.60         s                                       |
29.28/29.31	c ============================[ Search Statistics ]==============================
29.28/29.31	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
29.28/29.31	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
29.28/29.31	c ===============================================================================
29.28/29.31	c |         0 |   31748   485694  2001621 |   161898        0    nan |  0.000 % |
29.38/29.49	c |       100 |   31748   485694  2001621 |   178087      100     12 |  0.029 % |
29.48/29.58	c |       250 |   31748   485694  2001621 |   195896      250     12 |  0.029 % |
29.88/29.97	c |       475 |   31748   485694  2001621 |   215486      475     12 |  0.029 % |
30.18/30.22	c |       812 |   31748   485694  2001621 |   237034      812     13 |  0.029 % |
30.78/30.83	c |      1319 |   31748   485694  2001621 |   260738     1319     17 |  0.029 % |
32.68/32.70	c |      2080 |   31748   485694  2001621 |   286812     2080     23 |  0.029 % |
33.88/33.90	c |      3219 |   31741   485518  2000606 |   315493     3216     24 |  0.035 % |
37.98/38.09	c |      4927 |   31741   485518  2000606 |   347042     4924     23 |  0.035 % |
41.38/41.43	c |      7489 |   31741   485518  2000606 |   381747     7486     22 |  0.035 % |
45.28/45.36	c |     11334 |   31741   485518  2000606 |   419921    11331     21 |  0.035 % |
53.18/53.26	c |     17100 |   31741   485518  2000606 |   461913    17097     22 |  0.035 % |
64.68/64.71	c |     25749 |   31719   485227  1999385 |   508105    25743     21 |  0.054 % |
82.77/82.85	c |     38723 |   31719   485227  1999385 |   558915    38716     20 |  0.064 % |
112.76/112.86	c |     58186 |   31708   485085  1998777 |   614807    58179     19 |  0.064 % |
158.05/158.13	c |     87378 |   31708   485085  1998777 |   676288    87371     19 |  0.064 % |
212.44/212.51	c ===============================================================================
212.44/212.51	c restarts              : 16
212.44/212.51	c conflicts             : 117503         (553 /sec)
212.44/212.51	c decisions             : 166438         (1.83 % random) (784 /sec)
212.44/212.51	c propagations          : 187305641      (882237 /sec)
212.44/212.51	c conflict literals     : 2143895        (40.47 % deleted)
212.44/212.51	c Memory used           : 92.12 MB
212.44/212.51	c CPU time              : 212.308 s
212.44/212.51	c 
212.44/212.51	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/node72/watcher-421498-1177492332 -o ROOT/results/node72/solver-421498-1177492332 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421498-1177492332/minisat_noassertions /tmp/evaluation/421498-1177492332/instance-421498-1177492332.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: 1.02 0.99 0.84 3/77 2447
/proc/meminfo: memFree=1810744/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=2176 CPUtime=0
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 461 0 0 0 0 0 0 0 18 0 1 0 225271693 2228224 447 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549237 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 544 448 50 130 0 411 0

[startup+0.0667841 s]
/proc/loadavg: 1.02 0.99 0.84 3/77 2447
/proc/meminfo: memFree=1810744/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=7140 CPUtime=0.05
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 1605 0 0 0 5 0 0 0 18 0 1 0 225271693 7311360 1591 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 1785 1591 50 130 0 1652 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 7140

[startup+0.101786 s]
/proc/loadavg: 1.02 0.99 0.84 3/77 2447
/proc/meminfo: memFree=1810744/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=9892 CPUtime=0.09
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 2263 0 0 0 8 1 0 0 18 0 1 0 225271693 10129408 2249 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 2473 2250 50 130 0 2340 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9892

[startup+0.301804 s]
/proc/loadavg: 1.02 0.99 0.84 3/77 2447
/proc/meminfo: memFree=1810744/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=25276 CPUtime=0.29
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 5846 0 0 0 26 3 0 0 19 0 1 0 225271693 25882624 5832 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 6319 5833 50 130 0 6186 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25276

[startup+0.701841 s]
/proc/loadavg: 1.02 0.99 0.84 3/77 2447
/proc/meminfo: memFree=1810744/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=53572 CPUtime=0.69
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 12571 0 0 0 63 6 0 0 23 0 1 0 225271693 54857728 12557 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529703 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 13393 12557 62 130 0 13260 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53572

[startup+1.50192 s]
/proc/loadavg: 1.02 0.99 0.84 2/78 2448
/proc/meminfo: memFree=1760752/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=53572 CPUtime=1.49
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 12571 0 0 0 143 6 0 0 25 0 1 0 225271693 54857728 12557 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529686 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 13393 12557 62 130 0 13260 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53572

[startup+3.10206 s]
/proc/loadavg: 1.02 0.99 0.84 2/78 2448
/proc/meminfo: memFree=1760624/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=53572 CPUtime=3.09
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 12571 0 0 0 303 6 0 0 25 0 1 0 225271693 54857728 12557 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529703 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 13393 12557 62 130 0 13260 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53572

[startup+6.30135 s]
/proc/loadavg: 1.02 0.99 0.84 2/78 2448
/proc/meminfo: memFree=1744368/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=92352 CPUtime=6.29
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 22057 0 0 0 618 11 0 0 25 0 1 0 225271693 94568448 22043 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 23088 22044 62 130 0 22955 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 92352

[startup+12.7019 s]
/proc/loadavg: 1.01 0.99 0.84 2/78 2448
/proc/meminfo: memFree=1714032/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=100656 CPUtime=12.69
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 24197 0 0 0 1257 12 0 0 25 0 1 0 225271693 103071744 24183 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529224 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 25164 24183 62 130 0 25031 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100656

[startup+25.5011 s]
/proc/loadavg: 1.01 0.99 0.84 2/78 2448
/proc/meminfo: memFree=1709424/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=105976 CPUtime=25.48
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 25386 0 0 0 2535 13 0 0 25 0 1 0 225271693 108519424 25372 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134533236 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 26494 25372 62 130 0 26361 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 105976

[startup+51.1014 s]
/proc/loadavg: 1.01 0.99 0.84 2/78 2448
/proc/meminfo: memFree=1719728/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=93616 CPUtime=51.08
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 25812 0 0 0 5094 14 0 0 25 0 1 0 225271693 95862784 22733 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 23404 22733 67 130 0 23271 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 93616

[startup+102.305 s]
/proc/loadavg: 1.00 0.99 0.85 2/78 2448
/proc/meminfo: memFree=1719728/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=93860 CPUtime=102.27
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 25863 0 0 0 10213 14 0 0 25 0 1 0 225271693 96112640 22784 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 23465 22784 67 130 0 23332 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 93860

[startup+162.302 s]
/proc/loadavg: 1.00 0.99 0.85 2/78 2448
/proc/meminfo: memFree=1719536/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=93980 CPUtime=162.25
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 25902 0 0 0 16211 14 0 0 25 0 1 0 225271693 96235520 22823 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 23495 22823 67 130 0 23362 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 93980

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

[startup+179.101 s]
/proc/loadavg: 1.00 0.99 0.85 2/78 2448
/proc/meminfo: memFree=1719536/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=94160 CPUtime=179.04
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 25911 0 0 0 17890 14 0 0 25 0 1 0 225271693 96419840 22832 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 23540 22832 67 130 0 23407 0
Current children cumulated CPU time (s) 179.04
Current children cumulated vsize (KiB) 94160

[startup+191.901 s]
/proc/loadavg: 1.00 0.99 0.85 2/78 2448
/proc/meminfo: memFree=1719344/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=94324 CPUtime=191.85
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 25955 0 0 0 19170 15 0 0 25 0 1 0 225271693 96587776 22876 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 23581 22876 67 130 0 23448 0
Current children cumulated CPU time (s) 191.85
Current children cumulated vsize (KiB) 94324

[startup+204.701 s]
/proc/loadavg: 1.00 0.99 0.86 2/78 2448
/proc/meminfo: memFree=1719280/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=94324 CPUtime=204.64
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 25962 0 0 0 20449 15 0 0 25 0 1 0 225271693 96587776 22883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 23581 22883 67 130 0 23448 0
Current children cumulated CPU time (s) 204.64
Current children cumulated vsize (KiB) 94324

[startup+207.906 s]
/proc/loadavg: 1.00 0.99 0.86 2/78 2448
/proc/meminfo: memFree=1719280/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=94324 CPUtime=207.85
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 25962 0 0 0 20770 15 0 0 25 0 1 0 225271693 96587776 22883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 23581 22883 67 130 0 23448 0
Current children cumulated CPU time (s) 207.85
Current children cumulated vsize (KiB) 94324

[startup+211.101 s]
/proc/loadavg: 1.00 0.99 0.86 2/78 2448
/proc/meminfo: memFree=1719280/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=94324 CPUtime=211.04
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 25962 0 0 0 21089 15 0 0 25 0 1 0 225271693 96587776 22883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 23581 22883 67 130 0 23448 0
Current children cumulated CPU time (s) 211.04
Current children cumulated vsize (KiB) 94324

[startup+211.901 s]
/proc/loadavg: 1.00 0.99 0.86 2/78 2448
/proc/meminfo: memFree=1719280/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=94324 CPUtime=211.84
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 25962 0 0 0 21169 15 0 0 25 0 1 0 225271693 96587776 22883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547313 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 23581 22883 67 130 0 23448 0
Current children cumulated CPU time (s) 211.84
Current children cumulated vsize (KiB) 94324

[startup+212.305 s]
/proc/loadavg: 1.00 0.99 0.86 2/78 2448
/proc/meminfo: memFree=1719280/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=94324 CPUtime=212.24
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 25962 0 0 0 21209 15 0 0 25 0 1 0 225271693 96587776 22883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 23581 22883 67 130 0 23448 0
Current children cumulated CPU time (s) 212.24
Current children cumulated vsize (KiB) 94324

[startup+212.501 s]
/proc/loadavg: 1.00 0.99 0.86 2/78 2448
/proc/meminfo: memFree=1719280/2055920 swapFree=4157088/4192956
[pid=2447] ppid=2445 vsize=94324 CPUtime=212.44
/proc/2447/stat : 2447 (minisat_noasser) R 2445 2447 2088 0 -1 4194304 25962 0 0 0 21229 15 0 0 25 0 1 0 225271693 96587776 22883 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546586 0 0 4096 3 0 0 0 17 1 0 0
/proc/2447/statm: 23581 22883 67 130 0 23448 0
Current children cumulated CPU time (s) 212.44
Current children cumulated vsize (KiB) 94324

Child status: 20
Real time (s): 212.53
CPU time (s): 212.478
CPU user time (s): 212.309
CPU system time (s): 0.168974
CPU usage (%): 99.9755
Max. virtual memory (cumulated for all children) (KiB): 106608

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 212.309
system time used= 0.168974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 25968
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= 6
involuntary context switches= 4540

runsolver used 0.164974 second user time and 0.506922 second system time

The end

Launcher Data (download as text)

Begin job on node72 on Wed Apr 25 09:12:13 UTC 2007

IDJOB= 421498
IDBENCH= 20421
IDSOLVER= 188
FILE ID= node72/421498-1177492332

PBS_JOBID= 4685756

Free space on /tmp= 66395 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= /tmp/evaluation/421498-1177492332/minisat_noassertions /tmp/evaluation/421498-1177492332/instance-421498-1177492332.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node72/watcher-421498-1177492332 -o ROOT/results/node72/solver-421498-1177492332 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421498-1177492332/minisat_noassertions /tmp/evaluation/421498-1177492332/instance-421498-1177492332.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  ccc94758bbd09de3056ff3a062ddfd45

RANDOM SEED= 636177567

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.222
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.222
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:       1811280 kB
Buffers:         38800 kB
Cached:         131768 kB
SwapCached:      17588 kB
Active:         126200 kB
Inactive:        67908 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1811280 kB
SwapTotal:     4192956 kB
SwapFree:      4157088 kB
Dirty:           13104 kB
Writeback:           0 kB
Mapped:          29712 kB
Slab:            36072 kB
Committed_AS:  3298664 kB
PageTables:       1788 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= 66395 MiB

End job on node72 on Wed Apr 25 09:15:45 UTC 2007