Trace number 1719615

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 234.502 234.577

General information on the benchmark

Nameschup-l2s-abp4-1-k31.cnf
MD5SUM2ec4066bd8381455b1990aa40b382ff0
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark14.9847
Satisfiable
(Un)Satisfiability was proved
Number of variables14809
Number of clauses48483
Sum of the clauses size123522
Maximum clause length33
Minimum clause length1
Number of clauses of size 136
Number of clauses of size 224983
Number of clauses of size 322191
Number of clauses of size 4589
Number of clauses of size 5403
Number of clauses of size over 5281

Solver Data

0.00/0.00	c ============================[ Problem Statistics ]=============================
0.00/0.00	c |                                                                             |
0.00/0.00	c |  Number of variables:  14809                                                |
0.00/0.00	c |  Number of clauses:    48483                                                |
0.02/0.07	c |  Parsing time:         0.06         s                                       |
0.02/0.07	c |  Timeout:              43200 s
0.02/0.07	c |  Random Seed:          100114845.000000
0.02/0.07	c |  Heuristic:            EMBP-G, threshold 0.800                              |
0.02/0.07	c |  Branching Rule:       default (solution-guided)                            |
0.02/0.07	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.02/0.07	c |                                                                             |
0.29/0.35	c ============================[ Search Statistics ]==============================
0.29/0.35	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.29/0.35	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.29/0.35	c ===============================================================================
0.29/0.35	c |         0 |    4637    22181    72228 |     7393        0    nan |  0.000 % |
0.39/0.44	c |       100 |    4637    22181    72228 |     8133       99     14 |  3.964 % |
0.49/0.53	c |       250 |    4624    22181    72228 |     8946      248      9 |  4.193 % |
0.59/0.63	c |       475 |    4624    22181    72228 |     9840      473      8 |  4.193 % |
0.69/0.73	c |       813 |    4602    21985    71768 |    10825      810      8 |  4.193 % |
0.79/0.84	c |      1319 |    4602    21985    71768 |    11907     1316     10 |  4.193 % |
0.89/0.99	c |      2078 |    4602    21985    71768 |    13098     2075     11 |  4.193 % |
1.10/1.19	c |      3218 |    4598    21954    71671 |    14408     3214     12 |  4.220 % |
1.49/1.53	c |      4926 |    4598    21954    71671 |    15848     4922     14 |  4.220 % |
1.89/1.99	c |      7488 |    4598    21954    71671 |    17433     7484     18 |  4.220 % |
2.89/2.90	c |     11333 |    4598    21954    71671 |    19177    11329     20 |  4.220 % |
4.49/4.58	c |     17099 |    4595    21941    71641 |    21094    17093     24 |  4.247 % |
8.09/8.16	c |     25751 |    4594    21930    71605 |    23204    14278     25 |  4.247 % |
13.88/13.99	c |     38726 |    4594    21930    71605 |    25524    15057     21 |  4.247 % |
22.48/22.51	c |     58187 |    4594    21930    71605 |    28077    21121     26 |  4.247 % |
37.18/37.23	c |     87380 |    4579    21817    71224 |    30885    26226     39 |  4.349 % |
62.67/62.70	c |    131169 |    4579    21817    71224 |    33973    21306     29 |  4.349 % |
100.65/100.73	c |    196853 |    4567    21676    70822 |    37371    20884     31 |  4.430 % |
156.94/157.06	c |    295379 |    4554    21577    70486 |    41108    29955     24 |  4.518 % |
234.41/234.57	c ===============================================================================
234.41/234.57	c surveys--CPU time (sec)   : 1.2768         (0.54 % of total)
234.41/234.57	c surveys--attempted        : 22             (17 /sec)
234.41/234.57	c surveys--converged        : 22             (100.00 % successful)
234.41/234.57	c restarts              : 19
234.41/234.57	c conflicts             : 429228         (1841 /sec)
234.41/234.57	c decisions             : 575091         (1.32 % random) (2466 /sec)
234.41/234.57	c propagations          : 167946999      (720266 /sec)
234.41/234.57	c conflict literals     : 14375077       (49.80 % deleted)
234.41/234.57	c Memory used           : 25.38 MB
234.41/234.57	c Total CPU time (sec)      : 234.4504    
234.41/234.57	c 
234.41/234.57	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-1719615-1240647722/watcher-1719615-1240647722 -o /tmp/evaluation-result-1719615-1240647722/solver-1719615-1240647722 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-crafted_static -seed=100114845 HOME/instance-1719615-1240647722.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 16587
/proc/meminfo: memFree=1811888/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=3120 CPUtime=0
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 582 0 0 0 0 0 0 0 18 0 1 0 92805190 3194880 567 1992294400 4194304 5102648 548682068800 18446744073709551615 4515755 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 780 567 87 221 0 556 0

