Trace number 1553869

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
gNovelty+-T 2009-03-22Signal 128.188 88.0564

General information on the benchmark

NameAPPLICATIONS/bitverif/
minandmaxor/minandmaxor128.cnf
MD5SUM5b2e2178738883a628728bb1ec39f4a9
Bench CategoryAPPLICATION (applications instances)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables249327
Number of clauses746444
Sum of the clauses size1741700
Maximum clause length3
Minimum clause length1
Number of clauses of size 12
Number of clauses of size 2497628
Number of clauses of size 3248814
Number of clauses of size 40
Number of clauses of size 50
Number of clauses of size over 50

Solver Data

46.96/47.03	c +------------------------------+
46.96/47.03	c | gNovelty+, version 1.0       |
46.96/47.03	c +------------------------------+
46.96/47.03	c gnovelty+ -h for help
46.96/47.03	c 

Verifier Data

ERROR: Unexpected answer ! (SATISFIABLE/UNSATISFIABLE expected)
Got answer: <no 's ' line found>

Watcher Data

runsolver version 3.2.9 (svn:492) (c) roussel@cril.univ-artois.fr

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-1553869-1238719805/watcher-1553869-1238719805 -o /tmp/evaluation-result-1553869-1238719805/solver-1553869-1238719805 -C 1200 -W 1800 -M 1800 --output-limit 1,15 HOME/gnovelty+ HOME/instance-1553869-1238719805.cnf 1791194114 2 

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
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.99 3/70 21632
/proc/meminfo: memFree=828680/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=510128 CPUtime=0
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 1219 0 0 0 0 0 0 0 18 0 1 0 1144643220 522371072 1204 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 0 0 0
/proc/21632/statm: 127532 1212 101 285 0 127244 0

[startup+0.0297029 s]
/proc/loadavg: 0.91 0.95 0.99 3/70 21632
/proc/meminfo: memFree=828680/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=510128 CPUtime=0.02
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 6414 0 0 0 0 2 0 0 18 0 1 0 1144643220 522371072 6399 1992294400 134512640 135680988 4294956192 18446744073709551615 134537167 0 0 4096 0 0 0 0 17 0 0 0
/proc/21632/statm: 127532 6408 101 285 0 127244 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 510128

[startup+0.101714 s]
/proc/loadavg: 0.91 0.95 0.99 3/70 21632
/proc/meminfo: memFree=828680/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=517944 CPUtime=0.09
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 10069 0 0 0 5 4 0 0 18 0 1 0 1144643220 530374656 10054 1992294400 134512640 135680988 4294956192 18446744073709551615 134537407 0 0 4096 0 0 0 0 17 0 0 0
/proc/21632/statm: 129486 10054 102 285 0 129198 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 517944

[startup+0.301751 s]
/proc/loadavg: 0.91 0.95 0.99 3/70 21632
/proc/meminfo: memFree=828680/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=517944 CPUtime=0.29
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 10651 0 0 0 25 4 0 0 19 0 1 0 1144643220 530374656 10636 1992294400 134512640 135680988 4294956192 18446744073709551615 134537493 0 0 4096 0 0 0 0 17 0 0 0
/proc/21632/statm: 129486 10636 102 285 0 129198 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 517944

[startup+0.701823 s]
/proc/loadavg: 0.91 0.95 0.99 3/70 21632
/proc/meminfo: memFree=828680/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=517944 CPUtime=0.69
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 11803 0 0 0 64 5 0 0 23 0 1 0 1144643220 530374656 11788 1992294400 134512640 135680988 4294956192 18446744073709551615 134958286 0 0 4096 0 0 0 0 17 0 0 0
/proc/21632/statm: 129486 11788 102 285 0 129198 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 517944

[startup+1.50197 s]
/proc/loadavg: 0.91 0.95 0.99 2/71 21633
/proc/meminfo: memFree=778368/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=525756 CPUtime=1.49
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 24872 0 0 0 139 10 0 0 25 0 1 0 1144643220 538374144 24856 1992294400 134512640 135680988 4294956192 18446744073709551615 134538724 0 0 4096 0 0 0 0 17 0 0 0
/proc/21632/statm: 131439 24856 102 285 0 131151 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 525756

[startup+3.10126 s]
/proc/loadavg: 0.91 0.95 0.99 2/71 21633
/proc/meminfo: memFree=728576/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=525756 CPUtime=3.08
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 25164 0 0 0 298 10 0 0 25 0 1 0 1144643220 538374144 25148 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 0 0 0
/proc/21632/statm: 131439 25148 102 285 0 131151 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 525756

[startup+6.30184 s]
/proc/loadavg: 0.92 0.95 0.99 2/71 21633
/proc/meminfo: memFree=727488/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=533572 CPUtime=6.28
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 25408 0 0 0 618 10 0 0 25 0 1 0 1144643220 546377728 25392 1992294400 134512640 135680988 4294956192 18446744073709551615 134538735 0 0 4096 0 0 0 0 17 0 0 0
/proc/21632/statm: 133393 25392 102 285 0 133105 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 533572

