Trace number 316025

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 2007 (with assertions)UNSAT 140.777 140.838

General information on the benchmark

Nameindustrial/palacios/medium/
blocks-4-ipc5-h21-unknown.cnf
MD5SUM3b8c6114a974b09e9b1601ba0718cbf3
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark29.2646
Satisfiable
(Un)Satisfiability was proved
Number of variables135534
Number of clauses905980
Sum of the clauses size2447966
Maximum clause length417
Minimum clause length1
Number of clauses of size 1125
Number of clauses of size 2771665
Number of clauses of size 3128198
Number of clauses of size 41424
Number of clauses of size 579
Number of clauses of size over 54489

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:  136756                                               |
0.00/0.00	c |  Number of clauses:    905980                                               |
3.30/3.35	c |  Parsing time:         3.27         s                                       |
40.67/40.71	c ============================[ Search Statistics ]==============================
40.67/40.71	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
40.67/40.71	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
40.67/40.71	c ===============================================================================
40.67/40.71	c |         0 |   39051   709610  2745846 |   236536        0    nan |  0.000 % |
41.07/41.10	c |       100 |   39051   709610  2745846 |   260190      100     16 |  0.091 % |
41.37/41.44	c |       250 |   39051   709610  2745846 |   286209      250     18 |  0.091 % |
41.87/41.95	c |       475 |   39051   709610  2745846 |   314830      475     16 |  0.091 % |
42.97/43.02	c |       812 |   39051   709610  2745846 |   346313      812     20 |  0.091 % |
44.46/44.54	c |      1319 |   39051   709610  2745846 |   380944     1319     21 |  0.091 % |
46.16/46.21	c |      2078 |   39051   709610  2745846 |   419039     2078     18 |  0.091 % |
49.56/49.66	c |      3217 |   39051   709610  2745846 |   460943     3217     18 |  0.091 % |
55.36/55.42	c |      4925 |   39051   709610  2745846 |   507037     4925     19 |  0.091 % |
61.75/61.81	c |      7487 |   39051   709610  2745846 |   557741     7487     20 |  0.091 % |
75.35/75.49	c |     11331 |   39051   709610  2745846 |   613515    11331     21 |  0.091 % |
92.74/92.85	c |     17097 |   39051   709610  2745846 |   674866    17097     20 |  0.091 % |
117.54/117.61	c |     25746 |   39051   709610  2745846 |   742353    25746     20 |  0.091 % |
140.23/140.39	c ===============================================================================
140.23/140.39	c restarts              : 13
140.23/140.39	c conflicts             : 33897          (242 /sec)
140.23/140.39	c decisions             : 56403          (1.60 % random) (402 /sec)
140.23/140.39	c propagations          : 141852506      (1011926 /sec)
140.23/140.39	c conflict literals     : 635880         (46.97 % deleted)
140.23/140.39	c Memory used           : 115.89 MB
140.23/140.39	c CPU time              : 140.181 s
140.23/140.39	c 
140.73/140.83	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.2.1 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node75/watcher-316025-1172663410 -o ROOT/results/node75/solver-316025-1172663410 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/316025-1172663410/minisat /tmp/evaluation/316025-1172663410/instance-316025-1172663410.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.07 0.99 0.98 3/64 1452
/proc/meminfo: memFree=1690128/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=2180 CPUtime=0
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 461 0 0 0 0 0 0 0 19 0 1 0 286306866 2232320 445 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134553294 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 545 445 58 138 0 404 0

[startup+0.09879 s]
/proc/loadavg: 1.07 0.99 0.98 3/64 1452
/proc/meminfo: memFree=1690128/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=8280 CPUtime=0.09
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 1871 0 0 0 8 1 0 0 19 0 1 0 286306866 8478720 1855 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 2070 1855 58 138 0 1929 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8280

[startup+0.101791 s]
/proc/loadavg: 1.07 0.99 0.98 3/64 1452
/proc/meminfo: memFree=1690128/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=8412 CPUtime=0.09
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 1924 0 0 0 8 1 0 0 19 0 1 0 286306866 8613888 1908 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 2103 1908 58 138 0 1962 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8412

[startup+0.301814 s]
/proc/loadavg: 1.07 0.99 0.98 3/64 1452
/proc/meminfo: memFree=1690128/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=17004 CPUtime=0.29
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 3881 0 0 0 27 2 0 0 21 0 1 0 286306866 17412096 3865 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 4251 3865 58 138 0 4110 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 17004

[startup+0.701862 s]
/proc/loadavg: 1.07 0.99 0.98 3/64 1452
/proc/meminfo: memFree=1690128/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=28560 CPUtime=0.69
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 6479 0 0 0 66 3 0 0 25 0 1 0 286306866 29245440 6463 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134710340 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 7140 6463 58 138 0 6999 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 28560

[startup+1.50196 s]
/proc/loadavg: 1.07 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1659336/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=42944 CPUtime=1.49
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 9708 0 0 0 145 4 0 0 25 0 1 0 286306866 43974656 9692 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134532681 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 10736 9692 58 138 0 10595 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42944

[startup+3.10114 s]
/proc/loadavg: 1.07 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1644744/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=57776 CPUtime=3.09
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 13648 0 0 0 303 6 0 0 25 0 1 0 286306866 59162624 13632 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 14444 13633 58 138 0 14303 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 57776

[startup+6.30152 s]
/proc/loadavg: 1.06 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1622792/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=79448 CPUtime=6.29
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 19430 0 0 0 620 9 0 0 25 0 1 0 286306866 81354752 19414 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 19862 19414 70 138 0 19721 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 79448

