Trace number 1719616

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-industrial 2009-03-22UNSAT 125.263 125.3

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.00/0.07	c |  Parsing time:         0.06         s                                       |
0.00/0.07	c |  Timeout:              43200 s
0.00/0.07	c |  Random Seed:          458589411.000000
0.00/0.07	c |  Heuristic:            EMBP-G, threshold 0.950                              |
0.00/0.07	c |  Branching Rule:       default (solution-guided)                            |
0.00/0.07	c |  Learned clauses in surveys?  Using NO learned clauses.                     |
0.00/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.40/0.44	c |       101 |    4637    22181    72228 |     8133      101      5 |  3.957 % |
0.50/0.53	c |       251 |    4637    22181    72228 |     8946      251      7 |  3.957 % |
0.59/0.62	c |       476 |    4637    22181    72228 |     9840      475      8 |  3.964 % |
0.69/0.73	c |       814 |    4636    22176    72217 |    10825      813      8 |  3.964 % |
0.79/0.86	c |      1320 |    4636    22176    72217 |    11907     1319      9 |  3.964 % |
0.89/0.99	c |      2079 |    4636    22176    72217 |    13098     2078     10 |  3.964 % |
1.10/1.19	c |      3219 |    4636    22176    72217 |    14408     3218     11 |  3.964 % |
1.49/1.53	c |      4927 |    4636    22176    72217 |    15848     4926     18 |  3.964 % |
2.29/2.32	c |      7489 |    4636    22176    72217 |    17433     7488     23 |  3.964 % |
3.49/3.54	c |     11334 |    4636    22176    72217 |    19177    11333     28 |  3.964 % |
5.49/5.51	c |     17100 |    4636    22176    72217 |    21094    17099     33 |  3.964 % |
9.59/9.61	c |     25749 |    4636    22176    72217 |    23204    14637     33 |  3.964 % |
16.28/16.34	c |     38725 |    4636    22176    72217 |    25524    15501     34 |  3.964 % |
26.58/26.67	c |     58186 |    4621    22063    71836 |    28077    15637     39 |  4.065 % |
40.58/40.70	c |     87379 |    4621    22063    71836 |    30885    28567     38 |  4.065 % |
63.07/63.12	c |    131168 |    4617    22029    71732 |    33973    23702     32 |  4.092 % |
101.76/101.81	c |    196853 |    4605    21935    71414 |    37371    14356     15 |  4.173 % |
125.15/125.29	c ===============================================================================
125.15/125.29	c surveys--CPU time (sec)   : 1.1478         (0.92 % of total)
125.15/125.29	c surveys--attempted        : 19             (17 /sec)
125.15/125.29	c surveys--converged        : 19             (100.00 % successful)
125.15/125.29	c restarts              : 18
125.15/125.29	c conflicts             : 237731         (1916 /sec)
125.15/125.29	c decisions             : 324538         (1.31 % random) (2616 /sec)
125.15/125.29	c propagations          : 101544803      (818533 /sec)
125.15/125.29	c conflict literals     : 8014689        (51.43 % deleted)
125.15/125.29	c Memory used           : 21.98 MB
125.15/125.29	c Total CPU time (sec)      : 125.2050    
125.15/125.29	c 
125.15/125.29	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-1719616-1240647729/watcher-1719616-1240647729 -o /tmp/evaluation-result-1719616-1240647729/solver-1719616-1240647729 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/varsat-industrial_static -seed=458589411 HOME/instance-1719616-1240647729.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 20534
/proc/meminfo: memFree=1950712/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=3120 CPUtime=0
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 582 0 0 0 0 0 0 0 18 0 1 0 92806369 3194880 567 1992294400 4194304 5102648 548682068768 18446744073709551615 4515739 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 780 567 87 221 0 556 0