[startup+12.703 s]
/proc/loadavg: 0.93 0.95 0.99 2/71 21633
/proc/meminfo: memFree=726272/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=533572 CPUtime=12.68
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 25710 0 0 0 1258 10 0 0 25 0 1 0 1144643220 546377728 25694 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 0 0 0
/proc/21632/statm: 133393 25694 102 285 0 133105 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 533572

[startup+25.5013 s]
/proc/loadavg: 0.94 0.96 0.99 2/71 21633
/proc/meminfo: memFree=724672/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=533572 CPUtime=25.47
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 26113 0 0 0 2536 11 0 0 25 0 1 0 1144643220 546377728 26097 1992294400 134512640 135680988 4294956192 18446744073709551615 134538742 0 0 4096 0 0 0 0 17 0 0 0
/proc/21632/statm: 133393 26097 102 285 0 133105 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 533572

[startup+51.102 s]
/proc/loadavg: 1.04 0.98 0.99 3/72 21634
/proc/meminfo: memFree=678584/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=610948 CPUtime=55.11
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 37840 0 0 0 5475 36 0 0 25 0 2 0 1144643220 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134542604 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/21632/statm: 152737 37580 106 285 0 152449 0
[pid=21632/tid=21634] ppid=21630 vsize=610948 CPUtime=4.04
/proc/21632/task/21634/stat : 21634 (gnovelty+) R 21630 21632 21297 0 -1 4194368 5584 0 0 0 391 13 0 0 25 0 2 0 1144647924 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134541148 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 55.11
Current children cumulated vsize (KiB) 610948

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

[startup+63.9013 s]
/proc/loadavg: 1.25 1.02 1.01 3/72 21634
/proc/meminfo: memFree=678584/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=610948 CPUtime=80.63
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 37840 0 0 0 8027 36 0 0 25 0 2 0 1144643220 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134542644 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/21632/statm: 152737 37580 106 285 0 152449 0
[pid=21632/tid=21634] ppid=21630 vsize=610948 CPUtime=16.78
/proc/21632/task/21634/stat : 21634 (gnovelty+) R 21630 21632 21297 0 -1 4194368 5584 0 0 0 1665 13 0 0 25 0 2 0 1144647924 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134542558 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 80.63
Current children cumulated vsize (KiB) 610948

[startup+76.7017 s]
/proc/loadavg: 1.37 1.06 1.02 3/72 21634
/proc/meminfo: memFree=678584/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=610948 CPUtime=106.17
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 37840 0 0 0 10581 36 0 0 25 0 2 0 1144643220 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134542839 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/21632/statm: 152737 37580 106 285 0 152449 0
[pid=21632/tid=21634] ppid=21630 vsize=610948 CPUtime=29.52
/proc/21632/task/21634/stat : 21634 (gnovelty+) R 21630 21632 21297 0 -1 4194368 5584 0 0 0 2939 13 0 0 25 0 2 0 1144647924 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134542650 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 106.17
Current children cumulated vsize (KiB) 610948

[startup+83.1028 s]
/proc/loadavg: 1.46 1.09 1.03 3/72 21634
/proc/meminfo: memFree=678456/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=610948 CPUtime=118.93
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 37840 0 0 0 11857 36 0 0 19 0 2 0 1144643220 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134535217 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/21632/statm: 152737 37580 106 285 0 152449 0
[pid=21632/tid=21634] ppid=21630 vsize=610948 CPUtime=35.89
/proc/21632/task/21634/stat : 21634 (gnovelty+) R 21630 21632 21297 0 -1 4194368 5584 0 0 0 3576 13 0 0 25 0 2 0 1144647924 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134542650 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 118.93
Current children cumulated vsize (KiB) 610948

[startup+86.3014 s]
/proc/loadavg: 1.46 1.09 1.03 3/72 21634
/proc/meminfo: memFree=678456/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=610948 CPUtime=125.32
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 37840 0 0 0 12495 37 0 0 25 0 2 0 1144643220 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134541727 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/21632/statm: 152737 37580 106 285 0 152449 0
[pid=21632/tid=21634] ppid=21630 vsize=610948 CPUtime=39.07
/proc/21632/task/21634/stat : 21634 (gnovelty+) R 21630 21632 21297 0 -1 4194368 5584 0 0 0 3894 13 0 0 22 0 2 0 1144647924 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134542529 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 125.32
Current children cumulated vsize (KiB) 610948

[startup+87.1015 s]
/proc/loadavg: 1.46 1.09 1.03 3/72 21634
/proc/meminfo: memFree=678456/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=610948 CPUtime=126.91
/proc/21632/stat : 21632 (gnovelty+) R 21630 21632 21297 0 -1 4194304 37840 0 0 0 12654 37 0 0 25 0 2 0 1144643220 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134533468 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/21632/statm: 152737 37580 106 285 0 152449 0
[pid=21632/tid=21634] ppid=21630 vsize=610948 CPUtime=39.86
/proc/21632/task/21634/stat : 21634 (gnovelty+) R 21630 21632 21297 0 -1 4194368 5584 0 0 0 3973 13 0 0 25 0 2 0 1144647924 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134542650 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 126.91
Current children cumulated vsize (KiB) 610948

