Trace number 1730055

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
SAT07 reference solver: minisat SAT 2007UNSAT 92.8619 92.8939

General information on the benchmark

Namecrafted/Difficult/contest05/QG/
QG6-gensys-icl004.sat05-2716.reshuffled-07.cnf
MD5SUMdd374701f9b3db5a8ac095414c025d77
Bench CategoryCRAFTED (crafted instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark64.4682
Satisfiable
(Un)Satisfiability was proved
Number of variables1605
Number of clauses8025
Sum of the clauses size68677
Maximum clause length16
Minimum clause length1
Number of clauses of size 127
Number of clauses of size 2247
Number of clauses of size 31142
Number of clauses of size 4106
Number of clauses of size 5888
Number of clauses of size over 55615

Solver Data

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:  1605                                                 |
0.00/0.00	c |  Number of clauses:    8025                                                 |
0.00/0.02	c |  Parsing time:         0.02         s                                       |
0.00/0.06	c ============================[ Search Statistics ]==============================
0.00/0.06	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.00/0.06	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.00/0.06	c ===============================================================================
0.00/0.06	c |         0 |    1344     4806    38429 |     1602        0    nan |  0.000 % |
0.00/0.06	c |       101 |    1344     4806    38429 |     1762      101     16 |  2.617 % |
0.00/0.07	c |       253 |    1344     4806    38429 |     1938      253     13 |  2.617 % |
0.00/0.07	c |       479 |    1344     4806    38429 |     2132      479     15 |  2.617 % |
0.00/0.08	c |       817 |    1344     4806    38429 |     2345      817     15 |  2.617 % |
0.08/0.09	c |      1323 |    1344     4806    38429 |     2580     1323     15 |  2.617 % |
0.09/0.11	c |      2083 |    1344     4806    38429 |     2838     2083     15 |  2.617 % |
0.09/0.15	c |      3223 |    1344     4806    38429 |     3121     1733     22 |  2.617 % |
0.19/0.23	c |      4932 |    1344     4806    38429 |     3434     1815     22 |  2.617 % |
0.29/0.34	c |      7494 |    1344     4806    38429 |     3777     2587     23 |  2.617 % |
0.39/0.49	c |     11339 |    1344     4806    38429 |     4155     2553     16 |  2.617 % |
0.69/0.74	c |     17106 |    1344     4806    38429 |     4570     4040     20 |  2.617 % |
1.10/1.14	c |     25755 |    1344     4806    38429 |     5027     3286     20 |  2.617 % |
1.79/1.84	c |     38730 |    1344     4806    38429 |     5530     3356     25 |  2.617 % |
2.79/2.85	c |     58193 |    1344     4806    38429 |     6083     3127     16 |  2.617 % |
4.40/4.48	c |     87385 |    1344     4806    38429 |     6691     4474     17 |  2.617 % |
7.19/7.22	c |    131174 |    1344     4806    38429 |     7361     4143     17 |  2.617 % |
11.69/11.78	c |    196858 |    1344     4806    38429 |     8097     6457     20 |  2.617 % |
18.69/18.78	c |    295385 |    1344     4806    38429 |     8906     6659     18 |  2.617 % |
30.28/30.33	c |    443174 |    1343     4401    35082 |     9797     5808     18 |  2.679 % |
48.38/48.45	c |    664858 |    1341     3972    31238 |    10777     5822     15 |  2.804 % |
77.87/77.94	c |    997386 |    1340     3961    31196 |    11855     6260     17 |  2.866 % |
92.76/92.89	c ===============================================================================
92.76/92.89	c restarts              : 22
92.76/92.89	c conflicts             : 1149217        (12376 /sec)
92.76/92.89	c decisions             : 2193477        (1.94 % random) (23622 /sec)
92.76/92.89	c propagations          : 38254222       (411970 /sec)
92.76/92.89	c conflict literals     : 25460542       (23.51 % deleted)
92.76/92.89	c Memory used           : 4.95 MB
92.76/92.89	c CPU time              : 92.8569 s
92.76/92.89	c 
92.76/92.89	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-1730055-1240755716/watcher-1730055-1240755716 -o /tmp/evaluation-result-1730055-1240755716/solver-1730055-1240755716 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/minisat_noassertions HOME/instance-1730055-1240755716.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.01 1.15 2/65 11899
/proc/meminfo: memFree=1800624/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=2012 CPUtime=0
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 248 0 0 0 0 0 0 0 21 0 1 0 103600922 2060288 234 1992294400 134512640 135048876 4294956192 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 503 236 50 130 0 370 0

[startup+0.0851119 s]
/proc/loadavg: 1.00 1.01 1.15 2/65 11899
/proc/meminfo: memFree=1800624/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=2944 CPUtime=0.08
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 491 0 0 0 8 0 0 0 21 0 1 0 103600922 3014656 477 1992294400 134512640 135048876 4294956192 18446744073709551615 134552547 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 736 477 66 130 0 603 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 2944

[startup+0.101115 s]
/proc/loadavg: 1.00 1.01 1.15 2/65 11899
/proc/meminfo: memFree=1800624/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=2944 CPUtime=0.09
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 491 0 0 0 9 0 0 0 21 0 1 0 103600922 3014656 477 1992294400 134512640 135048876 4294956192 18446744073709551615 134552561 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 736 477 66 130 0 603 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 2944

[startup+0.301152 s]
/proc/loadavg: 1.00 1.01 1.15 2/65 11899
/proc/meminfo: memFree=1800624/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=2944 CPUtime=0.29
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 491 0 0 0 29 0 0 0 23 0 1 0 103600922 3014656 477 1992294400 134512640 135048876 4294956192 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 736 477 66 130 0 603 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 2944

[startup+0.701227 s]
/proc/loadavg: 1.00 1.01 1.15 2/65 11899
/proc/meminfo: memFree=1800624/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=2944 CPUtime=0.69
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 492 0 0 0 69 0 0 0 25 0 1 0 103600922 3014656 478 1992294400 134512640 135048876 4294956192 18446744073709551615 134546937 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 736 478 66 130 0 603 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 2944

[startup+1.50138 s]
/proc/loadavg: 1.00 1.01 1.15 2/66 11900
/proc/meminfo: memFree=1798952/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=3208 CPUtime=1.49
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 556 0 0 0 149 0 0 0 25 0 1 0 103600922 3284992 542 1992294400 134512640 135048876 4294956192 18446744073709551615 134546916 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 802 542 66 130 0 669 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 3208

[startup+3.10167 s]
/proc/loadavg: 1.00 1.01 1.15 2/66 11900
/proc/meminfo: memFree=1798568/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=3208 CPUtime=3.09
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 561 0 0 0 309 0 0 0 25 0 1 0 103600922 3284992 547 1992294400 134512640 135048876 4294956192 18446744073709551615 134546922 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 802 547 66 130 0 669 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 3208

[startup+6.30127 s]
/proc/loadavg: 1.00 1.01 1.15 2/66 11900
/proc/meminfo: memFree=1798248/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=3340 CPUtime=6.29
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 606 0 0 0 629 0 0 0 25 0 1 0 103600922 3420160 592 1992294400 134512640 135048876 4294956192 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 835 592 66 130 0 702 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3340

[startup+12.7015 s]
/proc/loadavg: 1.00 1.01 1.15 2/66 11900
/proc/meminfo: memFree=1797800/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=3872 CPUtime=12.69
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 710 0 0 0 1269 0 0 0 25 0 1 0 103600922 3964928 696 1992294400 134512640 135048876 4294956192 18446744073709551615 134546983 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 968 696 66 130 0 835 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 3872

[startup+25.5018 s]
/proc/loadavg: 1.00 1.00 1.14 2/66 11900
/proc/meminfo: memFree=1797416/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=4268 CPUtime=25.48
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 818 0 0 0 2548 0 0 0 25 0 1 0 103600922 4370432 804 1992294400 134512640 135048876 4294956192 18446744073709551615 134548764 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 1067 804 66 130 0 934 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 4268

[startup+51.1016 s]
/proc/loadavg: 1.00 1.00 1.14 2/66 11900
/proc/meminfo: memFree=1796840/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=4796 CPUtime=51.07
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 957 0 0 0 5107 0 0 0 25 0 1 0 103600922 4911104 943 1992294400 134512640 135048876 4294956192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 1199 943 66 130 0 1066 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 4796

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

[startup+76.7014 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 11900
/proc/meminfo: memFree=1796776/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=4928 CPUtime=76.67
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 983 0 0 0 7667 0 0 0 25 0 1 0 103600922 5046272 969 1992294400 134512640 135048876 4294956192 18446744073709551615 134547006 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 1232 969 66 130 0 1099 0
Current children cumulated CPU time (s) 76.67
Current children cumulated vsize (KiB) 4928

[startup+83.1015 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 11900
/proc/meminfo: memFree=1796712/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=4928 CPUtime=83.06
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 997 0 0 0 8306 0 0 0 25 0 1 0 103600922 5046272 983 1992294400 134512640 135048876 4294956192 18446744073709551615 134546927 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 1232 983 66 130 0 1099 0
Current children cumulated CPU time (s) 83.06
Current children cumulated vsize (KiB) 4928

[startup+89.5017 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 11900
/proc/meminfo: memFree=1796648/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=5064 CPUtime=89.46
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 1012 0 0 0 8946 0 0 0 25 0 1 0 103600922 5185536 998 1992294400 134512640 135048876 4294956192 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 1266 998 66 130 0 1133 0
Current children cumulated CPU time (s) 89.46
Current children cumulated vsize (KiB) 5064

[startup+91.101 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 11900
/proc/meminfo: memFree=1796648/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=5064 CPUtime=91.06
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 1020 0 0 0 9106 0 0 0 25 0 1 0 103600922 5185536 1006 1992294400 134512640 135048876 4294956192 18446744073709551615 134546853 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 1266 1006 66 130 0 1133 0
Current children cumulated CPU time (s) 91.06
Current children cumulated vsize (KiB) 5064

[startup+91.9012 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 11900
/proc/meminfo: memFree=1796584/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=5064 CPUtime=91.86
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 1021 0 0 0 9186 0 0 0 25 0 1 0 103600922 5185536 1007 1992294400 134512640 135048876 4294956192 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 1266 1007 66 130 0 1133 0
Current children cumulated CPU time (s) 91.86
Current children cumulated vsize (KiB) 5064

[startup+92.3013 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 11900
/proc/meminfo: memFree=1796584/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=5064 CPUtime=92.26
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 1021 0 0 0 9226 0 0 0 25 0 1 0 103600922 5185536 1007 1992294400 134512640 135048876 4294956192 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 1266 1007 66 130 0 1133 0
Current children cumulated CPU time (s) 92.26
Current children cumulated vsize (KiB) 5064

[startup+92.7013 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 11900
/proc/meminfo: memFree=1796584/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=5064 CPUtime=92.66
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 1021 0 0 0 9266 0 0 0 25 0 1 0 103600922 5185536 1007 1992294400 134512640 135048876 4294956192 18446744073709551615 134547011 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 1266 1007 66 130 0 1133 0
Current children cumulated CPU time (s) 92.66
Current children cumulated vsize (KiB) 5064

[startup+92.8014 s]
/proc/loadavg: 1.00 1.00 1.13 2/66 11900
/proc/meminfo: memFree=1796584/2055920 swapFree=4181396/4192956
[pid=11899] ppid=11897 vsize=5064 CPUtime=92.76
/proc/11899/stat : 11899 (minisat_noasser) R 11897 11899 11558 0 -1 4194304 1021 0 0 0 9276 0 0 0 25 0 1 0 103600922 5185536 1007 1992294400 134512640 135048876 4294956192 18446744073709551615 134546873 0 0 4096 3 0 0 0 17 1 0 0
/proc/11899/statm: 1266 1007 66 130 0 1133 0
Current children cumulated CPU time (s) 92.76
Current children cumulated vsize (KiB) 5064

Child status: 20
Real time (s): 92.8939
CPU time (s): 92.8619
CPU user time (s): 92.8569
CPU system time (s): 0.004999
CPU usage (%): 99.9656
Max. virtual memory (cumulated for all children) (KiB): 5064

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

runsolver used 0.099984 second user time and 0.225965 second system time

The end

Launcher Data

Begin job on node82 at 2009-04-26 16:21:56
IDJOB=1730055
IDBENCH=24720
IDSOLVER=556
FILE ID=node82/1730055-1240755716
PBS_JOBID= 9187097
Free space on /tmp= 66380 MiB

SOLVER NAME= SAT07 reference solver: minisat SAT 2007
BENCH NAME= SAT07/crafted/Difficult/contest05/QG/QG6-gensys-icl004.sat05-2716.reshuffled-07.cnf
COMMAND LINE= HOME/minisat_noassertions BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1730055-1240755716/watcher-1730055-1240755716 -o /tmp/evaluation-result-1730055-1240755716/solver-1730055-1240755716 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/minisat_noassertions HOME/instance-1730055-1240755716.cnf

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

MD5SUM BENCH= dd374701f9b3db5a8ac095414c025d77
RANDOM SEED=2033222203

node82.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.259
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.259
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	: 5996.54
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1801040 kB
Buffers:         26372 kB
Cached:         170580 kB
SwapCached:       5280 kB
Active:          80264 kB
Inactive:       125108 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1801040 kB
SwapTotal:     4192956 kB
SwapFree:      4181396 kB
Dirty:            1812 kB
Writeback:           0 kB
Mapped:          14368 kB
Slab:            35436 kB
Committed_AS:   299420 kB
PageTables:       1384 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264960 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66376 MiB
End job on node82 at 2009-04-26 16:23:29