[startup+0.0908851 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20534
/proc/meminfo: memFree=1950712/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=11860 CPUtime=0.08
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 2610 0 0 0 7 1 0 0 18 0 1 0 92806369 12144640 2595 1992294400 4194304 5102648 548682068768 18446744073709551615 4491703 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 2965 2595 100 221 0 2741 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 11860

[startup+0.102886 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20534
/proc/meminfo: memFree=1950712/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=12256 CPUtime=0.09
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 2734 0 0 0 8 1 0 0 18 0 1 0 92806369 12550144 2719 1992294400 4194304 5102648 548682068768 18446744073709551615 4263318 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 3064 2719 100 221 0 2840 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 12256

[startup+0.302907 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20534
/proc/meminfo: memFree=1950712/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=17844 CPUtime=0.29
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 4081 0 0 0 28 1 0 0 19 0 1 0 92806369 18272256 4066 1992294400 4194304 5102648 548682068768 18446744073709551615 4285429 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4461 4067 100 221 0 4237 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17844

[startup+0.701954 s]
/proc/loadavg: 1.00 1.00 1.00 3/64 20534
/proc/meminfo: memFree=1950712/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=16392 CPUtime=0.69
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 4155 0 0 0 67 2 0 0 22 0 1 0 92806369 16785408 3803 1992294400 4194304 5102648 548682068768 18446744073709551615 4249806 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4098 3803 112 221 0 3874 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 16392

[startup+1.50104 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1935664/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=16392 CPUtime=1.49
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 4155 0 0 0 147 2 0 0 25 0 1 0 92806369 16785408 3803 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4098 3803 112 221 0 3874 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 16392

[startup+3.10123 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1935536/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=16392 CPUtime=3.09
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 4158 0 0 0 307 2 0 0 25 0 1 0 92806369 16785408 3806 1992294400 4194304 5102648 548682068768 18446744073709551615 4255172 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4098 3806 112 221 0 3874 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 16392

[startup+6.30159 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1935480/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=17096 CPUtime=6.29
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 4296 0 0 0 627 2 0 0 25 0 1 0 92806369 17506304 3944 1992294400 4194304 5102648 548682068768 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4274 3944 112 221 0 4050 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 17096

[startup+12.7013 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1934136/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=17888 CPUtime=12.69
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 4513 0 0 0 1266 3 0 0 25 0 1 0 92806369 18317312 4161 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 4472 4161 112 221 0 4248 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 17888

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1931960/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=20148 CPUtime=25.48
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 5083 0 0 0 2544 4 0 0 25 0 1 0 92806369 20631552 4731 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 5037 4731 112 221 0 4813 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 20148

[startup+51.1017 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1930808/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=21416 CPUtime=51.07
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 5358 0 0 0 5103 4 0 0 25 0 1 0 92806369 21929984 5006 1992294400 4194304 5102648 548682068768 18446744073709551615 4249732 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 5354 5006 112 221 0 5130 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 21416

[startup+102.306 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1929656/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=22508 CPUtime=102.27
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 5614 0 0 0 10222 5 0 0 25 0 1 0 92806369 23048192 5262 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 5627 5262 112 221 0 5403 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 22508

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

[startup+115.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1929656/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=22508 CPUtime=115.06
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 5614 0 0 0 11501 5 0 0 25 0 1 0 92806369 23048192 5262 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 5627 5262 112 221 0 5403 0
Current children cumulated CPU time (s) 115.06
Current children cumulated vsize (KiB) 22508

[startup+121.502 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1929656/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=22508 CPUtime=121.46
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 5614 0 0 0 12141 5 0 0 25 0 1 0 92806369 23048192 5262 1992294400 4194304 5102648 548682068768 18446744073709551615 4249753 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 5627 5262 112 221 0 5403 0
Current children cumulated CPU time (s) 121.46
Current children cumulated vsize (KiB) 22508

[startup+123.102 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1929656/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=22508 CPUtime=123.06
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 5614 0 0 0 12301 5 0 0 25 0 1 0 92806369 23048192 5262 1992294400 4194304 5102648 548682068768 18446744073709551615 4249017 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 5627 5262 112 221 0 5403 0
Current children cumulated CPU time (s) 123.06
Current children cumulated vsize (KiB) 22508

[startup+123.902 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1929656/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=22508 CPUtime=123.86
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 5614 0 0 0 12381 5 0 0 25 0 1 0 92806369 23048192 5262 1992294400 4194304 5102648 548682068768 18446744073709551615 4225728 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 5627 5262 112 221 0 5403 0
Current children cumulated CPU time (s) 123.86
Current children cumulated vsize (KiB) 22508

[startup+124.701 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1929656/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=22508 CPUtime=124.66
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 5614 0 0 0 12461 5 0 0 25 0 1 0 92806369 23048192 5262 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 5627 5262 112 221 0 5403 0
Current children cumulated CPU time (s) 124.66
Current children cumulated vsize (KiB) 22508

[startup+125.101 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1929656/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=22508 CPUtime=125.05
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 5614 0 0 0 12500 5 0 0 25 0 1 0 92806369 23048192 5262 1992294400 4194304 5102648 548682068768 18446744073709551615 4249744 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 5627 5262 112 221 0 5403 0
Current children cumulated CPU time (s) 125.05
Current children cumulated vsize (KiB) 22508

[startup+125.201 s]
/proc/loadavg: 1.00 1.00 1.00 2/65 20535
/proc/meminfo: memFree=1929656/2055920 swapFree=4180792/4192956
[pid=20534] ppid=20532 vsize=22508 CPUtime=125.15
/proc/20534/stat : 20534 (varsat-industri) R 20532 20534 19813 0 -1 4194304 5614 0 0 0 12510 5 0 0 25 0 1 0 92806369 23048192 5262 1992294400 4194304 5102648 548682068768 18446744073709551615 4249923 0 0 4096 3 0 0 0 17 1 0 0
/proc/20534/statm: 5627 5262 112 221 0 5403 0
Current children cumulated CPU time (s) 125.15
Current children cumulated vsize (KiB) 22508

Child status: 20
Real time (s): 125.3
CPU time (s): 125.263
CPU user time (s): 125.205
CPU system time (s): 0.057991
CPU usage (%): 99.9704
Max. virtual memory (cumulated for all children) (KiB): 22508

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

runsolver used 0.135979 second user time and 0.265959 second system time

The end

Launcher Data

Begin job on node23 at 2009-04-25 10:22:09
IDJOB=1719616
IDBENCH=69566
IDSOLVER=538
FILE ID=node23/1719616-1240647729
PBS_JOBID= 9186436
Free space on /tmp= 66320 MiB

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

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

MD5SUM BENCH= 2ec4066bd8381455b1990aa40b382ff0
RANDOM SEED=458589411

node23.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.238
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.238
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:       1951128 kB
Buffers:          1872 kB
Cached:          54404 kB
SwapCached:       5944 kB
Active:          11416 kB
Inactive:        53672 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1951128 kB
SwapTotal:     4192956 kB
SwapFree:      4180792 kB
Dirty:            1848 kB
Writeback:           0 kB
Mapped:          13976 kB
Slab:            25764 kB
Committed_AS:   375524 kB
PageTables:       1388 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= 66320 MiB
End job on node23 at 2009-04-25 10:24:14