Trace number 421499

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 2007UNSAT 148.306 148.353

General information on the benchmark

Nameindustrial/palacios/medium/
cube-9-h10-unsat.cnf
MD5SUMd2ca322a34242a2eebffc77c1c1d76f9
Bench CategoryINDUST (industrial instances)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark24.9312
Satisfiable
(Un)Satisfiability was proved
Number of variables179493
Number of clauses541172
Sum of the clauses size1263192
Maximum clause length19
Minimum clause length1
Number of clauses of size 1729
Number of clauses of size 2361070
Number of clauses of size 3177947
Number of clauses of size 41262
Number of clauses of size 521
Number of clauses of size over 5143

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:  180270                                               |
0.00/0.00	c |  Number of clauses:    541172                                               |
0.59/0.61	c |  Parsing time:         0.56         s                                       |
5.49/5.51	c ============================[ Search Statistics ]==============================
5.49/5.51	c | Conflicts |          ORIGINAL         |          LEARNT          | Progress |
5.49/5.51	c |           |    Vars  Clauses Literals |    Limit  Clauses Lit/Cl |          |
5.49/5.51	c ===============================================================================
5.49/5.51	c |         0 |   47230   296008  1001612 |    98669        0    nan |  0.000 % |
5.99/6.03	c |       100 |   47227   296008  1001612 |   108536       97     13 |  0.406 % |
6.49/6.52	c |       250 |   47227   296008  1001612 |   119389      247     17 |  0.406 % |
7.49/7.55	c |       476 |   47227   296008  1001612 |   131328      473     17 |  0.406 % |
8.80/8.88	c |       815 |   47227   294736   997819 |   144461      812     27 |  0.406 % |
11.09/11.18	c |      1321 |   47227   294736   997819 |   158907     1318     27 |  0.406 % |
14.39/14.44	c |      2080 |   47225   294714   997734 |   174798     2061     36 |  0.407 % |
20.19/20.26	c |      3221 |   47223   293536   994189 |   192278     3200     29 |  0.408 % |
30.49/30.51	c |      4929 |   47219   292418   990780 |   211506     4891     30 |  0.410 % |
45.98/46.05	c |      7492 |   47219   292418   990780 |   232657     7454     29 |  0.410 % |
69.28/69.36	c |     11338 |   47218   292396   990691 |   255922    11273     29 |  0.411 % |
103.86/103.91	c |     17104 |   46782   285640   968053 |   281515    12312     27 |  0.653 % |
148.24/148.33	c ===============================================================================
148.24/148.33	c restarts              : 12
148.24/148.33	c conflicts             : 24073          (162 /sec)
148.24/148.33	c decisions             : 56794          (1.44 % random) (383 /sec)
148.24/148.33	c propagations          : 130820646      (882936 /sec)
148.24/148.33	c conflict literals     : 782485         (60.64 % deleted)
148.24/148.33	c Memory used           : 88.57 MB
148.24/148.33	c CPU time              : 148.165 s
148.24/148.33	c 
148.24/148.33	s UNSATISFIABLE

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node71/watcher-421499-1177492352 -o ROOT/results/node71/solver-421499-1177492352 -C 1200 -W 2400 -M 1800 --output-limit 1,15 /tmp/evaluation/421499-1177492352/minisat_noassertions /tmp/evaluation/421499-1177492352/instance-421499-1177492352.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.97 0.98 0.84 3/64 13314
/proc/meminfo: memFree=1665344/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=2012 CPUtime=0
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 423 0 0 0 0 0 0 0 18 0 1 0 225224618 2060288 409 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134549230 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 503 409 50 130 0 370 0

[startup+0.106271 s]
/proc/loadavg: 0.97 0.98 0.84 3/64 13314
/proc/meminfo: memFree=1665344/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=11448 CPUtime=0.1
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 2465 0 0 0 9 1 0 0 18 0 1 0 225224618 11722752 2451 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 2862 2452 51 130 0 2729 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11448

[startup+0.201284 s]
/proc/loadavg: 0.97 0.98 0.84 3/64 13314
/proc/meminfo: memFree=1665344/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=18088 CPUtime=0.19
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 4305 0 0 0 17 2 0 0 18 0 1 0 225224618 18522112 4291 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134524854 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 4522 4291 50 130 0 4389 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 18088

