Trace number 421585

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 205.293 205.342

General information on the benchmark

Nameindustrial/narain/
clauses-10.cnf
MD5SUM98c58d3136fcf1971f77037eb3533718
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark98.347
Satisfiable
(Un)Satisfiability was proved
Number of variables2270929
Number of clauses8901946
Sum of the clauses size22176046
Maximum clause length865
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 26786479
Number of clauses of size 31496293
Number of clauses of size 414719
Number of clauses of size 5555520
Number of clauses of size over 548934

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:  2270930                                              |
0.00/0.00	c |  Number of clauses:    8901946                                              |
6.59/6.62	c |  Parsing time:         5.89         s                                       |
7.19/7.20	c ============================[ Search Statistics ]==============================
7.19/7.20	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
7.19/7.20	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
7.19/7.20	c ===============================================================================
7.19/7.20	c |         0 | 1685481  7147419 18083729 |  2382473        0    nan |  0.000 % |
14.49/14.55	c |       100 | 1685333  7147419 18083729 |  2620720       82      4 | 25.815 % |
28.89/28.98	c |       250 | 1684463  7143205 18074235 |  2882792      195      9 | 25.846 % |
38.28/38.31	c |       475 | 1683313  7138515 18063767 |  3171071      350      7 | 25.898 % |
60.58/60.65	c |       813 | 1680860  7128238 18040326 |  3488178      507      8 | 26.011 % |
90.77/90.88	c |      1320 | 1617547  6799423 17190793 |  3836996      814     11 | 31.365 % |
186.35/186.48	c |      2079 | 1238369  4680940 11817125 |  4220696     1253      9 | 45.543 % |
205.14/205.25	c ===============================================================================
205.14/205.25	c restarts              : 7
205.14/205.25	c conflicts             : 2336           (11 /sec)
205.14/205.25	c decisions             : 15181          (1.44 % random) (74 /sec)
205.14/205.25	c propagations          : 239021727      (1169108 /sec)
205.14/205.25	c conflict literals     : 20060          (19.40 % deleted)
205.14/205.25	c Memory used           : 506.13 MB
205.14/205.25	c CPU time              : 204.448 s
205.14/205.25	c 
205.14/205.25	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/node34/watcher-421585-1177493022 -o ROOT/results/node34/solver-421585-1177493022 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421585-1177493022/minisat_noassertions /tmp/evaluation/421585-1177493022/instance-421585-1177493022.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.09 1.02 0.89 3/77 26472
/proc/meminfo: memFree=1491600/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=2244 CPUtime=0
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 455 0 0 0 0 0 0 0 18 0 1 0 197218932 2297856 441 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134556864 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 561 441 49 130 0 428 0

[startup+0.025576 s]
/proc/loadavg: 1.09 1.02 0.89 3/77 26472
/proc/meminfo: memFree=1491600/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=4428 CPUtime=0.01
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 950 0 0 0 1 0 0 0 18 0 1 0 197218932 4534272 937 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134686936 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 1107 943 49 130 0 974 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 4428

[startup+0.10228 s]
/proc/loadavg: 1.09 1.02 0.89 3/77 26472
/proc/meminfo: memFree=1491600/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=11160 CPUtime=0.09
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 2500 0 0 0 8 1 0 0 18 0 1 0 197218932 11427840 2486 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 2790 2487 49 130 0 2657 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 11160

[startup+0.301597 s]
/proc/loadavg: 1.09 1.02 0.89 3/77 26472
/proc/meminfo: memFree=1491600/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=28696 CPUtime=0.29
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 6577 0 0 0 26 3 0 0 19 0 1 0 197218932 29384704 6563 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 7174 6564 49 130 0 7041 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 28696

[startup+0.70163 s]
/proc/loadavg: 1.09 1.02 0.89 3/77 26472
/proc/meminfo: memFree=1491600/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=64392 CPUtime=0.69
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 14770 0 0 0 61 8 0 0 23 0 1 0 197218932 65937408 14756 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549230 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 16098 14757 49 130 0 15965 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 64392