[startup+0.027038 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16587
/proc/meminfo: memFree=1811888/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=6268 CPUtime=0.02
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 1306 0 0 0 2 0 0 0 18 0 1 0 92805190 6418432 1291 1992294400 4194304 5102648 548682068800 18446744073709551615 4263334 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 1567 1291 87 221 0 1343 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 6268

[startup+0.102049 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16587
/proc/meminfo: memFree=1811888/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=12256 CPUtime=0.09
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 2724 0 0 0 8 1 0 0 18 0 1 0 92805190 12550144 2709 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 3064 2710 100 221 0 2840 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12256

[startup+0.302081 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16587
/proc/meminfo: memFree=1811888/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=17844 CPUtime=0.29
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 4084 0 0 0 27 2 0 0 19 0 1 0 92805190 18272256 4069 1992294400 4194304 5102648 548682068800 18446744073709551615 4491719 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 4461 4069 100 221 0 4237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17844

[startup+0.701145 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 16587
/proc/meminfo: memFree=1811888/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=16392 CPUtime=0.69
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 4155 0 0 0 67 2 0 0 22 0 1 0 92805190 16785408 3803 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 4098 3803 112 221 0 3874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16392

[startup+1.50127 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1796840/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=16392 CPUtime=1.49
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 4155 0 0 0 147 2 0 0 25 0 1 0 92805190 16785408 3803 1992294400 4194304 5102648 548682068800 18446744073709551615 4249807 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 4098 3803 112 221 0 3874 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16392

[startup+3.10153 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1796712/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=16392 CPUtime=3.09
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 4160 0 0 0 307 2 0 0 25 0 1 0 92805190 16785408 3808 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 4098 3808 112 221 0 3874 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16392

[startup+6.30104 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1796520/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=16808 CPUtime=6.29
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 4232 0 0 0 627 2 0 0 25 0 1 0 92805190 17211392 3880 1992294400 4194304 5102648 548682068800 18446744073709551615 4249907 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 4202 3880 112 221 0 3978 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 16808

[startup+12.7011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1795816/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=17344 CPUtime=12.68
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 4386 0 0 0 1266 2 0 0 25 0 1 0 92805190 17760256 4034 1992294400 4194304 5102648 548682068800 18446744073709551615 4249813 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 4336 4034 112 221 0 4112 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 17344

[startup+25.5011 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1794984/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=18156 CPUtime=25.48
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 4601 0 0 0 2546 2 0 0 25 0 1 0 92805190 18591744 4249 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 4539 4249 112 221 0 4315 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 18156

[startup+51.1022 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1791400/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=21692 CPUtime=51.07
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 5465 0 0 0 5104 3 0 0 25 0 1 0 92805190 22212608 5113 1992294400 4194304 5102648 548682068800 18446744073709551615 4249895 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 5423 5113 112 221 0 5199 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21692

[startup+102.304 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1790504/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=22712 CPUtime=102.26
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 5696 0 0 0 10223 3 0 0 25 0 1 0 92805190 23257088 5344 1992294400 4194304 5102648 548682068800 18446744073709551615 4249769 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 5678 5344 112 221 0 5454 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 22712

[startup+162.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1789672/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=24056 CPUtime=162.24
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 5978 0 0 0 16220 4 0 0 25 0 1 0 92805190 24633344 5626 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 6014 5626 112 221 0 5790 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 24056

[startup+222.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1787240/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=25984 CPUtime=222.22
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 6481 0 0 0 22218 4 0 0 25 0 1 0 92805190 26607616 6129 1992294400 4194304 5102648 548682068800 18446744073709551615 4250307 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 6496 6129 112 221 0 6272 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 25984

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

[startup+223.903 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1787240/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=25984 CPUtime=223.82
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 6481 0 0 0 22378 4 0 0 25 0 1 0 92805190 26607616 6129 1992294400 4194304 5102648 548682068800 18446744073709551615 4249939 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 6496 6129 112 221 0 6272 0
Current children cumulated CPU time (s) 223.82
Current children cumulated vsize (KiB) 25984

[startup+230.302 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1787240/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=25984 CPUtime=230.22
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 6481 0 0 0 23018 4 0 0 25 0 1 0 92805190 26607616 6129 1992294400 4194304 5102648 548682068800 18446744073709551615 4250292 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 6496 6129 112 221 0 6272 0
Current children cumulated CPU time (s) 230.22
Current children cumulated vsize (KiB) 25984

[startup+231.901 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1787240/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=25984 CPUtime=231.81
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 6481 0 0 0 23177 4 0 0 25 0 1 0 92805190 26607616 6129 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 6496 6129 112 221 0 6272 0
Current children cumulated CPU time (s) 231.81
Current children cumulated vsize (KiB) 25984

[startup+233.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1787240/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=25984 CPUtime=233.41
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 6481 0 0 0 23337 4 0 0 25 0 1 0 92805190 26607616 6129 1992294400 4194304 5102648 548682068800 18446744073709551615 4249033 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 6496 6129 112 221 0 6272 0
Current children cumulated CPU time (s) 233.41
Current children cumulated vsize (KiB) 25984

[startup+234.304 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1787240/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=25984 CPUtime=234.22
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 6481 0 0 0 23418 4 0 0 25 0 1 0 92805190 26607616 6129 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 6496 6129 112 221 0 6272 0
Current children cumulated CPU time (s) 234.22
Current children cumulated vsize (KiB) 25984

[startup+234.501 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 16588
/proc/meminfo: memFree=1787240/2055920 swapFree=4181132/4192956
[pid=16587] ppid=16585 vsize=25984 CPUtime=234.41
/proc/16587/stat : 16587 (varsat-crafted_) R 16585 16587 16436 0 -1 4194304 6481 0 0 0 23437 4 0 0 25 0 1 0 92805190 26607616 6129 1992294400 4194304 5102648 548682068800 18446744073709551615 4249760 0 0 4096 3 0 0 0 17 1 0 0
/proc/16587/statm: 6496 6129 112 221 0 6272 0
Current children cumulated CPU time (s) 234.41
Current children cumulated vsize (KiB) 25984

Child status: 20
Real time (s): 234.577
CPU time (s): 234.502
CPU user time (s): 234.45
CPU system time (s): 0.051992
CPU usage (%): 99.9681
Max. virtual memory (cumulated for all children) (KiB): 25984

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

runsolver used 0.186971 second user time and 0.478927 second system time

The end

Launcher Data

Begin job on node26 at 2009-04-25 10:22:02
IDJOB=1719615
IDBENCH=69566
IDSOLVER=537
FILE ID=node26/1719615-1240647722
PBS_JOBID= 9186474
Free space on /tmp= 66032 MiB

SOLVER NAME= VARSAT-crafted 2009-03-22
BENCH NAME= SAT_RACE08/cnf/schup-l2s-abp4-1-k31.cnf
COMMAND LINE= HOME/varsat-crafted_static -seed=RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1719615-1240647722/watcher-1719615-1240647722 -o /tmp/evaluation-result-1719615-1240647722/solver-1719615-1240647722 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/varsat-crafted_static -seed=100114845 HOME/instance-1719615-1240647722.cnf

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

MD5SUM BENCH= 2ec4066bd8381455b1990aa40b382ff0
RANDOM SEED=100114845

node26.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.261
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.261
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:       1812304 kB
Buffers:         31988 kB
Cached:         140820 kB
SwapCached:       5760 kB
Active:          55164 kB
Inactive:       125924 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1812304 kB
SwapTotal:     4192956 kB
SwapFree:      4181132 kB
Dirty:            1800 kB
Writeback:           0 kB
Mapped:          13516 kB
Slab:            48632 kB
Committed_AS:   279548 kB
PageTables:       1368 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= 66032 MiB
End job on node26 at 2009-04-25 10:25:57