Trace number 320302

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 127.988 128.037

General information on the benchmark

Nameindustrial/manolios/
manol-pipe-c6nidw_i.cnf
MD5SUM15c4413e436aecbd4fcb1d7037e18abf
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark74.3737
Satisfiable
(Un)Satisfiability was proved
Number of variables95863
Number of clauses283363
Sum of the clauses size661179
Maximum clause length3
Minimum clause length1
Number of clauses of size 11
Number of clauses of size 2188908
Number of clauses of size 394454
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

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:  95863                                                |
0.00/0.00	c |  Number of clauses:    283363                                               |
0.29/0.39	c |  Parsing time:         0.36         s                                       |
2.39/2.45	c ============================[ Search Statistics ]==============================
2.39/2.45	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
2.39/2.45	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
2.39/2.45	c ===============================================================================
2.39/2.45	c |         0 |   21067   128369   540950 |    42789        0    nan |  0.000 % |
2.49/2.53	c |       101 |   21059   128369   540950 |    47068      100     10 |  0.227 % |
2.59/2.61	c |       252 |   21058   128369   540950 |    51775      250     11 |  0.231 % |
2.69/2.73	c |       477 |   21018   128369   540950 |    56953      474     10 |  0.341 % |
2.79/2.84	c |       815 |   21015   128369   540950 |    62648      812     11 |  0.341 % |
2.89/2.92	c |      1322 |   20997   128369   540950 |    68913     1313     12 |  0.382 % |
3.09/3.15	c |      2081 |   20966   128369   540950 |    75804     2071     17 |  0.384 % |
3.29/3.30	c |      3222 |   20704   124533   524761 |    83384     3206     22 |  0.407 % |
3.58/3.61	c |      4933 |   20685   124533   524761 |    91723     4915     21 |  0.416 % |
3.78/3.89	c |      7495 |   20678   124125   522874 |   100895     7470     22 |  0.416 % |
4.78/4.82	c |     11339 |   20628   124125   522874 |   110985    11311     23 |  0.494 % |
5.58/5.65	c |     17107 |   20603   123492   520187 |   122083    16945     24 |  0.494 % |
7.28/7.35	c |     25756 |   20587   123316   519585 |   134292    25590     25 |  0.511 % |
10.18/10.24	c |     38732 |   20572   123219   519300 |   147721    38562     28 |  0.527 % |
14.08/14.12	c |     58194 |   20567   123219   519300 |   162493    58023     31 |  0.534 % |
20.98/21.01	c |     87387 |   20560   123141   519081 |   178743    87215     29 |  0.539 % |
37.97/38.08	c |    131179 |   20517   122505   516496 |   196617   126237     27 |  0.584 % |
66.57/66.68	c |    196864 |   20504   122331   515631 |   216279   189329     28 |  0.598 % |
105.85/105.99	c |    295392 |   20496   122331   515631 |   237907    84893     25 |  0.611 % |
127.64/127.73	c ===============================================================================
127.64/127.73	c restarts              : 19
127.64/127.73	c conflicts             : 332134         (2604 /sec)
127.64/127.73	c decisions             : 1693579        (1.46 % random) (13277 /sec)
127.64/127.73	c propagations          : 76304136       (598175 /sec)
127.64/127.73	c conflict literals     : 9271551        (26.78 % deleted)
127.64/127.73	c Memory used           : 70.39 MB
127.64/127.73	c CPU time              : 127.562 s
127.64/127.73	c 
127.94/128.03	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/node35/watcher-320302-1173043778 -o ROOT/results/node35/solver-320302-1173043778 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/320302-1173043778/minisat /tmp/evaluation/320302-1173043778/instance-320302-1173043778.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: 0.91 0.95 0.90 3/64 9892
/proc/meminfo: memFree=1646488/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=1892 CPUtime=0
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 399 0 0 0 0 0 0 0 18 0 1 0 298141513 1937408 383 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134553469 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 473 384 58 138 0 332 0