[startup+1.50269 s]
/proc/loadavg: 1.09 1.02 0.89 2/78 26473
/proc/meminfo: memFree=1405832/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=129740 CPUtime=1.49
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 30877 0 0 0 131 18 0 0 25 0 1 0 197218932 132853760 30863 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 32435 30864 49 130 0 32302 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 129740

[startup+3.10182 s]
/proc/loadavg: 1.16 1.03 0.90 2/78 26473
/proc/meminfo: memFree=1324168/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=254836 CPUtime=3.09
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 59003 0 0 0 272 37 0 0 25 0 1 0 197218932 260952064 58989 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 63709 58990 49 130 0 63576 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 254836

[startup+6.30108 s]
/proc/loadavg: 1.16 1.03 0.90 2/78 26473
/proc/meminfo: memFree=1089352/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=499948 CPUtime=6.29
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 118152 0 0 0 558 71 0 0 25 0 1 0 197218932 511946752 118138 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 124987 118140 49 130 0 124854 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 499948

[startup+12.7016 s]
/proc/loadavg: 1.13 1.03 0.90 2/78 26473
/proc/meminfo: memFree=1004360/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=513876 CPUtime=12.69
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 121791 0 0 0 1196 73 0 0 25 0 1 0 197218932 526209024 121777 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 128469 121777 61 130 0 128336 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 513876

[startup+25.5016 s]
/proc/loadavg: 1.11 1.03 0.90 2/78 26473
/proc/meminfo: memFree=1003016/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=515456 CPUtime=25.49
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 122190 0 0 0 2475 74 0 0 25 0 1 0 197218932 527826944 122176 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 128864 122176 65 130 0 128731 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 515456

[startup+51.1016 s]
/proc/loadavg: 1.07 1.03 0.90 2/78 26473
/proc/meminfo: memFree=1002376/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=516472 CPUtime=51.08
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 122423 0 0 0 5034 74 0 0 25 0 1 0 197218932 528867328 122409 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 129118 122409 65 130 0 128985 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 516472

[startup+102.306 s]
/proc/loadavg: 1.03 1.02 0.91 2/78 26473
/proc/meminfo: memFree=1000840/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=518276 CPUtime=102.28
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 122800 0 0 0 10153 75 0 0 25 0 1 0 197218932 530714624 122786 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546105 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 129569 122786 65 130 0 129436 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 518276

[startup+162.301 s]
/proc/loadavg: 1.01 1.02 0.91 2/78 26473
/proc/meminfo: memFree=1000072/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=518276 CPUtime=162.25
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 122988 0 0 0 16150 75 0 0 25 0 1 0 197218932 530714624 122974 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546076 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 129569 122974 65 130 0 129436 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 518276

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

[startup+179.102 s]
/proc/loadavg: 1.01 1.01 0.91 2/78 26473
/proc/meminfo: memFree=1000072/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=518276 CPUtime=179.05
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 122988 0 0 0 17830 75 0 0 25 0 1 0 197218932 530714624 122974 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546614 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 129569 122974 65 130 0 129436 0
Current children cumulated CPU time (s) 179.05
Current children cumulated vsize (KiB) 518276

[startup+191.902 s]
/proc/loadavg: 1.00 1.01 0.91 2/78 26473
/proc/meminfo: memFree=1000072/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=518276 CPUtime=191.84
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 122989 0 0 0 19109 75 0 0 25 0 1 0 197218932 530714624 122975 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134545987 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 129569 122975 65 130 0 129436 0
Current children cumulated CPU time (s) 191.84
Current children cumulated vsize (KiB) 518276

[startup+198.302 s]
/proc/loadavg: 1.00 1.01 0.91 2/78 26473
/proc/meminfo: memFree=1000072/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=518276 CPUtime=198.24
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 122989 0 0 0 19749 75 0 0 25 0 1 0 197218932 530714624 122975 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546101 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 129569 122975 65 130 0 129436 0
Current children cumulated CPU time (s) 198.24
Current children cumulated vsize (KiB) 518276

