Trace number 1093952

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
MDG-probe 2008-06-27SAT 301.51 302.74

DiagnosticValue
ASSIGNMENTS186
CHECKS8961030

General information on the benchmark

Namecsp/queens/
normalized-queens-200.xml
MD5SUM054f76ffe13ea2991d6de6635966b938
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark4.37933
Satisfiable
(Un)Satisfiability was proved
Number of variables200
Number of constraints19900
Maximum constraint arity2
Maximum domain size200
Number of constraints which are defined in extension0
Number of constraints which are defined in intension19900
Global constraints used (with number of constraints)

Solver Data (download as text)

0.00/0.20	c mistral-prime version 1.313
0.00/0.20	c 
0.00/0.20	c Parsing xml file
0.00/0.20	c          domains...............     0	(1 domains)
0.00/0.20	c          variables.............     0	(200 variables)
0.00/0.20	c          predicates............     0	(1 predicates)
0.00/0.20	c          constraints...........  0.86	(19900 constraints)
0.79/0.87	c Parsing time:   0.86
0.79/0.87	c
0.79/0.87	c Building model
0.88/0.95	c         1 AllDifferent constraints infered
1.28/1.38	c         0 constants
1.28/1.38	c         0 Boolean variables    (+0)
1.28/1.38	c         0 range variables      (+0)
1.28/1.38	c       200 domain (b) variables (+39800)
1.28/1.38	c         0 domain (l) variables (+0)
1.28/1.38	c     19900 constraints          (+39801)
1.28/1.38	c         0 values 
1.28/1.38	c Building time:    0.5
1.28/1.38	c
1.28/1.38	c Solving instance
1.28/1.38	c          heuristic = dom/wdeg
1.28/1.38	c          Randomized probing iteration = 100
1.28/1.38	c          probing limit = 30
1.28/1.38	c          level based weights = no
1.28/1.38	c          impact probing = no
1.28/1.38	c          restart policy = No restart
1.28/1.38	c          probing .299.67
300.96/302.22	c          Probing Nodes   186
300.96/302.22	c Solving time: 299.67
300.96/302.22	c
300.96/302.22	s SATISFIABLE
300.96/302.22	v 60 176 180 152 181 125 40 188 49 193 93 123 142 56 139 171 102 118 58 154 30 108 74 72 63 143 167 101 113 161 146 95 116 26 78 173 128 46 41 135 109 158 117 35 50 82 182 11 115 140 153 29 47 64 164 194 68 48 62 79 22 111 196 39 127 87 2 21 53 32 70 42 144 43 178 156 94 85 3 18 104 190 89 27 126 23 12 52 168 137 24 65 86 114 73 148 169 14 9 1 155 198 195 16 71 120 151 8 197 36 138 77 57 100 160 10 84 106 4 61 134 45 179 170 96 122 191 183 110 75 159 19 28 131 150 76 166 80 67 97 6 81 103 99 91 141 98 172 17 184 33 189 121 185 129 157 107 37 51 132 119 162 175 66 163 88 192 20 13 90 105 44 149 25 38 31 133 69 59 165 199 130 187 200 112 7 136 54 92 177 34 5 147 174 124 55 186 145 83 15
300.96/302.22	d CHECKS 8961029
300.96/302.22	d ASSIGNMENTS 186

Verifier Data (download as text)

OK

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-1093952-1215278596/watcher-1093952-1215278596 -o /tmp/evaluation-result-1093952-1215278596/solver-1093952-1215278596 -C 1800 -W 2200 -M 900 --output-limit 1,15 HOME/xsolve HOME/instance-1093952-1215278596.xml -v 1 -rs 2014506611 -probe 1 -ph 0 -heu dom/wdeg -res no 

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.91 1.97 1.99 4/80 872
/proc/meminfo: memFree=1693136/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=820 CPUtime=0
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 39 0 0 0 0 0 0 0 19 0 1 0 2006835206 839680 25 996147200 134512640 135239859 4294956144 18446744073709551615 5829412 0 2147483391 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 205 25 19 177 0 3 0

