Trace number 1079572

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 253.363 255.306

DiagnosticValue
CHECKS685443

General information on the benchmark

Namecsp/lexVg/
normalized-crossword-m1c-lex-vg6-10_ext.xml
MD5SUMe968a766d9ee5ba2ff7ca47c79997ac1
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark9.72952
Satisfiable
(Un)Satisfiability was proved
Number of variables60
Number of constraints16
Maximum constraint arity10
Maximum domain size26
Number of constraints which are defined in extension16
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.18/0.21	c [ This is CaSPERzao (C) mvc@di.fct.unl.pt ]
0.18/0.21	c Parsing = 1
0.18/0.21	c Building = 1
0.18/0.21	c [ NumberOfVariables = 60 ]
0.18/0.21	c [ NumberOfConstraints = 16 ]
0.18/0.21	c [ SizeOfSearchSpace(log2) = 282.026 ]
0.18/0.21	c SymmetrySearch = 1
0.28/0.36	c InitialPropagation = 1
0.28/0.37	c [ SizeOfSearchSpace(log2) = 276.56 ]
0.28/0.37	c InitialSAC = (Timeout)
39.77/40.18	c [ SizeOfSearchSpace(log2) = 272.171 ]
39.77/40.18	c Search(SampleFF) : 
148.26/149.45	c [ Sampling domwdeg ]
148.26/149.45	c [ Sampling impacts ]
148.26/149.45	c [ Sampling la ]
148.26/149.45	c [ SamplingScores: ]
148.26/149.45	c [ domwdeg+min = 0.00642321 | domwdeg+rnd = 0.0250697 ]
148.26/149.45	c [ impacts+min = 0.0012657 | impacts+rnd = 0.0275651 ]
148.26/149.45	c [ la+min = 3.26515e-06 | la+rnd = 4.30865e-05 ]
148.26/149.45	c [ domwdeg = 0.0157465 | impacts = 0.0144154 | la = 2.31758e-05 ]
148.26/149.45	c [ min = 0.00256406 | rand = 0.0144154 ]
148.26/149.45	c [ restarting at (0.20002,0.00368413) ]
148.75/149.99	c [ restarting at (0.500051,0.00368399) ]
150.14/151.35	c [ restarting at (1.25013,0.00185557) ]
153.51/154.70	c [ restarting at (3.12532,0.0429395) ]
161.75/163.08	c [ restarting at (7.8133,0.0469221) ]
182.59/184.01	c [ restarting at (19.5332,0.153186) ]
234.49/236.36	c [ stopped restarting at (48.8331,0.68686) ]
253.35/255.30	c Search(SampleFF) = 0
253.35/255.30	s UNSATISFIABLE
253.35/255.30	d CHECKS 685443
253.35/255.30	c [ TotalFails = 6499 ]
253.35/255.30	c [ NumberOfRestarts = 54 ]
253.35/255.30	c [ TotalTime = 238.217 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-1079572-1215210237/watcher-1079572-1215210237 -o /tmp/evaluation-result-1079572-1215210237/solver-1079572-1215210237 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/casperzao HOME/instance-1079572-1215210237.xml 1506284278 

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: 1.96 2.00 2.00 4/72 25184
/proc/meminfo: memFree=1841768/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=1056 CPUtime=0
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 40 0 0 0 0 0 0 0 19 0 1 0 1999998893 1081344 26 996147200 134512640 135477443 4294956224 18446744073709551615 10416932 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 264 26 20 235 0 3 0

[startup+0.0717029 s]
/proc/loadavg: 1.96 2.00 2.00 4/72 25184
/proc/meminfo: memFree=1841768/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=102532 CPUtime=0.05
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 1373 0 0 0 5 0 0 0 18 0 1 0 1999998893 104992768 1333 996147200 134512640 135477443 4294956224 18446744073709551615 134630568 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 25633 1333 432 235 0 24334 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 102532

[startup+0.102703 s]
/proc/loadavg: 1.96 2.00 2.00 4/72 25184
/proc/meminfo: memFree=1841768/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=104908 CPUtime=0.08
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 1950 0 0 0 8 0 0 0 18 0 1 0 1999998893 107425792 1910 996147200 134512640 135477443 4294956224 18446744073709551615 4158530082 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 26227 1910 432 235 0 24928 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 104908

[startup+0.301725 s]
/proc/loadavg: 1.96 2.00 2.00 4/72 25184
/proc/meminfo: memFree=1841768/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=120048 CPUtime=0.28
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5188 0 0 0 26 2 0 0 19 0 1 0 1999998893 122929152 5148 996147200 134512640 135477443 4294956224 18446744073709551615 134535842 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 30012 5148 437 235 0 28713 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 120048

[startup+0.701762 s]
/proc/loadavg: 1.96 2.00 2.00 4/72 25184
/proc/meminfo: memFree=1841768/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=0.68
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5507 0 0 0 66 2 0 0 23 0 1 0 1999998893 102244352 938 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 938 456 235 0 23663 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 99848

[startup+1.50285 s]
/proc/loadavg: 1.96 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1839648/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=1.47
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5507 0 0 0 145 2 0 0 25 0 1 0 1999998893 102244352 938 996147200 134512640 135477443 4294956224 18446744073709551615 134600971 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 938 456 235 0 23663 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 99848

[startup+3.10201 s]
/proc/loadavg: 1.96 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1839520/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=3.06
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5507 0 0 0 304 2 0 0 25 0 1 0 1999998893 102244352 938 996147200 134512640 135477443 4294956224 18446744073709551615 134590286 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 938 456 235 0 23663 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 99848

[startup+6.30135 s]
/proc/loadavg: 1.96 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1839456/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=6.23
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5507 0 0 0 621 2 0 0 25 0 1 0 1999998893 102244352 938 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 938 456 235 0 23663 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 99848

[startup+12.702 s]
/proc/loadavg: 1.96 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1839520/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=12.58
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5518 0 0 0 1256 2 0 0 25 0 1 0 1999998893 102244352 949 996147200 134512640 135477443 4294956224 18446744073709551615 134600974 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 949 456 235 0 23663 0
Current children cumulated CPU time (s) 12.58
Current children cumulated vsize (KiB) 99848

[startup+25.5014 s]
/proc/loadavg: 1.97 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1839648/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=25.29
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5518 0 0 0 2527 2 0 0 25 0 1 0 1999998893 102244352 949 996147200 134512640 135477443 4294956224 18446744073709551615 134600887 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 949 456 235 0 23663 0
Current children cumulated CPU time (s) 25.29
Current children cumulated vsize (KiB) 99848

[startup+51.101 s]
/proc/loadavg: 1.98 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1839136/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=50.7
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5670 0 0 0 5067 3 0 0 25 0 1 0 1999998893 102244352 1101 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 1101 497 235 0 23663 0
Current children cumulated CPU time (s) 50.7
Current children cumulated vsize (KiB) 99848

[startup+102.306 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1839008/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=101.51
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5679 0 0 0 10148 3 0 0 25 0 1 0 1999998893 102244352 1110 996147200 134512640 135477443 4294956224 18446744073709551615 134600843 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 1110 499 235 0 23663 0
Current children cumulated CPU time (s) 101.51
Current children cumulated vsize (KiB) 99848

[startup+162.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1838880/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=161.05
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5701 0 0 0 16102 3 0 0 25 0 1 0 1999998893 102244352 1132 996147200 134512640 135477443 4294956224 18446744073709551615 134600992 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 1132 500 235 0 23663 0
Current children cumulated CPU time (s) 161.05
Current children cumulated vsize (KiB) 99848

[startup+222.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1838752/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=220.6
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5727 0 0 0 22057 3 0 0 25 0 1 0 1999998893 102244352 1158 996147200 134512640 135477443 4294956224 18446744073709551615 134590289 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 1158 500 235 0 23663 0
Current children cumulated CPU time (s) 220.6
Current children cumulated vsize (KiB) 99848

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

[startup+230.302 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1838752/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=228.54
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5732 0 0 0 22851 3 0 0 25 0 1 0 1999998893 102244352 1163 996147200 134512640 135477443 4294956224 18446744073709551615 134590151 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 1163 500 235 0 23663 0
Current children cumulated CPU time (s) 228.54
Current children cumulated vsize (KiB) 99848

[startup+243.105 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1838624/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=241.24
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5752 0 0 0 24121 3 0 0 25 0 1 0 1999998893 102244352 1183 996147200 134512640 135477443 4294956224 18446744073709551615 134600816 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 1183 500 235 0 23663 0
Current children cumulated CPU time (s) 241.24
Current children cumulated vsize (KiB) 99848

[startup+249.502 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1838624/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=247.59
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5752 0 0 0 24756 3 0 0 25 0 1 0 1999998893 102244352 1183 996147200 134512640 135477443 4294956224 18446744073709551615 134609601 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 1183 500 235 0 23663 0
Current children cumulated CPU time (s) 247.59
Current children cumulated vsize (KiB) 99848

[startup+252.701 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1838624/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=250.77
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5752 0 0 0 25074 3 0 0 25 0 1 0 1999998893 102244352 1183 996147200 134512640 135477443 4294956224 18446744073709551615 134600823 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 1183 500 235 0 23663 0
Current children cumulated CPU time (s) 250.77
Current children cumulated vsize (KiB) 99848

[startup+254.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1838624/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=252.36
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5752 0 0 0 25233 3 0 0 25 0 1 0 1999998893 102244352 1183 996147200 134512640 135477443 4294956224 18446744073709551615 134609601 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 1183 500 235 0 23663 0
Current children cumulated CPU time (s) 252.36
Current children cumulated vsize (KiB) 99848

[startup+255.101 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1838624/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=253.15
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5752 0 0 0 25312 3 0 0 25 0 1 0 1999998893 102244352 1183 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 1183 500 235 0 23663 0
Current children cumulated CPU time (s) 253.15
Current children cumulated vsize (KiB) 99848

[startup+255.301 s]
/proc/loadavg: 1.99 2.00 2.00 3/73 25185
/proc/meminfo: memFree=1838624/2055920 swapFree=4180056/4192956
[pid=25184] ppid=25182 vsize=99848 CPUtime=253.35
/proc/25184/stat : 25184 (casperzao) R 25182 25184 25147 0 -1 4194304 5752 0 0 0 25332 3 0 0 25 0 1 0 1999998893 102244352 1183 996147200 134512640 135477443 4294956224 18446744073709551615 134590300 0 0 4096 0 0 0 0 17 1 0 0
/proc/25184/statm: 24962 1183 500 235 0 23663 0
Current children cumulated CPU time (s) 253.35
Current children cumulated vsize (KiB) 99848

Child status: 0
Real time (s): 255.306
CPU time (s): 253.363
CPU user time (s): 253.326
CPU system time (s): 0.036994
CPU usage (%): 99.2392
Max. virtual memory (cumulated for all children) (KiB): 120048

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

runsolver used 0.26196 second user time and 0.677896 second system time

The end

Launcher Data (download as text)

Begin job on node7 at 2008-07-05 00:23:57
IDJOB=1079572
IDBENCH=56890
IDSOLVER=361
FILE ID=node7/1079572-1215210237
PBS_JOBID= 7881781
Free space on /tmp= 66520 MiB

SOLVER NAME= casper zao
BENCH NAME= CPAI08/csp/lexVg/normalized-crossword-m1c-lex-vg6-10_ext.xml
COMMAND LINE= HOME/casperzao BENCHNAME RANDOMSEED 
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1079572-1215210237/watcher-1079572-1215210237 -o /tmp/evaluation-result-1079572-1215210237/solver-1079572-1215210237 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/casperzao HOME/instance-1079572-1215210237.xml 1506284278 

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= e968a766d9ee5ba2ff7ca47c79997ac1
RANDOM SEED=1506284278

node7.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.236
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.236
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:       1842248 kB
Buffers:         17940 kB
Cached:         132044 kB
SwapCached:       7300 kB
Active:         119496 kB
Inactive:        42524 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1842248 kB
SwapTotal:     4192956 kB
SwapFree:      4180056 kB
Dirty:            3064 kB
Writeback:           0 kB
Mapped:          19024 kB
Slab:            37012 kB
Committed_AS:  3452528 kB
PageTables:       1788 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= 66520 MiB
End job on node7 at 2008-07-05 00:28:13