Trace number 1047996

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 zitoUNSAT 307.782 308.214

DiagnosticValue
CHECKS1537440000

General information on the benchmark

Namecsp/schurrLemma/
normalized-lemma-30-9-mod.xml
MD5SUM50062f1989033f156236dffc97d03049
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 benchmark0.014997
Satisfiable
(Un)Satisfiability was proved
Number of variables30
Number of constraints210
Maximum constraint arity3
Maximum domain size9
Number of constraints which are defined in extension0
Number of constraints which are defined in intension210
Global constraints used (with number of constraints)

Solver Data (download as text)

0.19/0.25	c [ This is CaSPERzito (C) mvc@di.fct.unl.pt ]
0.19/0.25	c Parsing = 1
0.19/0.25	c Building = 1
0.19/0.25	c [ NumberOfVariables = 30 ]
0.19/0.25	c [ NumberOfConstraints = 210 ]
0.19/0.25	c [ SizeOfSearchSpace(log2) = 95.0978 ]
0.19/0.25	c SymmetrySearch = 1
0.19/0.25	c InitialPropagation = 1
0.19/0.25	c [ SizeOfSearchSpace(log2) = 95.0978 ]
0.19/0.25	c InitialSAC = 1
0.19/0.25	c [ SizeOfSearchSpace(log2) = 95.0978 ]
0.19/0.25	c Search(SampleFF) : 
56.66/57.09	c [ Sampling domwdeg ]
56.66/57.09	c [ Sampling impacts ]
56.66/57.09	c [ SamplingScores: ]
56.66/57.09	c [ domwdeg+min = 0.0115061 | domwdeg+rnd = 0.0168997 ]
56.66/57.09	c [ impacts+min = 0.000318637 | impacts+rnd = 0.0170092 ]
56.66/57.09	c [ la+min = 0 | la+rnd = 0 ]
56.66/57.09	c [ domwdeg = 0.0142029 | impacts = 0.00866393 | la = 0 ]
56.66/57.09	c [ min = 0.00394157 | rand = 0.00866393 ]
56.66/57.09	c [ restarting at (3.96356,0.0276287) ]
66.66/67.01	c [ restarting at (9.9089,0.0652866) ]
91.45/91.81	c [ restarting at (24.7722,0.174676) ]
153.42/153.81	c [ restarting at (61.9306,0.400297) ]
307.76/308.21	c Search(SampleFF) = 0
307.76/308.21	s UNSATISFIABLE
307.76/308.21	d CHECKS 1537440366
307.76/308.21	c [ TotalFails = 797037 ]
307.76/308.21	c [ NumberOfRestarts = 64 ]
307.76/308.21	c [ TotalTime = 1.32213e+06 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-1047996-1215041721/watcher-1047996-1215041721 -o /tmp/evaluation-result-1047996-1215041721/solver-1047996-1215041721 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzito HOME/instance-1047996-1215041721.xml 66715639 

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.13 2.10 1.83 4/72 13488
/proc/meminfo: memFree=1827720/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=18572 CPUtime=0
/proc/13488/stat : 13488 (runsolver) R 13486 13488 12863 0 -1 4194368 15 0 0 0 0 0 0 0 21 0 1 0 1983146940 19017728 292 996147200 4194304 4296836 548682068480 18446744073709551615 214919867687 0 0 4096 24578 0 0 0 17 1 0 0
/proc/13488/statm: 4643 292 257 25 0 2626 0

[startup+0.078047 s]
/proc/loadavg: 2.13 2.10 1.83 4/72 13488
/proc/meminfo: memFree=1827720/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=0.06
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 735 0 0 0 6 0 0 0 18 0 1 0 1983146940 101732352 686 996147200 134512640 135472138 4294956224 18446744073709551615 4159448274 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 24837 686 483 234 0 23539 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 99348

[startup+0.102161 s]
/proc/loadavg: 2.13 2.10 1.83 4/72 13488
/proc/meminfo: memFree=1827720/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=0.09
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 735 0 0 0 9 0 0 0 18 0 1 0 1983146940 101732352 686 996147200 134512640 135472138 4294956224 18446744073709551615 135202760 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 24837 686 483 234 0 23539 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 99348

[startup+0.301072 s]
/proc/loadavg: 2.13 2.10 1.83 4/72 13488
/proc/meminfo: memFree=1827720/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=0.29
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 737 0 0 0 29 0 0 0 19 0 1 0 1983146940 101732352 688 996147200 134512640 135472138 4294956224 18446744073709551615 135265541 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 24837 688 484 234 0 23539 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 99348

[startup+0.701127 s]
/proc/loadavg: 2.13 2.10 1.83 4/72 13488
/proc/meminfo: memFree=1827720/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=0.69
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 738 0 0 0 69 0 0 0 23 0 1 0 1983146940 101732352 689 996147200 134512640 135472138 4294956224 18446744073709551615 135265538 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 24837 689 484 234 0 23539 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 99348

[startup+1.50223 s]
/proc/loadavg: 2.13 2.10 1.83 3/73 13489
/proc/meminfo: memFree=1826816/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=1.48
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 741 0 0 0 148 0 0 0 25 0 1 0 1983146940 101732352 692 996147200 134512640 135472138 4294956224 18446744073709551615 135264224 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 24837 692 484 234 0 23539 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 99348

[startup+3.10145 s]
/proc/loadavg: 2.13 2.10 1.83 3/73 13489
/proc/meminfo: memFree=1826624/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=3.06
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 741 0 0 0 306 0 0 0 25 0 1 0 1983146940 101732352 692 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 24837 692 484 234 0 23539 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99348

[startup+6.30196 s]
/proc/loadavg: 2.12 2.09 1.83 4/73 13489
/proc/meminfo: memFree=1826624/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=6.24
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 741 0 0 0 624 0 0 0 25 0 1 0 1983146940 101732352 692 996147200 134512640 135472138 4294956224 18446744073709551615 135263195 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 24837 692 484 234 0 23539 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 99348

[startup+12.7017 s]
/proc/loadavg: 2.11 2.09 1.83 4/73 13489
/proc/meminfo: memFree=1826560/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=12.58
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 745 0 0 0 1258 0 0 0 25 0 1 0 1983146940 101732352 696 996147200 134512640 135472138 4294956224 18446744073709551615 135264453 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 24837 696 484 234 0 23539 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99348

[startup+25.5015 s]
/proc/loadavg: 2.09 2.09 1.83 3/73 13489
/proc/meminfo: memFree=1826688/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=25.27
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 749 0 0 0 2527 0 0 0 25 0 1 0 1983146940 101732352 700 996147200 134512640 135472138 4294956224 18446744073709551615 135262958 0 0 4096 0 0 0 0 17 1 0 0
/proc/13488/statm: 24837 700 484 234 0 23539 0
Current children cumulated CPU time (s) 25.27
Current children cumulated vsize (KiB) 99348

[startup+51.1019 s]
/proc/loadavg: 2.06 2.08 1.84 3/82 13562
/proc/meminfo: memFree=1814784/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=50.77
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 754 0 0 0 5075 2 0 0 25 0 1 0 1983146940 101732352 705 996147200 134512640 135472138 4294956224 18446744073709551615 134691876 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 24837 705 486 234 0 23539 0
Current children cumulated CPU time (s) 50.77
Current children cumulated vsize (KiB) 99348

[startup+102.307 s]
/proc/loadavg: 2.09 2.08 1.85 3/82 13562
/proc/meminfo: memFree=1814784/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=101.95
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 755 0 0 0 10193 2 0 0 25 0 1 0 1983146940 101732352 706 996147200 134512640 135472138 4294956224 18446744073709551615 134928564 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 24837 706 487 234 0 23539 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 99348

[startup+162.302 s]
/proc/loadavg: 2.03 2.06 1.85 3/82 13562
/proc/meminfo: memFree=1814656/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=161.92
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 757 0 0 0 16190 2 0 0 25 0 1 0 1983146940 101732352 708 996147200 134512640 135472138 4294956224 18446744073709551615 135265555 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 24837 708 487 234 0 23539 0
Current children cumulated CPU time (s) 161.92
Current children cumulated vsize (KiB) 99348

[startup+222.302 s]
/proc/loadavg: 2.01 2.05 1.86 3/82 13562
/proc/meminfo: memFree=1814592/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=221.89
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 757 0 0 0 22187 2 0 0 25 0 1 0 1983146940 101732352 708 996147200 134512640 135472138 4294956224 18446744073709551615 135264400 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 24837 708 487 234 0 23539 0
Current children cumulated CPU time (s) 221.89
Current children cumulated vsize (KiB) 99348

[startup+282.301 s]
/proc/loadavg: 2.00 2.04 1.86 3/82 13562
/proc/meminfo: memFree=1814592/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=281.87
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 757 0 0 0 28185 2 0 0 25 0 1 0 1983146940 101732352 708 996147200 134512640 135472138 4294956224 18446744073709551615 135263168 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 24837 708 487 234 0 23539 0
Current children cumulated CPU time (s) 281.87
Current children cumulated vsize (KiB) 99348

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

[startup+294.302 s]
/proc/loadavg: 2.00 2.04 1.87 3/82 13562
/proc/meminfo: memFree=1814592/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=293.86
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 758 0 0 0 29384 2 0 0 25 0 1 0 1983146940 101732352 709 996147200 134512640 135472138 4294956224 18446744073709551615 134577393 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 24837 709 487 234 0 23539 0
Current children cumulated CPU time (s) 293.86
Current children cumulated vsize (KiB) 99348

[startup+300.703 s]
/proc/loadavg: 2.00 2.03 1.87 3/82 13562
/proc/meminfo: memFree=1814592/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=300.26
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 758 0 0 0 30024 2 0 0 25 0 1 0 1983146940 101732352 709 996147200 134512640 135472138 4294956224 18446744073709551615 135264400 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 24837 709 487 234 0 23539 0
Current children cumulated CPU time (s) 300.26
Current children cumulated vsize (KiB) 99348

[startup+303.902 s]
/proc/loadavg: 2.00 2.03 1.87 3/82 13562
/proc/meminfo: memFree=1814592/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=303.46
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 758 0 0 0 30344 2 0 0 25 0 1 0 1983146940 101732352 709 996147200 134512640 135472138 4294956224 18446744073709551615 135263606 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 24837 709 487 234 0 23539 0
Current children cumulated CPU time (s) 303.46
Current children cumulated vsize (KiB) 99348

[startup+305.501 s]
/proc/loadavg: 2.00 2.03 1.87 3/82 13562
/proc/meminfo: memFree=1814592/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=305.06
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 758 0 0 0 30504 2 0 0 25 0 1 0 1983146940 101732352 709 996147200 134512640 135472138 4294956224 18446744073709551615 134581664 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 24837 709 487 234 0 23539 0
Current children cumulated CPU time (s) 305.06
Current children cumulated vsize (KiB) 99348

[startup+307.101 s]
/proc/loadavg: 2.00 2.03 1.87 3/82 13562
/proc/meminfo: memFree=1814592/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=306.66
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 758 0 0 0 30664 2 0 0 25 0 1 0 1983146940 101732352 709 996147200 134512640 135472138 4294956224 18446744073709551615 135264450 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 24837 709 487 234 0 23539 0
Current children cumulated CPU time (s) 306.66
Current children cumulated vsize (KiB) 99348

[startup+307.902 s]
/proc/loadavg: 2.00 2.03 1.87 3/82 13562
/proc/meminfo: memFree=1814592/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=307.46
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 758 0 0 0 30744 2 0 0 25 0 1 0 1983146940 101732352 709 996147200 134512640 135472138 4294956224 18446744073709551615 134672509 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 24837 709 487 234 0 23539 0
Current children cumulated CPU time (s) 307.46
Current children cumulated vsize (KiB) 99348

[startup+308.102 s]
/proc/loadavg: 2.00 2.03 1.87 3/82 13562
/proc/meminfo: memFree=1814592/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=307.66
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 758 0 0 0 30764 2 0 0 25 0 1 0 1983146940 101732352 709 996147200 134512640 135472138 4294956224 18446744073709551615 135264971 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 24837 709 487 234 0 23539 0
Current children cumulated CPU time (s) 307.66
Current children cumulated vsize (KiB) 99348

[startup+308.202 s]
/proc/loadavg: 2.00 2.03 1.87 3/82 13562
/proc/meminfo: memFree=1814592/2055920 swapFree=4179444/4192956
[pid=13488] ppid=13486 vsize=99348 CPUtime=307.76
/proc/13488/stat : 13488 (casperzito) R 13486 13488 12863 0 -1 4194304 758 0 0 0 30774 2 0 0 25 0 1 0 1983146940 101732352 709 996147200 134512640 135472138 4294956224 18446744073709551615 135264848 0 0 4096 0 0 0 0 17 0 0 0
/proc/13488/statm: 24837 709 487 234 0 23539 0
Current children cumulated CPU time (s) 307.76
Current children cumulated vsize (KiB) 99348

Child status: 0
Real time (s): 308.214
CPU time (s): 307.782
CPU user time (s): 307.751
CPU system time (s): 0.030995
CPU usage (%): 99.8601
Max. virtual memory (cumulated for all children) (KiB): 99348

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

runsolver used 0.274958 second user time and 0.871867 second system time

The end

Launcher Data (download as text)

Begin job on node10 at 2008-07-03 01:35:21
IDJOB=1047996
IDBENCH=54342
IDSOLVER=362
FILE ID=node10/1047996-1215041721
PBS_JOBID= 7875153
Free space on /tmp= 66524 MiB

SOLVER NAME= casper zito
BENCH NAME= CPAI08/csp/schurrLemma/normalized-lemma-30-9-mod.xml
COMMAND LINE= HOME/casperzito BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1047996-1215041721/watcher-1047996-1215041721 -o /tmp/evaluation-result-1047996-1215041721/solver-1047996-1215041721 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzito HOME/instance-1047996-1215041721.xml 66715639 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 50062f1989033f156236dffc97d03049
RANDOM SEED=66715639

node10.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.229
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.229
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:       1828200 kB
Buffers:         36140 kB
Cached:         105968 kB
SwapCached:       7560 kB
Active:          84904 kB
Inactive:        68544 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1828200 kB
SwapTotal:     4192956 kB
SwapFree:      4179444 kB
Dirty:            2884 kB
Writeback:           0 kB
Mapped:          19244 kB
Slab:            59424 kB
Committed_AS:  3337528 kB
PageTables:       1908 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= 66524 MiB
End job on node10 at 2008-07-03 01:40:29