Trace number 1720135

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
VARSAT-crafted 2009-03-22UNSAT 172.982 173.031

General information on the benchmark

Namevelev-engi-uns-1.0-4nd.cnf
MD5SUM700f8e86139a93fca212e22efa0f7d2b
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark16.1565
Satisfiable
(Un)Satisfiability was proved
Number of variables7000
Number of clauses67586
Sum of the clauses size190944
Maximum clause length58
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 256649
Number of clauses of size 35901
Number of clauses of size 4437
Number of clauses of size 5591
Number of clauses of size over 54007

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  7000                                                 |
0.00/0.00	c |  Number of clauses:    67586                                                |
0.07/0.09	c |  Parsing time:         0.09         s                                       |
0.07/0.09	c |  Timeout:              43200 s
0.07/0.09	c |  Random Seed:          677402615.000000
0.07/0.09	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.07/0.09	c |  Branching Rule:       default (solution-guided)                            |
0.07/0.09	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.07/0.09	c |                                                                             |
0.49/0.52	c ============================[ Search Statistics ]==============================
0.49/0.52	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.49/0.52	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.49/0.52	c ===============================================================================
0.49/0.52	c |         0 |    4968    60893   200037 |    20297        0    nan |  0.000 % |
5.99/6.04	c |       100 |    4968    60893   200037 |    22327      100     24 |  1.257 % |
11.79/11.81	c |       250 |    4968    60893   200037 |    24560      250     26 |  1.257 % |
17.59/17.68	c |       475 |    4968    60893   200037 |    27016      475     29 |  1.257 % |
23.48/23.56	c |       814 |    4968    60893   200037 |    29717      814     33 |  1.257 % |
29.48/29.53	c |      1320 |    4968    60893   200037 |    32689     1320     36 |  1.257 % |
35.48/35.57	c |      2080 |    4968    60893   200037 |    35958     2080     38 |  1.257 % |
41.28/41.36	c |      3219 |    4967    60874   199999 |    39554     3218     37 |  1.272 % |
50.37/50.42	c |      4929 |    4967    60874   199999 |    43509     4927     40 |  1.286 % |
57.08/57.15	c |      7492 |    4965    60822   199895 |    47860     7489     45 |  1.301 % |
64.27/64.37	c |     11338 |    4965    60822   199895 |    52646    11335     46 |  1.300 % |
72.26/72.34	c |     17105 |    4964    60810   199871 |    57911    17100     42 |  1.329 % |
81.17/81.25	c |     25755 |    4963    60799   199843 |    63702    25750     51 |  1.329 % |
91.37/91.45	c |     38729 |    4963    60799   199843 |    70073    38724     51 |  1.329 % |
106.46/106.59	c |     58190 |    4963    60799   199843 |    77080    58185     54 |  1.329 % |
128.75/128.85	c |     87384 |    4963    60799   199843 |    84788    27068     55 |  1.329 % |
159.54/159.66	c |    131174 |    4962    60766   199777 |    93267    70857     55 |  1.344 % |
172.94/173.02	c ===============================================================================
172.94/173.02	c surveys--CPU time (sec)   : 103.1613       (59.66 % of total)
172.94/173.02	c surveys--attempted        : 1217           (12 /sec)
172.94/173.02	c surveys--converged        : 1217           (100.00 % successful)
172.94/173.02	c restarts              : 17
172.94/173.02	c conflicts             : 137680         (1974 /sec)
172.94/173.02	c decisions             : 213383         (0.36 % random) (3059 /sec)
172.94/173.02	c propagations          : 38024726       (545186 /sec)
172.94/173.02	c conflict literals     : 7605165        (45.66 % deleted)
172.94/173.02	c Memory used           : 35.39 MB
172.94/173.02	c Total CPU time (sec)      : 172.9077    
172.94/173.02	c 
172.94/173.02	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-1720135-1240652919/watcher-1720135-1240652919 -o /tmp/evaluation-result-1720135-1240652919/solver-1720135-1240652919 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=677402615 HOME/instance-1720135-1240652919.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
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.00 1.00 1.00 3/64 18670
/proc/meminfo: memFree=1887672/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=2716 CPUtime=0
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 535 0 0 0 0 0 0 0 20 0 1 0 93324832 2781184 520 1992294400 4194304 5102648 548682068800 18446744073709551615 4515755 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 679 521 87 221 0 455 0