[startup+201.502 s]
/proc/loadavg: 1.00 1.01 0.91 2/78 26473
/proc/meminfo: memFree=1000072/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=518276 CPUtime=201.44
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 122989 0 0 0 20069 75 0 0 25 0 1 0 197218932 530714624 122975 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546065 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 129569 122975 65 130 0 129436 0
Current children cumulated CPU time (s) 201.44
Current children cumulated vsize (KiB) 518276

[startup+203.102 s]
/proc/loadavg: 1.00 1.01 0.91 2/78 26473
/proc/meminfo: memFree=1000072/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=518276 CPUtime=203.04
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 122989 0 0 0 20229 75 0 0 25 0 1 0 197218932 530714624 122975 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546624 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 129569 122975 65 130 0 129436 0
Current children cumulated CPU time (s) 203.04
Current children cumulated vsize (KiB) 518276

[startup+204.702 s]
/proc/loadavg: 1.00 1.01 0.91 2/78 26473
/proc/meminfo: memFree=1000072/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=518276 CPUtime=204.64
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 122989 0 0 0 20389 75 0 0 25 0 1 0 197218932 530714624 122975 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 129569 122975 65 130 0 129436 0
Current children cumulated CPU time (s) 204.64
Current children cumulated vsize (KiB) 518276

[startup+205.102 s]
/proc/loadavg: 1.00 1.01 0.91 2/78 26473
/proc/meminfo: memFree=1000072/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=518276 CPUtime=205.04
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194304 122989 0 0 0 20429 75 0 0 25 0 1 0 197218932 530714624 122975 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548762 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 129569 122975 65 130 0 129436 0
Current children cumulated CPU time (s) 205.04
Current children cumulated vsize (KiB) 518276

[startup+205.302 s]
/proc/loadavg: 1.00 1.01 0.91 2/78 26473
/proc/meminfo: memFree=1000072/2055920 swapFree=4159752/4192956
[pid=26472] ppid=26470 vsize=0 CPUtime=205.24
/proc/26472/stat : 26472 (minisat_noasser) R 26470 26472 26124 0 -1 4194308 122995 0 0 0 20444 80 0 0 25 0 1 0 197218932 0 0 18446744073709551615 0 0 0 0 0 0 0 4096 3 0 0 0 17 1 0 0
/proc/26472/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 205.24
Current children cumulated vsize (KiB) 0

Child status: 20
Real time (s): 205.342
CPU time (s): 205.293
CPU user time (s): 204.448
CPU system time (s): 0.844871
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 518276

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

runsolver used 0.167974 second user time and 0.468928 second system time

The end

Launcher Data (download as text)

Begin job on node34 on Wed Apr 25 09:23:55 UTC 2007

IDJOB= 421585
IDBENCH= 20508
IDSOLVER= 188
FILE ID= node34/421585-1177493022

PBS_JOBID= 4685865

Free space on /tmp= 66233 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/narain/clauses-10.cnf
COMMAND LINE= /tmp/evaluation/421585-1177493022/minisat_noassertions /tmp/evaluation/421585-1177493022/instance-421585-1177493022.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node34/watcher-421585-1177493022 -o ROOT/results/node34/solver-421585-1177493022 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421585-1177493022/minisat_noassertions /tmp/evaluation/421585-1177493022/instance-421585-1177493022.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  98c58d3136fcf1971f77037eb3533718

RANDOM SEED= 528670999

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node34.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.236
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.236
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:       1492072 kB
Buffers:         44784 kB
Cached:         427768 kB
SwapCached:       3244 kB
Active:         338328 kB
Inactive:       158156 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1492072 kB
SwapTotal:     4192956 kB
SwapFree:      4159752 kB
Dirty:          184972 kB
Writeback:           0 kB
Mapped:          30764 kB
Slab:            52708 kB
Committed_AS:  1604552 kB
PageTables:       1976 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= 66233 MiB

End job on node34 on Wed Apr 25 09:27:20 UTC 2007