Trace number 1774534

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
glucose 1.0UNSAT 52.371 52.4319

General information on the benchmark

NameAPPLICATIONS/c32sat/
post-cbmc-aes-ele-noholes.cnf
MD5SUMf135b1d0c8abb3603a01568e46f7396a
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark33.8968
Satisfiable
(Un)Satisfiability was proved
Number of variables270963
Number of clauses1601376
Sum of the clauses size4314698
Maximum clause length257
Minimum clause length1
Number of clauses of size 139870
Number of clauses of size 21147330
Number of clauses of size 3334113
Number of clauses of size 49978
Number of clauses of size 50
Number of clauses of size over 570085

Solver Data

0.00/0.00	c
0.00/0.00	c Starting SatElite Preprocessing
0.00/0.00	c
0.00/0.00	c Parsing...
1.09/1.14	c ==============================================================================
1.09/1.14	c |           |     ORIGINAL     |              LEARNT              |          |
1.09/1.14	c | Conflicts | Clauses Literals |   Limit Clauses Literals  Lit/Cl | Progress |
1.09/1.14	c ==============================================================================
1.09/1.14	c |         0 | 1351997  3702185 |  405599       0        0     nan |  0.000 % |
41.75/41.88	c |         0 |  261620  1836831 |      --       0       --      -- |     --   | -768849/-961225
41.75/41.88	c ==============================================================================
41.75/41.88	c Result  :   #vars: 5958   #clauses: 261620   #literals: 1836831
41.75/41.88	c CPU time:   41.4787 s
41.75/41.88	c ==============================================================================
42.45/42.50	c
42.45/42.50	c Starting glucose
42.45/42.50	c
42.45/42.50	
42.45/42.50	c This is glucose 1.0 --  based on MiniSAT (Many thanks to MiniSAT team)
42.45/42.50	
42.45/42.50	c ============================[ Problem Statistics ]=============================
42.45/42.50	c |                                                                             |
42.45/42.50	c |  Number of variables:  5958                                                 |
42.45/42.50	c |  Number of clauses:    261620                                               |
42.45/42.75	c |  Parsing time:         0.22         s                                       |
52.32/52.40	c restarts              : 30
52.32/52.40	c nb ReduceDB           : 2
52.32/52.40	c nb learnts DL2        : 619
52.32/52.40	c nb learnts size 2     : 125
52.32/52.40	c nb learnts size 1     : 11
52.32/52.40	c conflicts             : 52236          (5310 /sec)
52.32/52.40	c decisions             : 78358          (1.79 % random) (7965 /sec)
52.32/52.40	c propagations          : 1924289        (195607 /sec)
52.32/52.40	c conflict literals     : 591433         (19.00 % deleted)
52.32/52.40	c Memory used           : 29.04 MB
52.32/52.40	c CPU time              : 9.8375 s
52.32/52.40	
52.32/52.41	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-1774534-1241266264/watcher-1774534-1241266264 -o /tmp/evaluation-result-1774534-1241266264/solver-1774534-1241266264 -C 10000 -W 12000 -M 1800 glucose.sh HOME/instance-1774534-1241266264.cnf 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 10000 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 10030 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 12000 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/64 23674
/proc/meminfo: memFree=628584/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=0
/proc/23674/stat : 23674 (glucose.sh) R 23672 23674 23229 0 -1 4194304 268 0 0 0 0 0 0 0 18 0 1 0 154654679 5488640 235 1992294400 4194304 4889804 548682068816 18446744073709551615 221954763423 0 65538 4100 65536 0 0 0 17 0 0 0
/proc/23674/statm: 1340 235 194 169 0 51 0
[pid=23675] ppid=23674 vsize=1024 CPUtime=0
/proc/23675/stat : 23675 (SatELite_releas) R 23674 23674 23229 0 -1 4194304 143 0 0 0 0 0 0 0 18 0 1 0 154654679 1048576 127 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 256 128 51 174 0 79 0

