Trace number 1796364

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
minisat2-simp 070721UNSAT 209.667 209.738

General information on the benchmark

Nameindustrial/palacios/uts/
uts-l06-ipc5-h28-unknown.cnf
MD5SUMccc94758bbd09de3056ff3a062ddfd45
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark178.161
Satisfiable
(Un)Satisfiability was proved
Number of variables113583
Number of clauses649270
Sum of the clauses size1721996
Maximum clause length591
Minimum clause length1
Number of clauses of size 1276
Number of clauses of size 2537293
Number of clauses of size 3107101
Number of clauses of size 4980
Number of clauses of size 5101
Number of clauses of size over 53519

Solver Data

0.00/0.00	This is MiniSat 2.0 beta
0.00/0.00	WARNING: for repeatability, setting FPU to use double precision
0.00/0.00	============================[ Problem Statistics ]=============================
0.00/0.00	|                                                                             |
0.00/0.00	|  Number of variables:  115898                                               |
0.00/0.00	|  Number of clauses:    649270                                               |
0.59/0.63	|  Parsing time:         0.57         s                                       |
24.28/24.31	============================[ Search Statistics ]==============================
24.28/24.31	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
24.28/24.31	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
24.28/24.31	===============================================================================
24.28/24.31	|         0 |   31748   485694  2001621 |   161898        0    nan |  0.000 % |
24.39/24.46	|       100 |   31748   485694  2001621 |   178087      100     12 |  0.029 % |
24.49/24.55	|       250 |   31748   485694  2001621 |   195896      250     12 |  0.029 % |
24.89/24.93	|       475 |   31748   485694  2001621 |   215486      475     12 |  0.029 % |
25.09/25.17	|       812 |   31748   485694  2001621 |   237034      812     13 |  0.029 % |
25.68/25.77	|      1319 |   31748   485694  2001621 |   260738     1319     17 |  0.029 % |
27.58/27.61	|      2080 |   31748   485694  2001621 |   286812     2080     23 |  0.029 % |
28.68/28.77	|      3219 |   31741   485518  2000606 |   315493     3216     24 |  0.035 % |
32.78/32.88	|      4927 |   31741   485518  2000606 |   347042     4924     23 |  0.035 % |
36.08/36.18	|      7489 |   31741   485518  2000606 |   381747     7486     22 |  0.035 % |
39.98/40.09	|     11334 |   31741   485518  2000606 |   419921    11331     21 |  0.035 % |
47.77/47.89	|     17100 |   31741   485518  2000606 |   461913    17097     22 |  0.035 % |
59.17/59.26	|     25749 |   31719   485227  1999385 |   508105    25743     21 |  0.054 % |
77.26/77.34	|     38723 |   31719   485227  1999385 |   558915    38716     20 |  0.064 % |
107.55/107.68	|     58186 |   31708   485085  1998777 |   614807    58179     19 |  0.064 % |
153.74/153.85	|     87378 |   31708   485085  1998777 |   676288    87371     19 |  0.064 % |
209.62/209.72	===============================================================================
209.62/209.72	restarts              : 16
209.62/209.72	conflicts             : 117503         (561 /sec)
209.62/209.72	decisions             : 166438         (1.83 % random) (794 /sec)
209.62/209.72	propagations          : 187305641      (893991 /sec)
209.62/209.72	conflict literals     : 2143895        (40.47 % deleted)
209.62/209.72	Memory used           : 92.31 MB
209.62/209.72	CPU time              : 209.516 s
209.62/209.72	
209.62/209.72	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-1796364-1242075009/watcher-1796364-1242075009 -o /tmp/evaluation-result-1796364-1242075009/solver-1796364-1242075009 -C 1200 -W 1800 -M 1800 minisat_static HOME/instance-1796364-1242075009.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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 1.05 1.04 1.00 2/64 19831
/proc/meminfo: memFree=1535864/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=2356 CPUtime=0
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 474 0 0 0 0 0 0 0 18 0 1 0 235535103 2412544 459 1992294400 134512640 135243866 4294956256 18446744073709551615 134553583 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 589 459 65 178 0 409 0

[startup+0.0394349 s]
/proc/loadavg: 1.05 1.04 1.00 2/64 19831
/proc/meminfo: memFree=1535864/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=5348 CPUtime=0.03
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 1150 0 0 0 3 0 0 0 18 0 1 0 235535103 5476352 1135 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 1337 1135 65 178 0 1157 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 5348

[startup+0.102444 s]
/proc/loadavg: 1.05 1.04 1.00 2/64 19831
/proc/meminfo: memFree=1535864/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=10544 CPUtime=0.09
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 2371 0 0 0 8 1 0 0 18 0 1 0 235535103 10797056 2356 1992294400 134512640 135243866 4294956256 18446744073709551615 134748230 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 2636 2356 65 178 0 2456 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 10544

