Trace number 1797566

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
IUT_BMB_SIM 1.0UNSAT 56.5004 56.5327

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor032.cnf
MD5SUM25c7914ccc82f6f574febbd03924feed
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark21.6447
Satisfiable
(Un)Satisfiability was proved
Number of variables16239
Number of clauses48332
Sum of the clauses size112772
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 232220
Number of clauses of size 316110
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

0.00/0.00	c IUT_BMB_SIM version 1.0
0.70/0.75	This is MiniSat 2.0 beta
0.70/0.75	WARNING: for repeatability, setting FPU to use double precision
0.70/0.75	============================[ Problem Statistics ]=============================
0.70/0.75	|                                                                             |
0.70/0.75	|  Number of variables:  16239                                                |
0.70/0.75	|  Number of clauses:    48308                                                |
0.70/0.78	|  Parsing time:         0.02         s                                       |
0.70/0.78	============================[ Search Statistics ]==============================
0.70/0.78	| Conflicts |          ORIGINAL         |          LEARNT          | Progress |
0.70/0.78	|           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
0.70/0.78	===============================================================================
0.70/0.78	|         0 |   16234    48308   112717 |    16102        0    nan |  0.000 % |
0.74/0.81	|       100 |   16233    48308   112717 |    17712       99     14 |  0.006 % |
0.74/0.88	|       250 |   16233    48305   112711 |    19484      249     35 |  0.006 % |
0.74/0.93	|       476 |   16233    48305   112711 |    21432      475     28 |  0.006 % |
0.98/1.01	|       814 |   16233    48305   112711 |    23575      813     33 |  0.006 % |
1.08/1.18	|      1320 |   16233    48305   112711 |    25933     1319     34 |  0.006 % |
1.38/1.45	|      2079 |   16233    48305   112711 |    28526     2078     41 |  0.006 % |
1.68/1.76	|      3219 |   16233    48305   112711 |    31379     3218     40 |  0.006 % |
2.28/2.33	|      4927 |   16232    48302   112705 |    34517     4925     48 |  0.012 % |
3.08/3.17	|      7489 |   16232    48302   112705 |    37969     7487     56 |  0.012 % |
5.17/5.27	|     11335 |   16232    48302   112705 |    41766    11333     84 |  0.012 % |
8.67/8.76	|     17101 |   16232    48302   112705 |    45942    17099     92 |  0.012 % |
14.47/14.50	|     25750 |   16232    48302   112705 |    50537    25748     94 |  0.012 % |
23.37/23.41	|     38726 |   16232    48302   112705 |    55590    38724     91 |  0.012 % |
41.25/41.39	|     58189 |   16232    48302   112705 |    61149    58187     90 |  0.012 % |
56.35/56.44	===============================================================================
56.35/56.44	restarts              : 15
56.35/56.44	conflicts             : 74815          (1346 /sec)
56.35/56.44	decisions             : 293150         (1.50 % random) (5274 /sec)
56.35/56.44	propagations          : 78841781       (1418488 /sec)
56.35/56.44	conflict literals     : 6362095        (41.33 % deleted)
56.35/56.44	Memory used           : 32.11 MB
56.35/56.44	CPU time              : 55.5816 s
56.35/56.44	
56.35/56.44	UNSATISFIABLE
56.35/56.45	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-1797566-1242079091/watcher-1797566-1242079091 -o /tmp/evaluation-result-1797566-1242079091/solver-1797566-1242079091 -C 1200 -W 1800 -M 1800 IUT_BMB_SIM HOME/instance-1797566-1242079091.cnf HOME 

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: 0.97 0.98 0.99 3/64 28270
/proc/meminfo: memFree=1912936/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=1852 CPUtime=0
/proc/28270/stat : 28270 (IUT_BMB_SIM) R 28268 28270 27807 0 -1 4194304 189 0 0 0 0 0 0 0 18 0 1 0 235935125 1896448 172 1992294400 134512640 135635349 4294956224 18446744073709551615 134533692 0 0 4096 0 0 0 0 17 0 0 0
/proc/28270/statm: 463 173 90 274 0 186 0

