Trace number 1048791

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
casper zaoUNSAT 209.122 211.067

DiagnosticValue
CHECKS100853000

General information on the benchmark

Namecsp/pseudo/ssa/
normalized-ssa-2670-141.xml
MD5SUMa24bdf9aff1b96befc788e928e7ebb69
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark1.61775
Satisfiable
(Un)Satisfiability was proved
Number of variables1972
Number of constraints3297
Maximum constraint arity5
Maximum domain size2
Number of constraints which are defined in extension0
Number of constraints which are defined in intension3297
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.08	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.00/0.08	c Parsing = 1
0.00/0.21	c Building = 1
0.26/0.29	c [ NumberOfVariables = 1972 ]
0.26/0.30	c [ NumberOfConstraints = 3297 ]
0.26/0.30	c [ SizeOfSearchSpace(log2) = 1942 ]
0.26/0.30	c SymmetrySearch = 1
0.48/0.56	c [ Found 9.24453e+50 symmetries ]
0.58/0.60	c InitialPropagation = 1
0.58/0.60	c [ SizeOfSearchSpace(log2) = 1942 ]
0.58/0.60	c InitialSAC = 1
2.37/2.45	c [ SizeOfSearchSpace(log2) = 1936 ]
2.37/2.45	c Search(SampleFF) : 
105.42/106.40	c [ Sampling domwdeg ]
105.42/106.40	c [ Sampling impacts ]
105.42/106.40	c [ Sampling la ]
105.42/106.40	c [ SamplingScores: ]
105.42/106.40	c [ domwdeg+min = 0.133024 | domwdeg+rnd = 0.158999 ]
105.42/106.40	c [ impacts+min = 5.90596e-05 | impacts+rnd = 0.00382338 ]
105.42/106.40	c [ la+min = 1.07186e-08 | la+rnd = 2.12415e-08 ]
105.42/106.40	c [ domwdeg = 0.146012 | impacts = 0.00194122 | la = 1.598e-08 ]
105.42/106.40	c [ min = 0.044361 | rand = 0.00194122 ]
105.42/106.40	c [ restarting at (0.1,0.00639285) ]
105.62/106.67	c [ restarting at (0.25,0.0123616) ]
106.31/107.34	c [ restarting at (0.625,0.0407622) ]
108.00/109.02	c [ restarting at (1.5625,0.0411943) ]
112.15/113.21	c [ restarting at (3.90625,0.0678348) ]
122.45/123.68	c [ restarting at (9.76562,0.0755153) ]
148.42/149.85	c [ restarting at (24.4141,0.106693) ]
209.04/211.06	c Search(SampleFF) = 0
209.04/211.06	s UNSATISFIABLE
209.04/211.06	d CHECKS 100852593
209.04/211.06	c [ TotalFails = 132752 ]
209.04/211.06	c [ NumberOfRestarts = 51 ]
209.04/211.06	c [ TotalTime = 196.837 secs ]

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

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

command line: /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048791-1215044039/watcher-1048791-1215044039 -o /tmp/evaluation-result-1048791-1215044039/solver-1048791-1215044039 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1048791-1215044039.xml 986739871 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2200 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 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: 2.02 2.01 1.94 4/81 10311
/proc/meminfo: memFree=1569312/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=100524 CPUtime=0.19
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 2724 0 0 0 14 5 0 0 19 0 1 0 1983372812 102936576 1121 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25131 1121 421 235 0 23832 0

[startup+0.275308 s]
/proc/loadavg: 2.02 2.01 1.94 4/81 10311
/proc/meminfo: memFree=1569312/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=100776 CPUtime=0.26
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 4132 0 0 0 16 10 0 0 19 0 1 0 1983372812 103194624 1274 996147200 134512640 135477443 4294956224 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25194 1274 421 235 0 23895 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 100776

[startup+0.302307 s]
/proc/loadavg: 2.02 2.01 1.94 4/81 10311
/proc/meminfo: memFree=1569312/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=101036 CPUtime=0.28
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 4724 0 0 0 17 11 0 0 19 0 1 0 1983372812 103460864 1387 996147200 134512640 135477443 4294956224 18446744073709551615 4158417244 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25259 1387 448 235 0 23960 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 101036

[startup+0.402328 s]
/proc/loadavg: 2.02 2.01 1.94 4/81 10311
/proc/meminfo: memFree=1569312/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103840 CPUtime=0.38
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 5226 0 0 0 27 11 0 0 20 0 1 0 1983372812 106332160 1888 996147200 134512640 135477443 4294956224 18446744073709551615 134534853 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25960 1888 455 235 0 24661 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 103840