[startup+87.5016 s]
/proc/loadavg: 1.46 1.09 1.03 3/72 21634
/proc/meminfo: memFree=678456/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=610948 CPUtime=127.63
/proc/21632/stat : 21632 (gnovelty+) D 21630 21632 21297 0 -1 4195332 39658 0 0 0 12717 46 0 0 25 0 2 0 1144643220 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134534551 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/21632/statm: 152737 37580 106 285 0 152449 0
[pid=21632/tid=21634] ppid=21630 vsize=610948 CPUtime=40.26
/proc/21632/task/21634/stat : 21634 (gnovelty+) R 21630 21632 21297 0 -1 4195904 7402 0 0 0 4005 21 0 0 25 0 2 0 1144647924 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134532947 0 0 4096 0 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 127.63
Current children cumulated vsize (KiB) 610948

[startup+87.9027 s]
/proc/loadavg: 1.51 1.10 1.03 2/72 21634
/proc/meminfo: memFree=558456/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=610948 CPUtime=128.03
/proc/21632/stat : 21632 (gnovelty+) D 21630 21632 21297 0 -1 4195332 43894 0 0 0 12717 86 0 0 25 0 2 0 1144643220 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134534551 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/21632/statm: 152737 37580 106 285 0 152449 0
[pid=21632/tid=21634] ppid=21630 vsize=610948 CPUtime=40.66
/proc/21632/task/21634/stat : 21634 (gnovelty+) R 21630 21632 21297 0 -1 4195904 11638 0 0 0 4005 61 0 0 25 0 2 0 1144647924 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134532947 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 128.03
Current children cumulated vsize (KiB) 610948

[startup+88.0108 s]
/proc/loadavg: 1.51 1.10 1.03 2/72 21634
/proc/meminfo: memFree=558456/2055920 swapFree=4170592/4192956
[pid=21632] ppid=21630 vsize=610948 CPUtime=128.13
/proc/21632/stat : 21632 (gnovelty+) D 21630 21632 21297 0 -1 4195332 45808 0 0 0 12717 96 0 0 25 0 2 0 1144643220 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134534551 0 0 4096 0 18446744073709551615 0 0 17 0 0 0
/proc/21632/statm: 152737 37580 106 285 0 152449 0
[pid=21632/tid=21634] ppid=21630 vsize=610948 CPUtime=40.77
/proc/21632/task/21634/stat : 21634 (gnovelty+) R 21630 21632 21297 0 -1 4195904 13552 0 0 0 4005 72 0 0 25 0 2 0 1144647924 625610752 37580 1992294400 134512640 135680988 4294956192 18446744073709551615 134532947 0 0 4096 0 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 128.13
Current children cumulated vsize (KiB) 610948

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 88.0564
CPU time (s): 128.188
CPU user time (s): 127.175
CPU system time (s): 1.01285
CPU usage (%): 145.574
Max. virtual memory (cumulated for all children) (KiB): 610948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 127.175
system time used= 1.01285
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45808
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= 77
involuntary context switches= 789

runsolver used 0.094985 second user time and 0.271958 second system time

The end

Launcher Data

Begin job on node45 at 2009-04-03 02:50:06
IDJOB=1553869
IDBENCH=70769
IDSOLVER=550
FILE ID=node45/1553869-1238719805
PBS_JOBID= 9085303
Free space on /tmp= 66368 MiB

SOLVER NAME= gNovelty+-T 2009-03-22
BENCH NAME= SAT09/APPLICATIONS/bitverif/minandmaxor/minandmaxor128.cnf
COMMAND LINE= HOME/gnovelty+ BENCHNAME RANDOMSEED MAXNBTHREAD
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-1553869-1238719805/watcher-1553869-1238719805 -o /tmp/evaluation-result-1553869-1238719805/solver-1553869-1238719805 -C 1200 -W 1800 -M 1800 --output-limit 1,15  HOME/gnovelty+ HOME/instance-1553869-1238719805.cnf 1791194114 2

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

MD5SUM BENCH= 5b2e2178738883a628728bb1ec39f4a9
RANDOM SEED=1791194114

node45.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.285
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.285
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:        829160 kB
Buffers:        117016 kB
Cached:         997020 kB
SwapCached:      11568 kB
Active:         273904 kB
Inactive:       853160 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:        829160 kB
SwapTotal:     4192956 kB
SwapFree:      4170592 kB
Dirty:           14776 kB
Writeback:           0 kB
Mapped:          18688 kB
Slab:            85024 kB
Committed_AS:  2898844 kB
PageTables:       1900 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= 66220 MiB
End job on node45 at 2009-04-03 02:51:34