[startup+0.301484 s]
/proc/loadavg: 1.05 1.04 1.00 2/64 19831
/proc/meminfo: memFree=1535864/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=27520 CPUtime=0.29
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 6159 0 0 0 26 3 0 0 19 0 1 0 235535103 28180480 6144 1992294400 134512640 135243866 4294956256 18446744073709551615 134547865 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 6880 6144 65 178 0 6700 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 27520

[startup+0.702555 s]
/proc/loadavg: 1.05 1.04 1.00 2/64 19831
/proc/meminfo: memFree=1535864/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=53768 CPUtime=0.69
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 12590 0 0 0 63 6 0 0 23 0 1 0 235535103 55058432 12575 1992294400 134512640 135243866 4294956256 18446744073709551615 134536647 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 13442 12575 79 178 0 13262 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53768

[startup+1.5017 s]
/proc/loadavg: 1.13 1.06 1.01 2/65 19832
/proc/meminfo: memFree=1485680/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=53768 CPUtime=1.49
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 12590 0 0 0 143 6 0 0 25 0 1 0 235535103 55058432 12575 1992294400 134512640 135243866 4294956256 18446744073709551615 134535712 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 13442 12575 79 178 0 13262 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 53768

[startup+3.10199 s]
/proc/loadavg: 1.13 1.06 1.01 2/65 19832
/proc/meminfo: memFree=1485680/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=53768 CPUtime=3.09
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 12590 0 0 0 303 6 0 0 25 0 1 0 235535103 55058432 12575 1992294400 134512640 135243866 4294956256 18446744073709551615 134535747 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 13442 12575 79 178 0 13262 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53768

[startup+6.30158 s]
/proc/loadavg: 1.13 1.06 1.01 2/65 19832
/proc/meminfo: memFree=1445296/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=98808 CPUtime=6.29
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 23712 0 0 0 618 11 0 0 25 0 1 0 235535103 101179392 23697 1992294400 134512640 135243866 4294956256 18446744073709551615 134541936 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 24702 23697 80 178 0 24522 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 98808

[startup+12.7017 s]
/proc/loadavg: 1.11 1.06 1.01 2/65 19832
/proc/meminfo: memFree=1439024/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=100856 CPUtime=12.69
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 24254 0 0 0 1258 11 0 0 25 0 1 0 235535103 103276544 24239 1992294400 134512640 135243866 4294956256 18446744073709551615 134531818 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 25214 24239 80 178 0 25034 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 100856

[startup+25.5011 s]
/proc/loadavg: 1.09 1.05 1.01 2/65 19832
/proc/meminfo: memFree=1444912/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=93816 CPUtime=25.48
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 25830 0 0 0 2536 12 0 0 25 0 1 0 235535103 96067584 22750 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 23454 22750 87 178 0 23274 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 93816

[startup+51.1018 s]
/proc/loadavg: 1.05 1.05 1.00 2/65 19832
/proc/meminfo: memFree=1445040/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=93816 CPUtime=51.07
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 25831 0 0 0 5095 12 0 0 25 0 1 0 235535103 96067584 22751 1992294400 134512640 135243866 4294956256 18446744073709551615 134555629 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 23454 22751 87 178 0 23274 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 93816

[startup+102.305 s]
/proc/loadavg: 1.02 1.04 1.00 2/65 19832
/proc/meminfo: memFree=1444848/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=94060 CPUtime=102.26
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 25886 0 0 0 10214 12 0 0 25 0 1 0 235535103 96317440 22806 1992294400 134512640 135243866 4294956256 18446744073709551615 134556170 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 23515 22806 87 178 0 23335 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 94060

[startup+162.301 s]
/proc/loadavg: 1.01 1.03 1.00 2/65 19832
/proc/meminfo: memFree=1444656/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=94180 CPUtime=162.24
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 25925 0 0 0 16211 13 0 0 25 0 1 0 235535103 96440320 22845 1992294400 134512640 135243866 4294956256 18446744073709551615 134565112 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 23545 22845 87 178 0 23365 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 94180

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