[startup+0.701381 s]
/proc/loadavg: 2.02 2.01 1.94 4/81 10311
/proc/meminfo: memFree=1569312/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=0.68
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6367 0 0 0 56 12 0 0 23 0 1 0 1983372812 105897984 1959 996147200 134512640 135477443 4294956224 18446744073709551615 134585521 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 1959 478 235 0 24555 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 103416

[startup+1.50152 s]
/proc/loadavg: 2.02 2.01 1.94 3/82 10312
/proc/meminfo: memFree=1563096/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=1.47
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6381 0 0 0 135 12 0 0 25 0 1 0 1983372812 105897984 1973 996147200 134512640 135477443 4294956224 18446744073709551615 135269758 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 1973 479 235 0 24555 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 103416

[startup+3.10182 s]
/proc/loadavg: 2.02 2.01 1.94 3/82 10312
/proc/meminfo: memFree=1562968/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=3.06
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6462 0 0 0 294 12 0 0 25 0 1 0 1983372812 105897984 2054 996147200 134512640 135477443 4294956224 18446744073709551615 135270274 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2054 498 235 0 24555 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 103416

[startup+6.3059 s]
/proc/loadavg: 2.02 2.01 1.94 3/82 10312
/proc/meminfo: memFree=1562712/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=6.23
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6465 0 0 0 611 12 0 0 25 0 1 0 1983372812 105897984 2057 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2057 498 235 0 24555 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 103416

[startup+12.7022 s]
/proc/loadavg: 2.01 2.01 1.94 3/82 10312
/proc/meminfo: memFree=1562776/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=12.57
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6465 0 0 0 1245 12 0 0 25 0 1 0 1983372812 105897984 2057 996147200 134512640 135477443 4294956224 18446744073709551615 135208708 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2057 498 235 0 24555 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 103416

[startup+25.5068 s]
/proc/loadavg: 2.01 2.01 1.94 3/82 10312
/proc/meminfo: memFree=1562840/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=25.25
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6490 0 0 0 2513 12 0 0 25 0 1 0 1983372812 105897984 2082 996147200 134512640 135477443 4294956224 18446744073709551615 9715451 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2082 500 235 0 24555 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 103416

[startup+51.1024 s]
/proc/loadavg: 2.01 2.00 1.94 4/82 10312
/proc/meminfo: memFree=1562712/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=50.62
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6544 0 0 0 5049 13 0 0 25 0 1 0 1983372812 105897984 2136 996147200 134512640 135477443 4294956224 18446744073709551615 134585521 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2136 500 235 0 24555 0
Current children cumulated CPU time (s) 50.62
Current children cumulated vsize (KiB) 103416

[startup+102.302 s]
/proc/loadavg: 2.00 2.00 1.94 4/82 10312
/proc/meminfo: memFree=1561304/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=101.36
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6838 0 0 0 10123 13 0 0 25 0 1 0 1983372812 105897984 2430 996147200 134512640 135477443 4294956224 18446744073709551615 135235254 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2430 500 235 0 24555 0
Current children cumulated CPU time (s) 101.36
Current children cumulated vsize (KiB) 103416

[startup+162.302 s]
/proc/loadavg: 2.04 2.01 1.95 4/82 10312
/proc/meminfo: memFree=1561176/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=160.8
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6858 0 0 0 16067 13 0 0 25 0 1 0 1983372812 105897984 2450 996147200 134512640 135477443 4294956224 18446744073709551615 135208694 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2450 501 235 0 24555 0
Current children cumulated CPU time (s) 160.8
Current children cumulated vsize (KiB) 103416

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

[startup+179.301 s]
/proc/loadavg: 2.03 2.01 1.95 3/82 10312
/proc/meminfo: memFree=1561176/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=177.64
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6858 0 0 0 17751 13 0 0 25 0 1 0 1983372812 105897984 2450 996147200 134512640 135477443 4294956224 18446744073709551615 134586004 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2450 501 235 0 24555 0
Current children cumulated CPU time (s) 177.64
Current children cumulated vsize (KiB) 103416

[startup+192.102 s]
/proc/loadavg: 2.02 2.01 1.95 4/82 10312
/proc/meminfo: memFree=1561176/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=190.32
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6858 0 0 0 19019 13 0 0 25 0 1 0 1983372812 105897984 2450 996147200 134512640 135477443 4294956224 18446744073709551615 135208690 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2450 501 235 0 24555 0
Current children cumulated CPU time (s) 190.32
Current children cumulated vsize (KiB) 103416

[startup+198.503 s]
/proc/loadavg: 2.02 2.01 1.95 3/82 10312
/proc/meminfo: memFree=1561176/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=196.66
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6858 0 0 0 19653 13 0 0 25 0 1 0 1983372812 105897984 2450 996147200 134512640 135477443 4294956224 18446744073709551615 135208668 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2450 501 235 0 24555 0
Current children cumulated CPU time (s) 196.66
Current children cumulated vsize (KiB) 103416