[startup+0.301297 s]
/proc/loadavg: 0.97 0.98 0.84 3/64 13314
/proc/meminfo: memFree=1665344/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=26096 CPUtime=0.29
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 6217 0 0 0 26 3 0 0 19 0 1 0 225224618 26722304 6203 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 6524 6203 50 130 0 6391 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 26096

[startup+0.701353 s]
/proc/loadavg: 0.97 0.98 0.84 3/64 13314
/proc/meminfo: memFree=1665344/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=53528 CPUtime=0.69
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 12155 0 0 0 63 6 0 0 22 0 1 0 225224618 54812672 12141 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134529410 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 13382 12141 62 130 0 13249 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 53528

[startup+1.50146 s]
/proc/loadavg: 0.97 0.98 0.84 2/65 13315
/proc/meminfo: memFree=1609208/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=66700 CPUtime=1.49
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 15725 0 0 0 142 7 0 0 25 0 1 0 225224618 68300800 15711 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 16675 15711 62 130 0 16542 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 66700

[startup+3.10168 s]
/proc/loadavg: 0.97 0.98 0.84 2/65 13315
/proc/meminfo: memFree=1590264/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=91992 CPUtime=3.09
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 21832 0 0 0 299 10 0 0 25 0 1 0 225224618 94199808 21818 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134683871 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22998 21818 62 130 0 22865 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 91992

[startup+6.30111 s]
/proc/loadavg: 0.97 0.98 0.84 2/65 13315
/proc/meminfo: memFree=1566968/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90444 CPUtime=6.29
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24668 0 0 0 617 12 0 0 25 0 1 0 225224618 92614656 21846 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22611 21846 66 130 0 22478 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 90444

[startup+12.702 s]
/proc/loadavg: 0.97 0.98 0.84 2/65 13315
/proc/meminfo: memFree=1577656/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90688 CPUtime=12.69
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24710 0 0 0 1257 12 0 0 25 0 1 0 225224618 92864512 21888 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22672 21888 66 130 0 22539 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 90688

[startup+25.5017 s]
/proc/loadavg: 0.98 0.98 0.84 2/65 13315
/proc/meminfo: memFree=1577848/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90688 CPUtime=25.49
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24710 0 0 0 2537 12 0 0 25 0 1 0 225224618 92864512 21888 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22672 21888 66 130 0 22539 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 90688

[startup+51.1012 s]
/proc/loadavg: 0.98 0.98 0.84 2/65 13315
/proc/meminfo: memFree=1577912/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90688 CPUtime=51.08
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24710 0 0 0 5096 12 0 0 25 0 1 0 225224618 92864512 21888 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548762 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22672 21888 66 130 0 22539 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 90688

[startup+102.301 s]
/proc/loadavg: 0.99 0.98 0.85 2/65 13315
/proc/meminfo: memFree=1577976/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90688 CPUtime=102.26
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24714 0 0 0 10214 12 0 0 25 0 1 0 225224618 92864512 21892 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22672 21892 66 130 0 22539 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 90688

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

[startup+102.405 s]
/proc/loadavg: 0.99 0.98 0.85 2/65 13315
/proc/meminfo: memFree=1577976/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90688 CPUtime=102.36
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24714 0 0 0 10224 12 0 0 25 0 1 0 225224618 92864512 21892 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22672 21892 66 130 0 22539 0
Current children cumulated CPU time (s) 102.36
Current children cumulated vsize (KiB) 90688

[startup+128.002 s]
/proc/loadavg: 0.99 0.98 0.85 2/65 13315
/proc/meminfo: memFree=1577912/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90688 CPUtime=127.95
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24714 0 0 0 12783 12 0 0 25 0 1 0 225224618 92864512 21892 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22672 21892 66 130 0 22539 0
Current children cumulated CPU time (s) 127.95
Current children cumulated vsize (KiB) 90688

[startup+140.801 s]
/proc/loadavg: 0.99 0.98 0.85 2/65 13315
/proc/meminfo: memFree=1577976/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90688 CPUtime=140.75
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24715 0 0 0 14063 12 0 0 25 0 1 0 225224618 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546809 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 140.75
Current children cumulated vsize (KiB) 90688

[startup+144.002 s]
/proc/loadavg: 0.99 0.98 0.85 2/65 13315
/proc/meminfo: memFree=1577976/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90688 CPUtime=143.95
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24715 0 0 0 14383 12 0 0 25 0 1 0 225224618 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134548762 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 143.95
Current children cumulated vsize (KiB) 90688