[startup+12.7013 s]
/proc/loadavg: 1.06 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1572616/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=124176 CPUtime=12.69
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 30052 0 0 0 1256 13 0 0 25 0 1 0 286306866 127156224 30036 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134532688 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 31044 30036 70 138 0 30903 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 124176

[startup+25.5018 s]
/proc/loadavg: 1.05 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1562184/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=130972 CPUtime=25.49
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 32019 0 0 0 2535 14 0 0 25 0 1 0 286306866 134115328 32003 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134521260 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 32743 32003 70 138 0 32602 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 130972

[startup+51.1018 s]
/proc/loadavg: 1.03 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1573832/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=118672 CPUtime=51.06
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 33733 0 0 0 5091 15 0 0 25 0 1 0 286306866 121520128 29080 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 29668 29080 73 138 0 29527 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 118672

[startup+102.306 s]
/proc/loadavg: 1.01 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1573960/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=118672 CPUtime=102.25
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 33734 0 0 0 10210 15 0 0 25 0 1 0 286306866 121520128 29081 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 29668 29081 73 138 0 29527 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 118672

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

[startup+127.902 s]
/proc/loadavg: 1.01 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1573960/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=118672 CPUtime=127.83
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 33734 0 0 0 12768 15 0 0 25 0 1 0 286306866 121520128 29081 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550521 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 29668 29081 73 138 0 29527 0
Current children cumulated CPU time (s) 127.83
Current children cumulated vsize (KiB) 118672

[startup+134.302 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1573896/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=118672 CPUtime=134.23
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 33735 0 0 0 13408 15 0 0 25 0 1 0 286306866 121520128 29082 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 29668 29082 73 138 0 29527 0
Current children cumulated CPU time (s) 134.23
Current children cumulated vsize (KiB) 118672

[startup+137.505 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1573896/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=118672 CPUtime=137.44
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 33736 0 0 0 13729 15 0 0 25 0 1 0 286306866 121520128 29083 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550637 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 29668 29083 73 138 0 29527 0
Current children cumulated CPU time (s) 137.44
Current children cumulated vsize (KiB) 118672

[startup+139.101 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1573896/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=118672 CPUtime=139.03
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 33736 0 0 0 13888 15 0 0 25 0 1 0 286306866 121520128 29083 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550573 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 29668 29083 73 138 0 29527 0
Current children cumulated CPU time (s) 139.03
Current children cumulated vsize (KiB) 118672

[startup+139.901 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1573896/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=118672 CPUtime=139.83
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 33736 0 0 0 13968 15 0 0 25 0 1 0 286306866 121520128 29083 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550254 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 29668 29083 73 138 0 29527 0
Current children cumulated CPU time (s) 139.83
Current children cumulated vsize (KiB) 118672

[startup+140.301 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1573896/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=118672 CPUtime=140.23
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 33736 0 0 0 14008 15 0 0 25 0 1 0 286306866 121520128 29083 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 29668 29083 73 138 0 29527 0
Current children cumulated CPU time (s) 140.23
Current children cumulated vsize (KiB) 118672

[startup+140.701 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1576392/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=115964 CPUtime=140.63
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 33742 0 0 0 14048 15 0 0 25 0 1 0 286306866 118747136 28419 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134702498 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 28991 28419 78 138 0 28850 0
Current children cumulated CPU time (s) 140.63
Current children cumulated vsize (KiB) 115964

[startup+140.805 s]
/proc/loadavg: 1.00 0.99 0.98 2/65 1453
/proc/meminfo: memFree=1576392/2055920 swapFree=4183136/4192956
[pid=1452] ppid=1450 vsize=113356 CPUtime=140.73
/proc/1452/stat : 1452 (minisat) R 1450 1452 1308 0 -1 4194304 33742 0 0 0 14058 15 0 0 25 0 1 0 286306866 116076544 27775 18446744073709551615 134512640 135078472 4294956640 18446744073709551615 134702404 0 0 4096 3 0 0 0 17 1 0 0
/proc/1452/statm: 28339 27775 78 138 0 28198 0
Current children cumulated CPU time (s) 140.73
Current children cumulated vsize (KiB) 113356

Child status: 0
Real time (s): 140.838
CPU time (s): 140.777
CPU user time (s): 140.607
CPU system time (s): 0.169974
CPU usage (%): 99.9563
Max. virtual memory (cumulated for all children) (KiB): 143364

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

runsolver used 0.101984 second user time and 0.300954 second system time

The end

Launcher Data (download as text)

Begin job on node75 on Wed Feb 28 11:50:10 UTC 2007

IDJOB= 316025
IDBENCH= 20431
IDSOLVER= 109
FILE ID= node75/316025-1172663410

PBS_JOBID= 3981215

Free space on /tmp= 66504 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/blocks-4-ipc5-h21-unknown.cnf
COMMAND LINE= /tmp/evaluation/316025-1172663410/minisat /tmp/evaluation/316025-1172663410/instance-316025-1172663410.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node75/watcher-316025-1172663410 -o ROOT/results/node75/solver-316025-1172663410 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/316025-1172663410/minisat /tmp/evaluation/316025-1172663410/instance-316025-1172663410.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  3b8c6114a974b09e9b1601ba0718cbf3

RANDOM SEED= 629903528

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node75.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.218
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.218
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:       1690600 kB
Buffers:          7844 kB
Cached:         308796 kB
SwapCached:       3572 kB
Active:          93096 kB
Inactive:       232796 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1690600 kB
SwapTotal:     4192956 kB
SwapFree:      4183136 kB
Dirty:           17424 kB
Writeback:           0 kB
Mapped:          15284 kB
Slab:            25380 kB
Committed_AS:   802852 kB
PageTables:       1432 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= 66504 MiB

End job on node75 on Wed Feb 28 11:52:31 UTC 2007