Trace number 2082880

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
pcs-restart 0.3.2SAT 177.538 179.226

DiagnosticValue
ASSIGNMENTS26384

General information on the benchmark

Namecsp/os-gp/
normalized-gp10-03-1081.xml
MD5SUMd9935def6afe629dc3faf8b019c1286c
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 benchmark0.709891
Satisfiable
(Un)Satisfiability was proved
Number of variables101
Number of constraints1000
Maximum constraint arity2
Maximum domain size1082
Number of constraints which are defined in extension0
Number of constraints which are defined in intension1000
Global constraints used (with number of constraints)

Solver Data

0.00/0.01	c has big domains
0.00/0.01	c big-domain mode
0.18/0.21	c Seed is 1266677646
0.18/0.21	c Constructing HOME/instance-2082880-1247721786.xml  with 6500 constraints
0.18/0.21	c Solving 26384 backtracks 16 restarts
177.50/179.21	s SATISFIABLE
177.50/179.21	c V0=1081, V1=161, V2=1071, V3=755, V4=938, V5=893, V6=0, V7=947, V8=193, V9=980, V10=11, V11=0, V12=1056, V13=908, V14=1025, V15=264, V16=173, V17=295, V18=170, V19=1071, V20=418, V21=584, V22=56, V23=1045, V24=59, V25=937, V26=981, V27=757, V28=0, V29=666, V30=1044, V31=422, V32=227, V33=474, V34=1056, V35=248, V36=264, V37=1066, V38=755, V39=0, V40=908, V41=193, V42=0, V43=893, V44=1064, V45=966, V46=19, V47=418, V48=899, V49=757, V50=417, V51=1009, V52=1052, V53=1025, V54=980, V55=295, V56=1044, V57=0, V58=1058, V59=886, V60=1042, V61=1017, V62=64, V63=0, V64=989, V65=1065, V66=466, V67=981, V68=1056, V69=227, V70=1048, V71=474, V72=537, V73=457, V74=0, V75=1064, V76=422, V77=417, V78=59, V79=1075, V80=170, V81=666, V82=19, V83=64, V84=1009, V85=1068, V86=11, V87=1010, V88=56, V89=466, V90=0, V91=537, V92=248, V93=1058, V94=584, V95=0, V96=1056, V97=938, V98=966, V99=1073, V100=1059, 
177.50/179.21	v 1081 161 1071 755 938 893 0 947 193 980 11 0 1056 908 1025 264 173 295 170 1071 418 584 56 1045 59 937 981 757 0 666 1044 422 227 474 1056 248 264 1066 755 0 908 193 0 893 1064 966 19 418 899 757 417 1009 1052 1025 980 295 1044 0 1058 886 1042 1017 64 0 989 1065 466 981 1056 227 1048 474 537 457 0 1064 422 417 59 1075 170 666 19 64 1009 1068 11 1010 56 466 0 537 248 1058 584 0 1056 938 966 1073 1059 
177.50/179.21	d ASSIGNMENTS 26384

Verifier Data

OK

Watcher Data

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-2082880-1247721786/watcher-2082880-1247721786 -o /tmp/evaluation-result-2082880-1247721786/solver-2082880-1247721786 -C 1800 -W 2000 -M 900 HOME/pcssolve -s 1266677646 HOME/instance-2082880-1247721786.xml 

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): 2000 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
Current StackSize limit: 10240 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16474
/proc/meminfo: memFree=1127304/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=5356 CPUtime=0
/proc/16474/stat : 16474 (pcssolve) R 16472 16474 14568 0 -1 4194304 290 0 0 0 0 0 0 0 21 0 1 0 59245976 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16474/statm: 1339 241 200 169 0 50 0
[pid=16475] ppid=16474 vsize=3676 CPUtime=0
/proc/16475/stat : 16475 (fgrep) R 16474 16474 14568 0 -1 4194304 147 0 0 0 0 0 0 0 22 0 1 0 59245977 3764224 114 996147200 4194304 4274172 548682068976 18446744073709551615 4243431 0 0 4096 0 0 0 0 17 1 0 0
/proc/16475/statm: 919 114 86 19 0 43 0
[pid=16476] ppid=16474 vsize=5356 CPUtime=0
/proc/16476/stat : 16476 (pcssolve) R 16474 16474 14568 0 -1 4194368 0 0 0 0 0 0 0 0 21 0 1 0 59245977 5484544 241 996147200 4194304 4889804 548682068800 18446744073709551615 244671113887 0 65538 4100 65536 0 0 0 17 1 0 0
/proc/16476/statm: 1339 241 200 169 0 50 0