[startup+145.601 s]
/proc/loadavg: 0.99 0.98 0.85 2/65 13315
/proc/meminfo: memFree=1577976/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90688 CPUtime=145.55
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24715 0 0 0 14543 12 0 0 25 0 1 0 225224618 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134547326 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 145.55
Current children cumulated vsize (KiB) 90688

[startup+147.201 s]
/proc/loadavg: 0.99 0.98 0.85 2/65 13315
/proc/meminfo: memFree=1577976/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90688 CPUtime=147.14
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24715 0 0 0 14702 12 0 0 25 0 1 0 225224618 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546017 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 147.14
Current children cumulated vsize (KiB) 90688

[startup+148.001 s]
/proc/loadavg: 0.99 0.98 0.85 2/65 13315
/proc/meminfo: memFree=1577976/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90688 CPUtime=147.94
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24715 0 0 0 14782 12 0 0 25 0 1 0 225224618 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546864 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 147.94
Current children cumulated vsize (KiB) 90688

[startup+148.201 s]
/proc/loadavg: 0.99 0.98 0.85 2/65 13315
/proc/meminfo: memFree=1577976/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90688 CPUtime=148.14
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24715 0 0 0 14802 12 0 0 25 0 1 0 225224618 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 148.14
Current children cumulated vsize (KiB) 90688

[startup+148.301 s]
/proc/loadavg: 0.99 0.98 0.85 2/65 13315
/proc/meminfo: memFree=1577976/2055920 swapFree=4184236/4192956
[pid=13314] ppid=13312 vsize=90688 CPUtime=148.24
/proc/13314/stat : 13314 (minisat_noasser) R 13312 13314 12923 0 -1 4194304 24715 0 0 0 14812 12 0 0 25 0 1 0 225224618 92864512 21893 18446744073709551615 134512640 135048876 4294956640 18446744073709551615 134546870 0 0 4096 3 0 0 0 17 1 0 0
/proc/13314/statm: 22672 21893 66 130 0 22539 0
Current children cumulated CPU time (s) 148.24
Current children cumulated vsize (KiB) 90688

Child status: 20
Real time (s): 148.353
CPU time (s): 148.306
CPU user time (s): 148.165
CPU system time (s): 0.140978
CPU usage (%): 99.9685
Max. virtual memory (cumulated for all children) (KiB): 105552

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

runsolver used 0.117982 second user time and 0.293955 second system time

The end

Launcher Data (download as text)

Begin job on node71 on Wed Apr 25 09:12:33 UTC 2007

IDJOB= 421499
IDBENCH= 20422
IDSOLVER= 188
FILE ID= node71/421499-1177492352

PBS_JOBID= 4685757

Free space on /tmp= 66437 MiB

SOLVER NAME= minisat SAT 2007
BENCH NAME= HOME/pub/bench/SAT07/industrial/palacios/medium/cube-9-h10-unsat.cnf
COMMAND LINE= /tmp/evaluation/421499-1177492352/minisat_noassertions /tmp/evaluation/421499-1177492352/instance-421499-1177492352.cnf
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node71/watcher-421499-1177492352 -o ROOT/results/node71/solver-421499-1177492352 -C 1200 -W 2400 -M 1800 --output-limit 1,15  /tmp/evaluation/421499-1177492352/minisat_noassertions /tmp/evaluation/421499-1177492352/instance-421499-1177492352.cnf

META MD5SUM SOLVER= 80cbedba287df00eb7b45eadedad758b
MD5SUM BENCH=  d2ca322a34242a2eebffc77c1c1d76f9

RANDOM SEED= 698958807

TIME LIMIT= 1200 seconds
MEMORY LIMIT= 1800 MiB

Linux node71.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.234
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.234
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:       1665752 kB
Buffers:         33812 kB
Cached:         266240 kB
SwapCached:       2752 kB
Active:         138080 kB
Inactive:       185644 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1665752 kB
SwapTotal:     4192956 kB
SwapFree:      4184236 kB
Dirty:           10772 kB
Writeback:           0 kB
Mapped:          29684 kB
Slab:            52396 kB
Committed_AS:  3651184 kB
PageTables:       1484 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= 66437 MiB

End job on node71 on Wed Apr 25 09:15:02 UTC 2007