[startup+204.901 s]
/proc/loadavg: 2.02 2.01 1.95 3/82 10312
/proc/meminfo: memFree=1561176/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=203
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6858 0 0 0 20287 13 0 0 25 0 1 0 1983372812 105897984 2450 996147200 134512640 135477443 4294956224 18446744073709551615 134583601 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2450 501 235 0 24555 0
Current children cumulated CPU time (s) 203
Current children cumulated vsize (KiB) 103416

[startup+208.107 s]
/proc/loadavg: 2.02 2.01 1.95 3/82 10312
/proc/meminfo: memFree=1561176/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=206.17
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6858 0 0 0 20604 13 0 0 25 0 1 0 1983372812 105897984 2450 996147200 134512640 135477443 4294956224 18446744073709551615 135268496 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2450 501 235 0 24555 0
Current children cumulated CPU time (s) 206.17
Current children cumulated vsize (KiB) 103416

[startup+209.702 s]
/proc/loadavg: 2.02 2.01 1.95 3/82 10312
/proc/meminfo: memFree=1561176/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=207.76
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6858 0 0 0 20763 13 0 0 25 0 1 0 1983372812 105897984 2450 996147200 134512640 135477443 4294956224 18446744073709551615 135208561 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2450 501 235 0 24555 0
Current children cumulated CPU time (s) 207.76
Current children cumulated vsize (KiB) 103416

[startup+210.501 s]
/proc/loadavg: 2.02 2.01 1.95 3/82 10312
/proc/meminfo: memFree=1561176/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=208.55
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6858 0 0 0 20842 13 0 0 25 0 1 0 1983372812 105897984 2450 996147200 134512640 135477443 4294956224 18446744073709551615 135208689 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2450 501 235 0 24555 0
Current children cumulated CPU time (s) 208.55
Current children cumulated vsize (KiB) 103416

[startup+210.906 s]
/proc/loadavg: 2.02 2.01 1.95 3/82 10312
/proc/meminfo: memFree=1561176/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=208.95
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6858 0 0 0 20882 13 0 0 25 0 1 0 1983372812 105897984 2450 996147200 134512640 135477443 4294956224 18446744073709551615 135208598 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2450 501 235 0 24555 0
Current children cumulated CPU time (s) 208.95
Current children cumulated vsize (KiB) 103416

[startup+211.001 s]
/proc/loadavg: 2.02 2.01 1.95 3/82 10312
/proc/meminfo: memFree=1561176/2055920 swapFree=4110344/4192956
[pid=10311] ppid=10309 vsize=103416 CPUtime=209.04
/proc/10311/stat : 10311 (casperzao) R 10309 10311 9807 0 -1 4194304 6858 0 0 0 20891 13 0 0 25 0 1 0 1983372812 105897984 2450 996147200 134512640 135477443 4294956224 18446744073709551615 134583585 0 0 4096 0 0 0 0 17 1 0 0
/proc/10311/statm: 25854 2450 501 235 0 24555 0
Current children cumulated CPU time (s) 209.04
Current children cumulated vsize (KiB) 103416

Child status: 0
Real time (s): 211.067
CPU time (s): 209.122
CPU user time (s): 208.982
CPU system time (s): 0.139978
CPU usage (%): 99.0787
Max. virtual memory (cumulated for all children) (KiB): 103980

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 208.982
system time used= 0.139978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6860
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= 16
involuntary context switches= 7686

runsolver used 0.252961 second user time and 0.650901 second system time

The end

Launcher Data (download as text)

Begin job on node70 at 2008-07-03 02:14:00
IDJOB=1048791
IDBENCH=54516
IDSOLVER=361
FILE ID=node70/1048791-1215044039
PBS_JOBID= 7875036
Free space on /tmp= 66436 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/pseudo/ssa/normalized-ssa-2670-141.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1048791-1215044039/watcher-1048791-1215044039 -o /tmp/evaluation-result-1048791-1215044039/solver-1048791-1215044039 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1048791-1215044039.xml 986739871 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= a24bdf9aff1b96befc788e928e7ebb69
RANDOM SEED=986739871

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.256
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.256
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:       1569792 kB
Buffers:         49816 kB
Cached:         244404 kB
SwapCached:      76448 kB
Active:         157664 kB
Inactive:       255104 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1569792 kB
SwapTotal:     4192956 kB
SwapFree:      4110344 kB
Dirty:            3384 kB
Writeback:           0 kB
Mapped:         134544 kB
Slab:            58292 kB
Committed_AS:  4082568 kB
PageTables:       2008 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= 66436 MiB
End job on node70 at 2008-07-03 02:17:31