[startup+0.038242 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23674
/proc/meminfo: memFree=628584/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=0
/proc/23674/stat : 23674 (glucose.sh) S 23672 23674 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154654679 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23674/statm: 1340 236 195 169 0 51 0
[pid=23675] ppid=23674 vsize=5488 CPUtime=0.02
/proc/23675/stat : 23675 (SatELite_releas) R 23674 23674 23229 0 -1 4194304 1077 0 0 0 2 0 0 0 19 0 1 0 154654679 5619712 1061 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 1372 1062 51 174 0 1195 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 10848

[startup+0.101247 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23674
/proc/meminfo: memFree=628584/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=0
/proc/23674/stat : 23674 (glucose.sh) S 23672 23674 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154654679 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23674/statm: 1340 236 195 169 0 51 0
[pid=23675] ppid=23674 vsize=12700 CPUtime=0.09
/proc/23675/stat : 23675 (SatELite_releas) R 23674 23674 23229 0 -1 4194304 2741 0 0 0 7 2 0 0 19 0 1 0 154654679 13004800 2725 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 3175 2726 51 174 0 2998 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 18060

[startup+0.301265 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23674
/proc/meminfo: memFree=628584/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=0
/proc/23674/stat : 23674 (glucose.sh) S 23672 23674 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154654679 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23674/statm: 1340 236 195 169 0 51 0
[pid=23675] ppid=23674 vsize=31244 CPUtime=0.29
/proc/23675/stat : 23675 (SatELite_releas) R 23674 23674 23229 0 -1 4194304 7467 0 0 0 24 5 0 0 21 0 1 0 154654679 31993856 7451 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 7811 7452 51 174 0 7634 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36604

[startup+0.7013 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 23674
/proc/meminfo: memFree=628584/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=0
/proc/23674/stat : 23674 (glucose.sh) S 23672 23674 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154654679 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23674/statm: 1340 236 195 169 0 51 0
[pid=23675] ppid=23674 vsize=79556 CPUtime=0.69
/proc/23675/stat : 23675 (SatELite_releas) R 23674 23674 23229 0 -1 4194304 17750 0 0 0 57 12 0 0 25 0 1 0 154654679 81465344 17734 1992294400 134512640 135225430 4294956176 18446744073709551615 134735534 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 19889 17735 51 174 0 19712 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 84916

[startup+1.50137 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23676
/proc/meminfo: memFree=527960/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=0
/proc/23674/stat : 23674 (glucose.sh) S 23672 23674 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154654679 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23674/statm: 1340 236 195 169 0 51 0
[pid=23675] ppid=23674 vsize=158780 CPUtime=1.49
/proc/23675/stat : 23675 (SatELite_releas) R 23674 23674 23229 0 -1 4194304 31956 0 0 0 130 19 0 0 25 0 1 0 154654679 162590720 31940 1992294400 134512640 135225430 4294956176 18446744073709551615 134549569 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 39695 31940 72 174 0 39518 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 164140

[startup+3.10152 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23676
/proc/meminfo: memFree=501464/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=0
/proc/23674/stat : 23674 (glucose.sh) S 23672 23674 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154654679 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23674/statm: 1340 236 195 169 0 51 0
[pid=23675] ppid=23674 vsize=159292 CPUtime=3.09
/proc/23675/stat : 23675 (SatELite_releas) R 23674 23674 23229 0 -1 4194304 32066 0 0 0 290 19 0 0 25 0 1 0 154654679 163115008 32050 1992294400 134512640 135225430 4294956176 18446744073709551615 134549603 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 39823 32050 72 174 0 39646 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 164652

[startup+6.3018 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23676
/proc/meminfo: memFree=484248/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=0
/proc/23674/stat : 23674 (glucose.sh) S 23672 23674 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154654679 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23674/statm: 1340 236 195 169 0 51 0
[pid=23675] ppid=23674 vsize=176852 CPUtime=6.29
/proc/23675/stat : 23675 (SatELite_releas) R 23674 23674 23229 0 -1 4194304 38978 0 0 0 601 28 0 0 25 0 1 0 154654679 181096448 35604 1992294400 134512640 135225430 4294956176 18446744073709551615 134587351 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 44213 35604 77 174 0 44036 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 182212

[startup+12.7024 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23676
/proc/meminfo: memFree=445664/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=0
/proc/23674/stat : 23674 (glucose.sh) S 23672 23674 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154654679 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23674/statm: 1340 236 195 169 0 51 0
[pid=23675] ppid=23674 vsize=200768 CPUtime=12.69
/proc/23675/stat : 23675 (SatELite_releas) R 23674 23674 23229 0 -1 4194304 45224 0 0 0 1235 34 0 0 25 0 1 0 154654679 205586432 41542 1992294400 134512640 135225430 4294956176 18446744073709551615 134586058 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 50192 41542 77 174 0 50015 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 206128

[startup+25.5015 s]
/proc/loadavg: 1.00 1.00 1.00 2/66 23676
/proc/meminfo: memFree=445088/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=0
/proc/23674/stat : 23674 (glucose.sh) S 23672 23674 23229 0 -1 4194304 287 0 0 0 0 0 0 0 18 0 1 0 154654679 5488640 236 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 1 0 0
/proc/23674/statm: 1340 236 195 169 0 51 0
[pid=23675] ppid=23674 vsize=201792 CPUtime=25.48
/proc/23675/stat : 23675 (SatELite_releas) R 23674 23674 23229 0 -1 4194304 45414 0 0 0 2514 34 0 0 25 0 1 0 154654679 206635008 41732 1992294400 134512640 135225430 4294956176 18446744073709551615 134586099 0 0 4096 3 0 0 0 17 0 0 0
/proc/23675/statm: 50448 41732 77 174 0 50271 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 207152

[startup+51.1018 s]
/proc/loadavg: 1.08 1.02 1.01 2/66 23677
/proc/meminfo: memFree=572896/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=42.45
/proc/23674/stat : 23674 (glucose.sh) S 23672 23674 23229 0 -1 4194304 313 50332 0 0 0 0 4203 42 16 0 1 0 154654679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23674/statm: 1340 238 195 169 0 51 0
[pid=23677] ppid=23674 vsize=29416 CPUtime=8.57
/proc/23677/stat : 23677 (glucose_static) R 23674 23674 23229 0 -1 4194304 7151 0 0 0 853 4 0 0 25 0 1 0 154658930 30121984 7137 1992294400 134512640 135217611 4294956288 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23677/statm: 7354 7137 77 172 0 7179 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 34776

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

[startup+51.9019 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 23677
/proc/meminfo: memFree=572640/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=42.45
/proc/23674/stat : 23674 (glucose.sh) S 23672 23674 23229 0 -1 4194304 313 50332 0 0 0 0 4203 42 16 0 1 0 154654679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23674/statm: 1340 238 195 169 0 51 0
[pid=23677] ppid=23674 vsize=29728 CPUtime=9.37
/proc/23677/stat : 23677 (glucose_static) R 23674 23674 23229 0 -1 4194304 7199 0 0 0 933 4 0 0 25 0 1 0 154658930 30441472 7185 1992294400 134512640 135217611 4294956288 18446744073709551615 134533155 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23677/statm: 7432 7185 77 172 0 7257 0
Current children cumulated CPU time (s) 51.82
Current children cumulated vsize (KiB) 35088

[startup+52.3019 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 23677
/proc/meminfo: memFree=572640/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=42.45
/proc/23674/stat : 23674 (glucose.sh) S 23672 23674 23229 0 -1 4194304 313 50332 0 0 0 0 4203 42 16 0 1 0 154654679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23674/statm: 1340 238 195 169 0 51 0
[pid=23677] ppid=23674 vsize=29728 CPUtime=9.77
/proc/23677/stat : 23677 (glucose_static) R 23674 23674 23229 0 -1 4194304 7204 0 0 0 973 4 0 0 25 0 1 0 154658930 30441472 7190 1992294400 134512640 135217611 4294956288 18446744073709551615 134533067 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23677/statm: 7432 7190 77 172 0 7257 0
Current children cumulated CPU time (s) 52.22
Current children cumulated vsize (KiB) 35088

[startup+52.4019 s]
/proc/loadavg: 1.07 1.02 1.00 2/66 23677
/proc/meminfo: memFree=572640/2055920 swapFree=4191900/4192956
[pid=23674] ppid=23672 vsize=5360 CPUtime=42.45
/proc/23674/stat : 23674 (glucose.sh) S 23672 23674 23229 0 -1 4194304 313 50332 0 0 0 0 4203 42 16 0 1 0 154654679 5488640 238 1992294400 4194304 4889804 548682068816 18446744073709551615 221954761540 0 65536 4100 65538 18446744071563356171 0 0 17 0 0 0
/proc/23674/statm: 1340 238 195 169 0 51 0
[pid=23677] ppid=23674 vsize=29728 CPUtime=9.87
/proc/23677/stat : 23677 (glucose_static) R 23674 23674 23229 0 -1 4194304 7205 0 0 0 983 4 0 0 25 0 1 0 154658930 30441472 7191 1992294400 134512640 135217611 4294956288 18446744073709551615 134533165 0 0 4096 8388611 0 0 0 17 0 0 0
/proc/23677/statm: 7432 7191 77 172 0 7257 0
Current children cumulated CPU time (s) 52.32
Current children cumulated vsize (KiB) 35088

Child status: 20
Real time (s): 52.4319
CPU time (s): 52.371
CPU user time (s): 51.8771
CPU system time (s): 0.493924
CPU usage (%): 99.8839
Max. virtual memory (cumulated for all children) (KiB): 222472

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 51.8771
system time used= 0.493924
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 58016
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= 10
involuntary context switches= 215

runsolver used 0.052991 second user time and 0.145977 second system time

The end

Launcher Data

Begin job on node43 at 2009-05-02 14:11:06
IDJOB=1774534
IDBENCH=70957
IDSOLVER=610
FILE ID=node43/1774534-1241266264
PBS_JOBID= 9224960
Free space on /tmp= 66320 MiB

SOLVER NAME= glucose 1.0
BENCH NAME= SAT09/APPLICATIONS/c32sat/post-cbmc-aes-ele-noholes.cnf
COMMAND LINE= glucose.sh BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1774534-1241266264/watcher-1774534-1241266264 -o /tmp/evaluation-result-1774534-1241266264/solver-1774534-1241266264 -C 10000 -W 12000 -M 1800  glucose.sh HOME/instance-1774534-1241266264.cnf

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

MD5SUM BENCH= f135b1d0c8abb3603a01568e46f7396a
RANDOM SEED=2052483407

node43.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.237
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.237
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:        629064 kB
Buffers:         87112 kB
Cached:        1220472 kB
SwapCached:        260 kB
Active:          84452 kB
Inactive:      1236468 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        629064 kB
SwapTotal:     4192956 kB
SwapFree:      4191900 kB
Dirty:           34248 kB
Writeback:           0 kB
Mapped:          21840 kB
Slab:            91988 kB
Committed_AS:   721428 kB
PageTables:       1448 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= 66316 MiB
End job on node43 at 2009-05-02 14:11:59