[startup+0.0877449 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18670
/proc/meminfo: memFree=1887672/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=11444 CPUtime=0.07
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 2638 0 0 0 7 0 0 0 20 0 1 0 93324832 11718656 2623 1992294400 4194304 5102648 548682068800 18446744073709551615 4492101 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 2861 2624 87 221 0 2637 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 11444

[startup+0.102745 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18670
/proc/meminfo: memFree=1887672/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=12712 CPUtime=0.1
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 2897 0 0 0 9 1 0 0 20 0 1 0 93324832 13017088 2882 1992294400 4194304 5102648 548682068800 18446744073709551615 4273127 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 3178 2882 99 221 0 2954 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 12712

[startup+0.301765 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18670
/proc/meminfo: memFree=1887672/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=16384 CPUtime=0.29
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 3797 0 0 0 28 1 0 0 22 0 1 0 93324832 16777216 3782 1992294400 4194304 5102648 548682068800 18446744073709551615 4272778 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 4096 3782 100 221 0 3872 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 16384

[startup+0.702806 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 18670
/proc/meminfo: memFree=1887672/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=15024 CPUtime=0.69
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 3939 0 0 0 68 1 0 0 25 0 1 0 93324832 15384576 3548 1992294400 4194304 5102648 548682068800 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 3756 3548 102 221 0 3532 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 15024

[startup+1.50189 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1873648/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=15024 CPUtime=1.49
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 3939 0 0 0 148 1 0 0 25 0 1 0 93324832 15384576 3548 1992294400 4194304 5102648 548682068800 18446744073709551615 4213805 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 3756 3548 102 221 0 3532 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 15024

[startup+3.10105 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1873520/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=15024 CPUtime=3.09
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 3939 0 0 0 308 1 0 0 25 0 1 0 93324832 15384576 3548 1992294400 4194304 5102648 548682068800 18446744073709551615 4242269 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 3756 3548 102 221 0 3532 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 15024

[startup+6.30137 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1873456/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=15024 CPUtime=6.29
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 3949 0 0 0 628 1 0 0 25 0 1 0 93324832 15384576 3558 1992294400 4194304 5102648 548682068800 18446744073709551615 4214228 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 3756 3558 112 221 0 3532 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 15024

[startup+12.702 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1873456/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=15024 CPUtime=12.69
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 3949 0 0 0 1268 1 0 0 25 0 1 0 93324832 15384576 3558 1992294400 4194304 5102648 548682068800 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 3756 3558 112 221 0 3532 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 15024

[startup+25.5013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1873464/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=15024 CPUtime=25.48
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 3949 0 0 0 2547 1 0 0 25 0 1 0 93324832 15384576 3558 1992294400 4194304 5102648 548682068800 18446744073709551615 4242195 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 3756 3558 112 221 0 3532 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 15024

[startup+51.1019 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1873592/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=15024 CPUtime=51.07
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 3950 0 0 0 5106 1 0 0 25 0 1 0 93324832 15384576 3559 1992294400 4194304 5102648 548682068800 18446744073709551615 4215235 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 3756 3559 113 221 0 3532 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 15024

[startup+102.305 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1863096/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=25688 CPUtime=102.26
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 6585 0 0 0 10223 3 0 0 25 0 1 0 93324832 26304512 6194 1992294400 4194304 5102648 548682068800 18446744073709551615 4249803 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 6422 6194 113 221 0 6198 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 25688

[startup+162.301 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1852536/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=36232 CPUtime=162.24
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 9167 0 0 0 16218 6 0 0 25 0 1 0 93324832 37101568 8776 1992294400 4194304 5102648 548682068800 18446744073709551615 4213798 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 9058 8776 115 221 0 8834 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 36232

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

[startup+166.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1852536/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=36232 CPUtime=166.24
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 9167 0 0 0 16618 6 0 0 25 0 1 0 93324832 37101568 8776 1992294400 4194304 5102648 548682068800 18446744073709551615 4214180 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 9058 8776 115 221 0 8834 0
Current children cumulated CPU time (s) 166.24
Current children cumulated vsize (KiB) 36232

[startup+169.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1852472/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=36232 CPUtime=169.44
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 9181 0 0 0 16938 6 0 0 25 0 1 0 93324832 37101568 8790 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 9058 8790 115 221 0 8834 0
Current children cumulated CPU time (s) 169.44
Current children cumulated vsize (KiB) 36232

[startup+171.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1852472/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=36232 CPUtime=171.04
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 9182 0 0 0 17098 6 0 0 25 0 1 0 93324832 37101568 8791 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 9058 8791 115 221 0 8834 0
Current children cumulated CPU time (s) 171.04
Current children cumulated vsize (KiB) 36232

[startup+171.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1852472/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=36232 CPUtime=171.84
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 9183 0 0 0 17178 6 0 0 25 0 1 0 93324832 37101568 8792 1992294400 4194304 5102648 548682068800 18446744073709551615 4225422 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 9058 8792 115 221 0 8834 0
Current children cumulated CPU time (s) 171.84
Current children cumulated vsize (KiB) 36232

[startup+172.705 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1852472/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=36232 CPUtime=172.64
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 9183 0 0 0 17258 6 0 0 25 0 1 0 93324832 37101568 8792 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 9058 8792 115 221 0 8834 0
Current children cumulated CPU time (s) 172.64
Current children cumulated vsize (KiB) 36232

[startup+172.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1852472/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=36232 CPUtime=172.84
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 9183 0 0 0 17278 6 0 0 25 0 1 0 93324832 37101568 8792 1992294400 4194304 5102648 548682068800 18446744073709551615 4255780 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 9058 8792 115 221 0 8834 0
Current children cumulated CPU time (s) 172.84
Current children cumulated vsize (KiB) 36232

[startup+173.001 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 18671
/proc/meminfo: memFree=1852472/2055920 swapFree=4180920/4192956
[pid=18670] ppid=18668 vsize=36232 CPUtime=172.94
/proc/18670/stat : 18670 (varsat-crafted_) R 18668 18670 18477 0 -1 4194304 9183 0 0 0 17288 6 0 0 25 0 1 0 93324832 37101568 8792 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/18670/statm: 9058 8792 115 221 0 8834 0
Current children cumulated CPU time (s) 172.94
Current children cumulated vsize (KiB) 36232

Child status: 20
Real time (s): 173.031
CPU time (s): 172.982
CPU user time (s): 172.908
CPU system time (s): 0.073988
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 36232

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 172.908
system time used= 0.073988
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9187
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= 415

runsolver used 0.138978 second user time and 0.501923 second system time

The end

Launcher Data

Begin job on node27 at 2009-04-25 11:48:39
IDJOB=1720135
IDBENCH=69594
IDSOLVER=537
FILE ID=node27/1720135-1240652919
PBS_JOBID= 9186488
Free space on /tmp= 66196 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT_RACE08/cnf/velev-engi-uns-1.0-4nd.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1720135-1240652919/watcher-1720135-1240652919 -o /tmp/evaluation-result-1720135-1240652919/solver-1720135-1240652919 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=677402615 HOME/instance-1720135-1240652919.cnf

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

MD5SUM BENCH= 700f8e86139a93fca212e22efa0f7d2b
RANDOM SEED=677402615

node27.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		: 2800.234
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	: 5521.40
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		: 2800.234
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:       1888152 kB
Buffers:         11004 kB
Cached:          91248 kB
SwapCached:       4848 kB
Active:          30528 kB
Inactive:        79628 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1888152 kB
SwapTotal:     4192956 kB
SwapFree:      4180920 kB
Dirty:            2100 kB
Writeback:           0 kB
Mapped:          14096 kB
Slab:            43580 kB
Committed_AS:   308612 kB
PageTables:       1380 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264948 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66196 MiB
End job on node27 at 2009-04-25 11:51:32