[startup+0.102617 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16474
/proc/meminfo: memFree=1127304/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=6488 CPUtime=0.08
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 1292 657 0 0 8 0 0 0 18 0 1 0 59245976 6643712 849 996147200 134512640 135215973 4294956304 18446744073709551615 134693905 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 1622 849 388 171 0 547 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 6488

[startup+0.20163 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16474
/proc/meminfo: memFree=1127304/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=8960 CPUtime=0.18
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 2119 657 0 0 18 0 0 0 18 0 1 0 59245976 9175040 1462 996147200 134512640 135215973 4294956304 18446744073709551615 134911255 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 2240 1462 407 171 0 1165 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 8960

[startup+0.301639 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16474
/proc/meminfo: memFree=1127304/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=8960 CPUtime=0.28
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 2139 657 0 0 28 0 0 0 19 0 1 0 59245976 9175040 1482 996147200 134512640 135215973 4294956304 18446744073709551615 134532656 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 2240 1482 407 171 0 1165 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 8960

[startup+0.701685 s]
/proc/loadavg: 2.00 2.00 2.00 4/81 16474
/proc/meminfo: memFree=1127304/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=9088 CPUtime=0.68
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 2176 657 0 0 68 0 0 0 23 0 1 0 59245976 9306112 1519 996147200 134512640 135215973 4294956304 18446744073709551615 134680767 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 2272 1519 407 171 0 1197 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 9088

[startup+1.50176 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16479
/proc/meminfo: memFree=1122368/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=9700 CPUtime=1.47
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 2335 657 0 0 146 1 0 0 25 0 1 0 59245976 9932800 1678 996147200 134512640 135215973 4294956304 18446744073709551615 134532711 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 2425 1678 407 171 0 1350 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 9700

[startup+3.10193 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16479
/proc/meminfo: memFree=1121664/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=10512 CPUtime=3.06
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 2572 657 0 0 305 1 0 0 25 0 1 0 59245976 10764288 1882 996147200 134512640 135215973 4294956304 18446744073709551615 134609871 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 2628 1882 407 171 0 1553 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 10512

[startup+6.30127 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16479
/proc/meminfo: memFree=1119296/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=13420 CPUtime=6.22
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 3371 657 0 0 621 1 0 0 25 0 1 0 59245976 13742080 2407 996147200 134512640 135215973 4294956304 18446744073709551615 4158960244 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 3355 2407 407 171 0 2280 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 13420

[startup+12.7029 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16479
/proc/meminfo: memFree=1115328/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=17740 CPUtime=12.57
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 4539 657 0 0 1255 2 0 0 25 0 1 0 59245976 18165760 3381 996147200 134512640 135215973 4294956304 18446744073709551615 134901856 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 4435 3381 407 171 0 3360 0
Current children cumulated CPU time (s) 12.57
Current children cumulated vsize (KiB) 17740

[startup+25.5013 s]
/proc/loadavg: 2.00 2.00 2.00 4/82 16479
/proc/meminfo: memFree=1105216/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=28032 CPUtime=25.25
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 7284 657 0 0 2521 4 0 0 25 0 1 0 59245976 28704768 5869 996147200 134512640 135215973 4294956304 18446744073709551615 135096619 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 7008 5869 407 171 0 5933 0
Current children cumulated CPU time (s) 25.25
Current children cumulated vsize (KiB) 28032

[startup+51.102 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16479
/proc/meminfo: memFree=1092992/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=40860 CPUtime=50.6
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 10904 657 0 0 5054 6 0 0 25 0 1 0 59245976 41840640 8976 996147200 134512640 135215973 4294956304 18446744073709551615 134583656 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 10215 8976 407 171 0 9140 0
Current children cumulated CPU time (s) 50.6
Current children cumulated vsize (KiB) 40860

[startup+102.301 s]
/proc/loadavg: 2.00 2.00 2.00 3/82 16479
/proc/meminfo: memFree=1063808/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=71476 CPUtime=101.32
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 19259 657 0 0 10119 13 0 0 25 0 1 0 59245976 73191424 16177 996147200 134512640 135215973 4294956304 18446744073709551615 134686945 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 17869 16177 407 171 0 16794 0
Current children cumulated CPU time (s) 101.32
Current children cumulated vsize (KiB) 71476

[startup+162.302 s]
/proc/loadavg: 2.03 2.01 2.00 3/82 16479
/proc/meminfo: memFree=1029888/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=102472 CPUtime=160.75
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 27822 657 0 0 16056 19 0 0 25 0 1 0 59245976 104931328 24740 996147200 134512640 135215973 4294956304 18446744073709551615 134588292 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 25618 24740 407 171 0 24543 0
Current children cumulated CPU time (s) 160.75
Current children cumulated vsize (KiB) 102472

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

[startup+166.403 s]
/proc/loadavg: 2.11 2.03 2.01 3/82 16479
/proc/meminfo: memFree=1026944/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=104700 CPUtime=164.82
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 28491 657 0 0 16462 20 0 0 25 0 1 0 59245976 107212800 25409 996147200 134512640 135215973 4294956304 18446744073709551615 134957935 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 26175 25409 407 171 0 25100 0
Current children cumulated CPU time (s) 164.82
Current children cumulated vsize (KiB) 104700

[startup+172.807 s]
/proc/loadavg: 2.10 2.03 2.00 3/82 16479
/proc/meminfo: memFree=1023488/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=115904 CPUtime=171.16
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 31372 657 0 0 17095 21 0 0 25 0 1 0 59245976 118685696 26241 996147200 134512640 135215973 4294956304 18446744073709551615 4158960272 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 28976 26241 407 171 0 27901 0
Current children cumulated CPU time (s) 171.16
Current children cumulated vsize (KiB) 115904

[startup+176.003 s]
/proc/loadavg: 2.09 2.03 2.00 3/82 16479
/proc/meminfo: memFree=1021568/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=117688 CPUtime=174.33
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 31844 657 0 0 17412 21 0 0 25 0 1 0 59245976 120512512 26713 996147200 134512640 135215973 4294956304 18446744073709551615 134590427 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 29422 26713 407 171 0 28347 0
Current children cumulated CPU time (s) 174.33
Current children cumulated vsize (KiB) 117688

[startup+177.601 s]
/proc/loadavg: 2.09 2.03 2.00 3/82 16479
/proc/meminfo: memFree=1016256/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=123808 CPUtime=175.92
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 33389 657 0 0 17569 23 0 0 25 0 1 0 59245976 126779392 28001 996147200 134512640 135215973 4294956304 18446744073709551615 134585477 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 30952 28001 407 171 0 29877 0
Current children cumulated CPU time (s) 175.92
Current children cumulated vsize (KiB) 123808

[startup+178.401 s]
/proc/loadavg: 2.08 2.03 2.00 3/82 16479
/proc/meminfo: memFree=1016256/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=123808 CPUtime=176.71
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 33399 657 0 0 17648 23 0 0 25 0 1 0 59245976 126779392 28011 996147200 134512640 135215973 4294956304 18446744073709551615 134587297 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 30952 28011 407 171 0 29877 0
Current children cumulated CPU time (s) 176.71
Current children cumulated vsize (KiB) 123808

[startup+178.801 s]
/proc/loadavg: 2.08 2.03 2.00 3/82 16479
/proc/meminfo: memFree=1016256/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=123808 CPUtime=177.11
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 33404 657 0 0 17688 23 0 0 25 0 1 0 59245976 126779392 28016 996147200 134512640 135215973 4294956304 18446744073709551615 134590083 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 30952 28016 407 171 0 29877 0
Current children cumulated CPU time (s) 177.11
Current children cumulated vsize (KiB) 123808

[startup+179.201 s]
/proc/loadavg: 2.08 2.03 2.00 3/82 16479
/proc/meminfo: memFree=1016256/2055920 swapFree=4192812/4192956
[pid=16474] ppid=16472 vsize=117176 CPUtime=177.5
/proc/16474/stat : 16474 (pcs.big) R 16472 16474 14568 0 -1 4194304 33404 657 0 0 17727 23 0 0 25 0 1 0 59245976 119988224 26646 996147200 134512640 135215973 4294956304 18446744073709551615 134532692 0 0 4096 0 0 0 0 17 1 0 0
/proc/16474/statm: 29294 26646 407 171 0 28219 0
Current children cumulated CPU time (s) 177.5
Current children cumulated vsize (KiB) 117176

Child status: 0
Real time (s): 179.226
CPU time (s): 177.538
CPU user time (s): 177.284
CPU system time (s): 0.253961
CPU usage (%): 99.0581
Max. virtual memory (cumulated for all children) (KiB): 123808

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 177.284
system time used= 0.253961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34064
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= 19
involuntary context switches= 7256

runsolver used 0.294955 second user time and 0.528919 second system time

The end

Launcher Data

Begin job on node7 at 2009-07-16 07:23:06
IDJOB=2082880
IDBENCH=57650
IDSOLVER=734
FILE ID=node7/2082880-1247721786
PBS_JOBID= 9521374
Free space on /tmp= 66096 MiB

SOLVER NAME= pcs-restart 0.2.restart
BENCH NAME= CPAI08/csp/os-gp/normalized-gp10-03-1081.xml
COMMAND LINE= HOME/pcssolve -s RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-2082880-1247721786/watcher-2082880-1247721786 -o /tmp/evaluation-result-2082880-1247721786/solver-2082880-1247721786 -C 1800 -W 2000 -M 900  HOME/pcssolve -s 1266677646 HOME/instance-2082880-1247721786.xml

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 900 MiB
MAX NB THREAD= 0

MD5SUM BENCH= d9935def6afe629dc3faf8b019c1286c
RANDOM SEED=1266677646

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.231
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.231
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:       1127784 kB
Buffers:         89680 kB
Cached:         512868 kB
SwapCached:          0 kB
Active:         448616 kB
Inactive:       397916 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1127784 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1956 kB
Writeback:           0 kB
Mapped:         264348 kB
Slab:            66252 kB
Committed_AS:   927716 kB
PageTables:       2356 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= 66096 MiB
End job on node7 at 2009-07-16 07:26:05