[startup+0.0956711 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 28270
/proc/meminfo: memFree=1912936/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=5028 CPUtime=0.09
/proc/28270/stat : 28270 (IUT_BMB_SIM) R 28268 28270 27807 0 -1 4194304 1080 0 0 0 9 0 0 0 18 0 1 0 235935125 5148672 1063 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/28270/statm: 1257 1063 97 274 0 980 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5028

[startup+0.102671 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 28270
/proc/meminfo: memFree=1912936/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=5160 CPUtime=0.09
/proc/28270/stat : 28270 (IUT_BMB_SIM) R 28268 28270 27807 0 -1 4194304 1103 0 0 0 9 0 0 0 18 0 1 0 235935125 5283840 1086 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/28270/statm: 1290 1086 97 274 0 1013 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 5160

[startup+0.30169 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 28270
/proc/meminfo: memFree=1912936/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=7800 CPUtime=0.29
/proc/28270/stat : 28270 (IUT_BMB_SIM) R 28268 28270 27807 0 -1 4194304 1757 0 0 0 29 0 0 0 20 0 1 0 235935125 7987200 1740 1992294400 134512640 135635349 4294956224 18446744073709551615 135072822 0 0 4096 0 0 0 0 17 0 0 0
/proc/28270/statm: 1950 1740 97 274 0 1673 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 7800

[startup+0.702731 s]
/proc/loadavg: 0.97 0.98 0.99 3/64 28270
/proc/meminfo: memFree=1912936/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=11348 CPUtime=0.7
/proc/28270/stat : 28270 (IUT_BMB_SIM) R 28268 28270 27807 0 -1 4194304 2707 0 0 0 56 14 0 0 24 0 1 0 235935125 11620352 2658 1992294400 134512640 135635349 4294956224 18446744073709551615 135132510 0 0 4096 0 0 0 0 17 0 0 0
/proc/28270/statm: 2837 2658 100 274 0 2560 0
Current children cumulated CPU time (s) 0.7
Current children cumulated vsize (KiB) 11348

[startup+1.50181 s]
/proc/loadavg: 0.97 0.98 0.99 2/66 28272
/proc/meminfo: memFree=1898008/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=11348 CPUtime=0.74
/proc/28270/stat : 28270 (IUT_BMB_SIM) S 28268 28270 27807 0 -1 4194304 2713 0 0 0 57 17 0 0 24 0 1 0 235935125 11620352 2663 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28270/statm: 2837 2663 105 274 0 2560 0
[pid=28272] ppid=28270 vsize=5440 CPUtime=0.74
/proc/28272/stat : 28272 (minisat) R 28270 28270 27807 0 -1 4194304 1377 0 0 0 73 1 0 0 24 0 1 0 235935200 5570560 1127 1992294400 134512640 135212939 4294956320 18446744073709551615 134526624 0 0 4096 3 0 0 0 17 0 0 0
/proc/28272/statm: 1360 1127 77 170 0 1188 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 16788

[startup+3.10197 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 28272
/proc/meminfo: memFree=1896984/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=11348 CPUtime=0.74
/proc/28270/stat : 28270 (IUT_BMB_SIM) S 28268 28270 27807 0 -1 4194304 2713 0 0 0 57 17 0 0 24 0 1 0 235935125 11620352 2663 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28270/statm: 2837 2663 105 274 0 2560 0
[pid=28272] ppid=28270 vsize=7024 CPUtime=2.34
/proc/28272/stat : 28272 (minisat) R 28270 28270 27807 0 -1 4194304 1760 0 0 0 233 1 0 0 25 0 1 0 235935200 7192576 1510 1992294400 134512640 135212939 4294956320 18446744073709551615 134529498 0 0 4096 3 0 0 0 17 0 0 0
/proc/28272/statm: 1756 1510 77 170 0 1584 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 18372

[startup+6.30128 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 28272
/proc/meminfo: memFree=1893400/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=11348 CPUtime=0.74
/proc/28270/stat : 28270 (IUT_BMB_SIM) S 28268 28270 27807 0 -1 4194304 2713 0 0 0 57 17 0 0 24 0 1 0 235935125 11620352 2663 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28270/statm: 2837 2663 105 274 0 2560 0
[pid=28272] ppid=28270 vsize=10116 CPUtime=5.53
/proc/28272/stat : 28272 (minisat) R 28270 28270 27807 0 -1 4194304 2537 0 0 0 551 2 0 0 25 0 1 0 235935200 10358784 2287 1992294400 134512640 135212939 4294956320 18446744073709551615 134536307 0 0 4096 3 0 0 0 17 0 0 0
/proc/28272/statm: 2529 2287 77 170 0 2357 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 21464

[startup+12.7019 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 28272
/proc/meminfo: memFree=1888088/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=11348 CPUtime=0.74
/proc/28270/stat : 28270 (IUT_BMB_SIM) S 28268 28270 27807 0 -1 4194304 2713 0 0 0 57 17 0 0 24 0 1 0 235935125 11620352 2663 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28270/statm: 2837 2663 105 274 0 2560 0
[pid=28272] ppid=28270 vsize=15060 CPUtime=11.93
/proc/28272/stat : 28272 (minisat) R 28270 28270 27807 0 -1 4194304 3796 0 0 0 1190 3 0 0 25 0 1 0 235935200 15421440 3546 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/28272/statm: 3765 3546 77 170 0 3593 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 26408

[startup+25.5022 s]
/proc/loadavg: 0.98 0.98 0.99 2/66 28272
/proc/meminfo: memFree=1880408/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=11348 CPUtime=0.74
/proc/28270/stat : 28270 (IUT_BMB_SIM) S 28268 28270 27807 0 -1 4194304 2713 0 0 0 57 17 0 0 24 0 1 0 235935125 11620352 2663 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28270/statm: 2837 2663 105 274 0 2560 0
[pid=28272] ppid=28270 vsize=22652 CPUtime=24.73
/proc/28272/stat : 28272 (minisat) R 28270 28270 27807 0 -1 4194304 5658 0 0 0 2468 5 0 0 25 0 1 0 235935200 23195648 5408 1992294400 134512640 135212939 4294956320 18446744073709551615 134526875 0 0 4096 3 0 0 0 17 0 0 0
/proc/28272/statm: 5663 5408 77 170 0 5491 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 34000

[startup+51.1027 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28272
/proc/meminfo: memFree=1870680/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=11348 CPUtime=0.74
/proc/28270/stat : 28270 (IUT_BMB_SIM) S 28268 28270 27807 0 -1 4194304 2713 0 0 0 57 17 0 0 24 0 1 0 235935125 11620352 2663 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28270/statm: 2837 2663 105 274 0 2560 0
[pid=28272] ppid=28270 vsize=32420 CPUtime=50.32
/proc/28272/stat : 28272 (minisat) R 28270 28270 27807 0 -1 4194304 8045 0 0 0 5024 8 0 0 25 0 1 0 235935200 33198080 7795 1992294400 134512640 135212939 4294956320 18446744073709551615 134526587 0 0 4096 3 0 0 0 17 0 0 0
/proc/28272/statm: 8105 7795 77 170 0 7933 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 43768

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

[startup+54.3011 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28272
/proc/meminfo: memFree=1870680/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=11348 CPUtime=0.74
/proc/28270/stat : 28270 (IUT_BMB_SIM) S 28268 28270 27807 0 -1 4194304 2713 0 0 0 57 17 0 0 24 0 1 0 235935125 11620352 2663 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28270/statm: 2837 2663 105 274 0 2560 0
[pid=28272] ppid=28270 vsize=32420 CPUtime=53.51
/proc/28272/stat : 28272 (minisat) R 28270 28270 27807 0 -1 4194304 8045 0 0 0 5343 8 0 0 25 0 1 0 235935200 33198080 7795 1992294400 134512640 135212939 4294956320 18446744073709551615 134529472 0 0 4096 3 0 0 0 17 0 0 0
/proc/28272/statm: 8105 7795 77 170 0 7933 0
Current children cumulated CPU time (s) 54.25
Current children cumulated vsize (KiB) 43768

[startup+55.9012 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28272
/proc/meminfo: memFree=1870680/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=11348 CPUtime=0.74
/proc/28270/stat : 28270 (IUT_BMB_SIM) S 28268 28270 27807 0 -1 4194304 2713 0 0 0 57 17 0 0 24 0 1 0 235935125 11620352 2663 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28270/statm: 2837 2663 105 274 0 2560 0
[pid=28272] ppid=28270 vsize=32556 CPUtime=55.11
/proc/28272/stat : 28272 (minisat) R 28270 28270 27807 0 -1 4194304 8061 0 0 0 5503 8 0 0 25 0 1 0 235935200 33337344 7811 1992294400 134512640 135212939 4294956320 18446744073709551615 134526848 0 0 4096 3 0 0 0 17 0 0 0
/proc/28272/statm: 8139 7811 77 170 0 7967 0
Current children cumulated CPU time (s) 55.85
Current children cumulated vsize (KiB) 43904

[startup+56.3013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28272
/proc/meminfo: memFree=1870680/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=11348 CPUtime=0.74
/proc/28270/stat : 28270 (IUT_BMB_SIM) S 28268 28270 27807 0 -1 4194304 2713 0 0 0 57 17 0 0 24 0 1 0 235935125 11620352 2663 1992294400 134512640 135635349 4294956224 18446744073709551615 135129102 0 65536 4102 0 18446744071563356171 0 0 17 0 0 0
/proc/28270/statm: 2837 2663 105 274 0 2560 0
[pid=28272] ppid=28270 vsize=32716 CPUtime=55.51
/proc/28272/stat : 28272 (minisat) R 28270 28270 27807 0 -1 4194304 8105 0 0 0 5543 8 0 0 25 0 1 0 235935200 33501184 7855 1992294400 134512640 135212939 4294956320 18446744073709551615 134526608 0 0 4096 3 0 0 0 17 0 0 0
/proc/28272/statm: 8179 7855 77 170 0 8007 0
Current children cumulated CPU time (s) 56.25
Current children cumulated vsize (KiB) 44064

[startup+56.5013 s]
/proc/loadavg: 0.99 0.98 0.99 2/66 28272
/proc/meminfo: memFree=1870680/2055920 swapFree=4180268/4192956
[pid=28270] ppid=28268 vsize=9620 CPUtime=56.45
/proc/28270/stat : 28270 (IUT_BMB_SIM) R 28268 28270 27807 0 -1 4194304 4535 8146 0 0 61 18 5558 8 19 0 1 0 235935125 9850880 2232 1992294400 134512640 135635349 4294956224 18446744073709551615 135067676 0 0 4096 0 0 0 0 17 0 0 0
/proc/28270/statm: 2405 2232 106 274 0 2128 0
Current children cumulated CPU time (s) 56.45
Current children cumulated vsize (KiB) 9620

Child status: 0
Real time (s): 56.5327
CPU time (s): 56.5004
CPU user time (s): 56.2255
CPU system time (s): 0.274958
CPU usage (%): 99.943
Max. virtual memory (cumulated for all children) (KiB): 44064

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

runsolver used 0.052991 second user time and 0.160975 second system time

The end

Launcher Data

Begin job on node70 at 2009-05-11 23:58:11
IDJOB=1797566
IDBENCH=70768
IDSOLVER=650
FILE ID=node70/1797566-1242079091
PBS_JOBID= 9277648
Free space on /tmp= 66336 MiB

SOLVER NAME= IUT_BMB_SIM 1.0
BENCH NAME= SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor032.cnf
COMMAND LINE= IUT_BMB_SIM BENCHNAME TMPDIR
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1797566-1242079091/watcher-1797566-1242079091 -o /tmp/evaluation-result-1797566-1242079091/solver-1797566-1242079091 -C 1200 -W 1800 -M 1800  IUT_BMB_SIM HOME/instance-1797566-1242079091.cnf HOME

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

MD5SUM BENCH= 25c7914ccc82f6f574febbd03924feed
RANDOM SEED=1579899393

node70.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.213
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.213
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:       1913416 kB
Buffers:          3384 kB
Cached:          69952 kB
SwapCached:       6496 kB
Active:          17164 kB
Inactive:        64600 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1913416 kB
SwapTotal:     4192956 kB
SwapFree:      4180268 kB
Dirty:            2876 kB
Writeback:           0 kB
Mapped:          14032 kB
Slab:            46832 kB
Committed_AS:   758592 kB
PageTables:       1372 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= 66332 MiB
End job on node70 at 2009-05-11 23:59:08