[startup+0.210582 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 872
/proc/meminfo: memFree=1693136/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=9884 CPUtime=0.2
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 1805 0 0 0 19 1 0 0 19 0 1 0 2006835206 10121216 1771 996147200 134512640 135239859 4294956144 18446744073709551615 6263273 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 2471 1771 394 177 0 1374 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 9884

[startup+0.301599 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 872
/proc/meminfo: memFree=1693136/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=12356 CPUtime=0.29
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 2453 0 0 0 28 1 0 0 19 0 1 0 2006835206 12652544 2353 996147200 134512640 135239859 4294956144 18446744073709551615 134618075 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 3089 2353 394 177 0 1992 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 12356

[startup+0.401618 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 872
/proc/meminfo: memFree=1693136/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=14844 CPUtime=0.38
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 3084 0 0 0 37 1 0 0 20 0 1 0 2006835206 15200256 2984 996147200 134512640 135239859 4294956144 18446744073709551615 4159148576 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 3711 2984 394 177 0 2614 0
Current children cumulated CPU time (s) 0.38
Current children cumulated vsize (KiB) 14844

[startup+0.701675 s]
/proc/loadavg: 1.91 1.97 1.99 4/80 872
/proc/meminfo: memFree=1693136/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=22408 CPUtime=0.68
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 5071 0 0 0 66 2 0 0 23 0 1 0 2006835206 22945792 4841 996147200 134512640 135239859 4294956144 18446744073709551615 134649801 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 5602 4841 394 177 0 4505 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 22408

[startup+1.50183 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 873
/proc/meminfo: memFree=1575944/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=186320 CPUtime=1.48
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 46149 0 0 0 128 20 0 0 25 0 1 0 2006835206 190791680 45775 996147200 134512640 135239859 4294956144 18446744073709551615 135016652 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 46580 45775 439 177 0 45483 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 186320

[startup+3.10114 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 873
/proc/meminfo: memFree=1511176/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=186320 CPUtime=3.08
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 46149 0 0 0 288 20 0 0 25 0 1 0 2006835206 190791680 45775 996147200 134512640 135239859 4294956144 18446744073709551615 135020236 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 46580 45775 439 177 0 45483 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 186320

[startup+6.30178 s]
/proc/loadavg: 1.91 1.97 1.99 3/81 873
/proc/meminfo: memFree=1511120/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=186320 CPUtime=6.26
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 46149 0 0 0 606 20 0 0 25 0 1 0 2006835206 190791680 45775 996147200 134512640 135239859 4294956144 18446744073709551615 135020331 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 46580 45775 439 177 0 45483 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 186320

[startup+12.701 s]
/proc/loadavg: 1.92 1.97 1.99 3/81 873
/proc/meminfo: memFree=1509784/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=187576 CPUtime=12.63
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 46513 0 0 0 1243 20 0 0 25 0 1 0 2006835206 192077824 46041 996147200 134512640 135239859 4294956144 18446744073709551615 135020427 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 46894 46041 440 177 0 45797 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 187576

[startup+25.5066 s]
/proc/loadavg: 1.94 1.97 1.99 3/81 873
/proc/meminfo: memFree=1509016/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=189112 CPUtime=25.39
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 47173 0 0 0 2518 21 0 0 25 0 1 0 2006835206 193650688 46315 996147200 134512640 135239859 4294956144 18446744073709551615 135015384 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 47278 46315 440 177 0 46181 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 189112

[startup+51.1016 s]
/proc/loadavg: 1.96 1.97 1.99 3/81 873
/proc/meminfo: memFree=1506712/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=191160 CPUtime=50.87
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 48277 0 0 0 5066 21 0 0 25 0 1 0 2006835206 195747840 46906 996147200 134512640 135239859 4294956144 18446744073709551615 135016015 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 47790 46906 440 177 0 46693 0
Current children cumulated CPU time (s) 50.87
Current children cumulated vsize (KiB) 191160

[startup+102.302 s]
/proc/loadavg: 1.98 1.97 1.99 3/81 873
/proc/meminfo: memFree=1491672/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=213744 CPUtime=101.87
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 55148 0 0 0 10163 24 0 0 25 0 1 0 2006835206 218873856 50703 996147200 134512640 135239859 4294956144 18446744073709551615 135095261 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 53436 50703 440 177 0 52339 0
Current children cumulated CPU time (s) 101.87
Current children cumulated vsize (KiB) 213744

[startup+162.302 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 873
/proc/meminfo: memFree=1481432/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=218100 CPUtime=161.63
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 57631 0 0 0 16138 25 0 0 25 0 1 0 2006835206 223334400 53186 996147200 134512640 135239859 4294956144 18446744073709551615 135016063 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 54525 53186 440 177 0 53428 0
Current children cumulated CPU time (s) 161.63
Current children cumulated vsize (KiB) 218100

[startup+222.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 873
/proc/meminfo: memFree=1452312/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=256528 CPUtime=221.39
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 68958 0 0 0 22110 29 0 0 25 0 1 0 2006835206 262684672 60416 996147200 134512640 135239859 4294956144 18446744073709551615 135016643 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 64132 60416 440 177 0 63035 0
Current children cumulated CPU time (s) 221.39
Current children cumulated vsize (KiB) 256528

[startup+282.301 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 873
/proc/meminfo: memFree=1423896/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=275404 CPUtime=281.15
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 76181 0 0 0 28083 32 0 0 25 0 1 0 2006835206 282013696 67639 996147200 134512640 135239859 4294956144 18446744073709551615 135020548 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 68851 67639 440 177 0 67754 0
Current children cumulated CPU time (s) 281.15
Current children cumulated vsize (KiB) 275404

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

[startup+294.502 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 873
/proc/meminfo: memFree=1414232/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=314112 CPUtime=293.3
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 86802 0 0 0 29293 37 0 0 25 0 1 0 2006835206 321650688 70067 996147200 134512640 135239859 4294956144 18446744073709551615 135020559 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 78528 70067 440 177 0 77431 0
Current children cumulated CPU time (s) 293.3
Current children cumulated vsize (KiB) 314112

[startup+297.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 873
/proc/meminfo: memFree=1411480/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=315432 CPUtime=296.48
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 87481 0 0 0 29611 37 0 0 25 0 1 0 2006835206 323002368 70746 996147200 134512640 135239859 4294956144 18446744073709551615 135096368 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 78858 70746 440 177 0 77761 0
Current children cumulated CPU time (s) 296.48
Current children cumulated vsize (KiB) 315432

[startup+300.902 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 873
/proc/meminfo: memFree=1408344/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=316620 CPUtime=299.67
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 88278 0 0 0 29929 38 0 0 25 0 1 0 2006835206 324218880 71543 996147200 134512640 135239859 4294956144 18446744073709551615 135016651 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 79155 71543 440 177 0 78058 0
Current children cumulated CPU time (s) 299.67
Current children cumulated vsize (KiB) 316620

[startup+301.702 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 873
/proc/meminfo: memFree=1405976/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=318336 CPUtime=300.47
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 88906 0 0 0 30008 39 0 0 25 0 1 0 2006835206 325976064 72171 996147200 134512640 135239859 4294956144 18446744073709551615 134798274 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 79584 72171 440 177 0 78487 0
Current children cumulated CPU time (s) 300.47
Current children cumulated vsize (KiB) 318336

[startup+302.501 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 873
/proc/meminfo: memFree=1405976/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=320420 CPUtime=301.26
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 89656 0 0 0 30087 39 0 0 25 0 1 0 2006835206 328110080 72881 996147200 134512640 135239859 4294956144 18446744073709551615 6258840 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 80105 72881 443 177 0 79008 0
Current children cumulated CPU time (s) 301.26
Current children cumulated vsize (KiB) 320420

[startup+302.706 s]
/proc/loadavg: 1.99 1.97 1.99 3/81 873
/proc/meminfo: memFree=1402264/2055920 swapFree=4179472/4192956
[pid=872] ppid=870 vsize=29608 CPUtime=301.47
/proc/872/stat : 872 (xsolve) R 870 872 30568 0 -1 4194304 89663 0 0 0 30103 44 0 0 25 0 1 0 2006835206 30318592 6700 996147200 134512640 135239859 4294956144 18446744073709551615 6258695 0 0 4096 0 0 0 0 17 1 0 0
/proc/872/statm: 7402 6700 450 177 0 6305 0
Current children cumulated CPU time (s) 301.47
Current children cumulated vsize (KiB) 29608

Child status: 0
Real time (s): 302.74
CPU time (s): 301.51
CPU user time (s): 301.063
CPU system time (s): 0.446932
CPU usage (%): 99.5938
Max. virtual memory (cumulated for all children) (KiB): 320580

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

runsolver used 0.305953 second user time and 0.816875 second system time

The end

Launcher Data (download as text)

Begin job on node1 at 2008-07-05 19:23:16
IDJOB=1093952
IDBENCH=58738
IDSOLVER=342
FILE ID=node1/1093952-1215278596
PBS_JOBID= 7882189
Free space on /tmp= 66512 MiB

SOLVER NAME= MDG-probe 2008-06-27
BENCH NAME= CPAI08/csp/queens/normalized-queens-200.xml
COMMAND LINE= HOME/xsolve BENCHNAME -v 1 -rs RANDOMSEED -probe 1 -ph 0 -heu dom/wdeg -res no
RUNSOLVER COMMAND LINE= /home/evaluation/evaluation/pub/bin/runsolver --timestamp -w /tmp/evaluation-result-1093952-1215278596/watcher-1093952-1215278596 -o /tmp/evaluation-result-1093952-1215278596/solver-1093952-1215278596 -C 1800 -W 2200 -M 900 --output-limit 1,15  HOME/xsolve HOME/instance-1093952-1215278596.xml -v 1 -rs 2014506611 -probe 1 -ph 0 -heu dom/wdeg -res no

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB

MD5SUM BENCH= 054f76ffe13ea2991d6de6635966b938
RANDOM SEED=2014506611

node1.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.265
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.265
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:       1693616 kB
Buffers:         47912 kB
Cached:         184296 kB
SwapCached:       7288 kB
Active:         216992 kB
Inactive:        93540 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1693616 kB
SwapTotal:     4192956 kB
SwapFree:      4179472 kB
Dirty:            3508 kB
Writeback:           0 kB
Mapped:          92252 kB
Slab:            36916 kB
Committed_AS:  4048788 kB
PageTables:       1988 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= 66512 MiB
End job on node1 at 2008-07-05 19:28:19