[startup+0.0295909 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 9892
/proc/meminfo: memFree=1646488/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=3884 CPUtime=0.02
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 861 0 0 0 2 0 0 0 18 0 1 0 298141513 3977216 845 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134553294 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 971 845 58 138 0 830 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 3884

[startup+0.101605 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 9892
/proc/meminfo: memFree=1646488/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=8900 CPUtime=0.09
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 2062 0 0 0 9 0 0 0 18 0 1 0 298141513 9113600 2046 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 2225 2046 58 138 0 2084 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 8900

[startup+0.301643 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 9892
/proc/meminfo: memFree=1646488/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=23920 CPUtime=0.29
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 5205 0 0 0 27 2 0 0 19 0 1 0 298141513 24494080 5189 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 5980 5189 58 138 0 5839 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 23920

[startup+0.701721 s]
/proc/loadavg: 0.91 0.95 0.90 3/64 9892
/proc/meminfo: memFree=1646488/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=37612 CPUtime=0.69
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 8373 0 0 0 65 4 0 0 22 0 1 0 298141513 38514688 8357 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 9403 8357 72 138 0 9262 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 37612

[startup+1.50188 s]
/proc/loadavg: 0.91 0.95 0.90 2/65 9893
/proc/meminfo: memFree=1606096/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=54624 CPUtime=1.49
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 12481 0 0 0 144 5 0 0 25 0 1 0 298141513 55934976 12465 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134707275 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 13656 12465 72 138 0 13515 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 54624

[startup+3.10119 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 9893
/proc/meminfo: memFree=1591184/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=53736 CPUtime=3.09
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 14043 0 0 0 302 7 0 0 25 0 1 0 298141513 55025664 12678 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550608 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 13434 12678 74 138 0 13293 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 53736

[startup+6.30182 s]
/proc/loadavg: 0.92 0.95 0.90 2/65 9893
/proc/meminfo: memFree=1595536/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=53736 CPUtime=6.28
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 14043 0 0 0 621 7 0 0 25 0 1 0 298141513 55025664 12678 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550596 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 13434 12678 74 138 0 13293 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 53736

[startup+12.7011 s]
/proc/loadavg: 0.93 0.95 0.90 2/65 9893
/proc/meminfo: memFree=1595552/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=53980 CPUtime=12.68
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 14092 0 0 0 1261 7 0 0 25 0 1 0 298141513 55275520 12727 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550699 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 13495 12727 74 138 0 13354 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 53980

[startup+25.5016 s]
/proc/loadavg: 0.94 0.96 0.91 2/65 9893
/proc/meminfo: memFree=1592672/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=57184 CPUtime=25.48
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 14834 0 0 0 2540 8 0 0 25 0 1 0 298141513 58556416 13469 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 14296 13469 74 138 0 14155 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 57184

[startup+51.1016 s]
/proc/loadavg: 0.96 0.96 0.91 2/65 9893
/proc/meminfo: memFree=1586016/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=63968 CPUtime=51.08
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 16534 0 0 0 5098 10 0 0 25 0 1 0 298141513 65503232 15169 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 15992 15169 74 138 0 15851 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 63968

[startup+102.306 s]
/proc/loadavg: 0.98 0.96 0.91 2/65 9893
/proc/meminfo: memFree=1578016/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=72072 CPUtime=102.26
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 18507 0 0 0 10214 12 0 0 25 0 1 0 298141513 73801728 17142 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 18018 17142 74 138 0 17877 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 72072

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

[startup+115.101 s]
/proc/loadavg: 0.98 0.97 0.91 2/65 9893
/proc/meminfo: memFree=1578016/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=72072 CPUtime=115.05
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 18507 0 0 0 11493 12 0 0 25 0 1 0 298141513 73801728 17142 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 18018 17142 74 138 0 17877 0
Current children cumulated CPU time (s) 115.05
Current children cumulated vsize (KiB) 72072

[startup+121.501 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9893
/proc/meminfo: memFree=1578016/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=72072 CPUtime=121.45
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 18507 0 0 0 12133 12 0 0 25 0 1 0 298141513 73801728 17142 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550656 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 18018 17142 74 138 0 17877 0
Current children cumulated CPU time (s) 121.45
Current children cumulated vsize (KiB) 72072

[startup+124.702 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9893
/proc/meminfo: memFree=1578016/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=72072 CPUtime=124.65
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 18507 0 0 0 12453 12 0 0 25 0 1 0 298141513 73801728 17142 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134555047 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 18018 17142 74 138 0 17877 0
Current children cumulated CPU time (s) 124.65
Current children cumulated vsize (KiB) 72072

[startup+126.301 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9893
/proc/meminfo: memFree=1578016/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=72072 CPUtime=126.24
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 18507 0 0 0 12612 12 0 0 25 0 1 0 298141513 73801728 17142 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550596 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 18018 17142 74 138 0 17877 0
Current children cumulated CPU time (s) 126.24
Current children cumulated vsize (KiB) 72072

[startup+127.101 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9893
/proc/meminfo: memFree=1578016/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=72072 CPUtime=127.04
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 18507 0 0 0 12692 12 0 0 25 0 1 0 298141513 73801728 17142 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134551013 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 18018 17142 74 138 0 17877 0
Current children cumulated CPU time (s) 127.04
Current children cumulated vsize (KiB) 72072

[startup+127.502 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9893
/proc/meminfo: memFree=1578016/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=72072 CPUtime=127.45
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 18507 0 0 0 12733 12 0 0 25 0 1 0 298141513 73801728 17142 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134550582 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 18018 17142 74 138 0 17877 0
Current children cumulated CPU time (s) 127.45
Current children cumulated vsize (KiB) 72072

[startup+127.902 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9893
/proc/meminfo: memFree=1578016/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=69364 CPUtime=127.84
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 18513 0 0 0 12772 12 0 0 25 0 1 0 298141513 71028736 16678 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134705370 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 17341 16678 79 138 0 17200 0
Current children cumulated CPU time (s) 127.84
Current children cumulated vsize (KiB) 69364

[startup+128.002 s]
/proc/loadavg: 0.99 0.97 0.91 2/65 9893
/proc/meminfo: memFree=1578016/2055920 swapFree=4183844/4192956
[pid=9892] ppid=9890 vsize=66780 CPUtime=127.94
/proc/9892/stat : 9892 (minisat) R 9890 9892 9793 0 -1 4194304 18513 0 0 0 12782 12 0 0 25 0 1 0 298141513 68382720 16230 18446744073709551615 134512640 135078472 4294956704 18446744073709551615 134702498 0 0 4096 3 0 0 0 17 1 0 0
/proc/9892/statm: 16695 16230 79 138 0 16554 0
Current children cumulated CPU time (s) 127.94
Current children cumulated vsize (KiB) 66780

Child status: 0
Real time (s): 128.037
CPU time (s): 127.988
CPU user time (s): 127.853
CPU system time (s): 0.134979
CPU usage (%): 99.9615
Max. virtual memory (cumulated for all children) (KiB): 72072

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

runsolver used 0.091986 second user time and 0.267959 second system time

The end

Launcher Data (download as text)

Begin job on node35 on Sun Mar  4 21:29:38 UTC 2007

IDJOB= 320302
IDBENCH= 20500
IDSOLVER= 109
FILE ID= node35/320302-1173043778

PBS_JOBID= 4012495

Free space on /tmp= 66527 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/manolios/manol-pipe-c6nidw_i.cnf
COMMAND LINE= /tmp/evaluation/320302-1173043778/minisat /tmp/evaluation/320302-1173043778/instance-320302-1173043778.cnf            
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node35/watcher-320302-1173043778 -o ROOT/results/node35/solver-320302-1173043778 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/320302-1173043778/minisat /tmp/evaluation/320302-1173043778/instance-320302-1173043778.cnf            

META MD5SUM SOLVER= 120abd248b069e44985635f055606c5a
MD5SUM BENCH=  15c4413e436aecbd4fcb1d7037e18abf

RANDOM SEED= 927906122

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node35.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.263
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.263
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:       1646960 kB
Buffers:         33960 kB
Cached:         308224 kB
SwapCached:       2984 kB
Active:         136000 kB
Inactive:       215552 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1646960 kB
SwapTotal:     4192956 kB
SwapFree:      4183844 kB
Dirty:            5544 kB
Writeback:           0 kB
Mapped:          15392 kB
Slab:            43516 kB
Committed_AS:   887404 kB
PageTables:       1412 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= 66527 MiB

End job on node35 on Sun Mar  4 21:31:46 UTC 2007