[startup+179.101 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 19832
/proc/meminfo: memFree=1444592/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=94360 CPUtime=179.03
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 25934 0 0 0 17890 13 0 0 25 0 1 0 235535103 96624640 22854 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 23590 22854 87 178 0 23410 0
Current children cumulated CPU time (s) 179.03
Current children cumulated vsize (KiB) 94360

[startup+191.902 s]
/proc/loadavg: 1.00 1.03 1.00 2/65 19832
/proc/meminfo: memFree=1444400/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=94524 CPUtime=191.83
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 25981 0 0 0 19170 13 0 0 25 0 1 0 235535103 96792576 22901 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 23631 22901 87 178 0 23451 0
Current children cumulated CPU time (s) 191.83
Current children cumulated vsize (KiB) 94524

[startup+198.302 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 19832
/proc/meminfo: memFree=1444400/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=94524 CPUtime=198.22
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 25984 0 0 0 19809 13 0 0 25 0 1 0 235535103 96792576 22904 1992294400 134512640 135243866 4294956256 18446744073709551615 134556191 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 23631 22904 87 178 0 23451 0
Current children cumulated CPU time (s) 198.22
Current children cumulated vsize (KiB) 94524

[startup+204.702 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 19832
/proc/meminfo: memFree=1444400/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=94524 CPUtime=204.62
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 25984 0 0 0 20449 13 0 0 25 0 1 0 235535103 96792576 22904 1992294400 134512640 135243866 4294956256 18446744073709551615 134555659 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 23631 22904 87 178 0 23451 0
Current children cumulated CPU time (s) 204.62
Current children cumulated vsize (KiB) 94524

[startup+207.905 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 19832
/proc/meminfo: memFree=1444400/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=94524 CPUtime=207.82
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 25984 0 0 0 20769 13 0 0 25 0 1 0 235535103 96792576 22904 1992294400 134512640 135243866 4294956256 18446744073709551615 134567865 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 23631 22904 87 178 0 23451 0
Current children cumulated CPU time (s) 207.82
Current children cumulated vsize (KiB) 94524

[startup+208.702 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 19832
/proc/meminfo: memFree=1444400/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=94524 CPUtime=208.62
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 25984 0 0 0 20849 13 0 0 25 0 1 0 235535103 96792576 22904 1992294400 134512640 135243866 4294956256 18446744073709551615 134555883 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 23631 22904 87 178 0 23451 0
Current children cumulated CPU time (s) 208.62
Current children cumulated vsize (KiB) 94524

[startup+209.502 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 19832
/proc/meminfo: memFree=1444400/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=94524 CPUtime=209.42
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 25984 0 0 0 20929 13 0 0 25 0 1 0 235535103 96792576 22904 1992294400 134512640 135243866 4294956256 18446744073709551615 134555920 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 23631 22904 87 178 0 23451 0
Current children cumulated CPU time (s) 209.42
Current children cumulated vsize (KiB) 94524

[startup+209.702 s]
/proc/loadavg: 1.00 1.02 1.00 2/65 19832
/proc/meminfo: memFree=1444400/2055920 swapFree=4168304/4192956
[pid=19831] ppid=19829 vsize=94524 CPUtime=209.62
/proc/19831/stat : 19831 (minisat_static) R 19829 19831 19698 0 -1 4194304 25984 0 0 0 20949 13 0 0 25 0 1 0 235535103 96792576 22904 1992294400 134512640 135243866 4294956256 18446744073709551615 134556101 0 0 4096 3 0 0 0 17 1 0 0
/proc/19831/statm: 23631 22904 87 178 0 23451 0
Current children cumulated CPU time (s) 209.62
Current children cumulated vsize (KiB) 94524

Child status: 20
Real time (s): 209.738
CPU time (s): 209.667
CPU user time (s): 209.516
CPU system time (s): 0.150977
CPU usage (%): 99.9663
Max. virtual memory (cumulated for all children) (KiB): 106808

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

runsolver used 0.172973 second user time and 0.467928 second system time

The end

Launcher Data

Begin job on node2 at 2009-05-11 22:50:10
IDJOB=1796364
IDBENCH=20421
IDSOLVER=568
FILE ID=node2/1796364-1242075009
PBS_JOBID= 9277658
Free space on /tmp= 66364 MiB

SOLVER NAME= minisat2-simp 070721
BENCH NAME= SAT07/industrial/palacios/uts/uts-l06-ipc5-h28-unknown.cnf
COMMAND LINE= minisat_static BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1796364-1242075009/watcher-1796364-1242075009 -o /tmp/evaluation-result-1796364-1242075009/solver-1796364-1242075009 -C 1200 -W 1800 -M 1800  minisat_static HOME/instance-1796364-1242075009.cnf

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

MD5SUM BENCH= ccc94758bbd09de3056ff3a062ddfd45
RANDOM SEED=301270728

node2.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.265
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.265
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:       1536344 kB
Buffers:         70556 kB
Cached:         345760 kB
SwapCached:      18952 kB
Active:         164176 kB
Inactive:       273452 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1536344 kB
SwapTotal:     4192956 kB
SwapFree:      4168304 kB
Dirty:           12460 kB
Writeback:           0 kB
Mapped:          14056 kB
Slab:            67864 kB
Committed_AS:  1036024 kB
PageTables:       1480 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= 66364 MiB
End job on node2 at 2009-05-11 22:53:40